@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: 18px;
	margin: 0;
	padding: 5px 0 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	line-height: 18px;
	list-style-type: none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display: inline-block;
	padding: 5px 5px 5px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 12px;
	margin: 2px 14px;
	height: 16px;
	float: none;
	vertical-align: top;
	text-align: center;
	width: 140px;
}
ul#newsList li.cat-0 span.catName{
	background-color: #FFD3D3;
}
ul#newsList li.cat-2 span.catName{
	background-color:#BFFFDF;
}
ul#newsList li.cat-1 span.catName{
	background-color: #FF6E6E;
	color: #fff;
}
ul#newsList li.cat-3 span.catName{
	background-color: #FFDCFF;
}
.up_ymd {
	font-size: 18px;
}
span.h3-span {
  font-size:24px;
}
.newMark{
	display: inline-block;
	border: 1px solid #F00;
	padding: 4px 4px;
	font-size: 14px;
	line-height: 100%;
	background: #F00;
	color: #fff;
	border-radius: 6px;
	font-style: italic;
	vertical-align: top;
	margin-top: 2px;
}
.comment{
	padding: 3px 0;
	float: left;
	overflow: hidden;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	margin-top: 5px;
	width: 100%;
}
.thumbNailWrap{
	display: block;
	width: 100px;
	float: left;
	height: 80px;
	overflow: hidden;
	margin-right: 15px;
	background-image: url(pkobo_news/upload/noimage.png);
	margin-top: 5px;
	padding: 0px;
	text-align: 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 */

h2.news-title{
	font-size: 16px;
	color: #232323;
	margin: 10px 0px 10px 0;
	font-weight: normal;
	border-left: 5px solid #777777;
	border-bottom: 3px solid #777777;
	padding: 5px 10px;
	text-shadow: 1px 1px 0px #fff;
}
#up_ymd{
	text-align:right;
	font-size:18px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align: center;
	line-height: 100%;
	margin-top: 55px;
	margin-bottom: 80px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:14px 25px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:20px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size: 11px;
	margin-bottom: 15px;
}
.news-result-hight {
  height:360px;
}
