@charset "UTF-8";
/*------------------------------------------------------*/

div#shop_head {
	width: 100%;
	font-weight: normal;
	text-align: center;
	background-color: #f5eed4;
	color: #636057;
}
div#shop_head h2{
	padding: 5px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
}
div#shop_head p{
	padding: 0 0 5px 0;
	font-size: 0.8em;
}
p.thanks{
	width: 94%;
	margin: 6px 0;
	padding: 5px 3%;
	font-size: 0.9em;
	line-height: 1.8em;
	background-color: #efefef;
}
p.thanks span{
	font-size: 1.2em;
	line-height: 1.8em;
}
div#form_area {
	width: 98%;
	margin: 2% 1%;
	float: left;
}
section.contact{overflow:hidden;}
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;
	border-bottom:1px dotted #e6e6e6;
	
	border-collapse:collapse;
}table.contact_tbl tr:first-child{
	border-bottom:1px dotted #e6e6e6;
	border-top:1px dotted #e6e6e6;
}
table.contact_tbl tr{
	border-bottom:1px dotted #e6e6e6;
}
table.contact_tbl th{
	width: 25%;
	padding: 18px 0 15px 0;
	font-weight: normal;
	vertical-align: top;
	background:#fffafc;
}

table.contact_tbl th span{
	font-size: 0.8em;
	line-height:1.0em;
}

table.contact_tbl td{
	width: 74%;
	padding: 15px 0 15px 3%;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}
span.old{font-size:0.9em;}
.input_waku, .textarea_waku {
	width: 97%;
	padding:8px 1%;
	border:1px solid #a2a2a2;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-sizing: border-box;
}

.input_waku_s {
	width: 23%;
	padding:8px 2%;
	border:1px solid #a2a2a2;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-sizing: border-box;
}

select {
	width: 20%;
	height: 2.5em;
	-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;
}
div#mail_attention{
	width: 94%;
	font-size:0.7em;
	margin-bottom:5%;
	padding:1%;
	line-height:1.8em;
}
ul.confbtn {
	width: 96%;
	margin: 15px 2%;
}

ul.confbtn li{
	width: 100%;
	margin-bottom: 5px;
}

.conf_btn_bg {
	width: 100%;
	height: 50px;
	font-size: 1.2em;
	font-weight:bold;
	color: #fff;
	border: 0px;
	background: url(/img/i/common/icon/arrow_white.png) 97% center no-repeat #ff7b8b;
	cursor: pointer;
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.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: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.no_entry {
	color: #aaa;
}
p.m_sub{font-size:80%;line-height:1.5em;overflow:hidden;}
.attention{font-size:0.9em;}
p.attentions{font-size:85%;line-height:1.7em;margin-top:0.5em;}
