@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, header, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
	color: #666;
	line-height: 1.5;
	font-family: "メイリオ",sans-serif;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}

.speakNone{
	speak: none;
}

a{

}
a:hover{
	color: #d53e04;
}
/* name のhover対応 */
a[id]:hover { 
 font: inherit;
 color: inherit;
} 

a:hover img{
	opacity: 0.7;
}



/*
=========================================
	Base Layout
=========================================
*/

/*ALL and Smart Phone*/
.container{
	max-width: 1200px;
	margin: 0 auto;
}

.container:after{
	content:"";
	display: block;
	clear:both;
	height:0;
}
.container{
	zoom:1;
}

/*
=========================================
	Modules（Block）
=========================================
*/

/*header
--------------------*/
#header{
	text-align:center;
	padding-bottom:10px;
}
#header h1{
	margin:10px 0 4px;
}
#utility{
	padding:10px;
	background-color:#41BC94;
}
#utility dt,
#utility dd{
	margin-top:10px;
}


/*==========================================
 サブページ
============================================*/

h2{
	padding-left:5px;
	border-bottom:2px solid #01813D;
	line-height:1.0;
	font-size:180%;
	font-weight:normal;
}

#subContents{
	margin-top:3em;
}

#pjmpSaiyou{
	margin:2em 0;
	text-align:centrer;
}
#pjmpSaiyou li{
	display:inline-block;
	margin:10px 0;
}

.grayHosoku{
	background-color:#FAFAFA;
	padding:1em;
	margin:1em 0;
	font-size:98%;
	line-height:1.2;
}
.grayHosoku dt{
	font-weight:bold;
}

.toForm{
	margin:2em 0 6em;
	text-align:center;
}
.entFrm{
	max-width:700px;
	margin:2em auto;
	text-align:left;
}
.topicPath{
	font-size:90%;
	padding:2px 5px 1px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-top:7em;
}


.solid_table,
.solid_table tr,
.solid_table th,
.solid_table td{
	border:1px solid #999;
}
.solid_table th{
	font-weight:normal;
	background-color:#F0F0F0;
}
.solid_table th,
.solid_table td{
	line-height:140%;
	vertical-align:top;
	padding:3px 6px;
}
.solid_table th{
	text-align:left;
}

/* 採用情報 */
table.saiyou{
	width:100%;
}
table.saiyou,
table.saiyou,
table.saiyou tr,
table.saiyou th,
table.saiyou td{
	border-left:none;
	border-right:none;
}
table.saiyou th,
table.saiyou td{
	padding:10px 20px;
}
table.saiyou th{
	font-weight:bold;
	min-width:4em;
	text-align:center;
}
table.thCoral th{
	background-color:#FBE1DE;
}
table.thGreen th{
	background-color:#CCEAEA;
}
table.thWakaba th{
	background-color:#EEF2E0;
}

/* エントリーフォーム */
table.entry{
	margin-top:1em;
	width:100%;
}
table.entry th,
table.entry td{
	padding:10px;
	border:none;
}
table.entry input[type=text],
table.entry input[type=radio]{
	margin:2px 0;
}
table.entry th,
table.entry td{
	display:block;
}
table.entry input[type=text]{
	padding:3px;
	width:25%;
	min-width:10em;
}
table.entry input[name=tel],
table.entry input[name=mail],
table.entry input[name=mail2]{
	width:90%;
}

table.entry input[type=text].imeOn {
	ime-mode:active;
}
table.entry input[type=text].imeOff {
	ime-mode:disabled;
}
table.entry textarea{
	width:90%;
}

/* プライバシーポリシー */
dl.privacy dt{
	font-weight:bold;
	margin-top:3em;
}
dl.privacy ul{
	list-style-type: disc;
	margin:0.5em 0 0.5em 1.5em;
}



/*footer
--------------------*/
#topFooter .container{
	background:url(../img/bnrOpenBg.png) repeat-x bottom;
	text-align:center;
	padding:8px 0 2px;
}
#topFooter img{
	vertical-align:baseline;
}
#topFooter p{
	margin: 1em auto;
	text-align:center;
}

#subFooter .container{
	margin-top:2em;
	margin-bottom:3.5em;
	line-height:1.2;
	font-size:90%;
}
#subFooter dt{
	font-weight:bold;
	margin-bottom:10px;
	font-size:130%;
}
#copyright{
	font-size:80%;
}


/* ページの先頭へ */
#toPageTop{
	width: 8%;
	min-width: 60px;
	position: fixed;
	right: 7px;
	bottom: 50px;
}
@media screen and (min-width: 641px){
	#toPageTop{
		right: 2px;
		bottom: 15px;
	}
}





/*
=========================================
	Utilities
=========================================
*/

/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb70{ margin-bottom: 70px !important;}

.mt0{ margin-top: 0 !important;}
.mt5{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}
.mt35{ margin-top: 35px !important;}
.mt40{ margin-top: 40px !important;}
.mt45{ margin-top: 45px !important;}
.mt50{ margin-top: 50px !important;}
.mt70{ margin-top: 70px !important;}

.mh0{ margin-right: 0 !important;margin-left: 0 !important;}
.mh5{ margin-right: 5px !important;margin-left: 5px !important;}
.mh10{ margin-right: 10px !important;margin-left: 10px !important;}
.mh15{ margin-right: 15px !important;margin-left: 15px !important;}
.mh20{ margin-right: 20px !important;margin-left: 20px !important;}
.mh25{ margin-right: 25px !important;margin-left: 25px !important;}
.mh30{ margin-right: 30px !important;margin-left: 30px !important;}
.mh35{ margin-right: 35px !important;margin-left: 35px !important;}
.mh40{ margin-right: 40px !important;margin-left: 40px !important;}
.mh45{ margin-right: 45px !important;margin-left: 45px !important;}
.mh50{ margin-right: 50px !important;margin-left: 50px !important;}
.mh70{ margin-right: 70px !important;margin-left: 70px !important;}

.mb1em{ margin-bottom: 1em !important;}
.mb2em{ margin-bottom: 2em !important;}
.mb3em{ margin-bottom: 3em !important;}
.mb5em{ margin-bottom: 5em !important;}
.mb7em{ margin-bottom: 7em !important;}
.mb10em{ margin-bottom: 10em !important;}

.mt1em{ margin-top: 1em !important;}
.mt2em{ margin-top: 2em !important;}
.mt3em{ margin-top: 3em !important;}
.mt5em{ margin-top: 5em !important;}
.mt7em{ margin-top: 7em !important;}
.mt10em{ margin-top: 10em !important;}

@media print, screen and (max-width: 1200px){/* 記載未満の動作 */
	.spNone { display:none; }
	.spTa-c{ text-align:center; }
}



/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left!important; }
.ta-r{ text-align: right!important; }
.ta-c{ text-align: center!important; }
.LRauto{ margin-right:auto;margin-left:auto; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height:0;
}
.clearfix {
	zoom: 1;
}


/* 印刷用
---------------------------------*/
@media print{
	body{
		color:#000;
	}
	#toPageTop img{
		display:none;
	}
}

