@charset "UTF-8";
.clsNone {
	display:none !important;
}

.clsVisiNone {
	visibility:hidden;
}

/* 一覧で掲載情報がない場合に付与 */
.clsNoData{
    text-align: center;
    margin: 100px 0px;
    font-size: 1.6rem;
    font-weight: bold;
}

/* プレビュー注記 */
.clsPreviewH2 {
	position: fixed;z-index: 9999;
	background-color: #ff9c9c8c;;
	color: white;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
}

/* --------------- */ 
/* TOP */
/* --------------- */ 
/* お知らせ */
#idCmsInfo_top_news {
}

/* -------------------- */
/* お知らせ一覧 */
/* -------------------- */
#idCmsInfo_list_year {
}

#idCmsInfo_list_news {
}

/* -------------------- */
/* お知らせ詳細 */
/* -------------------- */
#idCmsInfo_detail {
}

#idCmsInfo_detail blockquote{
    padding: 1em;
    border-left: 4px solid #f2f2f2;
    color: #8c8c8c;
}
