@charset "UTF-8";
@import url("../common/css/base.css");

div#wrapper {
	min-height: 70%;
}


#navi ul li#btnrecruit a {
	background: url(../common/img/navi.png) no-repeat -230px -90px;
}

/* --- for shopping/index.html CSS --- */
div#article h2 {
	background: url(img/h2_title.png) no-repeat ;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	width: 235px;
	height: 35px;
}

.page-title {
	padding: 10px 10px;
	border-left: 8px solid #eb6303;
	background-color: #fffb37;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}



.htitle-4 {
	margin: 1em 0;
	padding: 0px 6px;
	display: inline-block;
	line-height: 1.4;
	background: linear-gradient(transparent 60%, #fee834 60%);
}


div#keyitem {
	margin: 10px auto 10px;
}

div.items {
	width: 440px;
	height: 323px;
	margin: 5px;
	float: left;
}




.clear {
	clear: both;
}

.section {
	margin: 2em 0;
}

.section-title {
	margin: 3em 0 1em;
	font-size: 21px;
	text-align: center;
	line-height: 1.2;
	padding: 0.5em;
	border-top: 3px solid #e9681e;
	border-bottom: 3px solid #e9681e;
	color: #e9681e;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.f-left {
	margin: 1%;
	float: left;
}
.txtCenter {
	text-align: center;
}
.box-center {
	margin: 0.8%;
	display: inline-block;
}




/*ローカルナビのメニュー*/
.local-nav {
	padding: 10px 0;
	margin: 0 0 0 0;
	text-align: right;
}
.local-nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 10px 15px 20px;
	font-size: 12px;
}
.local-nav li a {
	color: #eb6303;
	padding: 5px;
}
.local-nav li.current-page a,
.local-nav li a:hover {
	color: #666;
	font-weight: bold;
}

.icon-pickup {
	position: relative;
}
.icon-pickup:after {
	content: "Pick Up!";
	background-color: #F00;
	color: #FFF;
	font-size: 9px;
	line-height: 1;
	padding:  4px 5px 2px 5px;
	position: absolute;
	top: -17px;
	right: -10px;
}








.content-recruit {
	width: 31%;
	padding: 1px;
	margin: 1%;
	float: left;
	line-height: 1.68;
	text-align: center;
	border-radius: 10px;
}
.content-recruit:hover {
	opacity: 0.7;
}

.content-recruit_act {
	background-image: url(img/bg_btn_act.gif);
}

.content-recruit_end {
	background-image: url(img/bg_btn_end.gif);
}



.inbox {
	padding: 15px 5%;
	margin: 3px;
	border: 1px solid #FFF;
	display: block;
	min-height: 200px;
	color: #FFF;
	position: relative;
	border-radius: 9px;
}
.inbox:link {
	color: #FFF;
}
.inbox:hover {
	color: #FFF;
	text-decoration: none;
}

.inbox:visited {
	color: #FFF;
}


.content-recruit h4 {
	font-size: 21px;
	font-weight: bold;
}

.comment_end {
	position: absolute;
	bottom: 5px;
	width: 90%;
}




/*レポートのページ*/
.section-report {
	line-height: 1.68;
	padding: 0 50px;
}
.report-section-title {
	margin: 3em 0 1em;
	font-size: 18px;
}
.report-section-title_top {
	margin: 2em 0 1em;
	font-size: 30px;
}
.report-ph-title {
	margin: 2em 0 1em;
	font-weight: bold;
}
.katari {
	margin-left: 3em;
}
.katari-indent {
	text-indent: -1em;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.back-link {
	padding-top: 3em;
	clear: both;
	text-align: center;
}
.btn {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	border-radius: 10px;
	background-image: url(img/bg_btn.png);
	background-color: #26A2EA;
	padding: 6px 30px;
	letter-spacing: 2px;
}
.btn:visited {
	color: #FFF;
}
.btn:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
}


.report-back_number {
	margin: 30px 0;
}
.report-back_number li {
	margin: 20px 0;
	padding-top: 1px;
}
.report-back_number li:before {
	content: "▽";
}
.report-back_number li a {
	border-bottom: 1px dashed #666;
	padding-bottom: 2px;
}




/*Q＆A*/

.qa-anc {
	padding: 0;
	margin: 50px 30px 30px;
}
.qa-anc li {
	margin: 20px 0;
	padding-top: 1px;
}
.qa-anc li:before {
	content: "▽";
}
.qa-anc li a {
	border-bottom: 1px dashed #666;
	padding-bottom: 2px;
}

.section-qa {
	padding-top: 50px;
}

.qa-set {
	padding: 15px 20px 10px;
	border-radius: 10px;
	background-color: #fff0d6;
	margin: 10px;
}
.qa-set dt {
	position: relative;
	padding-left: 15px;
	min-height: 35px;
	line-height: 1.4;
}
.qa-set dt:before {
	content: "Q.";
	position: absolute;
	top: -10px;
	left: -35px;
	width: 20px;
	height:20px;
	line-height:20px;
	font-size:20px;
	padding:10px;
	border-radius: 60px;
	background-color: #eb6303;
	color: #FFF;
}
.qa-set dd {
	position: relative;
	padding-left: 15px;
	line-height: 1.4;
	font-size: 14px;
	margin-bottom: 5px;
}
.qa-set dd:before {
	content: "A.";
	padding: 0 6px;
	line-height: 1;
	margin-right: 5px;
	background: linear-gradient(transparent 60%, #fee834 60%);
	/*position: relative;
	top: -2px;*/
}


.section-qa .to-top {
	text-align: right;
	margin-right: 10px;
}
.section-qa .to-top a:before {
	content: "△";
	margin-right: 3px;
}


/*ムービー*/

.movie-box {
	padding: 40px 0 0;
	text-align: center;
}


