@charset "utf-8";

main{
	width:100%;
	overflow:hidden;
}
.headline {
	position: relative;
	padding: 10px 0;
	font-size:16px;
	color: #523300;
	text-align: center;
}
.headline::before,
.headline::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.headline::before {
	top: 0;
	border-top: 2px solid #523300;
	border-bottom: 1px solid #523300;
}
.headline::after {
	bottom: 0;
	border-top: 1px solid #523300;
	border-bottom: 2px solid #523300;
}

.cntWrap{
	padding-top:10px;
	background: url(../img/bg_body.jpg) repeat;
	background-size: 100px 100px;
}
.cntBox{
	padding:10px;
}
.jobWrap{
	position:relative;
	margin-bottom: 10px;
}
.jobWrap h2{
	padding:6px 0 6px 72px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background:#523300;
	border: 1px solid #523300;
	border-bottom: 3px solid #7dc700;
		border-radius: 4px 4px 0px 0px;
		-moz-border-radius: 4px 4px 0px 0px;
		-webkit-border-radius: 4px 4px 0px 0px;
	-webkit-font-smoothing:antialiased;
}
.rankIcon{
	position:absolute;
	top:-6px;
	left:8px;
}
.jobWrapInner{
	width:100%;
	padding: 10px 12px 20px;
	border: 1px solid #e8e8e8;
	border-top: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: #fff;
	box-sizing:border-box;
}
.cntBoxInner{
	width:100%;
	padding: 10px 12px 8px;
	border: 1px solid #e8e8e8;
	border-top: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	box-sizing:border-box;
}

/***** button *****/
.btn {
	display: block;
	width:90%;
	margin:15px auto 0;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	line-height:3;
	background-color: #f78a9d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f78a9d), to(#f56475));
	background-image: -webkit-linear-gradient(top, #f78a9d, #f56475);
	background-image: -moz-linear-gradient(top, #f78a9d, #f56475);
	background-image: -o-linear-gradient(top, #f78a9d, #f56475);
	background-image: -ms-linear-gradient(top, #f78a9d, #f56475);
	background-image: linear-gradient(top, #f78a9d, #f56475);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f78a9d', EndColorStr='#f56475');
	border-radius: 4px;
	color: #9cc813 !important;
	-webkit-transition: none;
	transition: none;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #f8a0b0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #f8a0b0;
}
.btn a , .btn span {
	display: block;
	color: #FFF;
}
.btngreen {
	display: block;
	width:90%;
	margin:15px auto 0;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	line-height:3;
	background-color: #05b142;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#34f878), to(#05b142));
	background-image: -webkit-linear-gradient(top, #34f878, #05b142);
	background-image: -moz-linear-gradient(top, #34f878, #05b142);
	background-image: -o-linear-gradient(top, #34f878, #05b142);
	background-image: -ms-linear-gradient(top, #34f878, #05b142);
	background-image: linear-gradient(top, #34f878, #05b142);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#34f878', EndColorStr='#05b142');
	border-radius: 4px;
	color: #9cc813 !important;
	-webkit-transition: none;
	transition: none;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #05b142;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #05b142;
}
.btngreen a , .btngreen span {
	display: block;
	color: #FFF;
}
.btnblue {
	display: block;
	width:90%;
	margin:15px auto 0;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	line-height:3;
	background-color: #069ef6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#41ccff), to(#069ef6));
	background-image: -webkit-linear-gradient(top, #41ccff, #069ef6);
	background-image: -moz-linear-gradient(top, #41ccff, #069ef6);
	background-image: -o-linear-gradient(top, #41ccff, #069ef6);
	background-image: -ms-linear-gradient(top, #41ccff, #069ef6);
	background-image: linear-gradient(top, #41ccff, #069ef6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#41ccff', EndColorStr='#069ef6');
	border-radius: 4px;
	color: #9cc813 !important;
	-webkit-transition: none;
	transition: none;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #069ef6;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #069ef6;
}
.btnblue a , .btnblue span {
	display: block;
	color: #FFF;
}
/***** /button *****/

/************ contents ************/

/***** 運営元お問い合わせ *****/
.companyBox{
	padding:9px 20px 17px;
	background:#FFF;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	box-sizing:border-box;
}
.companyBox dt{
	position: relative;
  margin-top: 10px;
	padding:11px 0 7px 15px;
	font-size:15px;
	line-height:1.2;
	border-top: 1px solid #f2eee6;
}
.companyBox dt::after {
	position: absolute;
	top: .65em;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #9cc813;
	border-radius: 4px;
}
.companyBox dt:first-child{
  margin-top: 0;
	border-top: none;
}
.companyBox dd{
  margin-top: 5px;
	padding-left:15px;
}

/***** /運営元お問い合わせ *****/

/***** お問い合わせ *****/
#form{
	padding-bottom:15px;
}
#form dt{
	vertical-align:top;
}
.input_text{
	margin-bottom:5px;
}
.input_text span{
	font-size:10px;
	color:#f85c93;
}
#form label{
	font-size:12px;
	color:#444;
	display:block;
}
#form .txtInput,#form .hope{
	width:100%;
	margin-bottom:15px;
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #e5e5e5;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background:#FFF;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
#form .date{
	width:30%;
	margin-bottom:15px;
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #e5e5e5;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background:#FFF;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
#form textarea{
	width:100%;
	height:100px;
	padding:5px;
	font-size:11px;
	line-height:1.3;
	border:1px solid #e5e5e5;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background:#FFF;
	box-sizing:border-box;
}
#form .txtInput:focus,#form textarea:focus{
	background: #FFF;
	box-shadow: inset 0 0 5px rgba(8, 1, 3, 0.1);
}
.labelfocus {
  color:#000 !important;
	font-weight:bold;
}
/***** /お問い合わせ *****/

.privacy dt{
	margin:15px 0 8px;
	font-size:13px;
	font-weight:bold;
	line-height:1.7;
	border-bottom:1px solid #523300;
}
.privacy dt:first-child{
	margin-top:0;
}
.privacy dd{
	font-size:12px;
	line-height:1.7;
}

/************ 角丸のテーブル ************/
.coder {
	margin-bottom:15px;
	border-spacing: 0;
	border-top: 1px solid #e1dcc8;
	border-left: 1px solid #e1dcc8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.coder th,.coder td {
	padding:10px;
	background:#FFF;
	border-bottom:solid 1px #e1dcc8;
	border-right:solid 1px #e1dcc8;
}
.coder th {
	width:10%;
	background:#e3dcd5;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	font-size:12px;
	color:#523300;
	vertical-align:middle;
}
.coder td {
	width: 30%;
	font-size:12px;
	vertical-align:middle;
}

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.coder tr:first-child th:first-child,.coder tr:first-child td:first-child,
.shoplistFree tr:first-child th:first-child,.shoplistFree tr:first-child td:first-child {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-o-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.coder tr:first-child th:last-child,.coder tr:first-child td:last-child,
.shoplistFree tr:first-child th:last-child,.shoplistFree tr:first-child td:last-child {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}
/* -----------------------
  左下角丸　最後の行の最初のセル
----------------------- */
.coder tr:last-child th:first-child,.coder tr:last-child td:first-child,
.shoplistFree tr:last-child th:first-child,.shoplistFree tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-o-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}
/* -----------------------
  右下角丸　最後の行の最後のセル
----------------------- */
.coder tr:last-child th:last-child,.coder tr:last-child td:last-child,
.shoplistFree tr:last-child th:last-child,.shoplistFree tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-o-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}
/* --------------------------------------------
  thaed,tbodyを使う場合の設定
-------------------------------------------- */
.coder thead th {background:#edeade;}
.coder thead+tbody th {background:#f9f6f1;}
.coder tbody th {text-align:center;}/*IE*/
/* -----------------------
  左上角丸 thead内　最初の行の最初のセル
----------------------- */
.coder thead tr:first-child th:first-child,.coder thead tr:first-child td:first-child {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-o-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
/* -----------------------
  右上角丸 thead内　最初の行の最後のセル
----------------------- */
.coder thead tr:first-child th:last-child,.coder thead tr:first-child td:last-child {
	-webkit-border-radius: 3px 4px 0 0;
	-moz-border-radius: 3px 4px 0 0;
	-o-border-radius: 3px 4px 0 0;
	border-radius: 3px 4px 0 0;
}
/* -----------------------
  角丸なし　thaedの後のtbody 最初の行の最初のセル
  角丸なし　thaedの後のtbody 最初の行の最後のセル
----------------------- */
.coder thead+tbody tr:first-child th:first-child,
.coder thead+tbody tr:first-child td:first-child,
.coder thead+tbody tr:first-child th:last-child,
.coder thead+tbody tr:first-child td:last-child {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}
/* -----------------------
  左下角丸　thaedの後のtbody 最後の行の最初のセル
----------------------- */
.coder thead+tbody tr:last-child th:first-child,.coder thead+tbody tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-o-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}
/* -----------------------
  右下角丸　thaedの後のtbody 最後の行の最後のセル
----------------------- */
.coder thead+tbody tr:last-child th:last-child,.coder thead+tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-o-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}
/************ /角丸のテーブル ************/

/************ /contents ************/