@charset "utf-8";

h2.archive_ttl{
	width: 100%;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 150%;
	line-height: 100%;
	border-bottom: 5px solid #C30E23;
	bottom: 10px;
}



/* stock-box
--------------------------------------------------*/

.stock-box{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.stock-date{
	width: auto;
	height: auto;
	float: left;
	margin-left:10px;
	margin-right:20px;
}

.stock-l{
	width: auto;
	height: auto;
	float: left;
	margin-right:20px;
}

.stock-r{
	width: auto;
	height: auto;
	float: left;
	margin-right:20px;
}

.stock-r p{
	display:inline!important;
}



.book_box-archive{
	width: 21%;
	height: auto;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px dotted #AAAAAA;
	position: relative;
}


.book_box-archive img{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.book_box-archive h3 a{
	font-size: 85%;
	line-height: 100%;
	color: #404040;
}

.book_cate{
	width: 100%;
	height: auto;
	float: left;
}

.book_cate a:link{
	width: auto;
	height: auto;
	float: left;
	color: #FFFFFF;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #1D2A4E;
}
.book_cate a:visited{
	color: #FFFFFF;
}









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



@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */
h2.archive_ttl{
	width: 100%;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 150%;
	line-height: 100%;
	border-bottom: 5px solid #C30E23;
	bottom: 10px;
}



/* stock-box
--------------------------------------------------*/



.book_box-archive{
	width: 46%;
	height: auto;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px dotted #AAAAAA;
	position: relative;
}
}