@charset "utf-8";
/* CSS Document */

#content_area #content_inner .form_messe {
	width:100%;
	padding-top:35px;
}
#Wrapper #content_area #content_inner {
	margin-bottom:30px;
}
#content_inner .form_messe p {
	display:block;
	margin:0 auto;
	font-size:14px;
	margin-bottom:25px;
	max-width:880px;
}

#content_area #content_inner .formwrapper {
	padding: 0 100px;
}
.formwrapper .inner tbody tr th{
	width:150px;
	text-align:right;
	padding-right:20px;
	vertical-align:top;
	padding-top:7px;
}

.formwrapper .inner tbody tr td{
	padding-bottom:5px;
	padding-top:5px;
	padding-left:8px;
	width:600px;
}
.formwrapper .inner tbody tr th, .formwrapper .inner tbody tr td{
	font-size:14px;
}
tbody tr .bottom {
	text-align:center;
}

/* ご意見・ご要望 */
.form_messe.objedtion p {
	width:700px;
	margin:0 auto;
}
tr td #objection_area {
	width:425px;
	height:150px;
	border:solid 1px #D5D5D5;
}
tr td #mailadress {
	width:425px;
	height:30px;
	border:solid 1px #D5D5D5;
	text-indent:8px;
}
tr td #objection_send {
	width:210px;
	border:none;
	background:url(../img/btn_send.jpg) no-repeat;
	height:30px;
	margin-left:107px;
	margin-top:25px;
}

/* アカウント登録 */
.formwrapper.newaccount .inner {
	padding-top:210px;
}
tr td .text_common {
	width:250px;
	text-indent:5px;
}
tr td .text_shortQ, tr td .text_shortA {
	width:210px;
	margin-left:12px;
	text-indent:5px;
}
tr td .text_common, tr td .text_shortQ, tr td .text_shortA {
	height:23px;
	margin-bottom:3px;
	margin-right:8px;
	text-indent:5px;
}
.text_shortQ {
	height: 29px;
	border:1px solid #969696;
}
tr td #usepolicy {
	width:850px;
	height:300px;
	overflow:auto;
	margin-bottom:3px;
	margin-top:8px;
	border:1px solid #969696;
}
#newregist {
	cursor: pointer;
	height: 40px;
	width: 100%;
	background: rgba(255,255,255,0);
	color: #9b8639;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	border: 2px solid;
	font-size: 15px;
	margin-top: 20px;
}

tr .newentory #password {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #D5D5D5;
	box-shadow:inset 0px 0px 1px rgba(0,0,0,0.30);
	width:150px;
	height:23px;
	text-indent:5px;
	margin-right:25px;
}
tr .newentory #gonext {
	background:url(../img/btn_next02.jpg) no-repeat 0 0;
	width:83px;
	height:32px;
	border:none;
	vertical-align:middle;
}

/* 登録内 利用規約 */
td #usepolicy h3 {
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
	text-indent:5px;
}
td #usepolicy h4 {
	font-size:14px;
	margin-bottom:10px;
	text-indent:8px;
}
td #usepolicy p {
	text-indent:5px;
	font-size:13px;
	margin-bottom:10px;
}
/*完了画面*/
div#complete {
	font-size: 14px!important;
}

div#complete div.margin-b {
	margin-bottom: 20px;
}

div#complete div.area_pass {
	user-select: none;
	-moz-user-select: none;
	/*-webkit-user-select: none;*/
	-khtml-user-select: none;
	line-height: 70px;
	margin: 30px auto;
	text-align: center;
}

div#complete div.area_pass span.label {
	padding-right: 15px;
	font-size: 20px;
}

div#complete div.area_pass span.value {
	user-select: text;
	-moz-user-select: text;
	/*-webkit-user-select: auto;*/
	-khtml-user-select: text;
	border-radius: 6px;
	border: 2px solid #d0d0d0;
	padding: 10px 30px;
	font-size: 20px;
}

div#complete div.area_qa > div span.value {
	display: block;
	float: left;
	width: 370px;
	padding-left: 10px;
}

div#complete div.area_button {
	text-align: center;
	position: relative;

}

div#complete div.area_button div.checkbox {
	margin-bottom: 12px;
}

div#complete  button {
	cursor: pointer;
	height: 40px;
	width: 100%;
	background: rgba(255,255,255,0);
	color: #9b8639;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	border: 2px solid;
	font-size: 15px;
	margin-top: 30px;
}

div#complete div.area_button button.disabled {
    cursor: default;
}

div#complete div.area_button button.disabled:before {
    background-color: #ffffff;
    border-radius: 6px;
    content: "　";
    height: 70px;
    left: 0px;
    position: absolute;
    top: 33px;
    width: 100%;
    z-index: 5;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.area_qa th {
	width: 450px!important;
}
.area_qa td {
	width: 550px!important;
}

/*利用規約画面*/
div.term {
	margin-top: 210px;
}
div.term #usepolicy {
	font-size:14px;
}