@charset "utf-8";
#newsWrap{}
#newsWrap li{
display: inline-block;
vertical-align: top;
margin: 0 0 8px 0;
border-bottom: 1px dotted #CCC;
padding: 0 0 10px 0;
}
.up_ymd{
text-align: right;
font-family: "Zen Kurenaido", serif;
}
.title{
font-size:100%;
font-family: "Zen Kurenaido", serif;
color:#4179FB;
line-height:1.2;
}
.detailText,.comment{
text-align: left;
overflow: hidden;
overflow-wrap:break-word;
color: #595455;
line-height: 1.4;
}
.comment{
font-size: 13px;
line-height: 1.5;
margin-top: 10px;
}
#newsWrap li img{
width: 100%;
}

.detailUpfile{margin:3vh 0;}
/*---------------------------------
        Pager style
---------------------------------*/
.pager{
	text-align:right;
	padding:10px 0;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    background: #CCC;
    border-radius: 3px;
    color: #333;
    font-size: 15px;
    padding: 3px 10px;
    text-decoration: none;
	margin:0 3px;
}
/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    padding: 3px 10px;
	margin:0 3px;
    text-decoration: none;
}
.pager a:hover{
    background:#9790a4;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* backボタン */
.link_back {display: block;	margin:15px auto;}
.link_back a {
    display: inline-block;
    min-width: 150px;
    font-weight: bold;
    line-height: 1em;
    padding: 10px 10px;
    font-style: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
}
.link_back a:hover {border: 1px solid #715c1f;background-color: #715c1f;}
.link_back a:link,
.link_back a:visited { color: #716246; }
.link_back a:hover,
.link_back a:active { color:#c8c2be; }

@media only screen and (max-width: 600px) {
#newsWrap li{width: 100%;}
}