@charset "utf-8";
@media screen and (max-width: 480px) {
/* スマホ用 */
/*======================　会員登録確認　======================*/
.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 td span{
	display: block;
}
.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%;
}
.touroku .hissu {
	color: #FFF;
	background: #F00;
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-radius: 5px;
	font-size: 11px;
	margin-right: 3px;
}
#error {
	color: #F00;
	font-weight: bold;
	line-height: 1.4;
}
/* スマホ用ここまで */
}
@media screen and (min-width: 481px) {
/* PC・タブレット用 */
/*======================　会員登録確認　======================*/
.touroku_wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #E7F8FF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.touroku {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	border: 1px solid #999;
	width: 650px;
}
.touroku th,
.touroku td {
	vertical-align: middle;
	padding: 3px 10px;
	line-height: 24px;
	height: 24px;
}
.touroku td span{
	display: block;
	line-height: 1.4;
}
.touroku th {
	color: #FFF;
	background: #469E14;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dashed #EEE;
	width: 155px;
	vertical-align: middle;
	display: table-cell;
	white-space: nowrap;
}
.touroku td {
	margin-top: -31px;
	margin-left: 130px;
	border-bottom: 1px dashed #999;
}
.touroku th.line2{
	line-height: 48px;
}
.touroku td.line2{
	line-height: 1.2;
	margin-top: -55px;
	height: 48px;
}
.touroku .no_line{
	border-bottom-style: none;
}
.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;
	border-bottom: 1px solid #469E14;
	padding: 0px;
	line-height: 25px;
}
.touroku_wrap .touroku .hogosya.hl{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #0099CC;
	color: #FFF;
	border-bottom: 1px solid #0099CC;
	padding: 0px;
	line-height: 25px;
}
.touroku .miseinen{
	background: #DBEFCF;
	border-bottom: 1px dashed #999;
	color: #333333;
}
.touroku .hogosya{
	background: #ECF5FF;
	border-bottom: 1px dashed #999;
	color: #333333;
}
.touroku_wrap .touroku .miseinen.end,
.touroku_wrap .touroku .hogosya.end {
	border-bottom: 1px solid #469E14;
}
.btn_wrap {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	height: 30px;
}
.btn_wrap li {
	margin-left: auto;
	margin-right: auto;
	width: 404px;
}
.btn_wrap li .btn1 {
	line-height: 40px;
}
.touroku_wrap .caption {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.touroku td .attention {
	display: block;
	color: #F00;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.3;
}
.touroku .hissu {
	color: #FFF;
	background: #F00;
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-radius: 5px;
	font-size: 11px;
	margin-right: 3px;
}
#error {
	color: #F00;
	font-weight: bold;
	line-height: 1.4;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
/* PC・タブレット用ここまで */
}
