@charset "utf-8";
/*----------------------------------------

	press CSS (Last Update 2010.06.28)

	- ニュースリリース共通
	- プレスリリースタイトル
	- テキスト本文
	- テキスト装飾
	- 見出し
	- 画像関係
	- フロートクリア
	- リスト
	- 定義テーブル
	- マージン（余白）
	- 本文フッター
	- テーブル組み

-----------------------------------------*/


/*----------------------------------------
	ニュースリリース共通
-----------------------------------------*/
#new { width: 779px; margin: 0 auto;}

#new #areaF ul#subNavi { margin: 0; padding: 0; line-height:0;}
#new #areaF p { padding: 0 0 10px 0; border-bottom: 1px solid #ccc;}
#new #areaF p img { margin: 0 auto;}
#new #areaF p.pdf { padding: 10px 5px 5px 5px; font-size: 12px; border-bottom: none;}


/*----------------------------------------
	プレスリリースタイトル
-----------------------------------------*/

/* プレスリリースタイトル用ボックス */
#title_box {
	display: table;
	width: 584px;
	margin: 10px auto;
	border-bottom: 1px solid #666666;
}

/* プレスリリースタイトル用 */
#press_title {
	float: left;
	width: 440px;
	padding: 5px;
}
#press_title h2 {
	font-size: 120%;
	font-weight: bold;
}


/* プレスリリースサブタイトル-会社表示用 */
#press_title .sub_title {
	font-size: 92%;	
	font-weight: bold;
	line-height: 130%;
}

/* タイトルサブボックス */
#title_sub_box {
	float: right;
	width: 132px;
}

#title_sub_box p {
	text-align: right;
	margin: 6px;
}


/* ニュースリリースバックナンバー矢印 */
img #title_sub_box {
	vertical-align: middle;
}

/* リスト-スタイルなし */
.nolist	{
	list-style: none;
}


/*----------------------------------------
	テキスト本文
-----------------------------------------*/

/* リリース本文 */
#areaE #release_text {
	margin: 15px 20px;
	line-height:20px;
}

/* 通常テキスト（インデントあり） */
#areaE #release_text p {
	text-indent:1em;
	line-height:20px;
}

/* 通常テキスト（インデントなし） */
#areaE #release_text p.unIdt {
	text-indent:0;
	line-height:20px;
}

/* 通常テキスト
（逆インデント-(1)、(2)など箇条書きにしたい場合） */
#areaE #release_text p.p_bullet {
	text-indent:-2em;
	margin-left:3em;
}
/* 通常テキスト
（逆インデント-ビュレット2） */
#areaE #release_text p.p_bullet2 {
	text-indent:-0.5em;
	margin-left:1em;
}
/* 通常テキスト
（逆インデント-ビュレット3） */
#areaE #release_text p.p_bullet3 {
	text-indent:-1em;
	margin-left:3em;
}

/* 通常テキスト（真ん中） */
#areaE #release_text p.p_center {
	text-align: center;
}
/* 通常テキスト（右寄せ） */
#areaE #release_text p.p_right {
	text-align: right;
}

/* キャプション等 */
#areaE #release_text p.notes,
#areaE #release_text span.notes {
	text-indent:0;
	font-size:90%;
}

/*----------------------------------------
	テキスト装飾
-----------------------------------------*/

/* アンダーラインテキスト */
#areaE #release_text .p_under {
	text-decoration:underline;
}
/* 強調テキスト */
#areaE #release_text strong {
	font-weight: bold;
}

/* フォントカラー（青） */
#areaE #release_text .fc_b {
	color: #0000ff;
}


/*----------------------------------------
	見出し
-----------------------------------------*/

/* 小見出し */
#areaE #release_text h3 {
	line-height:20px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

/*----------------------------------------
	画像関係
-----------------------------------------*/

/* 画像センタリング用 */
#areaE #release_text .centering {
	margin-left:auto;
	margin-right:auto;
	padding : 5px;
	border: 0;
}

/* 画像左寄せ用 */
#areaE #release_text .imgL {
	float: left;
}

/* 画像右寄せ用 */
#areaE #release_text .imgR {
	float: right;
}

/* 画像配置用 */
#areaE #release_text .img_item {
	margin:5px 10px;
	border: 0;
}

/* 複数配置用 */
#areaE #release_text div.imgBox {
	width:480px;
	margin:0 auto;
	padding:0;
	border:none;
}

/*----------------------------------------
	フロートクリア
-----------------------------------------*/

/* フロートクリア */
#areaE #release_text .clear {
	clear: both
}


/*----------------------------------------
	リスト
-----------------------------------------*/

/* 黒丸リスト */
#areaE #release_text ul.list1 {
	padding: 0 0 0 40px
}
#areaE #release_text ul.list1 li {
	list-style-type: disc;
}



/*----------------------------------------
	定義テーブル
-----------------------------------------*/

/* 定義テーブル */
#areaE #release_text dl {
	width:510px;
	padding-left: 40px;
}
#areaE #release_text dt {
	float:left;
	width:auto;
	padding:5px 0 5px 10px;
	clear:both;
	line-height: 100%;
}
#areaE #release_text dd {
	width:auto;
	margin-left:150px;
	padding:5px 5px 5px 10px;
	line-height: 100%;
}

/* ノーマル定義 */
#areaE #release_text dl.normal {
	width:510px;
	padding-left: 1em;
	line-height: 20px;
}
#areaE #release_text dt.normal {
	width:auto;
	padding:0px;
	line-height: 20px;
}
#areaE #release_text dd.normal {
	width:auto;
	padding:0px;
	margin-left:30px;
	line-height: 20px;
	clear:both;
}

/* コンパクト定義テーブル */
#areaE #release_text dl.compact {
	width:310px;
	padding-left: 1em;
}
#areaE #release_text dl.compact dt {
	float:left;
	width:auto;
	padding:5px 0 5px 10px;
	line-height: 100%;
	clear: left;
}
#areaE #release_text dl.compact dd {
	width:auto;
	padding:5px 5px 5px 10px;
	margin-left: 0;
	line-height: 100%;
}

/*----------------------------------------
	マージン（余白）
-----------------------------------------*/

/* マージンボトム */
.mb5 {
	margin-bottom:5px
}
.mb15 {
	margin-bottom:15px
}
.mb30 {
	margin-bottom:30px
}

/* マージントップ */
.mt15 {
	margin-top:15px
}

/*----------------------------------------
	本文フッター
-----------------------------------------*/

/* 「以上」用 */
#areaE #release_text #release_end {
	clear: both;
	margin: 20px 5px;
	letter-spacing: 1.5em;
	line-height:20px;
	color:#666666;
	text-align: right;
}

/* 問合せ先ボックス */
#areaE #release_text div#contact, address#contact {
	margin: 20px 40px;
	padding: 20px 5px;
	text-align: center;
	border:1px solid #666666;
}

/* 問合せ先テーブル */
#areaE #release_text #contact th, td {
	padding: 0em 0.5em;
}

/* 問合せ先テーブル 展示会用 */
#areaE #release_text #contact .ex th {
	padding: 0 0.2em;
	text-align: right;
	vertical-align: top;
}

#areaE #release_text #contact .ex td {
	padding: 0 0.3em;
	text-align: left;
	vertical-align: top;
}


/*----------------------------------------
	テーブル組み
-----------------------------------------*/

/* テーブル組み(th色なしセンタリング, padding少)-ここから */
#areaE #release_text table.press_hyo {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-top: 15px;
	width:auto;
}
#areaE #release_text table.press_hyo th {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
	padding: 3px 1px 3px 5px;
	width:auto;
}
#areaE #release_text table.press_hyo td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 3px 1px 3px 5px;
	width:auto;
}
/* テーブル組み(th色なしセンタリング, padding少)-ここまで */

/* テーブル組み(th色なしセンタリング)-ここから */
#areaE #release_text table.press_hyo2 {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-top: 15px;
	width:auto;
}
#areaE #release_text table.press_hyo2 th {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
	padding: 3px 5px;
	width:auto;
}
#areaE #release_text table.press_hyo2 td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 3px 5px;
	width:auto;
}
/* テーブル組み(th色なしセンタリング)-ここまで */

/* リストテーブル(セル内テキスト上揃え)-ここから */
#areaE #release_text table.list-hyo th {
	vertical-align: top;
}
#areaE #release_text table.list-hyo td {
	vertical-align: top;
}
/* リストテーブル(セル内テキスト上揃え)-ここまで */

/* セル幅指定用
#areaE #release_text table.fixed {
	table-layout:fixed;
}
#areaE #release_text table.press_hyo th.20pct {
	width: 80px;
}
*/

/* ================= 以下、旧タイプCSS =========================== */

/* テーブル組み-ここから */
table.contents-hyo{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.contents-hyo th{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#666666;
    background-color:#FFCCCC;
    padding:0.3em 0.5em;
    text-align:center;
	font-size:12px;
}
.contents-hyo td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    padding:0.3em 0.5em;
    color:#666666;
	font-size:12px;
}

/* テーブル組み-ここまで */

/* テーブル組み2(財計などでの表-thノーマルウェイトtd右寄せ)-ここから */
table.contents-hyo2{
    border-top:1px solid #666666;
/*    border-left:1px solid #666666;*/
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.contents-hyo2 th{
    border-right:1px solid #666666;
	border-left:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#666666;
    padding:0.3em 0.5em;
    text-align:center;
	font-size:12px;
	font-weight:normal;
}
.contents-hyo2 td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    padding:0.3em 0.5em;
    color:#666666;
	font-size:12px;
    text-align:right;
}

/* テーブル組み2(財計などでの表-thノーマルウェイトtd右寄せ)-ここまで */

/* テーブル組み3(thノーマルウェイトtd中央寄せ)-ここから */
table.contents-hyo3{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.contents-hyo3 th{
    border-right:1px solid #666666;
	border-left:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#666666;
    padding:0.3em 0.5em;
    text-align:center;
	font-size:12px;
	font-weight:normal;
}
.contents-hyo3 td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    padding:0.3em 0.5em;
    color:#666666;
	font-size:12px;
    text-align:center;
}

/* テーブル組み3(thノーマルウェイトtd中央寄せ)-ここまで */

/* 箇条書きテーブル用-ここから */
table.item{
	color:#666666;
	vertical-align:top;
	line-height:20px;
	font-size:12px;
}
.item td{
	vertical-align:top;
}
/* 箇条書きテーブル用-ここまで */


/* テーブル行強調用-ここから */
.bd_tb th, .bd_tb td{
	border-top:2px solid #666666;
	border-bottom:2px solid #666666;
}
/* テーブル行強調用-ここまで */

/* テーブルセル背景色付き */
.bg_gry{
	background-color:#aaa;
}

