@charset "EUC-JP";
/* CSS Document */

h1,
h2,
h3 {
    background:none;
    clear: both;
	border:none;
    display: block;
    float: none;
    height:auto;
    line-height:0;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
}
img {
	width:100%;
}
#main-contents-wrap {
	width:100%;
	overflow:hidden;
}
.inner {
	width:86%;
	margin:0 auto;
	padding: 1% 0 0;
}
.inner .section-inner {
	margin: 10% 0 0;
}
.inner .title {
}
.inner p {
	font-size: 14px;
    line-height: 180%;
    margin: 2% 0 0;
}
.inner .figure {
	margin: 4% 0 0;
}
.wid-fix-image {
	margin: 6% 0 0;
}

/*title-header*/
.title-header {
	position: relative;
    width: 100%;
}
.title-header .header {
	left: 50%;
    margin: 0 0 0 -38.5%;
    padding: 3% 0 0;
    position: absolute;
    width: 77%;
}
/*content-section01*/
.content-section01 {
	background:url(../images/section01-background.png) left top repeat;
	background-size:30% auto;
}
.content-section01 h3 {
	width:85%;
	margin:0 auto;
}
/*content-section02*/
.content-section02 {
	background:url(../images/section02-background.png) left top repeat;
	background-size:30% auto;
}
.content-section02 h3 {
	width:86%;
	margin:0 auto;
}
/*content-section03*/
.content-section03 {
	margin:10% 0 0;
}
.content-section03 h3 {
	margin: 0 auto;
    width: 48%;
}
.content-section03 .inner {
	padding:0;
}
.content-section03 ul {
	overflow:hidden;
	margin:4% 0 0;
}
.content-section03 li {
	width:49%;
	float:right;
}
.content-section03 li:first-child {
	float:left;
}
.content-section03 .caption {
	display: block;
    line-height: 140%;
    margin: 2% 0 0;
    text-align: left;
	font-size:11px;
}
/*content-section04*/
.content-section04 {
	margin:10% 0 0;
}
.content-section04 h3 {
	width:81%;
	margin:0 auto;
}
.content-section04 .inner {
	padding:0;
}
.content-section04 li {
	margin:4% 0 0;
}
/*page-top*/
.page-top {
	text-align:center;
	margin:10% 0 0;
}
.page-top a {
	background:url(../images/page-top.png) right center no-repeat;
	background-size:18px auto;
	padding:0 25px 0 0;
	color:#000000;
	text-decoration:none;
}
.alignC {
	margin:6% 0 0;
}
/*footer*/
.footer {
	margin:3% 0 0;
	background:#000000;
	padding:3% 0;
}
.footer .copy-right {
	color:#ffffff;
	text-align:center;
}
