/*
Theme Name:	マテリアル2_child
Template:	wp_material2
Description:	マテリアル2の公式子テーマ
Version:	1.0
Author URI:	http://wp-material2.net
*/

/*****************************************
 PC及び全体用
******************************************/

.book{
	margin-bottom: 40px;
}
.book:last-child{
	margin-bottom: 0;
}
.book img{
	display: block;
	width: auto;
	max-height: 180px;
	margin: 0 auto 10px;
	box-shadow: 0 2px 5px #999;
}
.book p{
	font-size: 0.85em;
	padding: 10px 8px;
	color: #333 !important;
	background: #fff;
	border-radius: 3px;
}












/*****************************************
 タブレット（大）用
******************************************/
@media screen and (max-width: 1180px) {












}
/*****************************************
 タブレット（小）用
******************************************/
@media screen and (max-width: 620px) {












}
/*****************************************
 スマホ用
******************************************/
@media screen and (max-width: 480px) {












}
