@charset "utf-8";

/* common */
html, body, div, h1, h2, h3, h4, h5, h6,
p, address, blockquote,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset, input {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
    font-size: 62.5%;
}
body {
	text-align: left;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "MS PGothic", "Osaka", Geneva, Arial, Helvetica, sans-serif;
	color: #333;
    font-size: 13px;
    *font-size: small;
    *font:x-small;
	line-height: 1.0;
	overflow-x: auto;
	background: #fff;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, dt, dd, th {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    font-size:inherit;
    font:1em;
}

ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: underline;
	opacity: 0.5;
}

.btn {
	overflow: hidden;
	margin:0 -12px;
	width: 1004px;
}
.btn li {
	float: left;
}
.btn li:first-child {
	margin-right: 16px;
}


/*#header*/
.header-inr {
	width: 980px;
	margin:10px auto;
	overflow: hidden;
}
.header-inr .logo {
	float: left;
	margin-top: 20px;
}
.hdr-info {
	float: right;
}
.hdr-info ul {
	margin-top: 10px;
	overflow: hidden;
}
.hdr-info li {
	float: left;
}
.hdr-info li:last-child {
	float: right;
}

/*#mv*/
#mv {
	background: url(../img/mv.png) no-repeat top center;
	position: relative;
	height: 857px;
}
#mv:before {
	content:"";
	background: url(../img/mv_bg.png) repeat-x;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
}
.mv-inr {
	width: 980px;
	margin:0 auto;
	position: relative;
}
.mv-inr .img {
	margin:0 -510px;
}
.mv-btn {
	overflow: hidden;
	position: absolute;
	top:395px;
	right:0;
}
.mv-btn li {
	float: left;
}
.mv-btn li:first-child {
	margin-right: 28px;
}
#mv .btn {
	position: absolute;
	top:623px;
	right:0;
}

/*#about*/
#about h2 {
	background: url(../img/ttl01_bg.png) repeat-x top center;
	position: relative;
	z-index: 1;
	text-align: center;
}
#about h2 .ttl-inr {
	width: 980px;
	margin:0 auto;
	text-align: center;
}
#about h2 img {
	margin-top: -47px;
}
#about .block {
	text-align: center;
	width: 980px;
	margin:-83px auto 80px;
}

/*#merit*/
#merit h2 {
	background: url(../img/ttl01_bg.png) repeat-x top center;
	position: relative;
	z-index: 1;
}
#merit h2 .ttl-inr {
	width: 980px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 80px;
}
#merit h2 img {
	margin-top: -69px;
}
#merit .block-wrap {
	background: url(../img/bg01.png);
	margin:-80px auto 0;
	padding: 80px 0;
}
#merit .block {
	text-align: center;
	width: 980px;
	margin:0 auto;
}
#merit .btn {
	margin: 68px auto;
}

/*#differ*/
#differ h2 {
	background: url(../img/ttl_bg01.png);
	margin-bottom: 80px;
}
#differ h2 .ttl-inr {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 0;
}
#differ .block {
	width: 980px;
	margin:0 auto;
	position: relative;
}
#differ .link01 {
	position: absolute;
	top:404px;
	left:20px;
}
#differ .link02 {
	position: absolute;
	top:560px;
	left:20px;
}
#differ .link03 {
	position: absolute;
	bottom:32px;
	left:16px;
}
#differ .btn {
	margin: 68px auto;
}

/*#price*/
#price h2 {
	background: url(../img/ttl04_bg.png) repeat-x top center;
	text-align: center;
	height: 188px;
	margin-bottom: 24px;
}
#price h2 .ttl-inr {
	width: 980px;
	margin:0 auto;
	text-align: center;
}
#price h2 img {
	margin-top: 40px;
}
#price .block {
	width: 980px;
	margin:0 auto 80px;
}

/*#voice*/
#voice .block-wrap {
	background: url(../img/bg02.png);
}
#voice .block {
	width: 980px;
	margin:0 auto;
	padding: 40px 0;
}
#voice .btn {
	margin: 68px auto;
}

/*#footer*/
#footer {
	background: #246cb3;
	color:#fff;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
}