@charset "utf-8";
/* 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; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color: #666;
	font-size: 1.6rem;
	margin: 2rem;
	padding: 0.5rem 0 2rem;
	border-bottom: 1px dotted #ccc;
	line-height: 16px;
	list-style-type: none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

span.catName{
	display: inline-block;
	padding: 4px 5px 0px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 18px;
	margin: 2px 14px;
	height: 20px;
	float: none;
	vertical-align: top;
	text-align: center;
	width: 120px;
}
ul#newsList li.cat-0 span.catName{
	background-color: #B8E0F9;
}
ul#newsList li.cat-1 span.catName{
	background-color:#EFA8A9;
}
.up_ymd {
	font-size: 16px;
}

ul#newsList li.cat-2 span.catName{
	background-color: #DAF9C7;
}
span.title a {
  font-size:1.8rem;
  line-height:1.5;
}
.newMark{
	display: inline-block;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 100%;
	background: #E80000;
	color: #fff;
	vertical-align: top;
	margin: 2px 0 0 10px;
}
.comment{
	display: block;
	padding: 3px 0;
	float: left;
	overflow: hidden;
	max-width: calc(100% - 150px);/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display: block;
	width: 110px;
	float: left;
	height: 80px;
	overflow: hidden;
	margin-right: 15px;
	background-image: url(pkobo_news/upload/noimage.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbNailWrap img {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
/* 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 ;	
}
/* /Pager style */

h3.news-title{
	font-size: 2rem;
	color: #232323;
	margin: 10px 0px 10px 0;
	font-weight: normal;
	border-bottom: 2px solid #777777;
	padding: 15px 0;
	text-shadow: 1px 1px 0px #fff;
}
#up_ymd{
	text-align:right;
	font-size:1.6rem;
	margin:5px 10px 20px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:85px;
}
.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;	
}
