@charset "utf-8";

/* =============================================================

　　HISTORY CSS （個別設定）
　　
============================================================= */


/*  HISTORY TOP : 50年の軌跡
--------------------------------------------- */
/* -------- カテゴリータイトル -------- */

.cate-history .boxCategoryTitle {
  margin-bottom: 65px;
  background-image: url(../img/category-ttl-bg.jpg);
}

@media screen and (max-width: 1500px) {
  .cate-history .boxCategoryTitle .boxInner {
    /*padding-top: 424px; 15.6.30削除*/
    padding-top: 340px; /* 15.6.30追加 */
  }
} 

.cate-history .boxCategoryTitle .ttlCategory {
  top: auto;
  left: 20px;
  bottom: 50%;
  width: auto;
  margin-bottom: 15px; /* 15.6.30追加 */
  text-align: left;
}

.cate-history .boxCategoryTitle .ttlCategory span {
  width: 224px;
  height: 31px;
  background-image: url(../img/category-ttl.png);
}

.cate-history .boxCategoryTitle .txtArchive {
  position: absolute;
  left: 110px;
  bottom: 50%;
  /* margin-bottom: -170px; 15.6.30削除 */
  margin-bottom: -145px; /* 15.6.30追加 */
}

@media screen and (min-width: 1500px) {
  .cate-history .boxCategoryTitle .ttlCategory {
    /* margin-bottom: 10px; 15.6.30削除 */
  }

  .cate-history .boxCategoryTitle .txtArchive {
    /* margin-bottom: -155px; 15.6.30削除 */
  }
}

@media screen and (min-width: 1800px) {

  .cate-history .boxCategoryTitle .txtArchive {
    /* margin-bottom: -180px; 15.6.30削除 */
    margin-bottom: -165px; /* 15.6.30追加 */
  }
}

.cate-history .boxCategoryTitle .txtArchive span {
  display: inline-block;
  width: 36px;
  height: 125px;
  background-image: url(../img/category-txt-archive.png);
}


/* -------- カテゴリータイトル -------- */
/*
.cate-history .boxCategoryTitle {
  margin-bottom: 65px;
  background-image: url(../img/category-ttl-bg.jpg);
}

@media screen and (max-width: 1500px) {
  .cate-history .boxCategoryTitle .boxInner {
    padding-top: 424px;
  }
}

.cate-history .boxCategoryTitle .ttlCategory {
  top: auto;
  left: 20px;
  bottom: 50%;
  width: auto;
  text-align: left;
}

.cate-history .boxCategoryTitle .ttlCategory span {
  width: 224px;
  height: 31px;
  background-image: url(../img/category-ttl.png);
}

.cate-history .boxCategoryTitle .txtArchive {
  position: absolute;
  left: 110px;
  bottom: 50%;
  margin-bottom: -170px;
}

@media screen and (min-width: 1500px) {

  .cate-history .boxCategoryTitle .ttlCategory {
    margin-bottom: 10px;
  }
  .cate-history .boxCategoryTitle .txtArchive {
    margin-bottom: -155px;
  }
}

@media screen and (min-width: 1800px) {
  .cate-history .boxCategoryTitle .txtArchive {
    margin-bottom: -180px;
  }
}

.cate-history .boxCategoryTitle .txtArchive span {
  display: inline-block;
  width: 36px;
  height: 125px;
  background-image: url(../img/category-txt-archive.png);
}
*/

/* -------- 都響50年の軌跡 -------- */

.cate-history #history {
  margin-bottom: 120px;
}

.cate-history #history .ttlLead {
  margin-bottom: 60px;
}

/* ---- リンク一覧 ---- */

.cate-history #history .boxLinkList {
  width: 964px;
  margin-left: -2px;
  margin-bottom: 80px;
}

.cate-history #history .boxLinkList > li {
  display: inline-block;
  position: relative;
  width: 316px;
  height: 310px;
  margin-left: 2px;
  margin-bottom: 6px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: top;
}

.cate-history #history .boxLinkList > .boxLinkArchive {
  width: 315px;
}

.cate-history #history .boxLinkList > li:hover {
  background: #f5f5f5;
}

.cate-history #history .boxLinkList > li .ttlLink {
  margin: 0 0 5px;
  padding: 30px 0 0;
  font-size: 1.2em;
  font-weight: bold;
}

.cate-history #history .boxLinkList > li .ttlLink span {
  display: inline-block;
  padding: 0 26px 0 0;
  background: url(../../common/img/content/arw-black.png) no-repeat top right;
}

.cate-history #history .boxLinkList > li .txtSub {
  font-size: 0.98em;
}

.cate-history #history .boxLinkList > li .imgLink {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cate-history #history .boxLinkList > li .txtMore a {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
}

.cate-history #history .txtHistory {
  font-size: 1.05em;
  text-align: center;
}



/*  CHRONOLOGY : 年表
--------------------------------------------- */

.cate-history #chronology {
}

/* -------- ページタイトル -------- */

.cate-history #chronology .boxPageTitle {
  margin-bottom: 0;
}

/* -------- ページナビ -------- */

.cate-history #chronology #pagenav .boxInner {
  width: 696px;
  margin: 0 auto;
}

.cate-history #chronology #pagenav li {
  float: left;
}

.cate-history #chronology #pagenav li > a {
  display: block;
  position: relative;
  width: 115px;
  height: 68px;
  padding: 18px 5px;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana,sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
}

/* 矢印 */
.cate-history #chronology #pagenav li > a:before,
.cate-history #chronology #pagenav li > a:after {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.cate-history #chronology #pagenav li > a:before {
  bottom: 10px;
  border-top: 5px solid #000;
}

.cate-history #chronology #pagenav li > a:after {
  bottom: 11px;
  border-top: 5px solid #fff;
}

/* ---- ページナビ・スクロール ---- */

.cate-history #chronology #pagenav #pagenavScroll {
  display: none;  
  position: fixed;
  top: 74px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #eaeaea;
  background: rgba(255,255,255, 0.9);
}

/* -------- セクション -------- */

.cate-history #chronology .boxSection {
  display: none;  
  margin-top: -94px;
  padding-top: 94px;
  font-size: 0.88em;
}

.cate-history #chronology .boxSection .boxSectionInner {
  position: relative;
  padding: 50px 0 40px;
}

/* 矢印 */
.cate-history #chronology .boxSection .boxSectionInner:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -18px;
  border-top: 35px solid #fff;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
  content: "";
}

.cate-history #chronology #pagenav + .boxSection .boxSectionInner:before {
  border-top-color: #fff;
}

.cate-history #chronology .boxSection.bgGrey .boxSectionInner:before {
  border-top-color: #dae6f3;
}

.cate-history #chronology .boxSection.bgBlue .boxSectionInner:before {
  border-top-color: #f3f3f3;
}


/* ---- カラー設定 ---- */

/* グレー */
.cate-history #chronology .boxSection.bgGrey .boxSectionInner {
  background: #f3f3f3;
}

.cate-history #chronology .boxSection.bgGrey .boxSectionInner .boxSectionHead {
  border-bottom: 1px solid #e8e1e1;
}

/* ブルー */
.cate-history #chronology .boxSection.bgBlue .boxSectionInner {
  background: #dae6f3;
}

.cate-history #chronology .boxSection.bgBlue .boxSectionInner .boxSectionHead {
  border-bottom: 1px solid #cddeeb;
}

/* ---- セクションタイトル ---- */

.cate-history #chronology .boxSection .boxSectionHead {
  margin-bottom: 35px;
  padding: 10px 0;
}

.cate-history #chronology .boxSection .ttlSection {
  margin-bottom: 0;
  font-size: 1.5em;
  font-style: oblique;
}

.cate-history #chronology .boxSection .ttlSection em {
  font-weight: bold;
  font-size: 1.55em;
  letter-spacing: 1.5px;
}

.cate-history #chronology .boxSection .ttlSection span {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana,sans-serif;
  font-size: 12px;
  font-style: normal;
}

/* ---- テキストエリア・画像エリア（サイズ設定） ---- */

.cate-history #chronology .boxSection.boxImgNon .boxTxtArea {
  float: none;
  width: 100%;
}

.cate-history #chronology .boxSection.boxImgOne .boxTxtArea,
.cate-history #chronology .boxSection.boxImgTwoTate .boxTxtArea,
.cate-history #chronology .boxSection.boxImgTwoYoko .boxTxtArea {
  float: left;
}

.cate-history #chronology .boxSection.boxImgOne .boxImgArea,
.cate-history #chronology .boxSection.boxImgTwoTate .boxImgArea,
.cate-history #chronology .boxSection.boxImgTwoYoko .boxImgArea {
  float: right;
}

.cate-history #chronology .boxSection.boxImgOne .boxTxtArea,
.cate-history #chronology .boxSection.boxImgTwoTate .boxTxtArea {
  width: 782px; 
}

.cate-history #chronology .boxSection.boxImgOne .boxImgArea,
.cate-history #chronology .boxSection.boxImgTwoTate .boxImgArea {
  /*width: 174px;*/
  width:165px;
}

.cate-history #chronology .boxSection.boxImgTwoYoko .boxTxtArea {
  width: 600px;
}

.cate-history #chronology .boxSection.boxImgTwoYoko .boxImgArea {
  width: 350px;
}

/*サムネイル*/
.cate-history #chronology .boxSection.boxImgTwoYoko .boxImgArea .fltL { float:left; width:165px; clear:both; }
.cate-history #chronology .boxSection.boxImgTwoYoko .boxImgArea .fltR { float:right; width:165px; }
.cate-history #chronology .boxSection .boxImgArea p.cap,
.cate-history #chronology .boxSection .boxImgArea p.cap { padding:5px 0 20px; font-size:85%; line-height:1.4; }


/* ---- テキストエリア・年表 ---- */

.cate-history #chronology .boxChronology .ttlChronology {
  display: inline-block;
  margin: 0 0 10px;
  padding: 2px 10px 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}

.cate-history #chronology .boxChronology .ttlChronology.bgBlue {
  background: #457ba1;
}

.cate-history #chronology .boxChronology .ttlChronology.bgGreen {
  background: #738e2a;
}

.cate-history #chronology .boxChronology > li > dl > dd {
  padding: 0 0 0 10px;
  line-height: 1.6em;
}

.cate-history #chronology .boxChronology > li {
  margin: 0 0 20px;
}

.cate-history #chronology .boxChronologyList > li {
  margin-bottom: 8px;
}

.cate-history #chronology .boxDlPtn01 > dt,
.cate-history #chronology .boxDlPtn02 > dt,
.cate-history #chronology .boxDlPtn03 > dt,
.cate-history #chronology .boxDlPtn04 > dt,
.cate-history #chronology .boxDlPtn05 > dt {
  display: block;
  float: left;
  clear: left;
}

.cate-history #chronology .boxDlPtn01 > dt {
  width: 34px;
}

.cate-history #chronology .boxDlPtn01 > dd {
  margin-left: 34px;
}

.cate-history #chronology .boxDlPtn02 > dt {
  width: 60px;
}

.cate-history #chronology .boxDlPtn02 > dd {
  margin-left: 60px;
}

.cate-history #chronology .boxDlPtn03 > dt {
  width: 70px;
}

.cate-history #chronology .boxDlPtn03 > dd {
  margin-left: 70px;
}
.cate-history #chronology .boxDlPtn04 > dt {
  width: 90px;
}

.cate-history #chronology .boxDlPtn04 > dd {
  margin-left: 90px;
}
.cate-history #chronology .boxDlPtn05 > dt {
  width: 110px;
}

.cate-history #chronology .boxDlPtn05 > dd {
  margin-left: 110px;
}

.cate-history #chronology .boxChronology .ttlChronology.bgGrey {
  background: #ccc;
}
.cate-history #chronology .worldnews { border-top:dotted 1px #ccc; padding-top:10px; margin-top:20px; }
/* ---- 画像エリア ---- */

.cate-history #chronology .boxSection .boxImgArea img {
  display: inline-block;
  padding: 0 0 0 0;
  vertical-align: top;
}


/*  PHOTO : フォトライブラリー
--------------------------------------------- */

.cate-history #photo {
  margin-bottom: 200px;
  text-align: center;
}

/* ---- 写真一覧 ---- */

.cate-history #photo .boxPhotoList ul {
  margin-left: -8px;
  font-size: 0;
}

.cate-history #photo .boxPhotoList li {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

/* リンク触れた時 */
.cate-history #photo .boxPhotoList li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  filter: none\9;
}

.cate-history #photo .boxPhotoList li a img {
  width: 234px;
  height: 140px;
}
