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

.bdr_b_dot {border-bottom:1px dashed #000;}

/* information */
#information ul#newsList{margin-top:2rem;border-top:1px dashed rgba(35,24,21,0.4);}
#information ul#newsList .clearfix{padding-top:1rem;}
#information ul#newsList li .clearfix{display:flex;}
#information ul#newsList .thumbNail{display:block;width:100%;height:100%;object-fit:contain;padding-right:5px;/*background-color:#F8F8F8;*/}
.garou_post{background-image: url(../img/gallery/kei.png), url(../img/gallery/kei.png);background-repeat: repeat-x, repeat-x;background-position: left bottom, left top;padding:30px 0 60px;margin:30px auto;}
.info_datetitle .up_ymd{padding-right:1em;letter-spacing:0.125em;}
.info_datetitle .title a{/*font-weight:bold;*/font-size:1.14rem;}
.info_datetitle a:not([class*="t_"]),.info_datetitle a:not([class*="t_"]):link,.info_datetitle a:not([class*="t_"]):visited ,.info_datetitle a:not([class*="t_"]):hover{color:#4E2D1A;}

ul#newsList{ word-break:break-all; word-wrap:break-word;
	margin:0 0 1rem;
	padding:0;
}
/* 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;*/
	font-family:/*minion-pro,"Hannari",*/a-otf-ryumin-pr6n, serif;
}
ul#newsList li{
	color:#666;
	font-size:14px;
	margin:0;
	padding:1rem 0;
	margin-bottom:3px;
	border-bottom:1px dashed rgba(35,24,21,0.4);
	line-height:1.4;
	list-style-type:none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.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 #A33624;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#A33624;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}

.comment{/* 本文 */
	/*display:block;*/
	padding:3px 0;
	/*float:left;*/
	overflow:hidden;
	/*width:500px;*/
}
.thumbNailWrap{/*padding-right:10px;*/
	/*display:block;
	width:115px;*//* news-myogetsubo.php 67行目で幅を指定 */
	/*float:left;*/
	height:auto/*80px*/;max-height:180px;
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:center;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #CCC;
    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 !important;
    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 */


@media screen and (min-width:658px ){
	.gallery_text{font-size:1.14rem;}
	.only_popup{display:none;}
	.comment{width:100%;}
}
@media screen and (min-width:576px){
	/* 本文 */
	/*.comment{
		float:left;
		width:80%;
	}*/
	/* サムネイル */
	/*.thumbNailWrap{
		float:left;
		width:20%;height:80px;
	}*/
	#newsWrap{padding-left:90px;padding-right:90px;}
	.info_datetitle{display:flex;}
}
@media screen and (max-width:575px){
}