@charset "UTF-8";
/* CSS Document */


/*----- 最新ニュースのアイコン ----*/
.obi-mizuiro img {
	margin-bottom:-2px;
	margin-right:-3px;
}



.news-day {
	font-feature-settings: "palt";
}

.news-bun {
	font-weight:bold;
	font-feature-settings: "palt";
  	letter-spacing:0.12em;
}



.news-bottom-photo {
	margin-top:30px;
}

.news-bottom-photo-pc {
}

.news-bottom-photo-pc img {
	width:100%;
}

.news-bottom-photo-sp {
	display:none;
}

/*---------------------- 画面サイズが650以下の場合ここから --------------------------*/
@media screen and (max-width: 650px) {
.news-bottom-photo-pc {
	display:none;
}

.news-bottom-photo-sp {
	display:block;
}

.news-bottom-photo-sp img {
	width:100%;
}
}
/*---------------------- 画面サイズが650以下の場合ここまで --------------------------*/



/* ニュース本文と写真ありの場合のフォーマット */
.news-honbun {
	width:350px;
	float:left;
	margin:10px 5px 0px 5px;
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
	font-feature-settings: "palt";
  	letter-spacing:0.12em;
}

.news-honbun a {
	color:#039;
}

.news-honbun a:hover {
	color:#1996d5;
	transition: .3s;
  -webkit-transition: .3s;/*サファリで動くように*/
  -moz-transition: .3s;/*ファイアーフォックスで動くように*/
  -ms-transition: .3s;/*IEで動くように*/
}

.news-honbun-photo {
	width:325px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
}

.news-honbun-photo img {
	width:100%;
}

/*---------------------- 画面サイズが750以下の場合ここから --------------------------*/
@media screen and (max-width: 750px) {
.news-honbun {
	width:100%;
	float:none;
}

.news-honbun-photo {
	width:100%;
	margin-left:0px;
	float:none;
}

.news-honbun-photo img {
	width:100%;
}
}
/*---------------------- 画面サイズが750以下の場合ここまで --------------------------*/



/* ニュース本文のみの場合のフォーマット */
.news-honbun-nomi {
	width:100%;
	margin:10px 5px 0px 5px;
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
	font-feature-settings: "palt";
  	letter-spacing:0.12em;
}



/* ニュース本文無しで写真のみの場合のフォーマット */
.news-honbun-nashi-photo {
	width:700px;
	margin-top:10px;
	margin-bottom:20px;
}

/* フロートで親ボックスの高さが消えてしまうのを防止 */
.news-honbun-nashi-photo:after {
	display:block;
	content: " ";
	clear: both;
	height: 0;
}

.news-honbun-nashi-photo img {
	width:340px;
	margin:5px;
	float:left;
}

/*---------------------- 画面サイズが750以下の場合ここから --------------------------*/
@media screen and (max-width: 750px) {
.news-honbun-nashi-photo {
	width:100%;
}

.news-honbun-nashi-photo img {
	width:100%;
	margin:5px 0px 5px 0px;
	float:none;
}
}
/*---------------------- 画面サイズが750以下の場合ここまで --------------------------*/