@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
各ページ共通設定
----------------------------------------------------------- */

/* ぱんくず
--------------- */
#topicPath {
	font-size: 85%;
	width: 930px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #f6f4ef;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
#topicPath ul li {
	display: inline;
	list-style-type: none;
}
#topicPath ul li a {
	background-image: url(../images/arrow_01.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 14px;
}
/* 左サイドメニュー
--------------- */
#pageSide {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-left: 26px;
	text-align: left;
}
#subNavi {
	width: 240px;
}
#subNavi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subNavi li,
#subNavi .menu03 {
	width: 238px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C90300;
	border-bottom-color: #C90300;
	border-left-color: #C90300;
}
#subNavi a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 5px 5px 30px;
	margin: 0px;
}
#subNavi a:hover { background: #f6f4ef; }
#subNavi li.menuHome a {
	font-size: 14px;
	color: #C4020A;
	text-align: right;
	padding-right: 18px;
	font-weight: bold;
}
#subNavi li.menuBanner, #subNavi li.menuBanner a {
	border-style: none;
	width: 240px;
	padding: 5px 0 0 0;
}
#subNavi li.menu01 a, #subNavi li.menu02 a, #subNavi li.menu03 a, #subNavi li.menu04 a, #subNavi li.menu05 a, #subNavi li.menu06 a, #subNavi li.menu07 a, #subNavi li.menu08 a, #subNavi .menu03 a {
	background: #C00;
	margin: 0px;
	padding: 0px;
	height: 34px;
	width:240px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#subNavi li.menu01 a { background-image: url(../images/sub_menu01.jpg); }
#subNavi li.menu02 a { background-image: url(../images/sub_menu02.jpg); }
#subNavi   .menu03 a { background-image: url(../images/sub_menu03.jpg); }
#subNavi li.menu04 a { background-image: url(../images/sub_menu04.jpg); }
#subNavi li.menu05 a { background-image: url(../images/sub_menu05.jpg); }
#subNavi li.menu06 a { background-image: url(../images/sub_menu06.jpg); }
#subNavi li.menu07 a { background-image: url(../images/sub_menu07.jpg); }
#subNavi li.menu08 a { background-image: url(../images/sub_menu08.jpg); }
#subNavi li a:hover { background-position: -240px; }
#subNavi .menu03 a:hover { background-position: -240px; }
#Page01 #subNavi li.menu01 a, #Page02 #subNavi li.menu02 a, #Page03 #subNavi .menu03 a, #Page04 #subNavi li.menu04 a, #Page05 #subNavi li.menu05 a, #Page06 #subNavi li.menu06 a, #Page07 #subNavi li.menu07 a, #Page08 #subNavi li.menu08 a { background-position: -480px; }
/* 階層メニューの非表示*/
#Page01 .p02, #Page01 .p03, #Page01 .p04, #Page01 .p05, #Page01 .p06, #Page01 .p07, #Page01 .p08 { display: none;}
#Page02 .p01, #Page02 .p03, #Page02 .p04, #Page02 .p05, #Page02 .p06, #Page02 .p07, #Page02 .p08 { display: none; }
#Page03 .p02, #Page03 .p01, #Page03 .p04, #Page03 .p05, #Page03 .p06, #Page03 .p07, #Page03 .p08 { display: none; }
#Page04 .p02, #Page04 .p03, #Page04 .p01, #Page04 .p05, #Page04 .p06, #Page04 .p07, #Page04 .p08 { display: none; }
#Page05 .p02, #Page05 .p03, #Page05 .p04, #Page05 .p01, #Page05 .p06, #Page05 .p07, #Page05 .p08 { display: none; }
#Page06 .p02, #Page06 .p03, #Page06 .p04, #Page06 .p05, #Page06 .p01, #Page06 .p07, #Page06 .p08 { display: none; }
#Page07 .p02, #Page07 .p03, #Page07 .p04, #Page07 .p05, #Page07 .p06, #Page07 .p01, #Page07 .p08 { display: none; }
#Page08 .p02, #Page08 .p03, #Page08 .p04, #Page08 .p05, #Page08 .p06, #Page08 .p07, #Page08 .p01 { display: none; }
/* ============================================================ */
/* 企業情報サブナビアコーディオン */
#subNavi .stitle p {
	width:218px;
	display:blok;
	padding:5px 0 0 29px;
	height:29px;
}
/* アコーディオンのカテゴリの指定 */
#accordion .stitle{
  cursor: hand;
  cursor: pointer;
  /* ステータスアイコンを使用する場合 以下の2行が必要です。使用しない場合は削除しても構いません。 */
  display: block;
  position: relative;
  border:#C90300 1px solid;
  border-top:none;
}
#accordion .stitle.active {
	background:url(../images/subnavi_acdIconUp.png) no-repeat 10px 13px;
}
#accordion .stitle {
	background:url(../images/subnavi_acdIconDown.png) no-repeat 10px 13px;
}
#accordion .stitle:hover{}
/* openheader はカテゴリが開いている状態のCSS */
#accordion .openheader{border-bottom:#C90300 1px dotted;}
/* 子メニューの指定 */
#accordion div.menusub ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#accordion div.menusub ul li {border-bottom:#C90300 1px dotted;}
#accordion div.menusub ul li:last-child {border-bottom:#C90300 1px solid;}
/*ステータスアイコンのCSS*/
#accordion div.stitle .statusicon{
  position: absolute;
  top: 13px;
  left: 15px;
  border: none;
}
#accordion div.menusub ul li a{
  display: block;
  padding-left: 25px;
  text-decoration: none;
}
#accordion div.menusub ul li a:visited{}
#accordion div.menusub ul li a:hover{}
/* =================================================================== */

/* ページコンテンツ
--------------- */
#contents {
	float: left;
	width: 640px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
/* タイトル　テキスト装飾 */
#contents p {
	clear: both;
	padding-bottom: 10px;
}
#contents h1 {
	border-bottom-color: #C90300;
	font-size: 32px;
	color: #333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	line-height: 1;
	padding-bottom: 5px;
	margin-left: -20px;
	width: 680px;
	margin-bottom: 20px;
}
#contents h2 {
	font-size: 20px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #C00;
	width: 645px;
	margin-left: -20px;
	font-weight: bold;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: no-repeat;
	height: 42px;
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#contents h3 {
	margin-bottom:20px;
	margin-top: 10px;
	font-size:18px;
	line-height:1.4;
	margin-left: -20px;
	font-weight: bold;
	background-image: url(../images/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
	color: #C00;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #C00;
	width: 640px;
	clear: both;
}
#contents h4 {
	font-size: 18px;
	color: #333;
	margin-top: 16px;
	margin-bottom: 18px;
	font-weight: bold;
	background-image: url(../images/h4_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	padding-top: 2px;
	clear: both;
	line-height: 1;
}
#contents .ttl_01 {
	font-size: 24px;
	padding-bottom: 5px;
	margin-top: 20px;
}
#contents .t_bold { font-weight: bold; }
#contents .t_red {
	font-size: 18px;
	color: #C00;
}
#contents .t_red_2 {
	color: #C00;
}
#contents .t_blu {
	color: #0B5FB0;
	font-weight: bold;
}
#contents .t_cap { font-size: 85%; }
/* キャプション右寄せ */
.t_cap_r {
	float: right;
	font-size: 85%;
}
.t_cap_r span {/* アスタリスク */ color: #C03; }
/* グレー枠ボックス */
.textBox {
	border: 6px solid #CCC;
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
	clear: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.ttl_02 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	background-image: url(../images/h4_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 10px;
	line-height: 1;
	margin-top: -10px;
}
.ttl_03 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -10px;
}


/* グレー枠ボックス （店舗詳細リスト*/
.textBox dl {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textBox dl dt {
	float: left;
	width: 10em;
	font-weight: bold;
	line-height: 1.3;
	color: #0B5FB0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.textBox dl dd {
	line-height: 1.3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10em;
}
/* INDEXリンクボックス（環境・社会） */

#contents02 {
	float: left;
	width: 640px;
	margin-left: 0px;
}
#contents02 .linkBox {
	width: 320px;
	position: relative;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents02 .linkBox_r {
	position: relative;
	margin-bottom: 20px;
	min-height:45px;
	height:auto !important;
	width: 320px;
	height:45px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	float: right;
}
#contents02 .linkBox h3 {
	font-weight: bold;
	background-image: url(../images/ttl_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	width: 293px;
	position: absolute;
	left: -1px;
	top: 1px;
	height: 36px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	z-index: 1;
}
#contents02 .linkBox h3 a{
	color: #fff;
	text-decoration: none;
}
#contents02 .linkBox h3 a:hover{
	color:#ff9900;
}
#contents02 .linkBox .boxList {
	width: 291px;
	padding-top: 20px;
	padding-left: 15px;
	background-image: url(../images/linkBox_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:45px;
	height:auto !important;
	padding-bottom: 15px;
	padding-right: 6px;
	margin-top: -10px;
	margin-bottom: 0px;
}
#contents02 .linkBox .boxList ul {
	list-style-type:none;
	margin-right: 8px;
}
#contents02 .linkBox .boxList ul li { color: #333; }
#contents02 .linkBox .boxList ul li a {
	background-image: url(../images/arrow_03.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-right: 14px;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 1px;
	line-height: 1.8;
}
/* ページ内リンク */
#p_link {
	font-size: 95%;
	width: 630px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}
#p_link ul li {
	display: inline;
	list-style-type: none;
}
#p_link ul li a {
	background-image: url(../images/arrow_03.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-right: 14px;
	padding-left: 16px;
	padding-top: 0px;
	padding-bottom: 1px;
	line-height: 1.8;
}
/* 画像処理 */
.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.img_center {
	text-align: center;
	margin-bottom: 20px;
}
.img_line {
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #CCC;
}
/* テーブル設定 */
table.table01 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	max-width: 640px;
}
table.table01 caption {
	margin-top: 0.2em;
	text-align: right;
}
table.table01 th, table.table01 td { padding: 4px 6px; }
table.table01 th {
	background: #C90010;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}
table.table01 tr.odd { background: #F7DBDB; }
table.table01 tr.even { background: #FBEDED; }
table.table01 td {
	white-space: nowrap;
	text-align: center;
}
table.table01 td.td_right {
	white-space: nowrap;
	text-align: right;
}
/* テーブル設定（店舗情報 */
table.table02 {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
table.table02 caption {
	margin-top: 0.2em;
	text-align: right;
}
table.table02 th, table.table02 td { padding: 4px 6px; }
table.table02 th {
	background: #7E1604;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}
table.table02 tr.odd { background: #EDDEDC; }
table.table02 tr.even { background: #F6EFED; }
table.table02 td { text-align: left; }
table.table02 td.td_center { text-align: center; }
table.table02 th span {/* アスタリスク */ font-size: 85%; }

/* 画像付きリスト（３列） */
.naviBox {
	float: left;
	margin-right: 10px;
}
.naviBox_r {
	float: left;
	clear: right;
}
.naviBox, .naviBox_r {
	width: 194px;
	height: 280px;
	margin-bottom: 20px;
	background-color: #F6EFED;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.naviBox img, .naviBox_r img {
	margin-bottom: 6px;
}
.naviBox a:hover img, .naviBox_r a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.naviBox p, .naviBox_r p {
	text-align: left;
	font-size: 85%;
	padding: 0px;
	line-height: 1.5;
}
.naviBox p a , .naviBox_r p a {
	font-size: 93%;
	background-image: url(../images/arrow_03.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-right: 14px;
	padding-left: 16px;
}
/*2021.01.29追記*/
#important-news #contents {
	width: calc(99.999% - 40px);
	width: -webkit-calc(99.999% - 40px);
}
#important-news #contents h1 {
	margin-left: 0;
	width: 100%;
}
#important-news .textBox {
	border: none;
	padding: 0;
}
#important-news .textBox dl dd {
	margin: 8px 0;
}