@charset "UTF-8";
#wrapper{
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.top_desc {
	margin-right: -500%;
	margin-left: -500%;
	padding-top: 0px;
	padding-right: 500%;
	padding-bottom: 0;
	padding-left: 500%;
}
.top_read {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	background: #FFF;
}
#notice{
	font-size: 15px;
	line-height: 25px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	border: 1px solid #999;
}
#notice dl{
	margin: 0px;
}
#notice dt{
	font-size: 120%;
	color: #0000FF;
	font-weight: bold;
}
#notice dd{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 22px;
	text-indent: 15px;
}
#notice address {
	line-height: 20px;
	text-decoration: none;
	margin-left: 480px;
	font-style: normal;
}
#notice address span {
	text-align: right;
}
#form{
	width: 100%;
	height: auto;
	background: #FFF;
	margin-top: 0;
	margin-right: -500%;
	margin-bottom: 0;
	margin-left: -500%;
	padding-top: 0px;
	padding-right: 500%;
	padding-bottom: 0;
	padding-left: 500%;
	position: relative;
}
#form h2{
	width: 300px;
	text-align: center;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	color: #FFF;
	top: -20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -150px;
	background-image: url(../img/form_title.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
}
#form .form_desc {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 50px;
	border: 1px solid #999;
	font-size: 15px;
}
#form .form_desc th{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	font-weight: normal;
	text-align: left;
}
#form .form_desc th .red{
	font-size: 80%;
	color: #F63;
}
#form .form_desc td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	font-weight: normal;
}
#form .form_desc .button{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
input[type=submit]{
	width: 200px;
	height: 40px;
	background-image: url(../img/form_submit_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 60px;
	font-size: 20px;
	font-weight: bold;
}
input[type=submit]:hover{
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
tr td p {
	margin-top: 5px;
	margin-bottom: -10px;
	font-size: 12px;
	color: #FF9191;
}
/*************************
メディアクエリ設定 〜979
*************************/
/*
@media screen and (max-width: 979px) {
#wrapper{
	width: 320px;
}
header{
	display: none;
}
nav{
	display: none;
}

}
*/

.zeromail fieldset p {
	padding-top: 0px;
}
.zeromail fieldset p a {
	font-weight: bold;	
}

form table tr td a {
    font-weight: bold;
}

.ansin {
	border: solid 1px #DC3C28;
	font-weight: bold;
	background-color: #DC3C28;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	border-radius: 0.5rem;
	font-size: 14px;
}
.ansin:hover {
	background-color:#ffffff; 
	color: #DC3C28;
}
