@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

/* [firefoxで表示時画像なしがわかるように] */
img:-moz-broken {
	-moz-force-broken-image-icon:1;
	width:24px;
	height:24px;
}

.img-center {
	display: block;
	margin: 0 auto;
}

header {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
/*	color: #930;*/
	color: #333;
/*	background-color: #f4a42a;*/
	background-color: #dafaf8;
	position: fixed;
	height:50px;
    z-index: 9999;
}
header img{
/*	width: 100%;	*/
	text-align: center;
/*	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #930;
	background-color: #f4a42a;
	position: fixed;*/
/*	height:50px;	*/
/*    z-index: 9999;	*/
}

footer {
	text-align: center;
	color: #333;
	background-color: #dafaf8;
	padding-top: 5px;
	margin-top: 1;
}

footer #copy {
	text-align: center;
	color: #fff;
	font-size: 70%;
	background-color: #333;
	padding-top: 3px;
	padding-bottom: 3px;

}

/* sectionのデコレーション */
.sec_deco {
	background-color: #006837;
	color: #fff;
	padding: 10px;
	margin: 1em;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}

#contact { margin: 0 1em; }
#contact p { color: #3333; }


/* ==================================================
	共通パーツ
================================================== */
.container { padding-top: 50px; }

/* トップのみ */
#topimg { padding-top: 50px; margin-bottom: 1em; width: 100% ; background-color: #f4a42a; }

/* ページイメージ */
#pageimg { padding-top: 50px; margin-bottom: 1em; }
#pageimg img { width: 100%; }

.rds {								/* radius */
	border-radius: .2em;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}

.scl100 { width: 100%; }


/* メニューボタン装飾 */
#menubtn {
/*	color: #fff;*/
	color: #333;
	margin-left: .5em;
/*	background-color: #006837;*/
	background-color: #fff;
	padding: .3em .4em;
    -webkit-border-radius: .2em;
       -moz-border-radius: .2em;
         -o-border-radius: .2em;
            border-radius: .2em;
}


h3 {
	font-weight: 400;
	font-family: "Mplus 1p";
	font-size: 18px;
/*	background-color: #3399cc;*/
	color: #333;
	border-bottom: 3px #069 solid;
	text-align: center;

/*
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
*/
	padding: 10px;
	margin-bottom: 6px;
}

h4 {
position: relative;
	font-size: 18px;	letter-spacing: 1.3pt;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #06c;
	padding: 3px 5px 3px 0px;
	margin: 10px 0 0 0;

}

h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #6fb3ed;
	bottom: -3px;
	width: 30%;
}

.heading_sub {
	position: relative;
	padding: 0 .5em .5em 1.7em;
	border-bottom: 1px solid #ccc;

	line-height: 25px;
	padding-left: 30px;
	margin-top: 1em;
	margin-bottom: 1em;

}

.heading_sub:after{
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #6fb3ed;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.waku_tblw { width: 100%; border-collapse:separate; border-spacing:5px; }
.waku_tblw tr th {
	font-weight: normal;
	width: 30%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: dashed #C0C0C0 thin;
}
.waku_tblw tr td {
	border-bottom: dashed #C0C0C0 thin;
	padding: 0.5em 1em 0.5em 1em;
}

.iw100 { width: 100%; }
.alb-btm { margin-bottom: .5em;}



/************   各ページの設定    ***********/

/*
	TOPページ
*/

#time { /*width: 100%;*/ }
#time p { font-size: 80%; line-height: 1.6; }

#timetbl { width: 100%; border: 1px #acacac solid; background-color: #fff; color: #666; font-weight: 400; }
#timetbl th,
#timetbl td { border: 1px #acacac solid; padding: 5px 0; }
#timetbl th { font-weight: 400; }
#timetbl th,
#timetbl thead td { background-color: #f0feff; }
#timetbl thead th { font-size: 90%; color: #333; }
#timetbl td { /*width: 55px;*/ text-align: center; }


/*
	アクセス
*/
#map_canvas { width: 100%; height: 200px; }
#kanimap { width: 100%; }
#kanimapcmt { color: #F00000; text-align: right; padding-right: 1em; margin-top: 1em;}


/*
	求人案内
*/
.recBox { width: 95%; margin: auto; }
.recBox th { width: 120px; font-weight: normal; text-align: left; }
.recBox td {}


.qform_table{
	width:100%;
	margin:1.5em auto;
}
.qform_table th,
.qform_table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.qform_table th{
	white-space: nowrap;
	vertical-align: middle;
}
.qform_table td{
	font-weight:normal;
}
.qform_form textarea,
.qform_form input[type=text]
{
	padding:3px 5px;
	width:97%;
	border:1px solid #ccc;
}
.qform_value{
	border:0;
}
.qform_table td.qform_value{
	padding: 10px 10px 20px 10px;
	font-weight:normal;
	border-bottom: none;
}



/*
	よくある質問
*/
.faqtit {
	position: relative;
	padding-left: 30px;
	font-size:20px;
	color: #325A8C;
}
.faqtit::before,
.faqtit::after{
	content: "□";
	position: absolute;
}
.faqtit::before{
	left:0;
	top:-3px;
}
.faqtit::after{
	left: 5px;
	top: 3px;
	color: #A1B8D1;
}

#searchTbl th,
#searchTbl td { padding: .3rem; }
#searchTbl th { text-align: right; font-weight: normal; }
#searchTbl td { text-align: left;  	line-height: 1.5em;
}
#searchTbl td span { font-size: 100%; }
#searchTbl td input,
#searchTbl td select { border: 1px #ccc solid; border-radius: 3px; padding:1px; }

#faqListCate { /*list-style:none; margin:0; padding: 0;*/ /*margin-left: 2em;*/ /*margin-bottom: 3em; font-size: 12pt;*/ }

/*#faqListCate ul*/
#faqListCate li { /*height: 30px;*/ }
/*#faqListCate li img {
	vertical-align: text-bottom;
	padding-top: 10px;
	margin: 5px auto 0px auto;

}
*/

.faqSname {
	color: #008080;
	font-size: 12pt;
	border-bottom: dotted #FFE080 medium;
	padding-left: 5px;
}

#faqDetail {
	padding-top: 0.5em;
/*	margin-left: 1em;*/
	margin-bottom: 2em;

}
#faqDetail dt { margin-bottom: 2em;  }
#faqDetail dt div { border: 2px solid #65B880; padding:10px;line-height:18pt; }

#faqDetail dd {  }
#faqDetail dd div { border: 2px solid #00a0e9; padding: 10px; line-height:18pt; }

#faqBack { margin-bottom: 2em; text-align: center; }

.css_btn_submit {
	border-radius: 5px;
	font-size: 100%;
	border: thin solid #999999;
	padding: 5px 10px 5px 10px;

}

.css_btn_reset {
	border-radius: 5px;
	font-size: 100%;
	border: thin solid #999999;
	padding: 5px 10px 5px 10px;

}

