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

/* 高さ */
.scroll_area{
	height:270px;
	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:#dff1ff;
	position:relative;
}
/* ノブ */
.jspDrag {
	background:#60afe2;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float:left;
	height:100%;
}


/* 日付 */
.jspPane p {
    margin-bottom: 18px;
    color: #999999;
}
/* タイトル */
.jspPane strong {
    margin-left: 43px;
    color: #333;
    font-size: 16px;
}
.line {
    margin-right: 41px;
    margin-bottom: 26px;
    padding-left: 130px;
    padding-bottom: 31px;
    border-bottom: 1px dashed #999999;
}









