@charset "utf-8";
/*======================　会員登録確認　======================*/
.touroku_wrap {
	width: 96%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.touroku {
	width: 100%;
	border: none;
}
.touroku th {
	padding: 0px 10px;
	line-height: 22px;
	color: #FFF;
	background: #469E14;
	font-weight: bold;
	text-align: center;
	display: block;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	opacity: 0.8;
}
.touroku td {
	line-height: 1;
	height: auto;
	background: #FFF;
	display: block;
	padding: 5px 10px;
	text-align: center;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.touroku .hissu {
color: #FFF;
background: #F00;
padding-right: 0.3em;
padding-left: 0.3em;
border-radius: 5px;
font-size: 11px;
margin-right: 3px;
}
.touroku td.line2{
	line-height: 1.2;
	height: auto;
}
.touroku caption {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
.touroku_wrap .touroku .hl{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #469E14;
	color: #FFF;
	width: auto;
	float: none;
	padding: 0px;
	line-height: 30px;
	height: 30px;
}
.touroku td:last-child{
	border-bottom: 1px solid #CCC;
}
.touroku_wrap .touroku .miseinen.hl{
	margin-top: 5px;
}
.touroku th.miseinen{
	background: #A9D98C;
	color: #333333;
	border-right: 5px solid #469E14;
	border-left: 5px solid #469E14;
	opacity: 1;
	/* [disabled]border-bottom: 1px dashed #469E14; */
}
.touroku td.miseinen{
	background: #DBEFCF;
	color: #333333;
	border-right: 5px solid #469E14;
	border-left: 5px solid #469E14;
	border-bottom: 1px none #469E14;
}
.touroku_wrap .touroku td.miseinen.end{
	border-bottom: 5px solid #469E14;
	margin-bottom: 5px;
}
.touroku_wrap .touroku .hogosya.hl{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #0099CC;
	color: #FFF;
	width: auto;
	float: none;
	padding: 0px;
	line-height: 30px;
	height: 30px;
}
.touroku th.hogosya{
	background: #B0D8FF;
	color: #333333;
	border-right: 5px solid #0099CC;
	border-left: 5px solid #0099CC;
	opacity: 1;
	/* [disabled]border-bottom: 1px dashed #0099CC; */
}
.touroku td.hogosya{
	background: #ECF5FF;
	color: #333333;
	border-right: 5px solid #0099CC;
	border-left: 5px solid #0099CC;
	border-bottom: 1px none #0099CC;
}
.touroku_wrap .touroku td.hogosya.end {
	border-bottom: 5px solid #0099CC;
	margin-bottom: 5px;
}
.btn_wrap {
	height: 30px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.btn_wrap li {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.btn_wrap li .btn1 {
	width: 72%;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
}
.touroku_wrap .caption {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	display: none;
}
.touroku_wrap .touroku td input {
	max-width: 80%;
}
.touroku td .attention {
	display: block;
	color: #F00;
	font-weight: bold;
	font-size: 90%;
}
