@charset "utf-8";
/* info.php用 */

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* for macIE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
#newsWrap .pager { text-align: center; }
#newsWrap .pager a {
	padding: 2px 7px;
	margin: 0px;
	color: #666;
	background-color: #FFF;
}
#newsWrap .pager .current {
	color: #FFF;
	border: 1px solid #333;
	background-color: #333;
}
ul#newsList {
	margin: 0px;
	padding: 0px;
}
ul#newsList li {
	padding: 10px 0px;
	border-top: 1px dotted #ccc;
	/*	line-height: 150%;*/
	list-style-type: none;
}
#newsList .info-title {
	font-size: 18px;
	margin: 5px 0px 0px;
}
#newsList .catName {
	color: #FFFFFF;
	padding: 2px 8px;
	margin-right: 10px;
	border-radius: 1px;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#newsList .cat-0 .catName { background-color: #32A7CD; }
#newsList .cat-1 .catName { background-color: #D55000; }
#newsList .cat-2 .catName { background-color: #44BB44; }
#newsList .newMark {
	display: inline-block;
	padding: 3px 8px;
	font-size: 12px;
	line-height: 100%;
	background: #F00;
	color: #fff;
	border-radius: 10px;
}
#newsList .comment { margin: 10px 0px; }
#newsList .thumbNailWrap {
	float: left;
	margin-right: 10px;
}
#newsList .up_ymd {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: 10px;
}
#newsList a {
	color: #D40000;
	text-decoration: underline !important;
}
#newsList a:hover {
	color: #FF2323;
	text-decoration: underline !important;
}
.dn { display: none; }

@media print, screen and (min-width: 768px) {
#newsWrap .pager a {
	padding: 8px 13px;
	margin: 5px;
	color: #666;
	border: 1px solid #999;
	background-color: #FFF;
}
}
