@charset "utf-8";
/* -----------------------------------------
exam.css
/exam/以下用css
----------------------------------------- */


/* accordion
----------------------------------------- */

body.sp h2.jsAccordionBtn {
	position: relative;
	padding-right: 45px;
}

body.sp h2.jsAccordionBtn:after {
	content: "＋";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	height: 20px;
	margin: auto 0;
	border-radius: 3px;
	background-color: #fff;
	padding: 3px;
	color: #1641b0;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

body.sp h2.jsAccordionBtn.open:after {
	content: "－";
}



/* StepArea
----------------------------------------- */

#StepArea {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 10px 20px 15px;
	margin-bottom: 12px;
}

#StepArea h2 {
	margin-bottom: 5px;
	color: #263b81;
	font-weight: bold;
}

#StepArea li {
	float: left;
	margin-right: 11px;
	width: 121px;
	font-size: 86.7%;;
}

#StepArea .step {
	border-radius: 3px;
	background-color: #3782e0;
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#StepArea .date {
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
}

#StepArea .btn a {
	display: block;
	background: url(/exam/img/cmn_step_btn_bg.gif) no-repeat 0 0;
	width: 89px;
	height: 36px;
	padding-left: 32px;
	line-height: 36px;
	color: #333;
	text-decoration: none;
}

#StepArea .current .btn a,
#StepArea .btn a:hover {
	background-position: 0 -36px;
	color: #fff;
}

body.sp #StepArea {
	border: none;
	padding: 0;
}

body.sp #StepArea h2 {
	margin-bottom: 8px;
	color: #fd6108;
	font-size: 113.3%;
}

body.sp #StepArea li {
	position: relative;
	float: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 0 15px 0;
	width: auto;
	height: 36px;
	font-size: 93.3%;
}

body.sp #StepArea li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 12px solid #ccc;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

body.sp #StepArea li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

body.sp #StepArea .step {
	float: left;
	border-radius: 4px 0 0 4px;
	background-color: #bed2f7;
	width: 35%;
	height: 36px;
	padding: 0;
	color: #103a86;
	font-size: 142.9%;
	font-weight: bold;
	line-height: 36px;
}

body.sp #StepArea .current .step {
	background-color: #103a86;
	color: #fff;
}

body.sp #StepArea .date {
	float: left;
	width: 23%;
	margin-right: 2%;
	padding: 0;
	font-weight: normal;
	text-align: right;
	line-height: 36px;
}

body.sp #StepArea .btn {
	float: left;
	width: 40%;
}

body.sp #StepArea .btn a {
	display: block;
	background: url(/shared/img/sp_mrk_01.png) no-repeat 12px 48%;
	-webkit-background-size: 16px 15px;
	background-size: 16px 15px;
	width: auto;
	height: auto;
	padding: 0 15px 0 32px;
	line-height: 36px;
	font-weight: bold;
	color: #103a86;
}

body.sp #StepArea .btn a:hover {
	color: #103a86;
}


/* underLnavi
----------------------------------------- */

.underLnavi {
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 0 0 1px #fff inset;
	background: url(/shared/img/box_bg_01.gif) repeat 0 0;
	padding: 15px;
	margin-bottom: 20px;
}

.underLnavi ul {
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #fff;
	padding: 15px 10px 7px;
}

.underLnavi li {
	float: left;
	display: table;
	width: 25%;
	margin-bottom: 8px;
	text-align: center;
}

.underLnavi li a {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #aaa;
	padding: 0 8px;
	text-decoration: none;
	color: #333;
}

.underLnavi li.noLine a {
	border-right: none;
}

.underLnavi li a span {
	background: url(/shared/img/mrk_03.png) no-repeat 0 0.3em;
	padding-left: 15px;
}

.underLnavi li a:hover {
	text-decoration: underline;
}

.underLnavi li.current a {
	color: #4040d3;
	font-weight: bold;
}

.underLnavi li.current a span {
	background: url(/shared/img/mrk_04.png) no-repeat 0 0.3em;
}

body.sp .underLnavi li {
	width: 50%;
}

body.sp .underLnavi li:nth-child(even) a {
	border-right: none;
}


/* toExamTop
----------------------------------------- */

.toExamTop a {
	display: inline-block;
	background:  url(/shared/img/mrk_back.png) no-repeat 0 0.3em;
	padding-left: 15px;;
}

body.sp .toExamTop a {
	margin-left: 10px;
}


/* LNaviArea
----------------------------------------- */

#LNaviArea .inner {
	padding: 17px 14px 25px;
}

#LNaviArea .inner ul {
	margin-bottom: 15px;
}

#LNaviArea .inner li {
	margin-bottom: 10px;
}


/* cmnAnchorLink
----------------------------------------- */

@media screen and (min-width:1024px){
	.cmnAnchorLink ul.col3 li.twin{
		height: 44px;
	}

	.cmnAnchorLink ul.col3 li.twin a{
		margin-top: 10px;
	}
}

