@charset "UTF-8";

*{
	box-sizing: border-box;
}

body{
	margin: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #fff;
}
img{
	vertical-align: top;
	border: none;
}

.wrapper{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
#lv01{
	background-image: url(../images/deco01.png), url(../images/deco02.png);
	background-position: top center, bottom center;
	background-repeat: repeat-x, repeat-x;
	height: 650px;
	position: relative;
	min-width: 1200px;
}
#lv01 h1{
	margin: 0;
	line-height: 1;
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

h2{
	margin: 0;
	line-height: 0.5;
}
#lv02 .wrapper{
	background-image: url(../images/deco05.png);
	background-position: bottom 25px right 111px;
	background-repeat: no-repeat;
	padding: 205px 154px 250px 110px;
	overflow: hidden;
}
#lv02 .wrapper h2{
	float: left;
	margin: 10px 0 0;
}
#lv02 .wrapper p{
	float: right;
	width: 385px;
	margin: 0;
	font-size: 14px;
	line-height: 2;
}

#lv03{
	background-color: #cacdce;
	background-image: url(../images/deco03.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}
#lv03 .wrapper{
	padding: 80px 93px 135px 105px;
}
#lv03 .wrapper .boxLeft{
	float: left;
	width: 405px;
	margin: 16px 0 0;
}
#lv03 .wrapper .boxLeft p{
	margin: 40px 0 0;
	font-size: 14px;
	line-height: 2;
}
#lv03 .wrapper .boxRight{
	float: right;
	width: 499px;
}

#lv04 .wrapper{
	padding: 93px 106px 50px 108px;
}
#lv04 .wrapper .boxLeft{
	float: left;
	width: 280px;
	margin: 456px 0 0;
}
#lv04 .wrapper .boxLeft p{
	font-size: 14px;
	line-height: 2;
	margin: 40px 0 0;
}
#lv04 .wrapper .boxRight{
	float: right;
	width: 587px;
}
#lv04 .wrapper .boxRight h3{
	margin: 0 0 20px;
	line-height: 1;
}
#lv04 .wrapper .boxRight .boxset{
	overflow: hidden;
	margin: 50px 0 0;
}
#lv04 .wrapper .boxRight .boxset:first-child{
	margin: 0;
}
#lv04 .wrapper .boxRight .boxset .box_left{
	float: left;
	width: 265px;
}
#lv04 .wrapper .boxRight .boxset .box_right{
	float: right;
	width: 265px;
}
#lv04 .wrapper .boxRight .boxset dl{
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
#lv04 .wrapper .boxRight .boxset dl dt{
	border-bottom: 1px solid #333;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
#lv04 .wrapper .boxRight .boxset dl dd{
	padding: 0;
	margin: 0;
}

#lv05{
	background-image: url(../images/deco04.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #cacdce;
}
#lv05 .wrapper{
	padding: 105px 144px 50px 107px;
}
#lv05 .wrapper p{
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 2;
	width: 365px;
}
#lv05 .wrapper p.img{
	margin: -45px 0 0;
	width: auto;
}

#lv06{
	background-image: url(../images/deco02.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}
#lv06 .wrapper{
	padding: 140px 135px 145px 690px;
}
#lv06 .wrapper table{
	font-size: 14px;
	margin: 30px 0 0;
	line-height: 1.8;
}
#lv06 .wrapper table th{
	width: 100px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

small{
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 12px 0;
	min-width: 1200px;
}
 a.works:link,a.works:visited { color: #bfa472; }
a.works:hover,a.works:active { color: #bfa472;	text-decoration: none; }
