@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************

#################################################################################################
## ■アイコンフォント
## "recop-iconfonts" has been generated by the fontello & flaticon.
## 
## 【fontello】http://fontello.com/	
## License is under the materials SIL Open Font License 1.1
##
## 【Font Awesome】http://fortawesome.github.com/Font-Awesome/
## 【Typicons】http://typicons.com/
## 【MFG Labs】http://www.mfglabs.com/
## 【Entypo】http://www.entypo.com
## 【Modern Pictograms】http://thedesignoffice.org/project/modern-pictograms/
## 【Iconic】http://somerandomdude.com/work/iconic/
## 【Web Symbols】http://www.justbenicestudio.com/
## 【Elusive】http://aristeides.com
## 【Freepik】http://www.freepik.com
##
##
## 【flaticon】https://www.flaticon.com/
## Icons made by under the materials from www.flaticon.com Licensed by [CC 3.0 BY]
##
## 【Scott de Jonge】https://www.flaticon.com/authors/scott-de-jonge
## 【Trinh Ho】https://www.flaticon.com/authors/trinh-ho
## 【SimpleIcon】https://www.flaticon.com/authors/simpleicon
## 【google】https://www.flaticon.com/authors/google
##
#################################################################################################
*/

@font-face {
	font-family:recop-iconfont;
	src:
	url("option/font/recop-iconfont.eot?") format("eot"),
	url("option/font/recop-iconfont.woff") format("woff"),
	url("option/font/recop-iconfont.ttf") format("truetype");
}
/**************************************************************
★各種外寸幅設定
**************************************************************/
body#pagetop {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff!important;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-ms-font-family: "メイリオ"!important;
	color:#666;
}
div#container {
	width: 100%;
	overflow: hidden;
}
#header .content,
#footer .content .free,
#bottomContent #social,
#bottomContent #areaLink
#footer .content .free {
	width: auto;
	max-width: 1000px;
	margin: auto;
}
#main .content{
	width: auto;
	max-width: 1100px;
}
#socialObj{
	font-size: 11px;
}
/*----------------------
/*マウスオーバー
------------------------*/
img._hover {
	opacity: 0.6;
	filter: alpha(opacity=60);	/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";	/* ie 8 */
	zoom: 1;
}
/*----------------------
/*エントリーフォーム
------------------------*/
#formContent div.entryFlow {font-size: 11px;}

/*----------------------
/*応募確認画面
------------------------*/
.info_prom {
    margin-top: 20px !important;
    font-size: 14px;
}

.info_abt {
    text-align: left !important;
    margin:10px 0 40px;
}

.info_abt li {
    display: block !important;
    text-indent: -3em;
    padding-left: 2em;
	padding-right: 1em;
}

/*----------------------
可変画像
------------------------*/
.v_img,
.v_img75 {
	height: auto;
	max-width: 100%;
	width: auto;
	margin: auto;
}
.v_img50 {
	height: auto;
	max-width: 100%;
	width: auto;
	margin: auto;
}
@media screen and (max-width: 768px){
	.v_img75 {
		max-width: 75%;
	}
}
/**************************************************************
■各種表示対応
***************************************************************/
/*PC*/
.pc_block,.pt_block,.ps_block {display: block!important;}
.pc_inline,.pt_inline,.ps_inline {display: inline!important;}
.tb_block,
.ts_block,
.tb_inline,
.ts_inline,
.sp_block,
.sp_inline,
.sp_block2,
.sp_inline2 {display: none!important;}
@media screen and (max-width: 980px) {
/*TAB*/
.pc_block,
.ps_block
.pc_inline,
.ps_inline {display: none!important;}
.tb_block,
.ts_block {display: block!important;}
.tb_inline,
.ts_inline {display: inline!important;}
}
@media screen and (max-width: 768px) {
/*SP*/
.pt_block,
.pt_inline,
.tb_block,
.tb_inline {display: none!important;}
.ps_block,
.sp_block {display: block!important;}
.ps_inline,
.sp_inline {display: inline!important;}
}
@media screen and (max-width: 480px) {
.sp_block2 {display: block!important;}
.sp_inline2 {display: inline!important;}
}

/**************************************************************
★位置情報検索（PC)
**************************************************************/
#p_locasma{
	margin: 1em auto;
	max-width: 320px;
}
#p_locasma a{
	border: 1px solid #0255A0;
	color:#0255A0!important;
	text-align:  center;
	padding: 0.7em;
	display: block;
	font-size: 18px;
}
#p_locasma a:before {
  content: "\e900";
  font-family: recop-iconfont;
  font-size: 24px;
  height: 1em;
  line-height: 1;
  width: 1em;
  display: inline-block;
  margin: 0 0.5em 0 -0.5em;
}

#p_locasma a:hover{
	background-color:#7FA5CA;
	border-color:#7FA5CA;
	color:#fff!important;
}
/**************************************************************
★自由ヘッダ（PC)
**************************************************************/
/*=======================================*/
/*【#h_wrapper】
/* ロゴとメニューをよこならべ
/*=======================================*/
#h_wrapper {
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	width: 100%;
}
#h_wrapper > * {
	display: table-cell;
	vertical-align: middle;
}
#h_wrapper > #h_logo {
	width: 125px;
	position: relative;
	z-index: 200;
}
#h_wrapper > h1 {
	font-size:14px;
	text-align: right;
	font-weight: normal;
	color:#444;
}
#h_wrapper > h1 span{
	display: inline-block;
	margin: 0 0.25em;
}


/**************************************************************
★自由フッタ（PC）
**************************************************************/
#footer {
	background-color: #F7F9FA;
}
/*=======================================*/
/*【#f_wrapper】
/* テキスト横並べ
/*=======================================*/
#f_wrapper{
	box-sizing: border-box;
	padding: 1em 0;
	text-align:  center;
}
/*よこならべ*/
#f_wrapper p{
	font-size: 12px;
	line-height: 1;
	margin: 0.7em;
}
#f_wrapper *{
	color:#004b96!important;
}
/*loggo*/
#f_wrapper .f_logo img{
	margin: auto;
	width: 150px;
	height: auto;
}
/*copyright*/
#f_wrapper .f_copy{}
/*powerd by recop*/
#f_wrapper .recop{}





@media screen and (max-width: 768px) {
/**************************************************************
★自由フッタ（SP）
**************************************************************/
/*=======================================*/
/*【#h_wrapper】
/* よこならべ解除
/*=======================================*/
	#h_wrapper {
		display: block;
		width: auto;
	}
	#h_wrapper > * {
		display: block;
	}
	#h_wrapper > #h_logo {
		margin: 1em auto;
	}
	#h_wrapper > h1 {
		text-align: center;
		margin: 1em;
	}

/**************************************************************
★自由フッタ（SP）
**************************************************************/
	#f_floatBtn{
		width: 48px;
	}
	#f_floatBtn img{
		width: 100%;
	}
	/*横並べ解除*/
	#f_wrapper,
	#f_wrapper p{
		display: block;
		text-align: center!important;
	}
	#f_wrapper .recop{
		display: block;
		margin: auto;
	}
}