.news_waku_01 {
	overflow: auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #FFF;
}


.news_waku_02 {
	overflow: auto;
	padding: 30px;
	box-sizing: border-box;
	background-color: #FFF;
}

.news_title {
	font-size: 120%;
	font-weight: bolder;
}

.news_ymd {
	font-size: 60%;
	padding-bottom: 13px;
}

.news_bar_01 {
	width: 100%;
	height: 13px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.news_photo {
	box-sizing: border-box;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 30%;
}

.news_txt {
	box-sizing: border-box;
	float: left;
	padding-bottom: 15px;
	width: 70%;
}

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

.news_photo {
	float: none;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	clear: both;
}

.news_txt {
	float: none;
	width: 100%;
	clear: both;
}

}


/* news---------------------------------------------- */


.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
}
ul#newsList li{
	color: #333;
	font-size: 12px;
	margin: 0;
	line-height: 180%;
	list-style-type: none;
}
a{color:#36F;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;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:100%; /* ←修正 */
}
.thumbNailWrap{
	display:block;
	width:100%; /* ←修正? */
	float:left;
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:center; /* ←修正 right→center */
	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 ;	
}




/* news-detail.php ---------------------------------------------------*/



#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
