/*--日英共通、プレスリリースコンテンツエリア用スタイル--*/

/*■■--------------詳細ページ-------------------■■*/

/*★リリース日付＋pdfエリア
（テキスト、上下余白、上部ライン：青1）*/
.p_headtable	{
		font-size:83%; line-height:120%;
		border-top: 2px solid #0F3193;}

/*★発行元エリア（テキスト、余白）*/
/*上下ラインからの余白上下*/
#p_pubtable	{padding:5px 0px;}
/*テキストサイズ　余白*/
#p_pubtable td	{
		font-size:83%;line-height:120%;padding:2px;}

/*★リリースタイトル【エリア全体】
（テキスト、上下ライン■青1）*/
.p_ttltable	{
		font-size:83%;
		border-top: 2px solid #0F3193;
		border-bottom: 1px solid #0F3193;}

/*★リリースタイトル【メイン】
（テキスト■青1、上下余白、配置）*/
.p_ttl,
.p_ttle	{
		font-size:115%; color:#0F3193;
		line-height:140%; font-weight:bold;
		padding:5px 0px 8px;}
.p_ttl	{text-align: center;}

/*★リリースタイトル【サブ】
（テキスト■灰1、下余白、配置）*/
.p_subttl,
.p_subttle	{
		color:#333333;font-size:100%;
		padding:0px 0px 5px;}
.p_subttl	{text-align: center;}

/*★本文エリア
（テキスト、表組み使用時の左右余白、olタグ使用時左マージン）*/

/*本文内にテーブル使用時のセルの左右*/
#p_texttable td	{
		font-size:83%; line-height:120%;
		padding:0px 2px;}

/*本文内にリストタグ使用されている場合の左マージン*/
#p_texttable ol		{margin-left:22px;}

/*項目タイトル用の下線とボールド*/
.ub	{
		text-decoration: underline;
		font-weight: bold; }

/*本文内に別テーブル作成時のセルの上下左右余白*/
#p_texttable .cmnTbl td	{
		font-size:83%; line-height:120%;
		padding:3px;}

/*★注釈コメント*/
/*テキスト、下余白*/
#regmrk #txt	{
		color:#656565;font-size:70%; line-height:150%;
		padding:0px 0px 20px;}

/*上部ドットライン上下余白*/
#regmrk #line		{padding:10px 0px;}


/*★人事異動の表*/
/*★上で定義しているtdよりも優先させる為に、important付で定義しておく*/
/*新職列*/
.hrnew {
		width: 41%;
		line-height: 150% ! important;
		padding-top: 3px ! important;
		padding-bottom: 3px ! important;
		}

/*旧職列*/
.hrold {
		width: 41%;
		line-height: 150% ! important;
		padding-top: 3px ! important;
		padding-bottom: 3px ! important;
		}

/*名前列*/
.hrname {
		width: 18%;
		text-align: center;
		line-height: 150% ! important;
		padding-top: 3px ! important;
		padding-bottom: 3px ! important;
		}
