@charset "UTF-8";

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

/* ## index.php ## */
.newsArea {
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto;
}
.newsBox .date {
	font-size: 12px;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 2px;
	float: left;
}
.newsBox h4 {
	box-sizing: border-box;
	float: left;
}
.newsBox a {
	line-height: 1.3;
	border-bottom: solid 1px #dcdcdc;
	padding: 14px 0 14px 8px;
	display: block;
	overflow: hidden;
}
.newsBox.info a {
	padding: 2px 0 2px 8px;
}
.newsBox:first-child {
}
.newsBox a .date {
	color: #999999;
	margin-bottom: 4px;
}


/* ## 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 h5 {
	font-size: 16px;
	font-weight: bold;
	border-left: solid 1px #ee745e;
	margin-bottom: 14px;
	padding: 1px 0 1px 14px; 
}
.ndBox p {
	line-height: 2;
	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 .date {
	width: 100%;
	float: none;
}
.newsBox h4 {
	width: 100%;
	padding-left: 0;
	float: none;
}

}

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

.newsBox .date {
	width: 100%;
	float: none;
}
.newsBox h4 {
	width: 100%;
	padding-left: 0;
	float: none;
}

}

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

.newsBox h4 {
	padding-left: 14px;
}

}

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

/* ## news ## */
.newsArea {
}
.newsBox a {
	font-size: 11px;
	padding: 6px 0 6px 0;
}
.newsBox.info a {
	padding: 2px 0 2px 0;
}
.newsBox a:active {
	background-color: #f9f9f9;
}
.newsBox .date {
	font-size: 11px;
	padding-right: 14px;
}
.newsBox h3 {
	font-size: 12px;
}

/* ## detail.php ## */
.ndBox h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}
.ndBox h5 {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 0 0 8px; 
}
.ndBox p {
	line-height: 1.5;
	margin-bottom: 8px;
}
.ndBox img {
	margin: 14px auto 14px auto;
}
	
}


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

/* ## news ## */
.newsArea {
	margin: 24px auto;
}
.newsBox a:hover {
	text-decoration: none;
}
.newsBox a:hover .nsTitle {
	text-decoration: underline;
}
.newsBox h3 {
	font-size: 14px;
}
.newsBox a:hover h3 {
	text-decoration: underline;
}
.newsBox h4 {
}

}

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

.newsBox .date {
	float: left;
}
.newsBox h3 {
	padding-left: 14px;
	float: left;
}

}


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



}