/* reserved */

#reserved{
	width			: 730px;
	margin-left		: 10px;
}


/* re_guide */

#re_guide{
	width			: 720px;
	float			: left;
	margin-bottom	: 15px;
	background		: url(./img/box1.gif) repeat-y;
}

#re_guide div{
	width			: 720px;
	float			: left;
	background		: url(./img/box1_bg.gif) no-repeat;
	border-bottom	: 1px solid #999999;
}

#re_guide ul{
	margin			: 10px 0 5px 15px;
}

#re_guide li{
	font-size		: 11px;
	line-height		: 18px;
	padding-bottom	: 5px;
}

#re_guide li span{
	padding-right	: 10px;
	margin-right	: 10px;
	border-right	: 1px dotted #333333;
	color			: #6a3905;
}

#re_guide li em{
	font-style		: normal;
	color			: #003366;
}

#re_guide li font{
	font-size		: 11px;
	color			: #a40000;
}

#re_guide.over div{
	padding: 20px 0;
	text-align: center;
}


/* re_form */

#re_form_bs{
	width			: 720px;
	float			: left;
	background		: url(./img/box2.gif) repeat-y;
}

#re_form_bg{
	width			: 720px;
	float			: left;
	background		: url(./img/box2_bt.gif) no-repeat bottom;
}

#re_form{
	width			: 720px;
	float			: left;
	background		: url(./img/box2_top.gif) no-repeat;
}

#txt{
	font-size		: 11px;
	color			: #a40000;
	padding			: 10px 0 10px 15px;
	background		: url(./img/txt.gif) no-repeat bottom;
}

#re_form table{
	width			: 700px;
	margin-left		: 10px;
	font-size		: 12px;
}

#re_form th{
	font-weight		: normal;
	text-align		: left;
	width			: 205px;
	border-bottom	: 2px dotted #a5a6a1;
	color			: #333300;
}

#re_form th p{
	padding			: 5px 0 4px 17px;
}

#re_form td{
	width			: 495px;
	border-bottom	: 2px dotted #a5a6a1;
}

#re_form td p{
	font-size		: 11px;
	padding			: 5px 0 4px 0;
}

#re_form h5{
	font-size		: 11px;
	font-weight		: normal;
	color			: #00527b;
}

#re_form td ul{
	width			: 494px;
	float			: left;
	font-size		: 11px;
	line-height		: 18px;
	padding			: 0 0 5px 0;
}

#re_form td li{
	width			: 247px;
	float			: left;
	line-height: 22px;
}

#re_form td textarea{
	width			: 485px;
	height			: 140px;
}

.mt5{
	margin-top		: 5px;
}

.red{
	background		: url(./img/red.gif) no-repeat 5px 9px;
}

.no{
	background		: url(./img/no.gif) no-repeat 5px 9px;
}

#bt{
	width			: 720px;
	text-align		: center;
	margin			: 20px 0 30px 0;
}

.w1{	width		: 185px;}
.w2{	width		: 360px;}
.w3{	width		: 110px;}
.w4{	width		: 35px;}

.calc{
	display: table;
	width: 680px;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f5f5f5;
	margin: 20px auto 0 auto;
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.calc_l,
.calc_r{
	display: table-cell;
	vertical-align: middle;
}

.calc_l{	width: 300px;}

.calc_r .tp{
	font-size: 12px;
	line-height: 16px;
}

#re_form .calc_l table{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	table-layout: fixed;
}

#re_form .calc_l th{
	width: auto;
	font-weight: bold;
	text-align: left;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}

#re_form .calc_l td{
	width: auto;
	font-weight: bold;
	text-align: right;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}
#re_form .calc_l tr:last-of-type th,
#re_form .calc_l tr:last-of-type td{	border-bottom: none;}
#re_form .calc_l td span{	color: #ff0000;}

.calc_r{
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	text-align: right;
}

.calc_r span{
	display: inline-block;
	font-size: 30px;
	color: #ff0000;
}

#re_play_check_btn{
	display: inline-block;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
	cursor: pointer;
	background: #fff;
}

#re_play_check{
	display: none;
}

#re_play_box p{
	padding-top: 0;
}

#re_play_box div{
	height: 0;
	overflow: hidden;
}

#re_play_box input:checked + div{
	height: auto;
}

/** capt **/

.capt{
	width: 280px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	border-radius: 5px;
	margin: 30px auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
	color: #16288a;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size : 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}