@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  contents_parts.css
 style info :  サイト共通パーツのCSS
  fonts
 10px = 83%     11px = 92%     12px = 100%     13px = 108%
 14px = 116%    15px = 123%    16px = 133%
=================================================================== */

a.over:hover img, 
.over a:hover img {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-moz-opacity:0.8;
}


/*----------------------------------------------------------------------------------
		 		特殊スタイル
------------------------------------------------------------------------------------*/
div#contents .clear {
	clear: both;
}

/* ページ最下部ブロックの隙間調整 */

div#contents .last_block {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* 最終更新日 */
div#contents .lastdate {
	margin: 0 0 5px 0;
	font-size: 83%;
}

/*----------------------------------------------------------------------------------
		 		リンクアイコン関連
------------------------------------------------------------------------------------*/
.arrow_link01 a,
a.arrow_link01 {
	padding-left: 15px;
	background: url(/images/common/icon/icon_arrow01.gif) 0 0.15em no-repeat;
}


a.pdf_link01 {
	padding: 2px 0 2px 20px;
	background: url(/images/common/icon/icon_pdf.gif) 0 0em no-repeat;
}

a.pdf_link02 {
	padding: 2px 20px 2px 0;
	background: url(/images/common/icon/icon_pdf.gif) right 0em no-repeat;
}

/*----------------------------------------------------------------------------------
　　罫線
------------------------------------------------------------------------------------*/

hr.hr_01 {
	margin-bottom: 30px;
}

/*----------------------------------------------------------------------------------
		 		テキストのサイズ、色関連
------------------------------------------------------------------------------------*/
/* テキストサイズ小 */
div#contents .txt_s {
	font-size: 83%;
}

div#contents .txt_ss {
	font-size: 75%;
}

div#contents .txt_sss {
	font-size: 70%;
}

/* テキスト太字 */
div#contents .txt_bold {
	font-weight: bold !important;
}

/* テキスト太字 赤 */
div#contents .txt_rb {
	font-weight: bold !important;
	color: #ff0000;
}

/* 中央寄せ */
div#contents .txt_center {
	text-align: center !important;
}

/* 右寄せ */
div#contents .txt_right {
	text-align: right !important;
}

/* オレンジ色 */
div#contents .txt_orange {
	color:#FE370F;
}

/* フォーム必須項目等に使用する色 */
div#contents .hissu {
	color:#ff0000;
}

/* インデント */
div#contents .txt_indent {
	text-indent: 1em;
}

/*----------------------------------------------------------------------------------
ボタン
------------------------------------------------------------------------------------*/
/*  buttonArea01  */

.buttonArea01 {
	position: relative;
	width: 250px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1dfc3));
	background: -moz-linear-gradient(top, #ffffff 0%, #e1dfc3 100%);
	background: linear-gradient(top, #ffffff 0%, #e1dfc3 100%);
	border-top: 1px solid #cdc8ae;
	border-right: 1px solid #cdc8ae;
	border-left: 1px solid #cdc8ae;
	box-shadow: 0px 3px 1px #c4c2a3;
	-moz-box-shadow: 0px 3px 1px #c4c2a3;  
	-webkit-box-shadow: 0px 3px 1px #c4c2a3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-pie-background: linear-gradient(top, #ffffff 0%, #e1dfc3 100%);
	behavior: url("/css/PIE.htc");
}

.button {
	background-image: url(/sp/common/images/common_bg01.png);
	background-repeat: repeat-y;
	-webkit-background-size: 1px 6px;
	-moz-background-size:  1px 6px;
	background-size:  1px 6px;
	background-position: 85% top;
	display: block;
}

.button .txt {
	display: block;
	margin-left: -10%;
	padding: 15px 10px 15px 0;
	background-image: url(/sp/common/images/common_ic03.png);
	background-repeat: no-repeat;
	-webkit-background-size: 7px 15px;
	-moz-background-size: 7px 15px;
	background-size: 7px 15px;
	background-position: 94% center;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.buttonArea01 a:hover {
	text-decoration: none;
}


/*----------------------------------------------------------------------------------
				CSSボタン
------------------------------------------------------------------------------------*/

.btn_list_01 {
	margin-left: -30px;
}

.btn_list_01 li a {
	float: left;
	padding:10px 100px;
	background:#405dca;
	color:#ffffff;
	text-align:center;
	display:block;
	text-decoration:none;
	position: relative;
	background: -moz-linear-gradient(
	top,
	#5470dc 0%,
	#415dcb 100%);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#5470dc),
	to(#415dcb));
	background:linear-gradient(
	top,
	#5470dc 0%,
	#415dcb 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}



/*----------------------------------------------------------------------------------
		 		リスト類
------------------------------------------------------------------------------------*/
/* リスト間の隙間が広いバージョン */
div#contents .chapter_list01 {
	padding: 0 0 8px;
}

div#contents .chapter_list01 li {
	padding: 0 0 10px;
}

div#contents .chapter_list01 li p {
	padding: 10px 0 0 20px;
}

div#contents .chapter_list01 li .innner_list01 li {
	padding: 10px 0 0 40px;
}

div#contents .chapter_list01 li .innner_list02 li {
	padding: 10px 0 0 0;
}

/* リスト間の隙間が狭いバージョン */
div#contents .chapter_list02 {
	margin: 10px 0 20px;
}

div#contents .chapter_list02 li {
	padding: 0 0 20px;
}

/* 黒丸リスト */

div#contents .chapter_list03 {
	margin: 10px 20px 20px;
}

div#contents .chapter_list03 li {
	list-style-type: disc;
	padding: 0 0 10px;
}

/* ※のインデント */
div#contents p.list_indent01,
div#contents .list_indent01 li,
div#contents ol .list_indent01 li,
div#contents ul .list_indent01 li {
	text-indent: -1em;
	margin-left: 1em;
}

/* ※1 （1）等のインデント */
div#contents p.list_indent02,
div#contents .list_indent02 li,
div#contents ol .list_indent02 li,
div#contents ul .list_indent02 li {
	text-indent: -1.9em;
	margin-left: 1.9em;
}

/* リンクリストの下パディング */
div#contents ul.arrow_link01,
div#contents ol.arrow_link01 {
	padding-bottom: 18px;
}

/*----------------------------------------------------------------------------------
		 		タイトル類
------------------------------------------------------------------------------------*/
/* コンテンツ部分最上部のページタイトルが入っているタイトル画像 */
div#container div#contents .page_title {
	margin-bottom: 15px;
}

/* 背景画像+テキスト */
div#container div#contents .page_title_bg {
	margin-bottom: 15px;
	background: url(/images/common/contents/bg_title01_bottom.gif) 0 bottom no-repeat;
}

div#container div#contents .page_title_bg span {
	display: block;
	background: url(/images/common/contents/bg_title01_top.gif) 0 0 no-repeat;
	padding: 10px 0 6px 40px;
	font-weight: bold;
	font-size: 22px;
	min-height: 44px;
}

* html div#container div#contents .page_title_bg span {
	height: 44px;
}

/* 背景画像+テキスト 1カラム用 */
div#container_one_colmun div#contents .page_title_bg {
	margin-bottom: 15px;
	background: url(/images/common/contents/bg_title01_long_bottom.gif) 0 bottom no-repeat;
}

div#container_one_colmun div#contents .page_title_bg span {
	display: block;
	background: url(/images/common/contents/bg_title01_long_top.gif) 0 0 no-repeat;
	padding: 10px 0 6px 40px;
	font-weight: bold;
	font-size: 22px;
	min-height: 44px;
}

* html div#container_one_colmun div#contents .page_title_bg span {
	height: 44px;
}

/* 左に青の太ボーダー 下に黒の細ボーダーのタイトル画像 */
div#container div#contents .chapter_title01 {
	margin-bottom: 18px;
	clear: both;
}

/* ↑の、背景画像+テキストVer */
div#container div#contents .chapter_title01_bg {
	margin-bottom: 18px;
	clear: both;
	background: url(/images/common/contents/bg_title02_bottom.gif) 0 bottom no-repeat;
}

div#container div#contents .chapter_title01_bg span {
	display: block;
	background: url(/images/common/contents/bg_title02_top.gif) 0 0 no-repeat;
	padding: 0 0 10px 15px;
	font-weight: bold;
	font-size: 116%;
	line-height: 1.2;
}

/* 下マージンが多いVer */
div#container div#contents .chapter_title01_b {
	margin-bottom: 40px;
	clear: both;
}


/* オレンジ色のテキストタイトル画像 */
div#container div#contents .chapter_title02 {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 15px;
}


/* 黒色太字のテキストタイトル */
div#container div#contents .chapter_title03 {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 116%;
}

.chapter_title03 a {
	color:#FF6347;
}

/* オレンジ色の太字のテキストタイトル */
div#container div#contents .chapter_title03_org {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 116%;
	color:#FF6347;
}

/* オレンジ色の太字のテキストタイトル 文字サイズ大 */
div#container div#contents .chapter_title03_org_2 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 133%;
	color:#FF6347;
}

/* ●アイコン下ボーダーのタイトル （年別アーカイブ等で使用） */
div#container div#contents .chapter_title04 {
	background: url(/images/common/icon/icon_title01.gif) 1px 0.4em no-repeat;
	padding: 0 20px 3px;
	border-bottom: 1px solid #ccc;
	font-size: 133%;
	font-weight: bold;
	margin: 0 0 15px;
	position: relative;
}

/* ボーダーのみVer */
.chapter_title05 {
	padding: 0 0 10px 4px;
	border-bottom: 1px solid #CCCCCC ;
	margin:0 0 20px 0;
}

.chapter_title05 span {
	padding: 7px 0 7px 10px;
	border-left: 6px solid #003d9c ;
	font-size: 22px;
	font-weight: bold;
}

/* ボーダー、見出しグレー（東日本大震災に関するページ、株主優待券ページ等で使用） */
.ulGray {
    border-bottom: 1px solid #999999;
    border-left: 5px solid #999999;
    height: 1.2em;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-bottom: 5px;
    text-indent: 0.5em;
}

/*----------------------------------------------------------------------------------
画像を角丸
------------------------------------------------------------------------------------*/
img.radius  {
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}

/*----------------------------------------------------------------------------------
画像を角丸、影付き
------------------------------------------------------------------------------------*/
img.radius_shadow {
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(/css/PIE.htc);
}

div#contents div.detail_entry p.centerImage,
div#contents div.campaignArea p.centerImage {
	text-align: center;
	margin-bottom: 30px;
}

div#contents div.detail_entry p.centerImage img,
div#contents div.campaignArea p.centerImage img {
    position: relative;
    text-align: center;
    border: 1px solid #696;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    behavior: url(/css/PIE.htc);
}

/*----------------------------------------------------------------------------------
ページタイトル下のテキスト
------------------------------------------------------------------------------------*/
div#contents p.title_under01 {
	padding: 0 15px 25px;
}

div#contents p.title_under02 {
	padding: 0 15px 0;
}

div#contents p.title_under03 {
	padding: 0 0 10px;
}

div#contents p.title_under04 {
	padding: 0 10px 0;
}

/*----------------------------------------------------------------------------------
各カテゴリTOPで使用している角丸コンテンツボックス共通
------------------------------------------------------------------------------------*/

/* ↓↓div.contents_boxの背景は各カラム内のスタイルで設定↓↓ */
div#contents div.contents_box {
	padding: 20px 0 8px;
	width: 710px;
	position: relative;
}

/* 一番上の隙間調整 */
div#contents div.contents_box_top {
	padding-top: 5px;
}



/* ↓↓.contents_box_innerの背景は各カラム内のスタイルで設定↓↓ */

div#contents div.contents_box .contents_box_inner:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents div.contents_box .contents_box_inner{ display: inline-block; }
div#contents div.contents_box .contents_box_inner { display: block; }

div#contents div.contents_box h4 {
	margin-bottom: 10px;
}

div#contents div.contents_box p.photo {
	float: left;
	padding: 0 8px 0 11px;
}

* html div#contents div.contents_box p.photo {
	padding-right: 4px;
}

div#contents div.contents_box div.text_area {
	overflow: hidden;
	_zoom: 1;
	padding: 0 11px 15px;
}

/* メニューTOP最下部等のボタンの高さがある時用イレギュラー */
div#contents div.contents_box div.text_area_irg01 {
	padding-bottom: 40px;
}

/* メニューTOP最上部等の下の隙間消し用イレギュラー */
div#contents div.contents_box div.text_area_irg02 {
	padding-bottom: 0;
}

div#contents div.contents_box div.text_area_irg02 h4 {
	padding-top: 10px;
}

div#contents div.contents_box div.text_area p {
	padding-bottom: 15px;
}

div#contents div.contents_box .detail_btn {
	position: absolute;
	bottom: 13px;
	right: 13px;
}


/*----------------------------------------------------------------------------------
 1カラムの角丸コンテンツボックス
------------------------------------------------------------------------------------*/
div#contents div.contents_box_1column {
	background: url(/images/common/contents/bg_content_box_bottom_1column.gif) 0 bottom no-repeat;
}

div#contents div.contents_box_1column .contents_box_inner {
	background: url(/images/common/contents/bg_content_box_center_1column.gif) 0 0 repeat-y;
	padding-bottom: 3px;
}

div#contents div.contents_box_1column ul.detail_btn:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents div.contents_box_1column ul.detail_btn { display: inline-block; }
div#contents div.contents_box_1column ul.detail_btn { display: block; }

div#contents div.contents_box_1column ul.detail_btn li {
	float: right;
	padding-left: 38px;
}

div#contents div.contents_box_1column ul.detail_btn_irg01 {
	width: 360px;
	position: absolute;
	left: 360px;
	bottom: 5px;
}

div#contents div.contents_box_1column ul.detail_btn_irg01:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents div.contents_box_1column ul.detail_btn_irg01 { display: inline-block; }
div#contents div.contents_box_1column ul.detail_btn_irg01 { display: block; }

div#contents div.contents_box_1column ul.detail_btn_irg01 li {
	float: left;
	padding: 0 0 10px 10px;
}

div#contents div.contents_box_1column ul.detail_btn_irg01 li.left_btn {
	padding-left: 0; 
}

/* box内2カラム（採用情報TOPで使用） */

div#contents div.contents_box_1column div.box_wrapper {
	position: relative;
}

div#contents div.contents_box_1column div.box_wrapper:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents div.contents_box_1column div.box_wrapper { display: inline-block; }
div#contents div.contents_box_1column div.box_wrapper { display: block; }



div#contents div.contents_box_1column div.left_box {
	width: 330px;
	float: left;
	padding: 0 10px;
}

div#contents div.contents_box_1column div.right_box {
	width: 330px;
	float: right;
	padding: 0 10px 0 15px;
	border-left: 1px dotted #ccc;
}

div#contents div.contents_box_1column div.left_box p.txt,
div#contents div.contents_box_1column div.right_box p.txt {
	padding-bottom: 30px;
}

div#contents div.contents_box_1column div.left_box p.detail_btn,
div#contents div.contents_box_1column div.right_box p.detail_btn {
	bottom: 0px;
}

div#contents div.contents_box_1column div.left_box p.detail_btn {
	right: 370px;
}


/*----------------------------------------------------------------------------------
2カラムの角丸コンテンツボックス
------------------------------------------------------------------------------------*/
div#contents div.contents_box_2column {
	background: url(/images/common/contents/bg_content_box_bottom_2column.gif) 0 bottom no-repeat;
}

div#contents div.contents_box_2column .contents_box_inner {
	background: url(/images/common/contents/bg_content_box_center_2column.gif) 0 0 repeat-y;
}

div#contents div.contents_box_2column .contents_box_inner li.item {
	float: left;
	width: 350px;
}

div#contents div.contents_box_2column .contents_box_inner li.left {	
	margin-right: 10px;
}

/* ボタンの位置指定 */

div#contents div.contents_box_2column .contents_box_inner li.left p.detail_btn {
	right: 374px;
}

div#contents div.contents_box_2column .contents_box_inner li.right p.detail_btn {

}


/*----------------------------------------------------------------------------------
2カラムの角丸コンテンツボックス 左のBOX幅が広いVer
------------------------------------------------------------------------------------*/
div#contents div.contents_box_2column_b {
	background: url(/images/common/contents/bg_content_box_bottom_2column_b.gif) 0 bottom no-repeat;
}

div#contents div.contents_box_2column_b .contents_box_inner {
	background: url(/images/common/contents/bg_content_box_center_2column_b.gif) 0 0 repeat-y;
}

div#contents div.contents_box_2column_b .contents_box_inner li.item {
	float: left;

}

div#contents div.contents_box_2column_b .contents_box_inner li.left {	
	width: 470px;
}

div#contents div.contents_box_2column_b .contents_box_inner li.right {	
	width: 230px;
	float: right;
}



/* ボタンの位置指定 */

div#contents div.contents_box_2column_b .contents_box_inner li.left p.detail_btn {
	right: 253px;
}


/*----------------------------------------------------------------------------------
2カラムの角丸コンテンツボックス 左のBOXのみのVer
------------------------------------------------------------------------------------*/
div#contents div.contents_box_2column_c {
	width: 350px;
}

div#contents div.contents_box_2column_c .contents_box_inner li.left {	
	margin-right: 0;
}

/* ボタンの位置指定 */

div#contents div.contents_box_2column_c .contents_box_inner li.left p.detail_btn {
	right: 13px;
}


/*----------------------------------------------------------------------------------
 3カラムの角丸コンテンツボックス
------------------------------------------------------------------------------------*/
div#contents div.contents_box_3column {
	background: url(/images/common/contents/bg_content_box_bottom_3column.gif) 0 bottom no-repeat;
}

div#contents div.contents_box_3column .contents_box_inner {
	background: url(/images/common/contents/bg_content_box_center_3column.gif) 0 0 repeat-y;
}

div#contents div.contents_box_3column .contents_box_inner li.item {
	float: left;
	width: 230px;
}

div#contents div.contents_box_3column .contents_box_inner li.left,
div#contents div.contents_box_3column .contents_box_inner li.center {	
	margin-right: 10px;
}

/* ボタンの位置指定 */
div#contents div.contents_box_3column .contents_box_inner li.item p.detail_btn {
	bottom: 10px;
}


div#contents div.contents_box_3column .contents_box_inner li.left p.detail_btn {
	right: 493px;
}

div#contents div.contents_box_3column .contents_box_inner li.center p.detail_btn {
	right: 253px;
}


/*----------------------------------------------------------------------------------
 各下層ページで使用しているオレンジのテキストタイトル画像とテキスト、時々写真ありのBOX
------------------------------------------------------------------------------------*/
div#contents div.text_box01 {
	clear: both;
	padding: 0 0 40px;
}

div#contents div.text_box01:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents div.text_box01 { display: inline-block; }
div#contents div.text_box01 { display: block; } 

/* テキスト関連 */
div#container div#contents p.chapter_txt01 {
	/* overflow: hidden; */
	_zoom: 1;
	padding: 0 0 40px;
}

/* フロートしている写真関連 */

div#contents div.text_box01 .photo img {
	margin-bottom: 3px;
}


div#contents div.text_box01 ul.photo li {
	margin-top: 25px;
}

div#contents div.text_box01 ul.photo li.top {
	margin-top: 0;
}

div#contents div.text_box01 .photo_left {
	float: left;
	margin: 0 15px 15px 0;
}

* html div#contents div.text_box01 .photo_left {
	margin-right: 8px;
}

div#contents div.text_box01 .photo_right {
	float: right;
	margin: 0 0 15px 15px;
	text-align: right;
}

* html div#contents div.text_box01 .photo_right {
	margin-left: 8px;
}

/*------
 横並びの写真リスト 
 -------*/

div#contents ul.photo_list {
	padding-top: 18px;
}

div#contents ul.photo_list:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents ul.photo_list { display: inline-block; }
div#contents ul.photo_list { display: block; }

div#contents ul.photo_list li {
	float: left;
}

div#contents ul.photo_list li img {
	margin-bottom: 3px;
}

div#contents ul.photo_list li.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
	background:none !important;
}

/* 写真が2つの時 */
div#contents ul.photo_list_2column li {
	margin-right: 20px;
	width: 325px;
}

/* 写真が3つの時 */
div#contents ul.photo_list_3column li {
	margin-right: 15px;
	width: 220px;
}

/* 写真が3つの時(横が200px) */
div#contents ul.photo_list_3column_b {
	padding-left: 20px;
}

div#contents ul.photo_list_3column_b li {
	margin-right: 25px;
	width: 200px;
}

/* 写真が3つの時(横が150px) */
div#contents ul.photo_list_3column_c {
	padding-left: 95px;
}

div#contents ul.photo_list_3column_c li {
	margin-right: 25px;
	width: 150px;
}

/* 写真が3つの時(横が150px 下マージンあり) */
div#contents ul.photo_list_3column_d {
	padding-left: 95px;
	margin-bottom: 20px;
}

div#contents ul.photo_list_3column_d li {
	margin-right: 25px;
	width: 150px;
}

/* 写真が4つの時 */
div#contents ul.photo_list_4column li {
	margin-right: 30px;
	width: 150px;
}

/*----------------------------------------------------------------------------------
関連ページのBOX
------------------------------------------------------------------------------------*/
div#container div#contents div.related_box {
	background: url(/images/common/contents/bg_dot_box_bottom.gif) 0 bottom no-repeat;
	width: 690px;
	padding-bottom: 19px;
	margin: 30px auto 0;
	clear: both;	
}

div#container div#contents div.related_box .related_title {
	background: url(/images/common/contents/bg_dot_box_top.gif) 0 0 no-repeat;
	padding: 15px 25px 5px;
}

div#container div#contents div.related_box ul.related_list {
	padding: 3px 0 0 25px;
}

div#container div#contents div.related_box ul.related_list:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#container div#contents div.related_box ul.related_list { display: inline-block; }
div#container div#contents div.related_box ul.related_list { display: block; }

div#container div#contents div.related_box ul.related_list li {
	width: 210px;
	padding: 0 6px 0 0;
	float: left;
	font-size: 12px;
}


/*----------------------------------------------------------------------------------
タブ型のナビゲーション
------------------------------------------------------------------------------------*/
/* 共通 */
div#container div#contents ul.tab_nav {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

div#container div#contents ul.tab_nav:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#container div#contents ul.tab_nav { display: inline-block; }
div#container div#contents ul.tab_nav { display: block; }

div#container div#contents ul.tab_nav li {
	float: left;
}

div#container div#contents ul.tab_nav li.last {
	margin-right: 0 !important;
	float: right;
}

/* 上部タブ */
div#container div#contents ul.tab_nav_top {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 24px;
}

div#container div#contents ul.tab_nav_top li {
	position: relative;
	top: 1px;
}


/* 下部タブ */
div#container div#contents ul.tab_nav_bottom {
	border-top: 1px solid #ccc;
	margin-top: 45px;
	padding-bottom: 40px;
}

div#container div#contents ul.tab_nav_bottom li {
	position: relative;
	top: -1px;
}

/* タブが4個の時 */
div#container div#contents ul.tab_nav_4 li {
	margin-right: 6px;
}

/* タブが5個の時 */
div#container div#contents ul.tab_nav_5 li {
	margin-right: 5px;
}

/* タブが6個の時 */
div#container div#contents ul.tab_nav_6 li {
	margin-right: 5px;
}

/* タブが8個の時 */
div#container div#contents ul.tab_nav_8 li {
	margin-right: 2px;
}

/*----------------------------------------------------------------------------------
テーブル（表）関連
------------------------------------------------------------------------------------*/
/* 会社概要等で使用のテーブル */
div#container div#contents table.contents_table01 {
	margin: 0 0 10px;
	width: 100%;
}

div#container div#contents table.contents_table01 th,
div#container div#contents table.contents_table01 td {
	border: 1px solid #bbb;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	padding: 10px;
}

div#container div#contents table.contents_table01 tr.top td,
div#container div#contents table.contents_table01 tr.top th {
	border-top: 1px solid #bbb;
}

div#container div#contents table.contents_table01 tr.bottom td,
div#container div#contents table.contents_table01 tr.bottom th {
	border-bottom: 1px solid #bbb;
}

div#container div#contents table.contents_table01 th {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background: #e9e1bb;
	width: 200px;
}

div#container div#contents table.contents_table01 .txt_space {
	padding-bottom: 18px;
}

/* 主な原材料の原産地について等で使用のテーブル */
div#container div#contents table.contents_table02 {
	margin: 0 0 10px;
	width: 100%;
}

div#container div#contents table.contents_table02 th,
div#container div#contents table.contents_table02 td {
	border: 1px solid #bbb;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	padding: 5px 10px;
	text-align: left;
}

div#container div#contents table.contents_table02 tr.top td,
div#container div#contents table.contents_table02 tr.top th {
	border-top: 1px solid #bbb;
}

div#container div#contents table.contents_table02 tr.bottom td,
div#container div#contents table.contents_table02 tr.bottom th {
	border-bottom: 1px solid #bbb;
}

div#container div#contents table.contents_table02 th {
	vertical-align: middle;
	font-weight: bold;
	background: #e9e1bb;
}

/* IR 業績ハイライト等で使用のテーブル */
div#container div#contents table.contents_table03 {
	margin: 0 0 15px;
	width: 100%;
}

div#container div#contents table.contents_table03 th,
div#container div#contents table.contents_table03 td {
	border: 1px solid #c8c8c8;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	padding: 7px 10px;
	text-align: center;
}

div#container div#contents table.contents_table03 tr.top td,
div#container div#contents table.contents_table03 tr.top th {
	border-top: 1px solid #bbb;
}

div#container div#contents table.contents_table03 tr.top th {
	background: #e9e1bb;
	font-weight: normal;
	text-align: center;
}

div#container div#contents table.contents_table03 tr.bottom td,
div#container div#contents table.contents_table03 tr.bottom th {
	border-bottom: 1px solid #bbb;
}

/* 2重線 */
div#container div#contents table.contents_table03 tr.border_double_top td,
div#container div#contents table.contents_table03 tr.border_double_top th  {
	border-top: 3px double #bbb;
}

div#container div#contents table.contents_table03 th {
	vertical-align: middle;	
	font-weight: bold;
	background: #f8f7ee;
	text-align: left;
}

div#container div#contents table.contents_table03 th span.th_bottom {
	display: block;
	text-align: right;
	font-weight: normal;
}

div#container div#contents table.contents_table03 th span.kome {
	font-weight: normal;
}


/* 幅設定等 */

div#container div#contents table.contents_table03 tr th.left_top {
	text-align: left;
	font-weight: bold;	
}

div#container div#contents table.contents_table03 tr th.title {
	width: 80px;
}

div#container div#contents table.contents_table03 tr th.right_top {
	background: #ffa996;
}


/*----------------------------------------------------------------------------------
グレーベースのテーブル
------------------------------------------------------------------------------------*/

table.contents_table_04 {
  margin:10px;
  font-size:12px;
}

table.contents_table_04 td , table.contents_table_04 th {
  padding: 15px 10px;
}

table.contents_table_04 th {
  font-weight: bold;
}

table.contents_table_04 p.p_bold {
  font-weight: bold;
}
table.contents_table_04 tr.bgCol01 {
  background-color: #eee;
}

table.contents_table_04 tr.bgCol02 {
  background-color: #f7f7f7;
}

table.contents_table_04 td p {
  padding-left: 10px;
  border-left: 1px dotted #999999;
  text-align: center;
}

/*----------------------------------------------------------------------------------
月次情報で使用するテーブル関連
------------------------------------------------------------------------------------*/
div#container div#contents table.monthly_table {
    margin: 0.2em auto 1em;
    width: 100%;
}

div#container div#contents table.monthly_table caption {
    font-size: 12px;
    margin-top: 1em;
    text-align: right;
}
div#container div#contents table.monthly_table th {
    border: 1px solid #bbb;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
    font-weight: normal;
    line-height: 1.2em;
    padding: 3px;
    text-align: center;
    white-space: nowrap;
}
div#container div#contents table.monthly_table td {
    border: 1px solid #bbb;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
    color: #333333;
    line-height: 1.2em;
    padding: 3px 5px 3px 3px;
    text-align: right;
    white-space: nowrap;
}

div#container div#contents table.monthly_table tr.top td,
div#container div#contents table.monthly_table tr.top th {
	border-top: 1px solid #bbb;
}

div#container div#contents table.monthly_table tr.bottom td,
div#container div#contents table.monthly_table tr.bottom th {
	border-bottom: 1px solid #bbb;
}

div#container div#contents table.monthly_table tr.tdOrange td,
div#container div#contents table.monthly_table tr.tdOrange th {
    background: none repeat scroll 0 0 #f8f7ee;
}
div#container div#contents table.monthly_table tr.tdOrange2 td,
div#container div#contents table.monthly_table tr.tdOrange2 th {
    background: none repeat scroll 0 0 #e9e1bb;
}
div#container div#contents table.monthly_table tr.tdBlue td,
div#container div#contents table.monthly_table tr.tdBlue th {
    background: none repeat scroll 0 0 #ffa996;
}

/*----------------------------------------------------------------------------------
フォームで使用するテーブル関連
------------------------------------------------------------------------------------*/
/* 会社概要等で使用のテーブル */
div#container div#contents table.form_table01 {
	margin: 0 0 20px;
	width: 100%;
}

div#container div#contents table.form_table01 th,
div#container div#contents table.form_table01 td {
	border: 1px solid #cccccc;
	
}

div#container div#contents table.form_table01 th {
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background: #f2efdd;
	width: 170px;
	padding: 15px 8px;
}

div#container div#contents table.form_table01 th.hissu_th {
	background: #ffff66;
	font-weight: bold;
}

div#container div#contents table.form_table01 td {
	padding: 15px 15px;
}

div#container div#contents table.form_table01 input {
	vertical-align: middle;
}


/* 二つ並びのリスト 幅固定 */
div#container div#contents table.form_table01 .form_list01 {
	padding: 0 0 5px;
}

div#container div#contents table.form_table01 .form_list01:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#container div#contents table.form_table01 .form_list01 { display: inline-block; }
div#container div#contents table.form_table01 .form_list01 { display: block; }

div#container div#contents table.form_table01 .form_list01 li{
	width: 195px;
	float: left;
	margin: 0 10px 0 0;
}

div#container div#contents table.form_table01 .form_list01 li input {
	margin: 0 5px 2px 0;
}


/* 横並びのリスト 幅固定無し */
/* 上パディング有 */
div#container div#contents table.form_table01 .form_list02 {
	padding: 5px 0 5px;
	width: 95%;
	overflow: hidden;
}

/* パディング無し */
div#container div#contents table.form_table01 .form_list03 {
	padding: 0 0 5px;
}


div#container div#contents table.form_table01 .form_list02:after,
div#container div#contents table.form_table01 .form_list03:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#container div#contents table.form_table01 .form_list02,
div#container div#contents table.form_table01 .form_list03 { display: inline-block; }
div#container div#contents table.form_table01 .form_list02,
div#container div#contents table.form_table01 .form_list03 { display: block; }
div#container div#contents table.form_table01 .form_list02 li,
div#container div#contents table.form_table01 .form_list03 li{
	float: left;
	margin: 0 30px 0 0;
}

div#container div#contents table.form_table01 .form_list02 li input,
div#container div#contents table.form_table01 .form_list03 li input {
	margin: 0 5px 2px 0;
}


/* 3つ並びのリスト 幅固定 */
div#container div#contents table.form_table01 .form_list04 {
	padding: 0 0 5px;
}

div#container div#contents table.form_table01 .form_list04:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#container div#contents table.form_table01 .form_list04 { display: inline-block; }
div#container div#contents table.form_table01 .form_list04 { display: block; }

div#container div#contents table.form_table01 .form_list04 li{
	width: 120px;
	float: left;
	margin: 0 10px 0 0;
}

div#container div#contents table.form_table01 .form_list04 li input {
	margin: 0 5px 2px 0;
}

div#container div#contents table.form_table01 .form_list05 li input {
	margin: 0 5px 2px 0;
}

/* テキストエリア */
div#container div#contents table.form_table01 .form_textarea01 {
	width: 98%;
	height: 60px;
}

/* 名前欄用 */
div#container div#contents table.form_table01 span.name_area {
	width: 2.2em;
	text-align: center;
	display: inline-block;
	margin: 0 5px 0 0;
}

div#container div#contents table.form_table01 .form_txt_name {
	width: 90px;
	margin-right: 15px;
}

/* 名前の例 */
div#container div#contents table.form_table01 span.form_ex01 {
	width: 9em;
	display: inline-block;
	margin: 0 5px 0 30px;
}


/* 電話番号欄用 */
div#container div#contents table.form_table01 .form_txt_tel01 {
	width: 60px;
}

div#container div#contents table.form_table01 .form_txt_tel02{
	margin-right:15px;
	width: 60px;
}

/* メアド等の長い入力欄 */
div#container div#contents table.form_table01 .form_txt_long01 {
	width: 98%;
}

/* 中くらいの入力欄 */
div#container div#contents table.form_table01 .form_txt_middle01 {
	width: 120px;
}

/* 中くらいの入力欄 */
div#container div#contents table.form_table01 .form_txt_middle02 {
	width: 280px;
	border: none;
}

/* 小さい入力欄 */
div#container div#contents table.form_table01 .form_txt_short01 {
	width: 30px;
}

/* 小さい入力欄 */
div#container div#contents form ul.form_btn {
	text-align: center;
	padding: 0 0 30px;
}

div#container div#contents form ul.form_btn li {
	display: inline;
	margin: 0 10px;
}

/*----------------------------------------------------------------------------------
お問い合わせTOPページ等で使用する電話でのお問い合わせ
------------------------------------------------------------------------------------*/
div#contents dl.telBox {
	padding: 20px 0 0;
}

/*----------------------------------------------------------------------------------
		 		ページTOPボタン
------------------------------------------------------------------------------------*/
div#contents p.page_top {
	text-align: right;
	padding: 25px 7px 0 0;
	clear: both;
}

/*----------------------------------------------------------------------------------
		 		WordPress詳細ページ
------------------------------------------------------------------------------------*/
div#contents div.detail_entry {
	padding: 0 10px 15px ;
}

div#contents div.detail_entry p {
	margin-bottom: 40px;
	line-height: 1.8em;
}

div#contents div.detail_entry img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

div#contents div.detail_entry img.alignright {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
	}

div#contents div.detail_entry img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
	}

div#contents div.detail_entry .alignright {
	float: right;
	margin-right: 20px;
	}

div#contents div.detail_entry .alignleft {
	float: left;
	}

div#contents div.detail_entry .leftPoster {
	float: left;
	margin: 0 20px 30px 0px;
	}

div.detail_entry img {
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(/css/PIE.htc);
}

div.detail_entry a:hover img {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-moz-opacity:0.8;
}

div.detail_entry img.no_border {
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	behavior: url(/css/PIE.htc);
}

div.box {
	clear: both;
	border: #eeeeee 5px solid;
	margin: 20px 0px 30px 0px;
	padding: 10px;
}

div.box_red {
	clear: both;
	border: #FF0000 5px solid;
	margin: 20px 0px 30px 0px;
	padding: 10px;
}

div#contents div.detail_entry h5 {
	margin-top: 10px;
}

div#contents div.detail_entry div.posterArea {
	margin-bottom:30px;
}

div#contents div.detail_entry div.posterArea ul li {
	margin:5px 2px 30px 0px;
	float:left;
}

div#contents div.detail_entry div.posterArea ul li img {
	border:#CCC solid 3px;
}

div#contents div.detail_entry div.posterArea ul li a:hover img {
	border:#999 solid 3px;
}

/*------------------------------------
東日本大震災に関しまして
------------------------------------*/

h3.margTop40 {
    margin-top: 40px;
    font-size: 116.7%;
    line-height: 1.5em;
    margin-bottom: 10px;
}

table.yutaiMenu {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
    margin-top: 0.2em;
    width: 500px;
}

table.yutaiMenu th,
table.yutaiMenu td {
    border: 1px solid #B2B2B2;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    padding: 8px 8px;
}

table.yutaiMenu th {
	background: none repeat scroll 0 0 #F8F7EE;
}
table.yutaiMenu td {
	background: none repeat scroll 0 0 #F3F3F3;
}

.shop_close {
    width: 100%;
}

.shop_close td {
	border-color: #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-style: solid solid;
    border-width: 1px;
    padding: 3px 8px;
    text-align: left;
    vertical-align: middle;
}
.shop_close th {
    border-color: #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-style: solid solid;
    border-width: 1px;
    text-align: left;
}
.shop_close td img {
    padding: 5px;
}
.font_b {
    font-weight: bold;
    text-align: left;
    text-indent: 35px;
    vertical-align: middle;
}
.c_yellow {
    background-color: #F2ECCF;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}
.c_cream {
    background-color: #F8F7EE;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}
.c_org {
	background: url("/images/common/contents/bg_th01.jpg") repeat-x scroll 0 0 #FFA050;
    border: 1px solid #BBBBBB;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
}
.shop_01 {
    background-image: url("/sp/common/images/icon/common_ic01.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 0;
    text-indent: 45px;
}
.shop_02 {
    background-image: url("/sp/common/images/icon/common_ic02.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px;
    text-indent: 45px;
}
.shop_03 {
    background-image: url("/sp/common/images/icon/common_ic03.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px;
    text-indent: 45px;
}

.shop_05 {
    background-image: url("/sp/common/images/icon/common_ic05.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px;
    text-indent: 45px;
}

.shop_07 {
    background-image: url("/sp/common/images/icon/common_ic07.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px;
    text-indent: 45px;
}
.shop_08 {
    background-image: url("/sp/common/images/icon/common_ic08.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px;
    text-indent: 45px;
}
.shop_09 {
    background-image: url("/sp/common/images/icon/common_ic09.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px;
    text-indent: 45px;
}
.shop_10 {
    background-image: url("/sp/common/images/icon/common_ic10.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px;
    text-indent: 45px;
}

.rightLink {
    margin-top: 10px;
    text-align: right;
}

p.rightName {
    margin-top: 50px;
    text-align: right;
}

.txt14_b {
    color: #FE370F;
    font-size: 14px;
    font-weight: bold;
}

.btn_shop img {
	width: 182px;
	height: 34px;
}

/* ここまで------------------------------------------------------------------- */


/*----------------------------------------------------------------------------------
		 		WordPressページング
------------------------------------------------------------------------------------*/

div#contents div.wp-pagenavi {
	padding: 17px 0 0;
}

div#contents div.wp-pagenavi a {
	color: #333;
	text-decoration:none;
	border: 1px solid #bbb;
	display: inline-block;
	margin-right: 3px;
	padding: 0 7px;
}

* html div#contents div.wp-pagenavi a {
	display: inline;
	zoom: 1;
}

*:first-child+html div#contents div.wp-pagenavi a {
	display: inline;
	zoom: 1;
}

div#contents div.wp-pagenavi span {
	border: 1px solid #bbb;
	display: inline-block;
	margin-right: 3px;
	padding: 0 7px;
}

* html div#contents div.wp-pagenavi span {
	display: inline;
	zoom: 1;
}

*:first-child+html div#contents div.wp-pagenavi span {
	display: inline;
	zoom: 1;
}

div#contents div.wp-pagenavi a:hover,
div#contents div.wp-pagenavi span.current {
	background: #e9e1bb;
	color: #333;
}

/*----------------------------------------------------------------------------------
Facebox
------------------------------------------------------------------------------------*/
div#fb_likebox {
	margin-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
}

/*----------------------------------------------------------------------------------
モバイル
------------------------------------------------------------------------------------*/
.btn_app li {
	float: left;
	margin-right: 20px;
}

/* general-purpose class
================================ */
/* top */
/* ----------------------------------------------
 * 		margin-top
 * ---------------------------------------------- */
.mt0,
.first {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}

.mt_2 {
	margin-top: -2px !important;
}

/* ----------------------------------------------
 * 		margin-right
 * ---------------------------------------------- */
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
/* ----------------------------------------------
 * 		margin-bottom
 * ---------------------------------------------- */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}

/* ----------------------------------------------
 * 		margin-left
 * ---------------------------------------------- */
.ml0 {
	margin-left: 0 !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}

/* ----------------------------------------------
 * 		padding-bottom
 * ---------------------------------------------- */

/* align */
.pb0 {
	padding-bottom: 0 !important;
}

/* ----------------------------------------------
 * 		text
 * ---------------------------------------------- */
.bold {
	font-weight: bold;
}
