@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	background: url(../image/e_publication/main_img.jpg) no-repeat center top;
	background-size: cover;
}

.mainVisual h2 {
	width: 900px;
	text-align: left;
}

#conts h2 {
	margin-bottom: 18px;
}

#conts h3 {
	margin-bottom: 16px;
	padding: 9px 20px;
	position: relative;
	color: #1366AC;
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
	cursor: pointer;
	border: 1px solid #1567AF;
}

#conts h3:before {
	margin-top: -5px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 17px;
	height: 11px;
	background: url(../image/common/icon14.png) no-repeat left top;
	
	content: "";
}

#conts h3.on:before {
	background: url(../image/common/icon14_on.png) no-repeat left top;
}

#conts p {
	margin-bottom: 24px;
	font-size: 13px;
	letter-spacing: 1px;
}

#conts .close {
	margin: 0 auto 30px;
	width: 355px;
}

#conts .close a {
	padding: 10px 0;
	display: block;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background: #CCC url(../image/common/icon18.png) no-repeat 323px 17px;
}

#conts .close a:hover {
	text-decoration: none;
}

#conts .txtBox {
	display: none;
}
