@charset "Shift_JIS";
h2 {
	font-size: 22px;
	font-weight: lighter;
	margin: 25px;
}
h3, h4, h5, h6 {
	font-size: 20px;
	margin: 10px 0 5px 0;
	line-height: 30px;
	font-weight: lighter;
	font-family: 'Oxygen Mono', monospace;
	text-align: center;
}
/*　コンテンツ
------------------------------------------------------------*/
.news {
	width: 30%;
	height: 700px;
	margin: 0 1% 2% 1%;
	color: #000;
	float: left;
	line-height: 28px;
	text-align: justify;
}
.news p {
	margin: 5px 10px;
}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.news {
	font-size: 13px;
	line-height: 20px;
}
}

/* -------------------------------------------------------------------
*  スマートフォン
* ------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
h2 {
	font-size: 16px;
	margin: 10px;
}
h3 {
	font-size: 18px;
	margin-bottom: 0;
}
/*　コンテンツ
------------------------------------------------------------*/
.news {
	width: 90%;
	height: auto;
	margin: 50px auto;
	float: none;
	line-height: 22px;
	text-align: justify;
	font-size: 13px;
}
.news img {
	width: 100%;
}
}
