@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/*  重要なお知らせ一覧

/* ------------------------------------------------------------------------ */


#importantList {
	text-align: left;
}
	#importantList .section h3 {
		float		: left;
		width		: 114px;
	}
	#importantList .section dl {
		float		: left;
		width		: 629px;
		padding		: 0;
		margin		: 0 auto;
		border-bottom : 1px solid #e1e1e1;
	}
	#importantList .section dl dt {
		display		: block;
		float		: left;
		clear		: left;
		width		: 100px;
		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		: left;
		width		: 529px;
		padding		: 7px 0 6px;
		border-top	: 1px solid #e1e1e1;
		line-height	: 1.5;
	}
	#contents .inner #article #importantList .section dl dd a { display: block; width: 529px; 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;}

#contents .inner #article h1.title {
    background: #e60012;
    border-left: 8px solid #e60012;
    padding: 6px 0 3px 12px;
    font-size: 159%;
	color:#FFFFFF;
    font-weight: bold;
}