@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #990099;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------- レスポンシブ用設定 */

.hl_date {
  display: inline-block;
  color: #949799;
  vertical-align: top;
  width: 120px;
}

.hl_contents {
  display: inline-block;
  vertical-align: top;
  width: 535px;
  margin-bottom: 0.5em;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0 auto 0;
  width: 1000px;
}

#header {
  padding: 20px 20px 10px;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#obnavi {
  width: 100%;
  position: relative;
}

#container {
  float: left;
  width: 100%;
  margin-right: -160px;
}

#container-inner {
  float: right;
  width: 100%;
  margin-left: -160px;
}

#contents {
  margin: 0 150px 0 150px;
  padding: 45px 15px 5px 15px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#left-sidebar {
  float: left;
  width: 140px;
  padding: 35px 5px 0px 5px;
}

#right-sidebar {
  float: right;
  width: 140px;
  padding: 35px 5px 0px 5px;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px solid #cccccc;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

/* -- ヘッダー画像のサイズ -- */
img.titleimg {
width: 564px;
height: 163px;
border: 0;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 2.4em;
  margin-bottom: 0;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

/* -- 概要 -- */
.description { }

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  background-color: #D40F0F;
}

.obnaviul {
  width: 100%;
  list-style-type: none;
  justify-content: center;
}

#globalnavi li {
  width: auto;
  float: left;
  border-right: 1px solid #ffffff;
}

.obnavi {
  width: 48px;
  float: left;
  border-right: 1px solid #D40F0F;
}

.oblastnavi {
  width: 48px;
  float: left;
  border-right: none;
}

.firstnabi {
  width: auto;
  float: left;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  color: #ffffff;
}
/* -- background-color: #D40F0F; -- */
/* -- border-right: 2px groove #cccccc; -- */

#globalnavi li a:hover {
  background-color: #99ccff;
  color: #ffffff;
}

#globalnavi li a:visited {
  color: #ffffff;
}

.flex {
  display: flex;
  justify-content: center;
}

/* ---------------------------------------- #contents内の指定 */

/* -- O18内の表 -- */
.o18 {
	width: 100%;
	border-spacing: 0;
	margin: ;
}

.o18 td {
	background: #eee;
  	padding: 5px;
	vertical-align: top;
}

.o18 tr:nth-child(odd) td {
	background: #fff;
  	padding: 5px;
	vertical-align: top;
}

/* -- セル文字上揃え -- */
td.texttop {
  vertical-align: top;
}

/* -- 記念誌下部ナビ -- */
P.mnavi {
  margin-top: 1.5em;
  text-align: center;
}

/* -- 一覧表 -- */
table.ITable {
  margin: 50px 0 10px 0;
  table-layout: fixed;
  width: 100%;
}

th.width20 {
  width: 20%;
}

/* -- 予定の見出し文字 -- */
.schetitle {
  font-size: 1.1em;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 5px;
}

/* -- hr -- */
hr.style1 {
  margin: 0 0 10px 0;
}

/* -- 見出し -- */
h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

.next {
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 0.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3 {
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h4,h5,h6 {
  font-size: 1.1em;
  margin-bottom: 1em;
  padding: 5px 0 5px 5px;
  border-left: 5px solid #000000;
  border-bottom: 1px solid #000000;
}

h4,h5,h6 { margin-top: 1.5em; }


/* -- 文字(太字) -- */
.bold1 {
  margin-bottom: 0;
  font-weight: bold;
}

.bold2 {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.bold3 {
  margin-bottom: 0.5em;
  margin-left: 15px;
  font-weight: bold;
}

.bold4 {
  margin-bottom: 0.5em;
  margin-left: 15px;
}

/* -- 文字 -- */
.normal {
  margin-bottom: 0.5em;
}

/* -- 文字中央揃え -- */
P.center {
  text-align: center;
}

P.center2 {
  margin-top: 30px;
  text-align: center;
}

/* -- 写真の幅指定トップ写真拡大あり -- */
.picture img {
  width: 100%;
  vertical-align: middle;
}

/* -- 写真の幅指定_挿入写真拡大なし中央寄せ -- */
.picture2 img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* -- 写真題名_太字中央寄せ -- */
P.blocktext {
  font-weight: bold; 
  margin-left: auto;
  margin-right: auto;
  width: 12em
}

/* -- 一覧写真題名_太字中央寄せ -- */
P.iblocktext {
  font-weight: bold; 
  text-align: center;
}

/*-- トップページ更新情報 -- */
.news {
  margin-bottom: 0.5em;
}

/*-- トップページ更新年月日 -- */
.news-listDate {
	color: #949799;
}

/*-- トップページ予定情報 -- */
.schef {
  margin-top: 0.5em;
}

.schel {
  margin-bottom: 0.5em;
}

.scheo {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/*-- はみだし記事 -- */
.hamif {
  margin-top: 0.5em;
  text-align: center;
}

.hamil {
  margin-bottom: 0.5em;
  text-align: center;
}

.hamio {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}

/*-- トップページ予定年月日 -- */
.sche-listDate {
  color: #949799;
  margin-left: 5px;
  margin-right: 5px;
}

/*-- トップページ注目記事 -- */
.focf {
  margin-left: 5px;
  margin-top: 0.5em;
}

.foc {
  margin-left: 5px;
}

.focl {
  margin-left: 5px;
  margin-bottom: 0.5em;
}

/*-- さわやか号数 -- */
.SawayakaDate {
	margin-left: 10px;
	margin-right: 10px;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }
#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* -- トップページ予定表のスタイル -- */
table.schedule {
  width: 100%;
  border: 0.5px #666666 solid;
  padding: 0;
  border-collapse: collapse;
  margin-bottom: 5px;
}

table thead tr {
  background-color: #D40F0F;
}

table thead td {
  padding: 5px;
}

/* -- OBページ表のスタイル -- */
table.ob {
  width: 100%;
  border: 0.5px #666666 solid;
  padding: 0;
  border-collapse: collapse;
/*  margin-bottom: 5px; */
}

table.ob td:nth-child(1) {
  width: 65px;
}

table.ob td {
	background: #eee;
  	padding: 5px;
	vertical-align: top;
}

table.ob tr:nth-child(odd) td {
	background: #fff;
  	padding: 5px;
	vertical-align: top;
}

/* -- トップページ注目記事表のスタイル -- */
table.focus {
  width: 100%;
  border: 0.5px #666666 solid;
  padding: 0;
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ---------------------------------------- #sidebar内の指定 */

/* --sidebarの行間指定 -- */
.sidenumber {
  font-weight: 600;
  padding: 0.5em 0 0 1em;
}

.sidedegree {
  font-weight: 600;
  padding: 0.5em 0 0 1em;
}

.sidenormal {
  padding: 0 0 0 2em;
}

.sideanormal {
  padding: 0 0 0 0.5em;
}

.side1stline {
  padding: 0.5em 0 0 2em;
}

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.8em 0 0.5em 5px;
  border-bottom: 1px solid #666666;
}

.sidetitle2 {
  padding: 0.5em 0 0.5em 0.5em;
  margin: 1em 0 0 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

/* --- 見出し矢印の設定 --- */
.rsidetitle {
  padding: 0.8em 0 0.5em 5px;
  border-bottom: 1px solid #666666;
}

.rsidetitlef {
  padding: 0.8em 0 0.5em 5px;
  border-bottom: 1px solid #666666;
}

p:before {
	margin-right:3px;
	font-family: FontAwesome;
	}

.rsidetitle:before {
	content: "\f101";
	color: #D40F0F;
}

.rsidetitlef:before {
	content: "\f101";
	color: #D40F0F;
}

/* --記念誌右sidebarページ指定 -- */
.sidetitle3 {
  background-color: #eeeeee;
  padding: 6px 5px 4px 15px;
  border-bottom: 1px solid #cccccc;
}

/* --記念誌右sidebarページ指定の最終行 -- */
.sidetitle4 {
  background-color: #eeeeee;
  padding: 6px 5px 4px 15px;
  border-bottom: 1px solid #666666;
}

/* -- 歴代リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 5px;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 130px;
  padding: 6px 0 4px 10px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a.lastline {
  border-bottom: 1px solid #666666;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #99ccff;
  color: #000000;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }