/************************
NEWS配信
************************/

.clearfixNews:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfixNews { display:inline-block; }
/* for macIE \*/
* html .clearfixNews { height:1%; }
.clearfixNews { display:block; }



ul#newsList a:hover li {
	background-color: #c7e3ed;
}
ul#newsList a:hover li img{
	opacity: 1;
}

ul#newsList li{
    float: left;
    width: 45%;
	height: 164px;
	margin: 0 1.5% 29px;
	padding: 10px 1%;
	border-radius: 3px;
}

.newsInfo {
	margin:0 0 3px 2px;
}
.catName{
	display:inline-block;
	padding:2px 7px;
	border:1px solid #ccc;
	border-radius:4px;
	line-height:100%;
	margin:0 2px;
	font-size: 84.6%;
}
.newMark{
	display: inline-block;
	padding: 2px 4px;
	line-height: 100%;
	background: #2897B5;
	color: #fff;
	border-radius: 4px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 0.06em;
	font-weight: 300;
}
.newsComment{
	padding:3px 0;
	overflow:hidden;
	font-size: 84.6%;
	color: #5d251c;
	line-height: 1.7em;
}
.thumbNailWrap{
    position: relative;
    width: 100%;
    width:30%;
	float:left;
	overflow:hidden;
	margin: 0 3.1% 0 0;
}
.thumbNailWrap:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}
.thumbNailWrapContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.thumbNailWrap img {
	width: 100%;
}
#newsWrap {
	margin-bottom: 91px;
}

#newsWrap h3 {
	margin-bottom: 0.7em;
	font-size: 108%;
	font-weight: normal;
	color: #5d251c;
}
span.up_ymd {
	font-size: 84.6%;
}


		@media screen and (max-width: 700px){

		ul#newsList li{
			float: none;
			width: 91%;
			height: auto;
			margin: 0 2.5%;
			padding: 20px 2%;
			border-bottom: 1px dotted #5d251c;
		} 
		ul#newsList a:first-child li{
			border-top: 1px dotted #5d251c;
		} 
		ul#newsList a:hover li {
			text-decoration: none!important;
		}
		#newsWrap h3 {
			margin-bottom: 1.2em;
			text-align: center;
		}
		} 




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

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

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

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */




/* 個別記事のスタイル */
#newsHeader {
	width: 80%;
	margin: 0 auto;
}

#detail {
	background: rgba(255,255,255,0.93);
	padding: 3em 10% ;
}
#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #2897B5;
	color:#2897B5;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;
	margin-left: 2%;
}

		@media screen and (max-width: 700px){
		#newsHeader {
			width: 100%;
		}
		#detail {
			padding: 2em 4% ;
		}
		}

/* / 個別記事のスタイル */
