@charset "utf-8";
/* CSS Document */

#cart #container{
	padding:0 0 45px;
	}

#cart #contents h2{
	margin:0 0 15px;
	}
#contents{
	padding:12px 0 0 ;
	}
/* link設定 */
#orderDetail .content a{
	color:#298fcf;
}
#orderDetail .content a:hover{
	text-decoration:none;
}

/*　ご注文確認
-------------------------------------------------------*/
#orderDetail .content{
	padding:0 10px;
	}
#orderDetail .name{
	font-size:20px;
	font-weight:bold;
	padding:10px 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #666;
	line-height:1em;
	color:#ed9028;
	}
#orderDetail .note{
	color:#F00;
	padding:0 0 10px 0;
	}
#orderDetail .content .subtotal{
	table-layout:fixed;
	width:100%;
	text-align:center;
	border:1px solid #bdb695;
	margin:0 0 30px 0;
}
#orderDetail .content .subtotal th{
	background: #feedd1;
	font-weight: normal;
	padding: 6px 14px;
	border-left: 1px solid #bdb695;
	border-bottom: 3px double #bdb695;
	white-space:nowrap;
}
#orderDetail .content .subtotal th.productName{
	white-space:normal;
	width:75%;
}
#orderDetail .content .subtotal td{
	vertical-align:middle;
	border-left: 1px solid #bdb695;
	border-bottom: 1px solid #bdb695;
	padding: 15px 14px;
	text-align:center;
	white-space: nowrap;
	background:#FFF;
}
#orderDetail .content .subtotal td dl{
	text-align:left;
	}
#orderDetail .content .subtotal td dl dt{
	word-wrap:break-word;
	color:#ed9028;
	}
#orderDetail .content .subtotal .cellInfo{
	white-space:normal;
}
#orderDetail .content .total{
	width:295px;
	float:right;
	border:1px solid #bdb695;
	margin:0 0 30px 0;
	}
#orderDetail .content .total th{
	background: #feedd1;
	font-weight: normal;
	padding: 6px 14px;
	border-left: 1px solid #bdb695;
	border-bottom: 3px double #bdb695;
	white-space:nowrap;
}
#orderDetail .content .total td{
	vertical-align:middle;
	border-left: 1px solid #bdb695;
	border-bottom: 1px solid #bdb695;
	padding: 15px 20px;
	text-align: right;
	white-space: nowrap;
	background:#FFF;
}
#orderDetail .content .total .end td{
	background:#ffedec;
	}
#orderDetail .content .total .end td span{
	color:#F00;
	font-weight:bold;
	}
#orderDetail .content .box{
	clear:both;
	background:#FFF;
	padding:20px;
	margin:0 0 10px 0;
	}
#orderDetail .content .box dt{
	color:#ed9028;
	font-weight:bold;
	font-size:16px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dotted #666;
	}
#orderDetail .content .txt{
	text-align:center;
	padding:20px 0 10px 0;
	}
#orderDetail .content .card{
	width:660px;
	margin:0 auto 30px auto;
	border: 1px solid #bdb695;
	}
#orderDetail .content .card th{
	background: #feedd1;
	font-weight: normal;
	padding: 6px 14px;
	border-left: 1px solid #bdb695;
	border-bottom: 1px solid #bdb695;
	white-space:nowrap;
	text-align: left;
	width:132px;
	vertical-align:middle;
}
#orderDetail .content .card td{
	vertical-align:middle;
	border-left: 1px solid #bdb695;
	border-bottom: 1px solid #bdb695;
	padding: 15px;
	text-align: left;
	white-space: nowrap;
	background:#FFF;
}
#orderDetail .content .card  tr td select{
	width:80px;
	margin:-4px 0 0 0;
	}
#orderDetail .content .card  tr td.notes{
	width:90px;
	background:#fefcd1;
	}
#orderDetail .content .card tr td input.exp{
	width:50px;
	}
#orderDetail .content .card tr td input.security{
	width:50px;
	float:left;
	}
#orderDetail .content .card tr td a{
	display:block;
	background-image: url(/persona/front_app/public/img/Eticket/common/ico_arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 18px;
	float:right;
	margin:4px 0 0 0;
	}
#orderDetail .cartNav{
	margin: 18px auto 0;
	width: 450px;
}
#orderDetail .cartNav li{
	float:left;
	padding: 0 15px;
	width: 172px;
	margin:0 0 20px 0;
}
#orderDetail .cartNav li.end{
	width:201px;
	}
#orderDetail .content .ssl{
	width:520px;
	margin:0 auto;
	}
#orderDetail .content .ssl table{
	float:left;
	width:120px !important;
	}
#orderDetail .content .ssl p{
	float:right;
	font-size:10px;
	padding:20px 0 0 0;
	}
/*　ご注文完了
-------------------------------------------------------*/
#orderDetail{
	margin:0 0 30px 0;
	overflow:hidden;
	}
#orderDetail .content .txtbox{
	clear:both;
	background:#FFF;
	padding:20px;
	margin:0 0 40px 0;
	text-align:center;
	}
#orderDetail .content .btn{
	text-align:center;
	margin:0 0 50px 0;
	}
#recommendation .content{
	position:relative;
	overflow:hidden;
	padding:0 35px;
}
#recommendation .content p#prev{
	position:absolute;
	left:0 ;
	top:50%;
	margin:-15px 0 0 0;
}
#recommendation .content p#next{
	position:absolute;
	right:0 ;
	top:50%;
	margin:-15px 0 0 0;
}
#recommendation .content .productBox{
	width:196px;
	float:left;
	margin:0 5px;
	padding:10px;
	background:#ffffff;
	}
#recommendation .content .productBox p.img{
	padding-bottom:10px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:196px;
	}
#recommendation .content .productBox p.img img{
	border:solid 4px #bdb695;
	}
#recommendation .content .productBox dl.info{
	width:196px;
	}
#recommendation .content .productBox dl.info dd.price{
	color:#ff0000;
	font-size:12px;
	}
#recommendation .content .productBox dl.info dd{
	font-size:10px;
	margin:0 0 5px;
	}
#recommendation .content .productBox dl.info dd.last{
	margin:0;
	}
#recommendation .content .productBox dl.info dd dl.productDetail{
	clear:both;
	}
#recommendation .content .productBox dl.info dd dl dt{
	font-weight:normal;
	float:left;
	text-align:left;
	width:50px;
	}
#recommendation .content .productBox dl.info dd dl.productDetail dd{
	width:138px;
	float:right;
	margin:0;
	}
#recommendation .content .productBox dl.info dd p{
	clear:both;
	float:none;
	margin:0 0 5px;
}
