﻿@import url(bootstrap.min.css);
@import url(FontSize.css);
@import url(Site.css);

/* 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 {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}

#newsList{
	margin:0 0 15px;
	padding:0;
}

.newsListContent{
    font-size:1.1em;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #555;
	line-height:120%;
	list-style-type:none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", "ＭＳ Ｐゴシック", sans-serif;
}

.comment{
    /* サムネイルは表示しない前提 */
    margin-top: 10px;
    margin-bottom: 15px;
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
}
.up_ymd {
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
}
#newsList .title>a {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.badge-important {
    color: #c9302c;
    background-color: transparent;
    border: 1px solid #c9302c;
}
.badge-new {
	background-color:#009ea0;
}
.newsbadge {
    margin-bottom: 5px;
}
#newsWrap>.pager>a {
    margin: 2px;
}