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

/* 高さ */
.scroll_area{
	height:178px;
	overflow:hidden;
}

/* 全体 */
.jspContainer {
	overflow:hidden;
	position:relative;
}
/* スクロールバーを除いたエリア */
.jspPane {
	position:absolute;
}
/* 縦スクロールバー */
.jspVerticalBar {
	position:absolute;
	top:0;
	right:0;
	width:8px;
	height:100%;
}
/* 横スクロールバー */
.jspHorizontalBar {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10px;
}
/* 背景 */
.jspTrack {
	background:#dfdfdf;
	position:relative;
}
/* ノブ */
.jspDrag {
	background:#80aad8;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float:left;
	height:100%;
}


/* 日付 */
.jspPane p {
    padding: 0 4px;
    color: #be9675;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 2.5px;
}
/* タイトル */
.jspPane strong {
    margin-left: 7px;
    color: #00408e;
    font-size: 18px;
    font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    letter-spacing: 1.5px;
}
.line {
    margin: 16px 33px 10px 7px;
    padding-bottom: 21px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 1.9;
}




