@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
	予約内容確認
------------------------------------------------------------------*/
.check-title {
	height:60px;
	margin:0 0 20px 0;
	padding:0 0 0 30px;
	line-height: 60px;
	background: #f0f0f0;
	font-size: 16px;
}
.check-title i {
	margin:0 10px 0 0;
	color: #76a166;
}
.check-cart table {
	width:100%;
	margin:0 0 20px 0;
	border:1px solid #d8d8d8;
}
.check-cart table td,.check-cart table th{
	padding:15px 10px;
	border:1px solid #d8d8d8;
}
.check-cart-del {
	width:70px;
	background:#dbdbdb;
	vertical-align:middle;
	text-align:center;
}
.check-cart-del i {
	margin:0 3px 0 0;
}
.check-cart-del a {
	color:#333;
	text-decoration:none;
}
.check-cart-route {
	width:170px;
	text-align:center;
	vertical-align:middle;
	line-height:1.5;
}
.check-cart-route1 {
	font-size:12px;
}
.check-cart-route2 {
	font-size:12px;
}
.check-cart-route3 {
	font-size:16px;
	font-weight:bold;
}
.check-cart-dep,.check-cart-train,.check-cart-setsubi,.check-cart-mem {
	width:130px;
	background:#6c935d;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}
.check-cart-price1,.check-cart-price2,.check-cart-price3 {
	float:left;
}
.check-cart-price1 {
	margin:0 20px 0 40px;
	color:#ff0000;
	float:left;
}
.check-cart-price3 {
	margin:0 20px 0 0;
	color:#ff0000;
	float:right;
	font-size:24px;
	font-weight:bold;
}
.check-total {
	padding:10px 0 0 0;
	border-top:1px solid #d8d8d8;
}
.check-total p {
	margin:0 30px 0 0;
	text-align:right;
	color:#ff0000;
}

.check-total p span{
	font-size:30px;
	font-weight:bold;
}

.check-total span.send_price_text {
	font-size: 21px;
	line-height: 30px;
}

.check-cart-mem2 {
	float:left;
}
.check-cart-mem2-l {
	width:30px;
	height:30px;
	line-height:30px;
	float:left;
	background:#999;
	text-align:center;
	border:1px solid #cbcbcb;
}

.check-cart-mem2-num {
	width:120px;
	height:30px;
	float:left;
	text-align:center;
	line-height:30px;
	background:#fff;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}
.check-cart-mem2-r {
	width:30px;
	height:30px;
	line-height:30px;
	float:left;
	background:#999;
	text-align:center;
	border:1px solid #cbcbcb;
	
}
.check-cart-mem2-l a ,.check-cart-mem2-r a{
	display:block;
	text-align:center;
	text-decoration:none;
	color: #333;
	background-image: -moz-linear-gradient( 90deg, rgb(213,213,213) 0%, rgb(237,237,237) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(213,213,213) 0%, rgb(237,237,237) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(213,213,213) 0%, rgb(237,237,237) 100%);
}
