@charset "utf-8";

/*****************************************/
/*       「プレリリース INDEX」用CSS       */
/*****************************************/


/*h2タイトル 年代画像表示用 */
div#main-content-box h2.year {
	margin: 0 0 0 0;
	padding:15px 0 0 0;
	background: url(img/c.gif) 0 0 no-repeat;
	clear:both;
}


/* h1直下のテキスト枠 */
div#main-content-box p.txt-box {
	margin:0 0 12px 10px;
	padding:0 0 0 0;
	line-height:150%;
}


/* 年月日表示リスト */
div#main-content-box dl.history-list { zoom: 100%; margin:0; padding:0; clear:both; }
div#main-content-box dl.history-list:after { content: "."; clear: both; display: block; height: 0; line-height: 0; visibility: hidden; }
div#main-content-box dl.history-list dt { width:8em; margin: 0 !important; padding: 0 !important; }
div#main-content-box dl.history-list dd { margin: -1.66em 0 0 8em !important; padding:0 0 0 10px !important; }


/*****************************************/
/*       「プレリリース　コンテンツページ」用CSS       */
/*****************************************/


/* 詳細ページ h1タイトル */
div#main-content-box h1.ptitle {
	margin: 0;
	padding: 15px 0 14px 10px;
	background: url(img/bg_h1_01.gif) 0 0 no-repeat;
	font-size: 15pt;
	line-height: 1.15;
	font-weight: bold;
}

/* h1タイトル上 サブタイトル */
p#headcategory {
	font-size:9pt;
	color:#333333;
	margin:0 0 4px 0;
	padding:0;
	font-weight:400;

}


/* コンテンツ内 */
dt.sectionTitle{
	border-bottom:1px solid #d3d3d3;
	background:url(../img/icon_dt.gif) 5px center no-repeat;
        text-indent:2em;
    clear:both;
}

dd.sectionBody{
	margin:3px 0 20px 2em !important;
	padding:0 0 0 0;
	line-height:1.5;
}


/* ページ下 注釈 */
.pre_attention {
	padding: 10px 0 0 0;
	line-height:1.5;
}


/* 新聞・雑誌掲載 */
.mt-image-none {
	margin-bottom:20px;
}


