@charset "UTF-8";

/* wrapper ----------------------------------------*/
#conventional #contents{
	position: relative;
	background-image: url(../img/conventional_header_bg.jpg);
}
#contents > h1 img{
	margin:0 0 60px 0;
}
#contents > h1 span{
	margin:10px 100px 10px 0;
	font-size:14px;
}
/* intro ----------------------------------------*/
#intro{
	max-width: 320px;
	margin: 0 auto;
	padding: 50px 15px 25px;
	text-align: center;
}
#intro h1{
}
#intro p{
	margin-top: 25px;
	font-size: 14px;
	line-height: 1.8;
	color: #3d3d3d;
	vertical-align: bottom;
}
#intro p span{
	display: inline-block;
}
/* detail ----------------------------------------*/
.detail{
}
.detail > header{
	padding: 10px 0 30px;
	background: url(../img/conventional_detail_bg.png) no-repeat center bottom;
	-webkit-background-size: auto 22px;
	background-size: auto 22px;
}
.detail > header p{
	max-width: 290px;
	margin: 0 auto;
	padding: 0 15px ;
	line-height: 24px;
	font-size: 14px;
	color: #888888;
	text-align: center;
}
.detail > header p span{
	display: inline-block;
}
.detail #idea{
	margin-top: 40px;
	text-align: center;
	background: url(../img/bg_ptn01.png) no-repeat center 60px;
	-webkit-background-size: contain;
	background-size: contain;
}
.detail #idea .inner{
	max-width: 320px;
	margin: 5px auto 0;
	position: relative;
}
.detail #idea .inner:before{
	content: "";
	position: absolute;
	top: 85px;
	left: 80px;
	display: block;
	width: 160px;
	height: 180px;
	background:
		url(../img/line_dotted.png) repeat-x top left,
		url(../img/line_dotted.png) repeat-x bottom left,
		url(../img/line_dotted.png) repeat-y top left,
		url(../img/line_dotted.png) repeat-y top right;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
}
.detail #idea dl{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-top: 24px;
	background: #B9BB9B;
	position: relative;
	z-index: 10;
}
.detail #idea dl:nth-child(2),
.detail #idea dl:nth-child(3){ background: #E8BB5A; }
.detail #idea dl:nth-child(odd){ margin-right: 15px; }
.detail #idea dt{
	padding: 22px 0 5px;
}
.detail #idea img{
	height: 100%;
}
.detail #idea dd{
	line-height: 1.8;
	color: #ffffff;
	font-size: 12px;
	margin-top: 2px;
}

.detail > footer{
	margin-top: 45px;
	padding: 35px 0 0;
    background: #FFD98D;
}
.detail > footer > .inner{
	max-width: 320px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.detail > footer > .inner .image{
	padding: 0 45px;
}
.detail > footer > .inner p{
	font-size: 14px;
	line-height: 1.8;
	padding: 30px 15px 0;
}
.detail > footer > p{
	padding: 30px 15px 0;
	line-height: 35px;
	text-align: center;
	color: #919F7A;
	font-size: 12px;
	font-weight: bold;
	background: #ffffff;
}

/* etc ----------------------------------------*/
#cnav02{
	margin: 60px 0 50px;
}
#cnav03{
	margin-top: 70px;
}