@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/*  重要なお知らせ一覧

/* ------------------------------------------------------------------------ */


#importantList {
	text-align: left;
}
	#importantList .section h3 {
		float		: left;
		width		: auto;
	}
	#importantList .section dl {
		float		: left;
		width		: auto;
		padding		: 0;
		margin		: 0 auto;
		border-bottom : 1px solid #e1e1e1;
	}
	#importantList .section dl dt {
		display		: block;
		float: none;
		clear		: left;
		width		: auto;
		font-weight	: bold;
		color		: #000;
		padding		: 7px 0 6px;
		color		: #C00;
		border-top	: 1px solid #e1e1e1;
		line-height	: 1.5;
	}
	#importantList .section dl dd {
		display		: block;
		float: none;
		width		: auto;
		padding		: 7px 0 6px;
		border-top	: 1px solid #e1e1e1;
		line-height	: 1.5;
	}
	#contents .inner #article #importantList .section dl dd a { display: block; width: auto; color: #000; text-decoration: none; }
	#contents .inner #article #importantList .section dl dd a:hover { color: #000; text-decoration: underline; }



/* テキスト関係
--------------------------------------------------------------------------- */
.bgcolor_red { background-color: #FFE6F0; }

.sideMenu001_bottom .sideBtn { margin:10px;}

