@charset "utf-8";
h2{
	color:#fff;
	font-size:22px;
	height:55px;
	line-height:55px;
	position:relative;
	padding-left:20px;
	background-size: 10px 10px;
	background-color: #67534b;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #5b4943), color-stop(.5, transparent), to(transparent));
	background-image: linear-gradient(left, #5b4943 50%, transparent 50%, transparent);
}
h2:before{
	content:"";
	width:100%;
	height:5px;
	background:url(../images/common/jagged.png) repeat-x left;
	background-size:10px 5px; 
	position:absolute;
	bottom:-5px;
	left:0;
}
#contents_wrap{
	background:#fffefa;
	padding:20px 10px;
} 
#input form,#conf_box{
	background:#fff;
	border:1px solid #d3c6af;
	border-radius:5px;
	margin:15px 0 0;
}
dl>dt:first-child{
	border-radius:5px 5px 0 0;
}
dt{
	color:#924226;
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
	height:40px;
	line-height:40px;
	background:#f3ebda;
	position:relative;
}
#input dt span{
	color:#fa65a4;
	font-size:12px;
	width:43px;
	height:18px;
	line-height:18px;
	background:#fff;
	border-radius:5px;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-9px;
}
#input dd input{
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	font-size:16px;
	height:45px;
	border:2px solid #ddd;
	border-radius:5px;
	padding:10px;
}
dd{
	padding:15px 10px;
}
#input dd select{
	height:30px;
}
#input dd textarea{
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height:126px;
	border:2px solid #ddd;
	border-radius:5px;
	padding:10px;
}
#input form>a,#next02{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	background:#ff5e8f;
	border-radius:10px;
	display:block;
	position:relative;
	margin:0 10px 15px;
}
#next01{
	height:70px;
	line-height:70px;
}
#next02{
	height:58px;
	line-height:58px;
}
#prev01{
	height:38px;
	line-height:38px;
	margin:0 10px 15px;
}
#input form>a:before,#next02:before{
	content:"";
	width:10px;
	height:16px;
	background:url(../images/common/icon_next01.png) no-repeat;
	background-size:10px 16px;
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-8px;
}
#policy{
	font-size:12px;
	background:#f5f2ec;
	padding:10px;
	margin:0 10px 10px;
}
#policy a{
	color:#a02200;
	font-size:12px;
	text-decoration:underline;
}
#comp div{
	margin:50px 0;
}
