@charset "utf-8";

/* 
-------------------------------------*/
h2{
}
h2 img{
	max-width:100%;
	height:auto;
}
/* 特集
--------------------------------------------*/
.specialBox {
	float: left;
	height: auto;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 15px;
}
 
.specialBox img {
	max-width:100%;
	height:auto;
}
.specialBox a {
	display: block;
}
 
.specialBox h4 {
	font-size: 14px;
	color: #ec565f;
	margin-top: 10px;
}

.specialBox p {
	font-size: 12px;
}

.img{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img img{
	max-width:100%;
	height:auto;
}
