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

/*製本のレイアウトヘッダーここから*/
.contents-book-head {
	background-image: url(../img/book.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:367px;
	margin:0;
}
.contents-book-head-text {
	width: 450px;
    margin: 0 0 0 340px;
}
.contents-book-head-text h2 {
	width:450px;
	font-size:20px;
	margin:0;
	padding:0;
}
.contents-book-head-text p {
	width:450px;
	margin:0;
	padding:5px 0;
	text-shadow:#FFF 0.8px 0.8px 0px, #FFF -0.8px 0.8px 0px,
				#FFF 0.8px -0.8px 0px, #FFF -0.8px -0.8px 0px;
}
.contents-book-head-Description {
	width:740px;
	height:275px;
	overflow:hidden;
	background-color:#f5f5f5;
	background-image: url(../img/book2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:367px;
	border:1px solid #999;
	margin:10px;
}
.contents-book-head-Description-text {
	width:380px;
	float:right;
}
.contents-book-head-Description-text p {
	margin:13px;
}
/*製本のレイアウトヘッダーここまで*/

/*製本の種類のレイアウトここから*/
.contents-book {
	width:760px;
	overflow:hidden;
	margin:0 0 30px 0;
}
.contents-book h3 {
	width: 760px;
    height: 35px;
    background-color: #fc3;
    margin: 0;
    padding: 7px 0 0 15px;
    border-left: 15px solid #d3f131;
	border-bottom:1px solid #999;
}

.contents-book-title {
	width:340px;
	height:400px;
	float:left;
	background-color:#f5f5f5;
	/*background-image: url(../img/img-6700.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100px;
	margin:15px 5px 0 25px;
	border:1px solid #999;
}

.contents-book-title h4 {
	width:350px;
	margin:10px 0 0 10px;
}
.contents-book-title img {
	width:300px;
	margin:0 20px;
	padding-top:20px;
}
.contents-book-title p {
	width:300px;
	margin:15px auto;
}
/*製本の種類のレイアウトここまで*/
