@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------
テロップ
-------------------------------------------*/
.news_Line_Ymd {
float: left;
}

.news_Line_Title {
float: left;
}

.news_Line_Title::before {
content: "【"
}

.news_Line_Title::after {
content: "】"
}

.news_Line_Body {
float: left;
white-space: nowrap!important;
}

/*-------------------------------------------
お知らせ　リスト
-------------------------------------------*/
.notice_box {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
}

.notice {
width: 100%;
height: 400px;
max-width: 700px;
overflow-y: scroll;
overflow-x: auto;
margin: 0 auto 0 auto;
border: 1px solid #bbb;
background-color: #fff;
}

.n_list{
	color:#666;
	font-size:14px;
	margin: 0 0 0px 0;
	padding: 20px;
	border-bottom: 1px dotted #ccc;
	line-height: 140%;
	list-style: none;
}

.news_List_Ymd {
font-weight: bold;
background-color: #53bbd0;
color: #fff;
padding: 4px 10px;
border-radius: 30px;
margin-right: 2px;
}

.news_List_Title {
font-weight: bold;
color: #208dcc;
margin-top: 10px;
}

.news_List_Title::before {
content: "【"
}

.news_List_Title::after {
content: "】"
}

.news_List_Body {
margin-top: 5px;
line-height: 140%;
}

/* ================================================================================================== */
/* SP用　768px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 768px) {


}