@charset "utf-8";
/* CSS Document */

/* =====================
  newsWrap
===================== */
#newsWrap {
	width: 1000px;
	margin: 10px auto 0;
	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;
	font-size: 12px;
	border-bottom: 1px dotted #BBA283;
	margin: 0 20px 15px;
	line-height: 120%;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.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: 14px;
    line-height: 20px;
    letter-spacing: 0.08rem;
	color: #1B1705;
    text-align: left;
	float: left;
	overflow: hidden;
	width: 740px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	padding:5px 0 3px 10px;
	margin-top: 5px;
}
.thumbNailWrap{
	display: block;
	width: 200px;
    height: 100px;
	float: left;
	overflow: hidden;
	margin-top:15px;
	background-image: url(../pkobo_news/no_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #392917;
}
.thumbNailWrap img{
vertical-align: bottom;}
/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #1B1705;
    border-radius: 5px 5px 5px 5px;
    color: #1B1705;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 3px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #1B1705;
    border: 1px solid #1B1705;
    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: #FFFFFF;
	margin: 30px 0 10px;
	text-align: left;
}
.pNav a {
	color: #FFFFFF;
	text-decoration: none;
}
.pNav a:hover {
	opacity: 0.6;
}

.comment h3 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:2px solid #404e2b;
    text-align: left;
    letter-spacing: 0.05rem;
}
.comment h3 .title a {
    margin-left: 10px;
    vertical-align: -3px;
	color: #1B1705;
	text-decoration: none;
	font-size: 16px;
    font-weight: bolder;
    letter-spacing: 0.07rem;
}
.comment h3 .title a:hover {
    opacity: 0.6;
	text-decoration: underline;
}
.comment h3 .up_ymd {
	font-size: 13px;
    font-weight: normal;
}
.kanri {
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0px;
	font-size: 14px;
}
.kanri a {
	color: #150E06;
	text-decoration: underline;
}
.kanri a:hover {
	color: #150E06;
	text-decoration: none;
}



/* #detail */
#detail.comment{
    width: 94%;
    padding: 0;
    margin: 5px 30px;
    display: inline-grid;
}
#detail .detailText,
#detail .detailText span {
    color: #1B1705;
    line-height: 30px;
    letter-spacing: 0.1rem;
}
.detailUpfile img {
    margin: 10px 0;
}

.shadow_box2 {
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 6px;
	vertical-align: top;
	border-style: solid;
	border-width: 4px;
	box-shadow: rgba(255,245,190, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(255,245,190, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(255,245,190, 0.65098) 0px 0px 6px 3px;
	background-color: #FFF;
}

.news_ttl {
    width: 94%;
    max-width: 980px;
    margin: 20px auto 0;
    color: #1B1705;
}
.news_ttl h2{
	width: 775px;
	font-size: 16px;
    letter-spacing: 0.1rem;
    font-weight: bolder;
    text-align: left;
    float: left;
}
.news_ttl #up_ymd{
	width: 130px;
    letter-spacing: 0.07rem;
    font-weight: normal;
    text-align: left;
    float: right;
}
.news_ttl .under_line{
    height: 4px;
    width: 100%;
    margin: 0 auto;
    max-width: 980px;
    background: url(../images/img_page/horizon_m.png) no-repeat;
    background-size: cover;
    display: flex;
}
