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

#content_area #content_inner .remaind_messe {
	width:100%;
	margin-top: 210px;
}
#content_inner .remaind_messe p {
	display:block;
	margin:0 100px;
	font-size:14px;
	margin-bottom:30px;
}
#content_area #content_inner .remaind_formwrapper {
	width:100%;
	margin-bottom:35px;
}
#content_area #content_inner .remaind_formwrapper .inner {
	margin: 0 100px;
}
.remaind_formwrapper .inner tbody tr td{
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
}
.remaind_formwrapper .inner tbody tr th, .remaind_formwrapper .inner tbody tr td{
	font-size:14px;
}
.remaind_formwrapper .inner tbody tr th.main {
	width:200px;
	padding-right: 50px;
}
.remaind_formwrapper .inner tbody tr th.sub {
	padding: 0px 4px 0px 8px;
}
th.main{
	padding-bottom: 30px;
}
tbody tr .bottom {
	text-align:left;
}

.remaind_formwrapper .inner input[type="text"] {
	width:500px;
	height:25px;
	text-indent:4px;
	margin-right:8px;
}
input[type="text"]#ReminderTelNo{
	width:540px;
}

.remaind_formwrapper .inner select{
	width: 500px;
	height: 29px;
	border: 1px solid #969696;
}
input[type=text], input[type=password] {
	margin-left: 0;
}
div.bottom #showpass {
	cursor: pointer;
	height: 40px;
	width: 544px;
	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;
}

div.reminder_complete {
	width: 550px;
	height: 250px;
	text-align: center;
	margin: 30px 20px 0 20px;
}

div.reminder_complete span.pass {
	-moz-user-select: none;
	/*-webkit-user-select: none;*/
	-khtml-user-select: none;
	display: block;
	padding: 25px;
	font-size: 20px;
	height: 65px;
}

div.reminder_complete div#reminderMessage {
	display: inline;
}

div.reminder_complete span.label {
	display: block;
	float: left;
	line-height: 60px;
	text-align: right;
	width: 143px;
}

div.reminder_complete span.value {
	-moz-user-select: text;
	/*-webkit-user-select: text;*/
	-khtml-user-select: text;
	text-align: center;
	display: block;
	float: left;
	width: 210px;
	margin-left: 15px;
	padding: 12px 0;
	border-radius: 6px;
	border: 2px solid #d0d0d0;
}

div.reminder_complete div.checkbox {
	height: 35px;
}

div.reminder_complete input#closebtn[type=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: 20px;
}

div.reminder_complete div.disabled input[type=button] {
		cursor: default !important;
}

div.reminder_complete div.disabled {
	position: relative;
}


div.reminder_complete div.disabled:before {
	/*
	background-color: #ffffff;
	content: "　";
	height: 37px;
	left: 162px;
	position: absolute;
	top: 30px;
	width: 225px;
	z-index: 5;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	*/
}

div.disabled div.reminder_overray {
	background-color: #ffffff;
	height: 55px;
	left: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 5;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}