@charset "utf-8";
@import url("/css/pages.css");
@import url("/css/cart/cart_common.css");
/*--京base.css--*/
/*###############PC first###############*/
#contents_title h1{
	font-weight:bold;
	font-size:20px;
	padding-top:30px;
	padding-bottom:28px;
	padding-left:40px;
	background-image:url(/shared/order/bg_ttl_01.png)
}
.delivery_index_box{
	background:#FFF;
	height:auto;
	border-radius:5px;
	padding:20px 20px 50px 20px;
}


.cartTbl{
    border-collapse: collapse;
	width:680px;
	margin-left:30px;
}
.cartTbl th{
    padding: 6px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
    text-align:center;
}

.cartTbl th.c_del{
	width:40px;
}
.cartTbl th.c_quantity{
	width:60px;
}
.cartTbl th.c_amount{
	width:80px;
}

.cartTbl td{
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}
.cartTbl td.c_del{
	text-align:center;
}

.cartTbl td.c_del a{
	display:inline-block;
	background:#066D79;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
	line-height:1.4em;
	padding:2px 5px;
}

.cartTbl td.c_del a:hover{
	opacity:0.8;
}

.cartTbl td.c_quantity{
	text-align:right;
}
.cartTbl td.c_amount{
	text-align:right;
}
.cartTbl td.c_amount_sum{
	text-align:right;
}

.btnBox{
	text-align:center;
	letter-spacing:-0.4em;
}

#btnContinue{
	width:200px;
	font-size:16px;
	padding:10px 30px;
	background:#FF824B;
	border-radius:5px;
	border-style:none;
	position:relative;
	display:inline-block;
	letter-spacing:0;
	text-decoration:none;
	color:#FFF;
	margin-right:15px;
}
#btnDelivery{
	width:200px;
	font-size:16px;
	padding:10px 30px;
	background:#FF824B;
	border-radius:5px;
	border-style:none;
	position:relative;
	display:inline-block;
	letter-spacing:0;
	text-decoration:none;
	color:#FFF;
}
.comments{
	margin:10px 30px 30px 30px;
}

.order_title{
	border-bottom:1px dotted #aaa;
	padding:0 4px 4px 4px;
	line-height:1.4em;
	margin-bottom:4px;
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
.cartTbl{
	width:100%;
	margin-left:0px;
}
.cartTbl th.c_del{
	width:20%;
}
.cartTbl th.c_quantity{
	width:20%;
}
.cartTbl th.c_amount{
	width:31%;
}

.btnBox {
	display:flex;
	flex-direction: column-reverse;
}

#btnContinue{
	display:block;
	margin:0 auto;
}
#btnDelivery{
	display:block;
	margin:0 auto 10px auto;
}

}
