@charset "shift_jis";

@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}


/* =====================================================================
@1.base
@2.fUC
@3.tH[
===================================================================== */

/* =====================================================================
@1.base
===================================================================== */
* {
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	color:#333333;
	font-size:13px;
	text-align:center;
}


/* =====================================================================
@2.fUC
===================================================================== */
#formBox{
	width:520px;
	height:100%;
	margin:5px auto;
	padding:0;
	text-align:left;
}
#formBox h3{
	font-size:123.1%;
	letter-spacing:1px;
	line-height:1.2;
	border-bottom:3px solid #FF9900;
	padding:7px 10px 5px 10px;
	color:#FFFFFF;
	text-align:center;
	background:#999 url(img/h3_bg.gif) no-repeat left top;
}
#formBox h3 small{
	font-size:12px;
	font-weight:normal;
}
#formBox table{
	font-size:12px;
	border-collapse:collapse;
}
#formBox th{
	margin:0;
	padding:5px 10px 5px 0;
	color:#369;
	font-weight:normal;
	text-align:left;
	line-height:1.5;
	vertical-align:top;
	background:url(img/bg_th.gif) no-repeat 120px 8px;
	border-bottom:1px dotted #CCC;
}
#formBox td{
	margin:0;
	padding:5px 0;
	line-height:1.5;
	vertical-align: top;
	border-bottom:1px dotted #CCC;
}
#formBox td.td_n{
	margin:0;
	padding:5px 0 5px 0;
	line-height:1.5;
	vertical-align: top;
	border-bottom:0;
}
#formBox .txt{
	margin:0 0 1em 70px;
	text-align:left;
	line-height:1.2;
}

#formBox p.description{
margin-top:10px;
margin-bottom:30px;
}

#formBox p.complate{
	color:#336699;
	font-weight:bold;
	font-size:120%;
	margin-top:10px;
}

#formBox span.right{
	text-align:right;
	margin-top:8px;
	margin-right:15px;
	display:block;
}

#formBox div.close{
	text-align:center;
	margin:15px 0px;
	}

/* -- waku999 ------------------------------------------------------- */
div.waku999{
	padding:9px 0 9px 14px;
	background-color:#FFC;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
div.waku999:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
div.waku999 a,
div.waku999 a:link,
div.waku999 a:visited,
div.waku999 a:active { color: #336699; text-decoration: underline;}
div.waku999 a:hover { color: #FF6600; text-decoration: underline;}

/* =====================================================================
@3.tH[
===================================================================== */
#formBox textarea,
#formBox select,
#formBox input {	
	line-height:1.2;
	font-family: "lr oSVbN", Arial, sans-serif;
	vertical-align:middle;
}
#formBox textarea {
	width:350px;
}
#formBox option {
	padding-right: 1em;
}
#formBox form p {
	padding-top:0.5em;
	text-align:left;
}
#formBox input.button {
	width:100px;
	margin:0 0.5em;
	padding:0 0.5em;
}
#formBox input.check,
#formBox input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background:none;
}
#formBox input.mail{
	width:190px;
}
#formBox select.club{
	width:190px;
}



}