.header {
	background-image: url(../images/header_bg03.png);
	background-position: center top;
	height: 130px;
	text-align: center;
	background-repeat: no-repeat;
}
.header_02 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 3;
	position: relative;
	top: -134px;
	background-image: url(../../images/bg_yellow01.gif);
	padding-top: 60px;
	height: 75px;
	background-repeat: repeat-y;
}
.header_03 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 5;
	top: -210px;
}
.header_04 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 5;
	top: -210px;
	background-image: url(../images/header_04.jpg);
	height: 55px;
}

.wrap {
	width: 908px;
	display: block;
	float: left;
	margin-bottom: 40px;
	background-image: url(../images/body_form_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.wrap .box01 {
	background-repeat: no-repeat;
	padding-left: 8px;
	width: 900px;
}
.wrap .desc{
	width: 686px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-left: 170px;
	display: block;
	float: left;
	padding-right: 52px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.wrap .desc2{
	width: 686px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin-left: 170px;
	display: block;
	float: left;
	background-color: #FFF;
	border-radius: 8px;
	box-shadow: 1px 1px 4px #c9caca,-1px -1px 4px #c9caca;
}
#mail_form  {
	float: left;
	width: 640px;
}
#mail_form_open  {
	display: block;
	width: 616px;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 30px;
	font-size: 12px;
}
#mail_form_open  th{
	width: 150px;
	font-size: 110%;
	color: #666;
	padding-left: 10px;
	font-weight: 500;
}
#mail_form_open  .border{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#mail_form_open  .top_p{
	float: left;
	margin-top: 35px;
}
#mail_form_open  .number{
	display: block;
	text-align: left;
	width: 200px;
	float: left;
	height: 52px;
	padding-top: 28px;
}
#mail_form_open  .number2{
	display: block;
	text-align: left;
	width: 30px;
	float: left;
	height: 47px;
	padding-left: 10px;
	padding-top: 5px;
}
#mail_form_open  .ad1{
	display: block;
	width: 440px;
	float: left;
	height: 60px;
	padding-top: 20px;
}
#mail_form_open  .ad1 .ad2{
	display: block;
	width: 210px;
	float: left;
	height: 32px;
	margin-right: 10px;
	padding-top: 18px;
}
#mail_form_open  .ad1 .ad2 .address{
	display: block;
	width: 80px;
	float: left;
	height: 27px;
	padding-top: 5px;
}
#mail_form_open  .ad1 .address2{
	display: block;
	text-align: left;
	width: 80px;
	height: 47px;
	float: left;
	padding-top: 5px;
}
.red{
	color: #FF416E;
	margin-left: 10px;
	font-size: 0.8em;
}
input[type=text]{
	height: 25px;
	float: left;
	display: block;
	border: 1px solid #666;
}
input[type=text]:focus {
   border:solid 1px #20b2aa;
}
input[type=text], select {
   outline: none;
}
input[type=submit]{
	width: 200px;
	height: 40px;
	background-image: url(../images/button_funclub_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #999;
	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: 40px;
}
input[type=submit]:hover{
	width: 200px;
	height: 40px;
	color: #000;
	background-image: url(../images/button_funclub_02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
input[type=reset]{
	width: 120px;
	height: 40px;
	background-image: url(../images/button_funclub_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #999;
	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;
}
input[type=reset]:hover{
	width: 120px;
	height: 40px;
	color: #000;
	background-image: url(../images/button_funclub_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.wrap .cnt .scr{
	width: 340px;
	display: block;
	margin-right: 29px;
	height: 100px;
	background-color: #FFF;
	overflow: auto;
	padding-top: 18px;
	padding-right: 34px;
	padding-left: 24px;
	border: 1px solid #999;
	margin-top: 20px;
}
.wrap .cnt .scr .cov{
	width: 340px;
	display: block;
	margin-bottom: 20px;
}
.wrap .cnt .scr .cov .title{
	width:  340px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	line-height: 110%;
	color: #005099;
	margin-bottom: 10px;
	font-weight: bold;
}
.wrap .cnt .scr .cov .text{
	width: 330px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #666666;
	margin-left: 10px;
	line-height: 150%;
	margin-bottom: 25px;
}
.wrap .cnt .scr .cov .inquiry_title{
	width: 100px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	margin-bottom: 5px;
	font-weight: bold;
	float: left;
	font-size: 110%;
}
.wrap .cnt .scr .cov .inquiry_text{
	width: 230px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #666666;
	line-height: 150%;
	float: left;
}
.register{
	line-height: 30px;
	float: left;
}
.register .memnum1{
	padding: 0;
	color: #000;
	font-size: 13px;
	float: left;
}
.register .memnum2{
	vertical-align: top;
	color: #000;
	font-size: 13px;
	float: left;
}
.member{
	width: 29%;
	display: inline-block;
	margin-bottom: 5px;
}
.member:last-child {
	width: 90%!important;
	font-size: 12px!important;
	-webkit-text-size-adjust: 100%;
}
.note {
	margin-top: 30px;
}
.age   {
	line-height: 30px;
}

.mail_form_open {
    display: block;
    width: 616px;
    margin-right: 35px;
    margin-left: 35px;
    margin-top: 0;
    font-size: 12px;
}
.mail_form_open th {
    width: 150px;
    font-size: 110%;
    color: #666;
    padding-left: 10px;
    font-weight: 500;
}
.mail_form_open .border {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.unifoam td{
	font-size: 13px;
	padding: 15px 10px;
}
.unifoam td span{
	color: #FF416E;
}
.uniform{
	width: 20%;
	display: inline-block;
	margin-bottom: 5px;
}
.size{
	width: 10%;
	display: inline-block;
	margin-bottom: 5px;

}
.automatic {
	text-align: justify;
}
.automatic div {
	color: #e83828;
	font-size: 16px;
	letter-spacing: -0.5px;
	font-weight: bold;
	margin-bottom: 5px;
}
.automatic a {
	color: #2ea7e0;
}
.automatic span {
	color: #2ea7e0;
}

.t-shirt {
	margin-bottom: 5px;
}
.t-shirt td{
	font-size: 13px;
	padding: 15px 10px;
}
.t-shirt td span{
	color: #FF416E;
}
#mail_form_open .t-shirt .ad1{
	display: block;
	width: 440px;
	float: left;
	height: auto;
	padding-top: 8px;
}
#mail_form_open .t-shirt .ad1 .ad2{
	display: block;
	width: 150px;
	float: left;
	height: 32px;
	margin-right: 10px;
	padding-top: 5px;
}
#mail_form_open .t-shirt .ad1 .ad2{
	display: block;
	width: 140px;
	float: left;
	height: 32px;
	margin-right: 10px;
	padding-top: 5px;
}

#mail_form_open .t-shirt .ad1 .ad2  div{
	display: block;
	width: 60px;
	float: left;
	height: 27px;
	padding-top: 5px;
}
