@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/information/title.jpg");
	position: relative;
}

/* ## index.php ## */
.newsArea {
	max-width: 824px;
	margin: 0 auto;
}

.newsArea .date {
	font-size: 14px;
	box-sizing: border-box;
	padding-right: 10px;
	display: inline-block;
}
.newsArea .date .newButtS {
	color: #dcdcdc;
}
.newsArea .date .newButtS.new {
	color: red;
}
.newsArea .cTag {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #444444;
	border-radius: 14px;
	text-align: center;
	color: #ffffff;
	line-height: 1.5;
	padding: 4px 14px 4px 14px;
	display: inline-block;
}
.newsArea .cTag.reco {
	background-color: #ef9d00;
}
	
.newsBox {
	width: 100%;
	box-sizing: border-box;
}
.newsBox:first-child {
	border-top: solid 1px #dcdcdc;
}
.newsBox a {
	line-height: 1.3;
	border-bottom: solid 1px #dcdcdc;
	padding: 18px 8px 18px 0;
	display: block;
	overflow: hidden;
}
.newsBox a .boxF {
	width: 24%;
  max-height: 124px;
	box-sizing: border-box;
	border-radius: 12px;
	overflow: hidden;
	float: left;
}
.newsBox a .boxF img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.newsBox a .boxS {
	width: 76%;
	box-sizing: border-box;
	padding-left: 24px;
	float: left;
}
.newsBox a .boxS h4 {
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #333333;
	margin-bottom: 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* ## detail.php ## */
.nDate {
	color: #ffffff;
	background-color: #bbbbbb;
	border-radius: 2px;
	font-size: 12px;
	margin-bottom: 14px;
	padding: 2px 8px;
	display: inline-block;
}

.ndBox {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 24px 0;
}
.ndBox h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 24px;
}
.ndBox .date {
	color: #999999;
	display: block;
}
.ndBox p {
	line-height: 2;
	margin-right: 10px;
	margin-bottom: 14px;
}
.ndBox img {
	max-width: 100%;
	margin: 14px auto 14px auto;
	display: block;
}

.nButton.more {
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

.newsBox a .boxF {
  max-height: 44px;
}
	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {


.newsBox a .boxF {
  max-height: 54px;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

.newsBox a .boxF {
  max-height: 84px;
}	
	
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* ## index.php ## */

.newsBox a {
	line-height: 1.3;
	padding: 10px 4px 10px 0;
}
.newsBox a .boxF {
	width: 25%;
	border-radius: 10px;
	float: left;
}
.newsBox a .boxS {
	width: 75%;
	box-sizing: border-box;
	padding-left: 24px;
	float: left;
}
.newsBox a .boxS h4 {
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 8px;
}
.newsArea .date {
	font-size: 11px;
	padding-right: 10px;
}
.newsArea .cTag {
	font-size: 9px;
	padding: 4px 10px 4px 10px;
}
	
/* ## news ## */
.newsArea {
}
	
.newsBox a:active .boxF img {
	opacity: 0.84;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.newsBox a:active .boxS h4 {
	color: #57aaff;
}
	
/* ## detail.php ## */
.ndBox h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}
.ndBox p {
	line-height: 1.5;
	margin-right: 8px;
	margin-bottom: 8px;
}
.ndBox img {
	margin: 14px auto 14px auto;
}
	
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## news ## */
.newsArea {
}

.newsBox a:hover .boxF img {
	opacity: 0.84;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.newsBox a:hover .boxS h4 {
	text-decoration: underline;
}

.newsBox a .boxF {
  max-height: 100px;
}

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

.newsBox a .boxF {
  max-height: 124px;
}	

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {



}