/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
footer.clearfix:after{content: inherit;}

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

body{
    -webkit-text-size-adjust: 100%;
    margin: 0;
}


/*html::-webkit-scrollbar {
  width: 5px;
}*/

/*スクロールバーの背景色・角丸指定*/
/*html::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}*/

/*スクロールバーの色・角丸指定*/
/*html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #84040D;
}*/

html,body{
    overflow: hidden;
}
html.news-detail,body#news-detail{
    overflow: visible;
}
#newsWrap {
    height: 200px;
    overflow-y: auto;
}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	
}
ul#newsList li{
    color:#000;
    font-size:18px;
    margin:0;
    margin-bottom: 0;
    padding:0;
    padding-bottom: 2px;
    padding-top: 2px;
    line-height:1.7;
    list-style-type:none;
    display: flex;
    border: none;
/*    border-bottom: dotted 1px #aaa;*/
}
ul#newsList li:first-child{
    padding-top: 0;
}
ul#newsList li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
ul#newsList li .list_info{
    width: calc(100% - 13em);
}
ul#newsList li .list_info .title a{
    text-decoration: none;
    color: #000;
}
ul#newsList li .list_date{
    width: 13em;
    display: flex;
    justify-content: space-between;
}

a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

/*.catName{
    display: inline-block;
    padding: 0 3px;
    padding-bottom: 2px;
    min-width: 6em;
    text-align: center;
    background: #4CA1C5;
    font-size: 14px;
    height: 20px;
    line-height: 23px;
    color: #fff;
    margin: 0 2px;
    margin-right: 1em;
    vertical-align: top;
    margin-top: 4px;
}*/

.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
        margin-right: 2px;
        margin-bottom: 2px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
        vertical-align: top;
        margin-top: .2em;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:none;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
.news_bar{
    text-decoration: underline;
}
/* スマホの場合のお知らせのスタイル */
@media screen and (max-width: 699px) {
    #newsWrap{
            height: 190px;
        }
    ul#newsList li{
/*        display: inline;*/
        font-size: 16px;
        flex-direction: column;
        padding-bottom: 0.6em;
    }
    ul#newsList li .list_date{
/*        width: 100%;*/
/*        margin-bottom: .5em;*/
        justify-content: flex-start;
    }
    ul#newsList li .list_info{
        margin-bottom: 0;
        width: 100%;
    }
    ul#newsList li .up_ymd{
        padding-right: 15px;
        width: 6em;
    }
}
@media screen and (max-width: 450px) {
    ul#newsList li{
        font-size: 14px;
    }
    .catName{
        font-size: 11px;
        margin-top: 0;
    }
    #newsWrap {
        height: 260px;
    }
    .mCSB_inside > .mCSB_container {
        margin-right: 15px;
    }
    ul#newsList li .up_ymd{
        padding-right: 0;
    }
}



.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #4D4D4D;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #1A1A1A;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
}
.mCSB_inside > .mCSB_container{
/*    padding-top: 40px;*/
}



/* news detail */
#news-detail .contents-box{
/*    max-width: 1200px;*/
    padding-top: 0;
}

#detail{
    margin-bottom: 100px;
}
h2.detail{
	font-size:18px!important;
        font-weight: bold!important;
	color: #67BBCE;
	margin:10px 0px 40px 0;
	font-weight:normal;
}

#news-detail #up_ymd{
	text-align: left;
        font-size: 120%;
	margin:5px 10px;
        margin-top: 40px;
        margin-left: 0;
}
.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:40%;
	height:auto;
        margin-top: 40px;
}
.pNav{
	font-size:14px;	
}
.pNav a{
    color: #666;
}
.pNav a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    .detailText span{
        font-size: 16px!important;
    }
/*    .pNav a{
        font-size: 16px!important;
    }*/
    
    #news-detail #up_ymd{
        margin-top: 80px;
    }
}
@media screen and (max-width: 600px) {
    #detail{
        margin-bottom: 80px;
    }
    .detailUpfile img{
        max-width: 80%;
    }
    .detailText span {
        font-size: 14px!important;
    }
    h2.detail {
        font-size: 16px!important;
    }
}

/* voice */
#voice #newsWrap{
    height: auto;
    overflow-y: visible;
    padding-bottom: 100px;
}
#voice ul#newsList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#voice ul#newsList li{
    width: 47%;
    display: block;
    background: #fff;
    padding: 1em 0 2em;
    margin-bottom: 2em;
}
#voice ul#newsList li .list_info{
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #4CA0C4;
    width: auto;
}
#voice ul#newsList li .list_info span{
    margin-left: 1em;
}
#voice ul#newsList li .list_info .title{
    
}
#voice ul#newsList li .list_info .title a{
    pointer-events: none;
    color: #4C9FC3;
}
#voice ul#newsList li .comment{
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
}
#voice ul#newsList li .comment span{
    font-size: 18px!important;
}
@media screen and (max-width: 676px) {
    #voice ul#newsList{
        flex-direction: column;
    }
    #voice ul#newsList li{
        width: 100%;
    }
    #voice #newsWrap{
        padding-bottom: 60px;
    }
}




/* font size */

@media screen and (max-width: 1179px) {
#voice ul#newsList li .comment span{
    font-size: inherit!important;
}
/*    font-size: 18px～16px */
/*  body *{
    font-size: calc(1.125rem + ((1vw - 13px) * 0.3759))!important;
    min-height: 0vw;
  }*/
}
@media (max-width: 677px) {
/*    font-size: 18px～16px */
/*  body *{
    font-size: calc(1.125rem + ((1vw - 6.4px) * 0.7))!important;
    min-height: 0vw;
  }*/
}
@media (max-width: 380px) {
/*  body *{
    font-size: 14px!important;
  }*/
}