@charset "UTF-8";
/* CSS Document */

/* -----------------------------------
   工事中
 * ----------------------------------- */
.maintenance-box h2 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px;
	padding-bottom: 5px;
	background: linear-gradient(transparent 30%, #F08C27 90%);
	text-shadow: 2px 3px 1px #C0C0C0;
}

.maintenance-box p {
	margin: 0 10px;
}

.maintenance-box dl {
	margin: 10px;
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	padding: 10px;
}

.maintenance-box dl dt {
	float: left;
	width: 165px;
	font-weight: normal;
}

.maintenance-box dl dd {
	padding-left: 170px;
}

/* -----------------------------------
   先輩社員の声
 * ----------------------------------- */
.seniorArea h2 {
	margin-bottom: 10px;
	font-size: 25px;
	line-height: normal;
	color: #858585;
	display: block;
	clear: both;
	margin-top: 20px;
	float: left;
	width: 460px;
}
.seniorArea h3 {
	border-left: solid 3px #F08C27;
	padding-top: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#seniorProfile {
	line-height: 1.5;
	font-size: 16px;
	border-top: 1px solid #000000;
	margin-bottom: 80px;
	display: block;
	padding-top: 10px;
	float: left;
	width: 460px;
}
.seniorArea .textGroup {
	float: left;
	padding: 20px 0 30px;
	width: 450px;
	line-height: 1.7;
	min-height: 220px;
}
.seniorArea img {
	float: right;
	width: 230px;
	margin-top: 10px;
}
@media only screen and (max-width: 641px) {
.seniorArea {
	width: auto;
}
.seniorArea h2 {
	margin-bottom: 5px;
	padding: 0px;
	font-size: 17px;
	line-height: normal;
	text-align: center;
	display: block;
	float: none;
	width: 100%;
}
.seniorArea h3 {
	margin-top: 10px;
}
#seniorProfile {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	border-top: none;
	border-bottom: 1px solid #000000;
}
.seniorArea .textGroup {
	float: none;
	padding: 5px 0px 5px;
	text-align: left;
	width: auto;
}
.seniorArea img {
	float: none;
	width: 100%;
}
}

/* -----------------------------------
   Q and A
 * ----------------------------------- */
.questionGroup dt,
.questionGroup dd {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 65px;
}
.questionGroup dt {
	background-image: url(../images/common/icon_q.png);
	min-height: 32px;
	padding-top: 2px;
	margin-bottom: 5px;
}
.questionGroup dd {
	background-image: url(../images/common/icon_a.png);
	padding-top: 2px;
	margin-bottom: 30px;
}
.questionGroup dt {
	counter-increment: question;
}
.questionGroup dd {
	counter-increment: answer;
}
.questionGroup dt:before,
.questionGroup dd:before {
	margin-left: -30px;
	font-size: 15px;
	font-weight: bold;
	color: #F08C27;
}
.questionGroup dt:before {
	content: counter(question) ".　";
}
.questionGroup dd:before {
	content: counter(answer) ".　";
}

@media only screen and (max-width: 641px) {
.questionGroup {
	font-size: 15px;
}
.questionGroup dt {
	padding-top: 0px;
	padding-bottom: 10px;
}
}
.bohu_title {
	font-size: 130%;
	font-weight: bold;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.boshu_01 {
	font-size: 150%;
	font-weight: bold;
	color: #F08C27;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boshu_02{
	font-size: 130%;
	color: #333;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.boshu_03{
	font-size: 130%;
	color: #333;
	font-weight: normal;
	margin: 2px 5px 2px 0px;
}
.boshu_03_tb{
	font-size: 130%;
	color: #333;
	font-weight: normal;
	margin: 2px 5px 2px 0px;
	border-top: 1px dotted #999;
}
.boshu_04 {
	border: 1px solid #333;
}
.boshu_05 {
	border: 1px dashed #CCC;
}
.textqa_main {

}
.textqa_sub_b {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #00F;
	width: 100%;
	padding: 35px 10px;
	background-color: #FFF;
}
.textqa_sub_r {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #D91E18;
	width: 100%;
	padding: 35px 10px;
	background-color: #FFF;
}
.textqa_sub_o {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #F60;
	width: 100%;
	padding: 35px 10px;
	background-color: #FFF;
}
