@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;
}

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

.clr {
	color: #64a04a;
}
.clr_r {
	color: #ff0000;
}

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

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

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

table.item_table{
	background-color: #cecece;
	padding: 0;
	margin: 0 10px 30px;
	width: 680px;
}
table.item_table th{
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #ebebeb;
	text-align:left;
	padding:5px 10px;
	font-weight:normal;
	font-size:13px;
}
table.item_table th div{
	background: url(mfp_must.gif) no-repeat right center;
}

table.item_table td{
	background: #fff;
	padding:5px 10px;
	font-size: 13px;
}
table.item_table td.table_top{
	border-top: 1px solid #aaaaaa;
}
.item_table td span{
	display: inline-block;
	color: #666666;
	padding-top: 10px;
}
table.item_table .table_bg{
	background: #f8ffdc;
}

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