@charset "utf-8";
@import url("pages.css");
/*--京base.css--*/
/*###############PC first###############*/

.price_notice{
	margin:10px 20px 30px 20px;
}

.price_list_box{
	background:#FFF;
	border-radius:5px;
	padding:20px 20px 30px 20px;
}

.toji_nav{
	margin-bottom:20px;
}

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

	.toji_nav ul li{
		letter-spacing:0;
		display:inline-block;
		width:200px;
		margin-right:20px;
	}

	.toji_nav ul li:last-child{
		margin-right:0;
	}

	.toji_nav ul li a{
		display:block;
		height:46px;
		text-decoration:none;
		font-size: 16px;
		font-weight:bold;
		line-height:46px;
		color: #058c96;
		background: #ffffff;
		border: 2px solid #058c96;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		position:relative;
	}

	.toji_nav ul li.active a{
	color: #ffffff;
	background: #058c96;
	}

	.toji_nav ul li a:after{
		content: "＞";
		position: absolute;
		top: 16px;
		right: 10px;
		line-height:1em;
	}

	.toji_nav ul li.active a:after{
		transform:rotate(90deg);
	}

	.color_nav{
		border-top:1px dotted #aaa;
		border-bottom:1px dotted #aaa;
		padding:5px 0;
		margin:0 20px;
	}

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

	.color_nav ul li{
		letter-spacing:0;
		display:inline-block;
		background:url(/shared/icon_arr1.gif) no-repeat left center;
		padding-left:14px;
		margin-right:40px;
	}

	.color_nav ul li:last-child{
		margin-right:0;
	}
	.color_nav ul li a{
		font-weight:bold;
		color:#333;
	}
	
body#pages #page_body h3#book_mono{
	margin-top:80px;
}
	
body#pages #page_body .spec_info p:last-child{
	background:#f9ffd6;
	margin:0 10px 25px 10px;
	padding:10px;
}

.price_table_header{
	position:relative;
}

.price_table_header h4{
	color: #007d7d;
	font-weight: bold;
	font-size:1.2em;
	margin-bottom:10px;
	position:relative;
}

	.price_table_header h4:before{
		font-family: FontAwesome;
		content:"\f016";
		margin-right:4px;
	}

	.price_table_header h4 .size_mm{
		font-size:0.8em;
	}
	
	.price_table_header .price_tani{
		font-size:0.9em;
		text-align:right;
	}
	
	.price_table_header .price_tani{
		position:absolute;
		right:0;
		bottom:0;
		line-height:1em;
	}

.price_list_table{
	margin:0 auto 40px auto;
	width:680px;
}

.price_list_tbl th,
.price_list_tbl td{
    padding: 6px;
	line-height:1.4em;
}
	
.price_list_tbl th{
    text-align: center;
	background:#fafafa;
}

	.price_list_tbl th.c_sassu_pagesu{
		padding:3px 6px;
	}

	.c_sassu_pagesu .th_sassu{
		width:70px;
		text-align:right;
		font-size:0.9em;
	}
	
	.c_sassu_pagesu .th_pagesu{
		width:70px;
		text-align:left;
		font-size:0.8em;
		line-height:1em;
		padding-top:5px;
	}
	
	.price_list_tbl th.c_sassu_pagesu:before{
		content:"";
		position:absolute;
		display:block;
		width:80px;
		border-top:1px solid #ccc;
		transform:rotate(24deg);
		transform-origin:0 0;
	}
	
.price_list_tbl td{
	background-color: #fff;
	text-align: center;
}

body#pages #page_body .order_box h3{
	text-align: center;
	color: #058C96;
	font-size: 1.5em;
	font-weight: bold;
	margin:0 0 20px 0;
	padding:0;
	background:none;
}

	.order_box h3:before{
		content:"─";
		margin-right:10px;
	}
	
	.order_box h3:after{
		content:"─";
		margin-left:10px;
	}

	.order_box ul{
		display:flex;
		justify-content:center;
		margin-bottom:20px;
	}
	
		.order_box ul li{
			margin-right:30px;
		}
		
		.order_box ul li:last-child{
			margin-right:0;
		}
		
	.order_box p{
		text-align:center;
	}


@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
	.price_notice{
		margin:0 0 20px 0;
	}

	.hyoshi_nav ul li{
		margin-right:0;
		margin-bottom:10px;
	}

	.price_list_table{
		width:100%;
	}
	
	.price_table_header .price_tani{
		position:relative;
		line-height:1em;
		margin-bottom:5px;
	}
	
	body#pages #page_body .order_box h3{
		font-size: 1.3em;
	}

	.toji_nav ul li{
		width:50%;
		margin:0;
		padding:0 5px;
	}
}