@charset "UTF-8";
section.advertising h2{
	width: 100%;
	padding: 5px 0;
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	background-color: #ff63a1;
}

section.advertising p{
	width: 94%;
	margin: 6px 0;
	padding: 5px 3%;
	font-size: 0.9em;
	line-height: 1.8em;
	background-color: #eaeaea;
}

div#form_area {
	width: 98%;
	margin: 20px 1%;
	float: left;
}

div.requisite {
	width: 98%;
	margin: 5px 1%;
	font-size: 0.8em;
	color: #ff0000;
	text-align: right;
}

table.contact_tbl {
	width: 100%;
	padding: 0px;
	margin: 0;
	border: none;
}

table.contact_tbl th{
	width: 25%;
	padding: 5px 0 15px 0;
	font-weight: normal;
	vertical-align: top;
}

table.contact_tbl th span{
	font-size: 0.8em;
	color: #ff0000;
}

table.contact_tbl td{
	width: 74%;
	padding: 5px 0 15px 1%;
	text-align: left;
	line-height: 25px;
	vertical-align: top;
}

.input_waku, .textarea_waku {
	width: 97%;
	padding:5px 1%;
	border:1px solid #a2a2a2;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-sizing: border-box;
}
select {
	width: 97%;
	padding:5px 1%;
	border:1px solid #a2a2a2;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-sizing: border-box;
	-webkit-appearance: pop-up-menu;
}
.input_waku, .textarea_waku {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 1%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1%,#f8f8f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 1%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 1%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 1%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.textarea_waku {
	height: 90px;
}

ul.confbtn {
	width: 96%;
	margin: 35px 2%;
}

ul.confbtn li{
	width: 100%;
	margin-bottom: 5px;
}

.conf_btn_bg {
	width: 100%;
	height: 50px;
	font-size: 1.2em;
	color: #59493f;
	border: 0px;
	background: url(/img/i/common/icon/arrow_brown.png) 97% center no-repeat #dcdcdc;
	cursor: pointer;
	-webkit-appearance: button;
	-webkit-border-radius: 0;
}

.conf_btn_bg2 {
	width: 100%;
	height: 50px;
	font-size: 1.2em;
	color: #59493f;
	border: 0px;
	background: url(/img/i/common/icon/arrow_brown2.png) 3% center no-repeat #dcdcdc;
	cursor: pointer;
	-webkit-appearance: button;
	-webkit-border-radius: 0;
}

.no_entry {
	color: #aaa;
}
