@charset "utf-8";

legend, .send_title{
	display: none;
}

.wtn_copyright{
	display: none;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

fieldset{
	margin: 0;
	padding: 0;
	/*background: #f4f7dca;*/
	border: none;
}

input, textarea{
	width: 95%;
	display: block;
	margin: 0 auto;
	font-size: 16px;
}
select{
	width: 100%;
	display: block;
	margin: 0 auto;
	font-size: 16px;
}
input.checkbox, input.radio{
	width: 5%;
	display: inline;
}
#sei, #mei{
	width: 25%;
	display: inline;
}
#contactweek, #phone01, #phone02, #phone03{
	width: 20%;
	display: inline;
}
#contacttime, #zipcode{
	width: 35%;
	display: inline;
}

body {
	background: none;
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	color: #653400;
}
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}

#main, form{
	padding: 0;
	margin: 0;
}

label { }
div.error {
	width: 380px;
	background-color: #fcc;
	padding: 5px 0;
}
/* 必須 */
span.required { font-weight: bold; }

h3{
	color: #653400;
	font-size: 30px;
	text-align: center;
}

table.item_table{
	margin: 0px 0 20px;
	padding: 0;
	width: 100%;
    border-collapse: separate;
    background-color:#ffffff;
    empty-cells:show;
}
table.item_table th{
	width: 100%;
	background: #fbd4d4;
	padding: 5px 3px;
	border: 1px solid #efefef;
	color: #700c12;
	text-align: left;
}
table.item_table th div{
	background: url(mfp_must.gif) no-repeat right center;
}

table.item_table td{
	width: 100%;
	padding: 5px 3px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.submit_btn{
	text-align: center;
	margin: 5px auto;
}

.input_col{ margin-bottom: 10px;}