@charset "utf-8";
/* CSS Document */



/* ***************************************
	BASE STYLE
**************************************** */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	background:url(img/img_body_bg.png);
}
.container {
	width:900px;
	margin:0 auto;
}


/* main styles */
#header {
	background-color:#FFFFFF;
}
#header::after {
	content:"";
	display:block;
	width:100%;
	height: 3px;
	background-color: #3f2f1d;
	background-image: -webkit-linear-gradient(right, #876731, #faf2ba 16%, #84632d 37%, #f8efb7 51%, #84632d 61%, #f1e7af 85%, #84632d);
	background-image: -moz-linear-gradient(right, #876731, #faf2ba 16%, #84632d 37%, #f8efb7 51%, #84632d 61%, #f1e7af 85%, #84632d);
	background-image: -o-linear-gradient(right, #876731, #faf2ba 16%, #84632d 37%, #f8efb7 51%, #84632d 61%, #f1e7af 85%, #84632d);
	background-image: -ms-linear-gradient(right, #876731, #faf2ba 16%, #84632d 37%, #f8efb7 51%, #84632d 61%, #f1e7af 85%, #84632d);
	background-image: linear-gradient(to left, #876731, #faf2ba 16%, #84632d 37%, #f8efb7 51%, #84632d 61%, #f1e7af 85%, #84632d);
	border-top:1px solid #cfc1ab;
	border-bottom:1px solid #cfc1ab;
}
#header h1{
	padding:20px 0 14px;
	float: left;
}
#header h2 {
    padding: 35px 0 0 30px;
    float: left;
	font-size:13px;
}
#keyv {
	background:url(img/img_keyv_bg.png);
	border-bottom:2px solid #FFFFFF;
}
#content {
	background:url(img/img_content_bg.png) center top no-repeat;
	background-size:100% auto;
}
.introduction {
	height:326px;
	padding:72px 0 0 40px;
	box-sizing:border-box;
	background:url(img/img_intro_bg.png) 0 0 no-repeat;
	margin-bottom:14px;
}
.introduction p {
	color:#FFFFFF;
	font-size:13px;
	margin-bottom:2em;
	line-height:2;
}
.mainContent,
.conclusion {
	padding:40px;
	border:1px solid #b6b2ad;
	box-sizing:border-box;
	color:#FFFFFF;
	background:url(img/ptn_content_bg.png) repeat-y;
	margin-bottom:8px;
}
.mainContent h3 {
	margin-bottom:38px;
}
.mainContent figure {
	margin-bottom:38px;
	text-align:center;
}
.mainContent p {
	padding-top:12px;
	padding-left:103px;
	margin-bottom:38px;
	background:left top no-repeat;
	min-height:45px;
}
.mainContent p.kawada {	background-image:url(img/img_name_kawada.png); }
.mainContent p.morita {	background-image:url(img/img_name_morita.png); }

.conclusion {
	padding:46px 40px;
	border:none;
	overflow:hidden;
}
.conclusion a{
	color:#FFFFFF;
}
.conclusion > div {
	clear:both;
}
.conclusion > div > img {
	padding:0 16px;
}
.conclusion > div > h3,
.conclusion > div > p {
	width:624px;
	margin-bottom:30px;
	font-size:13px;
}
.conclusion .morita::before {
	content:"";
	height:1px;
	width:100%;
	display:block;
	background:url(img/img_line01.png);
	margin-bottom:30px;
}
.conclusion .morita::after {
	clear:both;
	content:"";
	height:1px;
	width:100%;
	display:block;
	background:url(img/img_line02.png);
	margin-bottom:30px;
}
.conclusion .kawada::after {
	clear:both;
	content:"";
	height:1px;
	width:100%;
	display:block;
	background:url(img/img_line01.png);
}
.bnr {
	margin:60px 0 80px;
	text-align:center;
}
#footer {
	background:#FFFFFF;
	text-align:center;
	font-size:12px;
	padding:12px 0;
}






