/* title */
#title {
	margin-bottom:10px;
	padding: 20px 0px;
	background:#000000;
}

#title h2 {
	font-size:32px;
	line-height:1.0;
	font-weight:normal;
	color:#ffffff;
	text-align:center;	
}

/* content */
#content {
	margin:0px  auto;
	padding-bottom:70px;
	width:900px;
}

#content h3 {
	font-size:26px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}

#content p.sub {
	font-size:18px;
	line-height:1.5;
	font-weight:normal;
	margin-bottom:30px;
}

#content ol {
	margin-bottom:30px;
}

#content ol li {
	font-size:18px;
	line-height:1.5;
	font-weight:normal;
	margin-bottom:5px;
}

#content h4 {
	font-size:22px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}

.lg {
	font-size:30px;
}

/* table */
#form table {
	font-size: 16px;
	line-height:1.5;
	margin-top: 5px;
	margin-bottom: 50px;
	width: 900px;
	border-top: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0px;
}

#form th {
	width: 250px;
	border-bottom: 1px dotted #999999;
	border-right: 1px dotted #999999;
	text-align: left;
}

#form td {
	width: 570px;
	border-bottom: 1px dotted #999999;
}

#form th.non,
#form td.non {
	border-bottom: 0px solid #999999;
}

#form th.End,
#form td.End {
	border-bottom: 1px solid #999999;
}

#form th {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 60px;
	padding-bottom: 10px;
}

#form td {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#form th.must1 {
	background: url(../../register/img/icon_must1.gif) no-repeat 0px 23px;
}

#form th.must2 {
	background: url(../../register/img/icon_must2.gif) no-repeat 0px 23px;
}

#form th.must21 {
	background: url(../../register/img/icon_must2.gif) no-repeat 0px 18px;
}

#form th.must22 {
	background: url(../../register/img/icon_must2.gif) no-repeat 0px 35px;
}

#form th.must23 {
	background: url(../../register/img/icon_must2.gif) no-repeat 0px 75px;
}

#form th.must24 {
	background: url(../../register/img/icon_must2.gif) no-repeat 0px 112px;
}

.attn {
	font-size: 14px;
	line-height: 1.5;
}

.normal {
	font-size: 14px;
	font-weight: normal;
}

/* form */
.form30 {
    font-size: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
	width: 30px;
	color: #333333;
}

.form60 {
    font-size: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
	width: 60px;
	color: #333333;
}

.form200 {
    font-size: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
	width: 200px;
	color: #333333;
}

.form300 {
    font-size: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
	width: 300px;
	color: #333333;
}

.form500 {
    font-size: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
	width: 500px;
	color: #333333;
}

select {
	color: #333333;
	height: 45px;
	font-size: 100%;
	padding: 12px 50px 12px 12px;
	border: 1px solid #B4B4B4;
	border-radius: 4px;
	/*-webkit-appearance: none;*/
	/*-moz-appearance: none;*/
	/*appearance: none;*/
	/*text-indent: .01px;*/
	/*text-overflow: "";*/
	/*background: #FFF url(../img/select_arrow.jpg) no-repeat right;*/
}

input[type="radio"],
input[type="checkbox"] {
    display:none;
}

/*　ラジオボタン 未選択時の背景指定　*/
input[type="radio"] + label {
    padding:30px 20px 30px 45px;
    background:url(../../register/img/radio.png) no-repeat left center;
    background-size:36px 36px;
    cursor:pointer;
}
 
/*　ラジオボタン 選択時の背景指定　*/
input[type="radio"]:checked + label {
    background:url(../../register/img/radio_on.png) no-repeat left center;
    background-size:36px 36px;
    cursor:pointer;
}

.text {
    font-size: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
	width: 500px;
	height: 100px;
	color: #333333;
}

/* contract */
#contract {
	margin-bottom:5px;
	padding:20px 20px;
	width:860px;
	height:300px;
	overflow:auto;
	border:1px solid #999999;
}

#contract h1 {
	font-size:18px;
	line-height:1.5;
	text-align:center;
	margin-bottom:15px;
}

#contract h2 {
	font-size:16px;
	line-height:1.5;
	text-align:center;
	margin-top:30px;
	margin-bottom:15px;
}

#contract p {
	line-height:1.5;
	margin-bottom:10px;
}

#contract ul {
	line-height:1.5;
	margin-bottom:15px;
}

#contract li {
	line-height:1.5;
	margin-bottom:5px;
}

#contract ul.date {
	margin-top:20px;
	text-align:right;
}

p.notice {
	margin-bottom:50px;
	text-align:center;
}

/* submit */
#submit .btn1 {
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 15px 0px;
	width: 900px;
	border-radius: 8px;
	background-color: #cc0000;
}

/* submitConf */
#submitConf .btn1 {
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-left: 45px;
	padding: 15px 0px;
	width: 600px;
	border-radius: 8px;
	background-color: #cc0000;
}

#submitConf .btn2 {
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 15px 0px;
	width: 200px;
	border-radius: 8px;
	background-color: #333333;
}

/* error */
#error {
	margin: 0px auto;
	width: 700px;
}

#error ul {
	margin-bottom:30px;
	margin-left:180px;
}

#error li {
	font-size:18px;
	line-height:2.0;
	color:#cc0000;
	background:url(../img/icon_must.gif) no-repeat 0px 12px;
	padding-left:15px;	
}

#error .btn1 {
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 15px 0px;
	width: 700px;
	border-radius: 8px;
	background-color: #cc0000;
}

/* thanks */
#content h3.thankyou {
	margin-top: 150px;
	margin-bottom: 200px;
}