@charset "UTF-8";

/* #### ribon ####*/


/* ## index.php ## */
#newsArea {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 14px 0;
}
.newsBox .date {
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
	font-size: 12px;
	box-sizing: border-box;
	padding-left: 2px;
	float: left;
}
.newsBox h4 {
	box-sizing: border-box;
	padding-left: 24px;
	float: left;
}
.newsBox a {
	border-bottom: dotted 1px #cccccc;
	line-height: 1.3;
	padding: 18px 0;
	display: block;
	overflow: hidden;
}
.newsBox:first-child {
	border-top: dotted 1px #cccccc;
}
.newsBox a .date {
	color: #999999;
	margin-bottom: 4px;
}

/* ## infomation ## */
#info .newsBox a {
	color: red;
}
#info .newsBox a .date {
	color: #f4f4f4;
}

/* ## detail.php ## */
.ndBox {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 0;
}
.ndBox h3 {
	line-height: 1.3;
}
.ndBox .nDate {
	color: #666666;
	margin-bottom: 14px;
	padding-left: 2px;
}
.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) {

/* ## index.php ## */
.newsBox .date {
	width: 100%;
}
.newsBox h4 {
	width: 100%;
	padding-left: 0;
}

/* ## detail.php ## */
.ndBox h3 {
	font-size: 18px;
	margin: 0 0 4px 0;
}
.ndBox .nDate {
	font-size: 10px;
}

}

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

/* ## index.php ## */
.newsBox .date {
	width: 100%;
}
.newsBox h4 {
	width: 100%;
	padding-left: 0;
}

/* ## detail.php ## */
.ndBox h3 {
	font-size: 20px;
	margin: 0 0 4px 0;
}
.ndBox .nDate {
	font-size: 11px;
}

}

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

/* ## index.php ## */
.newsBox .date {
	width: 22%;
}
.newsBox h4 {
	width: 78%;
	padding-left: 8px;
}

/* ## detail.php ## */
.ndBox h3 {
	font-size: 24px;
	margin: 0 0 4px 0;
}
.ndBox .nDate {
	font-size: 12px;
}

}

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

/* ## news ## */
#newsArea {
	padding: 14px 0;
}

/* ## index.php ## */
.newsBox a {
	font-size: 11px;
	padding: 14px 14px 12px 14px;
}
.newsBox a:active {
	background-color: #f9f9f9;
}

/* ## detail.php ## */
.ndBox {
	padding-right: 14px;
	padding-left: 14px;
}

}


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

/* ## news ## */
#newsArea {
	margin: 0 auto;
	padding: 0 0 14px 0;
}

/* ## index.php ## */
.newsBox a:hover {
	text-decoration: none;
}
.newsBox a:hover h4 {
	text-decoration: underline;
}
.newsBox .date {
	width: 20%;
}
.newsBox h4 {
	width: 80%;
}

/* ## detail.php ## */
.ndBox h3 {
	font-size: 24px;
	margin: 10px 0 8px 0;
}
.ndBox .nDate {
	font-size: 13px;
}

}

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

/* ## index.php ## */
.newsBox .date {
	width: 15%;
}
.newsBox h4 {
	width: 85%;
}


/* ## detail.php ## */
.ndBox h3 {
	font-size: 28px;
	margin: 14px 0 10px 0;
}
.ndBox .nDate {
	font-size: 14px;
}
.ndBox p {
	font-size: 16px;
}

}


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

/* ## index.php ## */
.newsBox .date {
	width: 13%;
}
.newsBox h4 {
	width: 87%;
}

/* ## detail.php ## */
.ndBox h3 {
	font-size: 30px;
	margin: 14px 0 10px 0;
}

}