.primaryContainer {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	min-width: 0px;
	max-width: 960px;
}
.title_wrap{
    padding: 52px 82px;
    background: #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 60px;
}
.title_wrap .backnumber_btn{
	width: 333px;
}
.page_title{
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

#header_wrap {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	min-width: 0px;
	background-color: #fff;
	margin-right: 0px;
}

img#kanban{
	width:100%;
	height:auto;
	display:block;
}

#book_info_wrap {
	height: auto;
	clear: none;
	padding: 56px 88px 64px;
	background-color: #fff;
}

#left_wrap {
	width: 50%;
	float: left;
	height:auto;
	margin:0;
}
#book_img{
	width: 344px;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	min-width: 0px;
	background-color: rgb(255, 255, 255);
	position:relative;
	top:0;
	left:0;
	box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
}
		
#last_book{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
#book_detail {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-top: 10px;
}
		
#book_detail h1{
	height:auto;
	padding:10px;
	text-align:center;
	border-bottom:#fff solid 1px;
}
		
#book_detail h1 a{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}		
#book_detail p{
	color:#fff;
}
	
#right_wrap {
	width: 50%;
	float: right;
	height: auto;
	clear: none;
}
		
#book_title {
	width: 100%;
	height:auto;
	margin-top: 60px;
}
#book_title img{
	width:100%;
	height:auto;
}					
#link_button {
	width: 100%;
	height: 50px;
	margin-left: 0%;
	margin-top: 20px;
	clear: both;
	background-color: rgb(255, 255, 255);
}
			
#bookopen_button_wrap{
	margin-top:50px;
}
#bookopen_button_wrap p{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 28px;
}
	
#books_wrap {
	height: auto;
	clear: both;
	padding:0 40px;
	background-color: #fff;
}
		
#books_list_wrap{
	width: 94%;
	height: auto;
	padding:3%;
	position:relative;
	top:0px;
	left:0px;
}
#books_list_wrap li{
	width:18%;
	height:auto;
	margin-right:2%;
	float:left;
}
		
.books_list_wrap_img{
	width:100%;
	height:auto;
	box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
}
		
#books_list_wrap h3{
	font-size:12px;
	text-align:center;
	padding:10px;
	padding-bottom:40px;
}
		
#books_list_wrap a{
	color:#666;		
}

div#next_button{
	width:100%;
	height:40px;
	margin:0 auto;
}
div#next_button img{
	width:200px;
	height:auto;
	display:block;
	margin-left: auto;
}
#content .look-book a{
	width: 333px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	padding: 3px 0;
	text-decoration: none;
	color: #fff;
	background-color: #FF7BAA;
/*	margin-left: 40px;*/
	background-image: url("../../sub-img/page-4540/arrow.svg");
	background-repeat: no-repeat;
	background-position: center left 10px;
	background-size: 48px;
}
#content .detail-content-p{
	margin-bottom: 43px;
}
#content .font{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.saiki_box2_ttl{
	position: relative;
	margin-bottom: 30px;
}
.saiki_box2_ttl p{
	width: 204px;
    position: absolute;
    right: 75px;
    bottom: -36px;
}
.saiki_box2_ttl p img{
	width: 100%;
}
.saiki_box2_content{
	display: flex;
	justify-content: space-between;
    width: 860px;
    margin: 0 auto 84px;
}
.saiki_box2_content .content_left{
	width: 396px;
    height: 280px;
}
.saiki_box2_content .content_left iframe{
	width: 100%;
    height: 100%;
}
.saiki_box2_content .content_right{
	width: 420px;
}
.saiki_box2_content .content_right h3{
	margin: 16px 0 38px;
}
.saiki_box2_content .content_right p{
	font-size: 17px;
    line-height: 24px;
	font-weight: bold;
}
.saiki_box3_ttl{
	position: relative;
	margin-bottom: 30px;
}
.saiki_box3_ttl p{
	width: 204px;
    position: absolute;
    right: 75px;
    bottom: -36px;
}
.saiki_box3_ttl p img{
	width: 100%;
}
.saiki_box3_content{
	display: flex;
	justify-content: space-between;
    width: 860px;
    margin: 0 auto 84px;
}
.saiki_box3_content .content_left{
	width: 396px;
    height: 280px;
}
.saiki_box3_content .content_left iframe{
	width: 100%;
    height: 100%;
}
.saiki_box3_content .content_right{
	width: 420px;
}
.saiki_box3_content .content_right p{
	font-size: 17px;
    line-height: 24px;
	font-weight: bold;
}
.saiki_box3_content .content_right p:nth-child(1){
	margin-bottom: 46px;
}
.saiki_box3 .marukajiri_box{
	background-image: url("../../sub-img/page-4540/marukajiri_bg.png");
	padding: 14px 0 10px;
}
.saiki_box3 .marukajiri_box h3{
	font-size: 33px;
    font-weight: bold;
    text-align: center;
	background-color: #fff;
    padding: 6px 0px;
	color: #555555;
}
.saiki_box3 .marukajiri_box h3 span{
    font-size: 22px;
	vertical-align: middle;
}
.saiki_box3 .marukajiri_box p{
	font-size: 20px;
	margin: 8px 30px;
}
.saiki_box4{
	position: relative;
	border-bottom: solid 3px #DFA300;
    border-top: solid 4px #DFA300;
    background: linear-gradient(-45deg, rgba(253, 235, 209, .8), rgba(255, 255, 255, .8));
	margin-bottom: 66px;
}
.saiki_box4_ttl{
	position: relative;
	margin-bottom: 30px;
	display: flex;
	width: 810px;
    margin: 16px auto 32px;
}
.saiki_box4_ttl p{
	width: 206px;
}
.saiki_box4_ttl h2{
	font-size: 37px;
    font-weight: bold;
    color: #E50012;
	margin: 32px 0 0 6px;
	line-height: 1.2em;
}
.saiki_box4_ttl p img{
	width: 100%;
}
.saiki_box4_content{
	display: flex;
	justify-content: space-between;
    width: 860px;
    margin: 0 auto 42px;
}
.saiki_box4_content .content_left{
	width: 396px;
    height: 280px;
	position: absolute;
    top: 152px;
    right: 110px;
}
.saiki_box4_content .content_left iframe{
	width: 100%;
    height: 100%;
}
.saiki_box4_content .content_right{
	width: 420px;
}
.saiki_box4_content .content_right p{
	margin-left: 67px;
	margin-bottom: 12px;
	font-size: 18px;
    line-height: 2em;
	font-weight: bold;
}
.saiki_box4_content .content_right p:nth-child(2){
	line-height: 24px;
}
.saiki_box4_content .content_right p span{
	font-size: 33px;
	font-weight: bold;
}
.saiki_box5 .btn{
	margin-bottom: 60px;
}
.saiki_box5 .btn a{
	width: 770px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    display: block;
    padding: 18px 0 18px 68px;
    text-decoration: none;
    background-color: #FF7BAA;
	margin: 0 auto;
    background-image: url(../../sub-img/page-4540/arrow.svg);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 48px;
	box-sizing: border-box;
}
#content .saiki_box5 .btn a{
    color: #fff;
}
.saiki_box5 .btn p{
    margin-bottom: 42px;
}
.saiki_box5 .btn p:nth-child(2) a{
	
}
@media only screen and (max-width: 960px){
	#book_info_wrap{
		padding: 5.83vw 9.17vw 6.67vw;
	}
	#book_img{
		width: 35.83vw;
	}
	#book_title{
		margin-top: 6.25vw;
	}
	#bookopen_button_wrap{
		margin-top: 5.21vw;
	}
	#bookopen_button_wrap p{
		font-size: 2.9vw;
		margin-bottom: 2.92vw
	}
	#content .detail-content-p{
		margin-bottom: 4.48vw;
	}
	#content .look-book a{
		width: 34.69vw;
		font-size: 3.75vw;
		padding: 0.31vw 0;
		background-size: 5vw;
	}
	saiki_box2_ttl {
		margin-bottom: 3.13vw;
	}
	.saiki_box2_ttl p{
		width: 21.25vw;
		right: 7.81vw;
		bottom: -3.75vw;
	}
	.saiki_box2_content{
		width: 89.58vw;
		margin: 0 auto 8.75vw;
	}
	.saiki_box2_content .content_left{
		width: 38.44vw;
		height: 29.17vw;
	}
	.saiki_box2_content .content_right{
		width: 43.75vw;
	}
	.saiki_box2_content .content_right p{
		font-size: 1.77vw;
		line-height: 2.5vw;
	}
	.saiki_box2_content .content_right h3{
		margin: 1.67vw 0 3.96vw;
	}
	.saiki_box3_ttl{
		margin-bottom: 3.13vw;
	}
	.saiki_box3_content{
		 width: 89.58vw;
		 margin: 0 auto 8.75vw;
	}
	.saiki_box3_content .content_left{
		 width: 41.25vw;
		 height: 29.17vw;
	}
	.saiki_box3_content .content_right{
		 width: 43.75vw;
	}
	.saiki_box3_content .content_right p:nth-child(1){
		 margin-bottom: 4.79vw;
	}
	.saiki_box3_content .content_right p{
		font-size: 1.77vw;
		line-height: 2.5vw;
	}
	.saiki_box3 .marukajiri_box h3{
		font-size: 3.13vw;
	}
	.saiki_box3 .marukajiri_box h3 span{
		font-size: 2.08vw;
	}
	.saiki_box4{
		margin-bottom: 6.88vw;
	}
	.saiki_box4_ttl{
		width: 84.38vw;
		margin: 1.67vw auto 3.33vw;
	}
	.saiki_box4_ttl p{
		width: 21.46vw;
	}
	.saiki_box4_ttl h2{
		font-size: 3.85vw;
		margin: 3.33vw 0 0 0.63vw;
	}
	.saiki_box4_content .content_right{
		width: 43.75vw;
	}
	.saiki_box4_content .content_right p{
		margin-left: 6.98vw;
		margin-bottom: 1.25vw;
		font-size: 1.88vw;
		line-height: 2em;
	}
	.saiki_box4_content .content_right p span{
		font-size: 3.44vw;
	}
	.saiki_box4_content .content_right p:nth-child(2){
		line-height: 2.5vw;
	}
	.saiki_box4_content .content_left{
		width: 41.25vw;
		height: 29.17vw;
		top: 15.83vw;
		right: 11.46vw;
	}
	.saiki_box4_content{
		width: 89.58vw;
		margin: 0 auto 4.38vw;
	}
	.saiki_box5 .btn{
		margin-bottom: 6.25vw;
	}
	.saiki_box5 .btn p{
		margin-bottom: 4.38vw;
	}
	.saiki_box5 .btn a{
		width: 80.21vw;
		font-size: 3.75vw;
		padding: 1.88vw 0 1.88vw 7.08vw;
		background-size: 5vw;
	}
	.title_wrap{
		padding: 5.42vw 8.54vw;
		margin-bottom: 6.25vw;
	}
	.page_title{
		font-size: 2.92vw;
	}
	.title_wrap .backnumber_btn{
		width: 34.69vw;
	}
}

br.pc600{
	display: block;
}
br.sp600{
	display: none;
}
@media only screen and (max-width: 600px){
	br.sp600{
		display: block;
	}
	br.pc600{
	display: none;
}
	#right_wrap{
		width: 100%;
		float: none;
	}
	#left_wrap{
		width: 100%;
		float: none;
	}
	#book_title{
		margin-top: 0;
	}
	#book_title h1{
		width: 80%;
		margin: 0 auto;
	}
	#bookopen_button_wrap p{
		font-size: 4vw;
		margin-bottom: 5vw;
	}
	#content .detail-content-p{
		margin-bottom: 3vw;
	}
	#content .look-book a{
		width: 80%;
		font-size: 4vw;
	}
	#book_img{
		width: 50%;
		margin: 0 auto;
	}
	.saiki_box2_content{
		display: block;
	}
	.saiki_box2_content .content_left{
		width: 100%;
		height: 50vw;
	}
	.saiki_box2_content .content_right{
		width: 100%;
		margin: 0 auto;
	}
	.saiki_box2_content .content_right p{
		font-size: 3vw;
		line-height: 5vw;
	}
	.saiki_box3_content{
		display: block;
	}
	.saiki_box3_content .content_left{
		width: 100%;
		height: 50vw;
	}
	.saiki_box3_content .content_right{
		width: 100%;
	}.saiki_box3_content .content_right p{
		font-size: 3vw;
		line-height: 5vw;
	}
	.saiki_box3 .marukajiri_box h3{
		font-size: 5vw;
	}
	.saiki_box3 .marukajiri_box h3 span{
		font-size: 3.67vw;
	}
	.saiki_box4_ttl h2{
		display: flex;
		align-items: center;
	}
	.saiki_box4_content{
		display: block;
	}
	.saiki_box4_content .content_left{
		width: 100%;
		height: 50vw;
		top: 0;
		right: 0;
		position: relative;
	}
	.saiki_box4_content .content_right{
		width: 100%;
	}
	.saiki_box4_content .content_right p{
		font-size: 4vw;
		line-height: 2em;
		margin-left: 0;
	}
	.saiki_box4_content .content_right p span{
		font-size: 6vw;
	}
	.saiki_box4_content .content_right p.font{
		 font-size: 3vw;
		 line-height: 4vw;
		 margin-left: 0;
	}
	.saiki_box4_content .content_right p.font br{
		display: none;
	}
	.saiki_box5 .btn a{
		text-align: center;
		font-size: 4.5vw;
	}
	.title_wrap{
		display: block;
	}
	.page_title{
		text-align: center;
		font-size: 4vw;
	}
	.title_wrap .backnumber_btn{
		width: 70%;
		margin: 4vw auto 0;
	}
}