/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* 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:0 5% 15px;
}
ul#newsList{
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
}
ul#newsList li{
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5em;
    list-style-type: none;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
}
ul#newsList li .up_ymd{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: block;
}
.title:before{
	content: "▶";
    font-size: 8px;
    color: #999;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
a{color:#000;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display: inline-block;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff;
    font-size: 10px;
    background: #de6464;
    text-decoration: none;
    padding-top: 3px;
    padding-right: 0.5em;
    padding-bottom: 2px;
    padding-left: 0.5em;
    line-height: 1em;
}
.blinking{
	-webkit-animation: blink 1s ease-in-out infinite alternate;
    -moz-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
}
.comment{
	display:block;
	padding:3px 0;
	overflow:hidden;
	width:600px;
}
.thumbNailWrap{
	display:block;
	width:110px;
	height:80px;
	overflow:hidden;
    float: left;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

@media screen and (max-width:767px) {
    .comment{
        width:100%;
    }
    .thumbNailWrap{
        width:100%;
        height:auto;
    }
}

/* /Pager style */