@charset "utf-8";

#main > .inner{
	padding-bottom: 20px;
	color: #333;
}

#main h2{
	border-bottom: 2px solid #dc2215;
	padding-bottom: 13px;
}
#main .h01{
	background: #edebeb none;
	font-size: 1.07142857em;
	line-height: 1.2;
	border-left: 3px solid #333;
	padding: 2% 0 2% 3%;
}

#main .h01 .require{
	vertical-align: top;
}

#main input[type="text"],
#main textarea{
	background: #fff none;
	font-size: 0.92857143em;
	line-height: 1.2;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bbb;
	border-radius: 4px;
	padding: 5px 3px;
}

#main select{
	-webkit-appearance:none;
	background: transparent linear-gradient(#fff, #ccc);
	background-image: url(../../img/index/input_bg.png);
	background-size: 100% 100%;
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 0.92857143em;
	line-height: 3em;
	width: 100%;
	height: 3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bbb;
	border-radius: 4px;
	padding-left: 8px;
}
#main select:focus {
	background-image: url(../../img/index/input_bg_on.png);
}

