  @charset "utf-8";

body {
	min-width: 320px;
}
img {
	width: 100%;
}
section a:hover {
	opacity:1;
}

/* -- box layout
-------------------------------------------------------------------------------- */
header {
	border-top: 3px solid #016ac3;
	height: 65px;
	position: relative;
}
article {
	line-height: 1.75;
	text-align: left;
	padding-bottom: 65px;
}
article > section {
	padding: 0 15px;
	margin: 0 0 30px 0;
}
footer {
	background: #232323;
	clear: both;
	color: #fff;
	display: block;
	font-size: 10px;
	padding: 15px 0;
}
article + p {
	display: none!important;
}

/* -- header
-------------------------------------------------------------------------------- */
header > p {
	display: block;
	width: 260px;
	left: 15px;
	position: absolute;
	top: 20px;
}

/* -- contents
-------------------------------------------------------------------------------- */
article > h1 {
	display: block;
	height: 150px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background: url(/rec/re_uturn/common/img/p01_vis.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
article > h1 img:nth-of-type(1) {
	margin: 44px 0;
	width: 224px;
}
.re_img img {
	width: 197px;
	display: block;
	margin: 0 auto;
}
.data > dl {
	display: block;
	border-top: 2px solid #d2d2d2;
}
.data > dl > dt {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d2d2d2;
}
.data > dl > dd {
	font-size: 13px;
}
.data > dl > dd span {
	font-size: 11px;
	color: #666;
	display: block;
}
.data > dl > dd dd {
	margin: -1.75em 0 0 10em;
}
.data > dl > dd.re_txt dt {
	font-weight: bold;
}
.data > dl > dd.re_txt dd {
	margin: 0;
}
.data > dl > dd dt.re_txt2 {
	margin: 15px 0 0 0;
}
article > div.download {
	background: none;
	width: 300px;
	margin: 0 auto;
}
article section h2,	
article section h3 {
	font-size: 19px;
	line-height: 1.3;
	display: block;
	position: relative;
}
article section h2 {
	margin-bottom: 20px;
}
article > div {
	background: #f1f1f1;
	padding: 20px 15px 5px;
	margin: 20px 0 0 0;
}
article > div h3 {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	font-size: 19px;
	line-height: 1.3;
}
article > div h3:after {
	content: "";
	display: block;
	width: 70px;
	height: 1;
	border-top: solid 2px #016ac3;
	margin: 10px auto 0;
}
article > div li {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
article > div li img {
	float: left;
	width: 87px;
	margin-right: 15px;
}
article > div li dl {
	display: block;
	overflow: hidden;
}
article > div li dl dt {
	font-size: 10px;
	margin-bottom: 5px;
}
article > div li dl dt b {
	font-size: 15px;
	line-height: 1.2;
	color: #016ac3;
	display: block;
}
article > div li dl dd {
		line-height: 1.5;
}
article section:nth-of-type(n+2),
article section:nth-of-type(n+2) figure {
	margin-top: 35px;
}
article section h3 {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
article section h3:after {
	content: "";
	display: block;
	width: 70px;
	height: 1;
	border-top: solid 2px #016ac3;
	margin: 10px auto 0;
}