@charset "utf-8";

legend, .send_title{
	display: none;
}

.wtn_copyright{
	display: none;
}

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

fieldset{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

body {
	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: #343434;
	width: 100%;
	height: 100%;
}
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: #0f3379;
	font-size: 30px;
	text-align: center;
}

table.item_table{
	padding: 0;
	margin: 0px 0 30px;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}
table.item_table th{
	padding: 5px 8px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #00a0e9;
	border-right: 3px solid #cccccc;
}
table.item_table th div{
	background: url(mfp_must.gif) no-repeat right 4px;
}

table.item_table td{
	padding: 5px 8px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #00a0e9;
	border-right: 3px solid #cccccc;
}

.ex_word{
	color: #00a0e9;
	font-size: 80%;
}

.td_col{ padding: 5px 0;}

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