@charset "shift_jis";

/*--information---------------------------------------------------------
Last update：09/04
サイトの名前
使用箇所
-------------------------------------------------------------------------*/



/*-------------------------------
     レジ部分
--------------------------------*/
/*アイテム無しメッセージ*/
div.no_item {
	margin:0;
	padding: 10px 40px;
}
div.no_item img{
	vertical-align:middle;
}

/*------------ボックス関係------------*/
.base_regi{
	width: 950px;
	height: auto;
	padding-right: 10px;
	background-color: #FFFFFF;
}


/*------------見出し関係------------*/

.base_regi h2{
	width: 947px;
	height: 24px;
	padding-top: 6px;
	background-color: #9f9f9f;
	text-align: center;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	border-left: 3px solid #666666;
	
}
 /*注意事項*/
.base_regi h3{
	width: 947px;
	height: 24px;
	padding-top: 6px;
	text-align: center;
	color: #000099;
	font-size: 115%;
	font-weight: bold;
	
}

/*------------テーブル関係------------*/

.base_regi table.form{
	width: 940px;
	margin-top:10px;
	height: auto;
	color: #666666;
	font-size: 110%;
}

.base_regi table.form  tr{
	boder: none;
}

.base_regi table.form td.title_regi{
	width: 180px;
	padding: 1px 20px 1px 0;
	text-align: right;
	boder: none;
}

.base_regi table.pay_time{
	width: 960px;
	height: auto;
	color: #666666;
	font-size: 105%;
	
}

.base_regi table.pay_time tr{
	boder: none;
}

.base_regi table.pay_time td.title_regi2{
	width: 200px;
	height: 110px;
	text-align: center;
	background-color: #cccccc;
	font-weight: bold;
	color:#333333;
	border-bottom:1px solid #FFF;
}

.base_regi table.pay_time td.title_regi3{
	width: 120px;
	text-align: center;
	background-color: #cccccc;
	font-weight: bold;
	color:#333333;
	border-bottom:1px solid #FFF;
}

.base_regi table.pay_time td.title_regi4{
	width: 80px;
	text-align: center;
	background-color: #cccccc;
	font-weight: bold;
	color:#333333;
	border-bottom:1px solid #FFF;
}

.base_regi table.pay_time td.title_regi2_last{
	border-bottom:1px solid #ccc;
}

.base_regi table.pay_time td.massage{
	width: 740px;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #CCC;
}

.base_regi table.pay_time td.massage span.ap{
	color:#FF0000;
	font-size:120%;
	font-weight:bold;
}

.base_regi table.pay_time tr.line{
	height: 2px;
	background-color: #FFFFFF;
}

.base_regi table.confirm{
	width: 940px;
	margin-top:40px;
	height: auto;
	color: #666666;
	font-size: 110%;
	
}

.base_regi table.confirm tr td{
	font-weight:bold;
	
}
table#regi_card {
	width:80%;
	margin:10px 0;
	padding:0;
	border:1px solid #898989;
}
table#regi_card td.regi_card_title{
	text-align:right;
	vertical-align:top;
	width:150px;
	height:45px;
	padding:5px 0;
}
table#regi_card td.regi_card_title select,input{
	margin-bottom:3px;
}

.base_regi table.pay_time ul#convine{
	width:700px;
	overflow:hidden;
}
.base_regi table.pay_time ul#convine li{
	float:left;
	height:50px;
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:10px;
}

.base_regi table.pay_time ul#convine li img{
	vertical-align:middle;
}

.base_regi table.pay_time ul#convine li.return{
	clear:both;
}

.base_regi .red_bold{
	color:#F00;
	font-weight:bold
	}
	
.base_regi .netmile_atten{
	padding-top:10px;
	color:#F00;
	font-size:11px
	}
