@charset "utf-8";
h3{
	font-size:14px;
	color:#fff;
	height:44px;
	line-height:44px;
	position:relative;
	padding-left:10px;
}
h3:nth-of-type(1){
	background:#ff639a;
	border-bottom:1px #df508f solid;
}
h3:nth-of-type(2){
	background:#ff9253;
	border-bottom:1px #d98156 solid;
}
h3:nth-of-type(3){
	background:#f0b810;
	border-bottom:1px #cfa214 solid;
}
h3 .selected{
	height:24px;
	line-height:24px;
	text-align:center;
	color:#483427;
	font-size:12px;
	width:130px;
	background:#FFFFFF;
	border-radius:5px;
	display:block;
	position:absolute;
	top:50%;
	right:40px;
	margin-top:-12px;
}
.open:after{
	content:"";
	width:20px;
	height:20px;
	background:url(../images/knowhow/interview/interview_open.png) no-repeat;
	background-size:20px 20px;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-10px;
}
.close:after{
	content:"";
	width:20px;
	height:20px;
	background:url(../images/knowhow/interview/interview_close.png) no-repeat;
	background-size:20px 20px;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-10px;
}
div[class*="accordion"]{
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
	box-shadow:0px 1px 2px rgba(0,0,0,0.3);
	margin-bottom:10px;
}
.accordion01{
	background:#fff3f8;
}
.accordion02{
	background:#ffece2;
}
.accordion03{
	background:#fdf5da;
}
div.accordion02,
div.accordion03 {
	display: none;
}
div[class*="hit"]{
	text-align:center;
	color:#3F1819;
	font-weight:bold;
	height:44px;
	line-height:44px;
	background:#fff;
	border:2px #ebe2cc solid;
	border-radius:10px;
	margin:10px 0;
}
div[class*="hit"] span{
	font-size:18px;
	margin-right:2px;
}
select{
	width:100% !important;
	padding:0.4em 5px;
	margin-top:10px;
}
.check_box{
	overflow:hidden;
	zoom:1;
	padding:10px 0;
	margin:0 1%;
}
.check_box input {
	display:none;
}
.check_box input+label,a[class*="check"]{
	float:left;
	font-weight:bold;
	text-align:center;
	width:48%;
	line-height:18px;
	background:#f9f9f9;
	border-radius:5px;
	border:1px #ccc solid;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:9px 0 3px;
	margin:0 1% 2%;
}
/* ------------------------------------------------------
	件数部分
------------------------------------------------------ */
.check_box input+label span,a[class*="check"] span{
	font-size:10px;
	font-weight:normal;
	display:block;
}
.check_box input:checked+label,.chked{
	color:#fff !important;
}
.accordion01 input:checked+label,.accordion01 .chked{
	text-shadow:1px 1px 1px #ff6aac;
	background:#f7b4d2;
	border:1px #dd4c8c solid;
}
.accordion02 input:checked+label,.accordion02 .chked{
	text-shadow:1px 1px 1px #cf7938;
	background:#f7be93;
	border:1px #cf7938 solid;
}
.accordion03 input:checked+label,.accordion03 .chked{
	text-shadow:1px 1px 1px #d2a51a;
	background:#f1da3a;
	border:1px #CFAE05 solid;
}
/* 全てチェック関係 */
a[class*="check"]{
	position:relative;
	margin-bottom:21px !important;
}
a[class*="check"]:after{
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	position:absolute;
	bottom:-12px;
	left:0;
}
.checkAll:after{
	padding-right:6%;
}
/* btn */
.btn_gray:before{
	display:none;
}
.description_box a:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0 0 !important
}
.description_box a:nth-of-type(1):before{
	width:19px !important;
	height:19px !important;
	background:url(../images/common/btn/result_icon_g.png) no-repeat  !important;
	background-size:19px 19px !important;
}
.description_box a:nth-of-type(2):before{
	width:17px !important;
	height:16px !important;
	background:url(../images/common/btn/reset.png) no-repeat  !important;
	background-size:17px 16px !important;
}
.description_box a:after{
	display:none;
}
/* ------------------------------------------------------
	0件用
------------------------------------------------------ */
.off{
	color:#555 !important;
	background:#ccc !important;
	box-shadow:none !important;
	opacity:0.6;
}