@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: 16px;
	margin: 0;
	padding: 5px 0;
	margin-bottom: 3px;
	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;}*/

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

ul#newsList li.cat-2 span.catName{
	background-color: #DAF9C7;
}

.newMark{
	display: inline-block;
	border: 1px solid #F00;
	padding: 1px 4px;
	font-size: 11px;
	line-height: 100%;
	background: #F00;
	color: #fff;
	border-radius: 6px;
	font-style: italic;
	vertical-align: top;
	margin-top: 2px;
}
.comment{
	display: block;
	padding: 3px 0;
	float: left;
	overflow: hidden;
	max-width: 475px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	margin-top: 5px;
}
.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: 1px solid #777777;
	border-right: 1px solid #777777;
	border-top: 1px solid #777777;
	border-bottom: 3px solid #777777;
	padding: 5px 10px;
	text-shadow: 1px 1px 0px #fff;
	background-color: #EBEBEB;
}
#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;	
}


/*//////////////////////////////*/
#infor {
	width: 100%;
	margin: 0px;
}
#infor-main .up-page {
    text-align: right;
    margin:0px 0px 5px;
}
#infor-main .up-page a {
	padding: 2px;
	display: inline-block;
}
#infor-main .infor-box {
	margin: 5px 0px 25px;
}
.info-ll {
	margin-bottom: 10px;
}

.infor-box .infor-l {
	font-size: 14px;
	padding-left: 20px;
	margin-top: 10px;
	border-bottom: 1px solid #B6A028;
}
.infor-box .infor-d {
margin-left: 10px;
}
.infor-box .infor-l {
font-size: 14px;
}
.infor-box .infor-t {
	margin-left: 15px;
	color: #A0671A;
}
.infor-box .infor-c {
margin-left: 20px;
padding: 10px;
}
#infor-main .dw-page {
text-align: right;
margin: 5px 0px 0px;
}
#infor-main .dw-page a {
}
