@charset "utf-8";

body.story .skyscraperWrap{
  display: none;
}
.content{
  width: 100%;
  margin-bottom: 0;
  padding:0;
}
.contentArea{
  background: url(/img/special/column/story/bg.png);
  padding: 50px 0;
}
.kvArea{
  width: 100%;
  height: 600px;
  border-bottom: 13px solid #7fb0b4;
  box-sizing: border-box;
  background: #fff;
}
.kvArea.shinozuka,
.kvArea.shinozuka2{
  border-bottom: 13px solid #2449a4;
}
.kvArea h2{
  text-indent: -999999px;
  background: transparent url(/img/special/column/story/KV_story.png) no-repeat center;
  height: 600px;
}
.kvArea.shinozuka h2{
  width: 100%;
  background: transparent url(/img/special/column/story/KV_shinozuka.png) no-repeat center;
}
.kvArea.shinozuka2 h2{
  width: 100%;
  background: transparent url(/img/special/column/story/KV_shinozuka2.png) no-repeat center;
}
section.storyListArea{
  width: 980px;
  margin: auto;
  font-size: 16px;
}
section.storyListArea p.readText{
  padding: 80px 0 50px;
  color: #666;
  line-height: 2em;
}
section.storyListArea article h3{
  color: #333;
}
section.storyListArea article{
  font-size: 0;
  margin-bottom: 20px;
}
section.storyListArea article .titleWrap{
  display: inline-block;
  vertical-align: top;
  margin-top: 22px;
  background: #fff;
  width: 564px;
  height: 250px;
  font-size: 16px;
  position: relative;
}
section.storyListArea article .titleWrap h3{
  padding-top: 35px;
  padding-left: 30px;
  font-size: 19px;
  line-height: 32px;
}
section.storyListArea article .titleWrap p{
  font-size: 28px;
  color: #666;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
section.storyListArea article .titleWrap p span{
  font-size: 20px;
  padding-right: 20px;
}
#breadcrumbList,
.snsBtn {
  width: 980px;
  margin: auto;
}
a:hover,
a:hover img{
  filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/******************************
個別ページ
******************************/
.storyWrap{
  padding-top: 30px;
}
.storyWrap h3{
  font-size: 22px;
  padding: 65px 0;
  line-height: 50px;
  font-weight: bold;
}
.storyWrap ul li{
  display: table;
  font-size: 14px;
  margin-bottom: 20px;
}
.storyWrap ul li dl dt{
  width: 45px;
  color: #3d6e9c;
  font-weight: bold;
  display: table-cell;
}
.storyWrap ul li dl dd{
  display: table-cell;
  line-height: 2em;
  margin-left: 1em;
  text-indent: -1em;
}
.storyWrap p{
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 2em;
}
.story_pic{
  margin-bottom: 30px;
}
.story_pic img{
  position: relative;
  left: -27px;
}
.linkArea{
  width: 980px;
  margin: 60px auto 0;
}
.linkArea a{
  text-decoration: none;
}
.linkArea a:hover{
  opacity: 0.7;
}
.linkArea .back a{
  width: 980px;
  height: 70px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
.linkArea .nextBTN,
.linkArea .profile{
  font-size: 0;
  text-align: center;
}

.linkArea .nextBTN a,
.linkArea .nextBTN span,
.linkArea .profile a{
  width: 49%;
  height: 70px;
  font-size: 16px;
  background: #000;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  margin: 20px 0px;
}
.linkArea .nextBTN span{
  background: #666;
  color: #8c8c8c;
}
.linkArea .profile a:nth-child(2){
  margin-left: 2%;
}
.marinos .storyWrap ul li dl dt,
.marinos .storyWrap h3{
  color: #264ca2;
}
.linkArea.marinos .profile a{
  background: #264ca2;
}
.videoOneBox{
  margin-bottom: 30px;
}