@charset "utf-8";
/* CSS Document */

/* =====================
  newsWrap
===================== */
#newsWrap {
	width: 1010px;
	margin: -30px auto 0px;
	padding: 0 0 20px;
}

/* =====================
  .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;
}
ul#newsList li{
	color: #1f1303;
	margin: 10px 20px 15px;
	line-height: 120%;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	box-sizing: border-box;
	background: #eee;
}
ul#newsList li h3 {
	border-bottom: 1px double #BBA283;
	border-top: 1px solid #BBA283;
	padding:5px 10px 5px 20px;
    font-size: 18px;
    margin: 0 0 5px 0;
    text-align: left;
    letter-spacing: 0.1rem;
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
ul#newsList li h3 .title a {
    vertical-align: -3px;
	color: #315367;
	text-decoration: none;
    letter-spacing: 0.07rem;
}
ul#newsList li h3 .title a:hover {
    opacity: 0.6;
	text-decoration: underline;
}
ul#newsList li .up_ymd {
	font-size: 13px;
    font-weight: normal;
}


.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;
	font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1rem;
    color: #315367;
    text-align: left;
	/*float: left;*/
	overflow: hidden;
	width: 910px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
    padding: 0px 0 3px 45px;
	margin-top: -10px;
}
.thumbNailWrap{
    display: block;
    width: 204px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-top: 15px;
	/*background: url(../pkobo_news/no_img.jpg) no-repeat center;*/
}
.thumbNailWrap img{
    vertical-align: bottom;
    overflow: hidden;
    width: auto;
    height: 100%;
    }
/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #fff5be;
    border-radius: 5px 5px 5px 5px;
    color: #315367;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 3px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #fff5be;
    border: 1px solid #fff5be;
    border-radius: 5px 5px 5px 5px;
    color: #475534;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 3px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */
.pNav{
	color: #315367;
    margin: -30px 0 50px;
    text-align: center;
	font-size:13px;
}
.pNav a {
	color: #315367;
	text-decoration: none;
}
.pNav a:hover {
	opacity: 0.6;
}





/* #detail */

.news_wrap {
	position: relative;
	width:1000px;
	hight:auto;
}

#detail.comment{
    width: 1000px;
    padding: 0;
    margin: 0px 0px 0px 10px;
    display: block;
	box-sizing: border-box;
	height:auto;
	min-height:400px;
}
#detail .detailText{
    line-height: 28px;
    letter-spacing: 0.11rem;
}
#detail .detailUpfile  {
    width: max-content;
    margin: 0 auto;
}
#detail .detailUpfile img {
    width: auto;
    margin: 30px 0px 20px;
    filter: drop-shadow(2px 4px 5px rgba(0,0,0,0.4));
}
.kanri {
	position:absolute;
	bottom:-10px;
	right:30px;
	width:1000px;
	display: block;
	text-align: right;
	margin: 10px auto 0px;
	padding: 0px;
	font-size: 14px;
	height:1.5em;
}
.kanri a {
	color: #150E06;
	text-decoration: underline;
}
.kanri a:hover {
	color: #150E06;
	text-decoration: none;
}
.news_ttl{
	position: absolute;
	top: 10px;
	left:0px;
	margin: 20px auto 0px;
    color: #315367;
   /* border-bottom: 1px solid #315367;*/
    display: inline-block;
	background:rgba(255,255,255,0.8);
	box-shadow:0 3px 7px rgba(0,0,0,0.2);
	padding:3px 10px 3px 30px;
	box-sizing:border-box;
	height:30px;
	z-index:10;
    width: auto;
	font-size: 16px;
    margin-left: 10px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    text-align: left;
	border-radius: 10px;
	line-height: 1.5em;
    /*float: left;*/
}
.news_ttl #up_ymd{
	display:inline-block;
    width: 170px;
	letter-spacing: 0.07rem;
    font-weight: normal;
    text-align: right;
	margin:0px;
	font-size:12px;
	padding-left:50px;
}



.news_title{
	display:block;
	margin:50px auto 30px;
}


.news_title img{
	height:30px;
}

.detailText {
	position: absolute;
	top: 50px;
	left:0px;
	width:1000px;
	margin-top:10px;
	padding:15px 15px 50px 30px;
	box-sizing:border-box;
	background:url(../images/img/news/binsen_bk.jpg) repeat-y;
	background-position: top 15px center;
	margin-left:10px;
	font-size:14px;
	height:300px;
	overflow-y: auto;
	
}

.hiduke {
	text-align: right;
	padding-right:50px;
}


#news .pb-6em {
	overflow-y: inherit;
}
