/*
Theme Name:	マテリアル_child
Template:	wp_material
Description:	マテリアルの子テーマ
Version:	1.0.0
Author URI:	http://wp-material.net
*/




.top-banners{
	width: 728px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.top-banners img{
	display: block;
	float: left;
}

.waku{
	border: 1px solid #333;
	border-radius: 15px;
	padding: 15px;
	font-size: 0.9em;
	margin-bottom: 2.5em;
}

.content h5{
	border: none !important;
	padding-left: 0;
}

table.hyou{
	margin-left: 0;
}



@media screen and (max-width: 727px) {
.top-banners{
	width: 94%;
	margin: 0 auto 30px;
}
.top-banners img{
	width: 100%;	
}
.material2{
	max-width: 94% !important;
}


}