@charset "utf-8";
/* CSS Document */
@media print {
	aside {
		display: none !important;
	}
	
	#mainBlock{
		background-size: 150% !important;
	}
	
	.content {
		max-width: 100% !important;
	}
	.content ol{
		width: 90%;
	}
}

#wrap{
	background: #FFF;
}


#mainBlock{
	background: #000 url(../../book_shop/img/bg_info.jpg) no-repeat;
	background-size: auto;
}


article{
	overflow: hidden;
}

#contentsBlock{
	background-position: 0%;
	background-repeat: repeat-y;
	margin:0px auto;
	overflow: hidden;
}
.content{
	width: 845px;
	margin: 20px auto 0px;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.sec01{
	padding: 10px 46px;
}
	.sec01 h2{
		font-size: 24px;
	}
	
	.info_details p{
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 16px;
		line-height: 1.6;
	}

	.info_details a{
		color: #333;
	}

.teltxt a {
	color:#333 !important;
}


.book_area{
	overflow: hidden;
	margin-bottom: 20px;
}
	.book_img{
		margin-right: 20px;
		text-align: center;
		width:216px;
	}

	.book_img img{
		border: 1px solid #ccc;
	}
	
	.book_txt p {
		border-bottom: 1px solid #ccc;
		padding: 2px 0 !important;
	}
	
	.info_details p.tell_txt,
	.info_details p.email_txt{
		text-align: left;
	}

.tblStyle02,
.tblStyle02 th, .tblStyle02 td{
	border: none;
	padding: 0;
}

.ulStyle01{
	margin: 0 0px 10px;
}

.ulStyle01 li{
	font-size: 16px;
}
	.ulStyle01 li.link a{
		text-decoration: underline;
	}
	.ulStyle01 li.link a:hover{
		text-decoration: none;
		opacity: 1;
	}

.order_case{
	margin: 20px auto;
    border-top: 1px solid #ddd;
}

.order_case:first-of-type{
	border-top: none;
}

.order_case h4{
	font-size: 18px;
	text-align: left;
	margin: 30px 0 15px;
}

@media screen and (max-width: 1024px) {
#mainBlock{
	background:url(../../book_shop/img/bookshop_main_01.jpg) no-repeat 40% top;
	background-size: auto;
}


.mainimg{
	display: none;
}
	
#contentsBlock {
    height: auto;
    float: none;
    margin: 180px auto 0;
    overflow: hidden;
}

.content{
	margin: 0;
}

.content ol {
    width: 100%;
}
.sec01{
	padding: 10px 20px 20px;
	width: 90%;
}

.info_txt{
	width: 100%;
	white-space: norma !important;
}
	.book_txt p {
		border-bottom: 1px solid #ccc;
		padding: 5px 0 !important;
	}
	

}

@media screen and (max-width: 899px) {
#mainBlock{
	background: none;
}
.content{
	width: 100%;
	margin: 0;
}

#contentsBlock{
	width: 100%;
	height: auto;
	float: none;
	margin: 0px auto 0;
	overflow: hidden;
}

.sec01{
	padding: 0px 20px 20px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

	.book_img{
		width: 60%;
		margin: 0 auto;
	}

	.info_details p{
		padding: 0px;
		text-align: left;
		text-justify: inter-ideograph;
		line-height: 1.6;
	}

.book_area .book_img {
    float: left;
    margin-right: 20px;
    width: 30%;
}

.tblStyle01{
	margin-top: 10px;
}

}

@media screen and (max-width: 478px) {
	.book_area .book_img {
		float: none;
		margin-right: 0px;
		width: 99%;
		border: none;
	}
		.book_area .book_img img{
			border: 1px solid #ccc;
		}
	
	.book_area .book_txt {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	
	.book_area .book_txt p{
		border-bottom: 1px solid #ccc;
		padding: 5px 0;
	}
	
	.book_area .book_txt p br{
		display: block;
	}
}