@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :important.css
 style info :
このスタイルシートの構成
重要なお知らせカテゴリ内のスタイル
.importantBody
  .importantdetailBody
=================================================================== */


/*----------------------------------------------------
	 お知らせ一覧ページ
----------------------------------------------------*/
.importantBody .news-sec {
	width:680px;
	margin:40px 10px;
}

.importantBody .news-sec dt{
	float:left;
	width:11em;
	margin-left:4px;
	display:inline;
}

.importantBody .news-sec dd{
	margin:0 0 18px;
	padding:0 4px 12px 12em;
	border-bottom:1px dotted #C3C3C3;
}

.importantBody .news-detail-sec {
	width:680px;
	margin:40px 10px;
}



/*----------------------------------------------------
	 重要なお知らせ詳細ページ
----------------------------------------------------*/

.importantdetailBody .news-detail-sec  {
	width:680px;
	margin:20px auto;
	border-bottom:#ccc 1px solid;
}

.importantdetailBody .news-detail-sec h3 {
	display:block;
	width:660px;
	background:url(../img/cmn/bg_680sttl_b.gif) no-repeat bottom;
	text-align:center;
	padding:10px 10px;
	font-size:108%;
}

.importantdetailBody .news-detail-sec .article-detail {
	width:600px;
	margin:0 auto;
	padding:30px 0;
}

.importantdetailBody .news-detail-sec .article-detail .sign {
	clear:both;
	text-align:right;
	margin:20px 0 30px;
}

