#mobilecontents {
  padding: 0 0 5px 0;
  /* 新規追加*/
  /*リンクがない場合*/
  /*リンクがない場合*/
}
#mobilecontents section {
  padding: 0;
}
#mobilecontents .title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a0d1), color-stop(100%, #00617f));
  background: -webkit-linear-gradient(top, #00a0d1 0%, #00617f 100%);
  background: -moz-linear-gradient(top, #00a0d1 0%, #00617f 100%);
  background: -o-linear-gradient(top, #00a0d1 0%, #00617f 100%);
  background: -ms-linear-gradient(top, #00a0d1 0%, #00617f 100%);
  background: linear-gradient(to bottom, #00a0d1 0%, #00617f 100%);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: -2px -2px 2px rgba(51, 51, 51, 0.5);
  color: white;
  padding: 0.5em;
}
#mobilecontents .title2 {
  padding: 0.5em;
  color: #4c4c4c;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cdcdcd), color-stop(1, #efefef));
  background-image: -moz-linear-gradient(top, #cdcdcd 0%, #efefef 100%);
  background-image: linear-gradient(top, #cdcdcd 0%, #efefef 100%);
}
#mobilecontents .title2 h3 {
  float: left;
  text-shadow: 0px 1px 0px white;
  -ms-box-shadow: -2px -2px 2px rgba(51, 51, 51, 0.5);
}
#mobilecontents h3 {
  padding: 5px;
}
#mobilecontents .divider2 {
  padding: 8px;
  border-radius: 4px 4px 0 0;
  background-color: #af0025;
  color: white;
  font-weight: bold;
}
#mobilecontents .moreBtn:link,
#mobilecontents .moreBtn:visited {
  float: right;
  display: block;
  font-size: 0.7em;
  padding: 0.3em;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, lightgrey));
  background-image: -moz-linear-gradient(top, white 0%, lightgrey 100%);
  background-image: linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px 1px 0px white;
  -ms-box-shadow: -2px -2px 2px rgba(51, 51, 51, 0.5);
  color: #4c4c4c;
  border: solid 1px #a6a6a6;
}
#mobilecontents .sideStyle {
  margin: 5px;
  padding: 5px;
  border: solid 1px #bfbfbf;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#mobilecontents .sideStyleInner {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6f7ff), color-stop(1, #99bdce));
  background-image: -moz-linear-gradient(top, #e6f7ff 0%, #99bdce 100%);
  background-image: linear-gradient(top, #e6f7ff 0%, #99bdce 100%);
  border: solid 1px #016fa3;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#mobilecontents .sideStyle p:first-of-type {
  border-right: solid 1px #99bdce;
}
#mobilecontents .sideStyle p:last-of-type {
  border-left: solid 1px #e6f7ff;
  margin-right: 95px;
}
#mobilecontents .sideStyle p:last-of-type a {
  color: #005f8c;
  font-weight: bold;
}
#mobilecontents .longitudinallyStyle2 {
  margin: 5px;
  padding: 5px;
  border: solid 1px #bfbfbf;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#mobilecontents .longitudinallyStyle2 dt {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6f7ff), color-stop(1, #99bdce));
  background-image: -moz-linear-gradient(top, #e6f7ff 0%, #99bdce 100%);
  background-image: linear-gradient(top, #e6f7ff 0%, #99bdce 100%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #016fa3;
  padding: 0.5em;
}
#mobilecontents .longitudinallyStyle2 dt a {
  color: #005f8c;
  font-weight: bold;
  display: block;
}
#mobilecontents .longitudinallyStyle2 dd {
  padding: 8px 5px 5px 35px;
  background-image: url(../images/memo_icon.png);
  background-position: 5px 7px;
  background-repeat: no-repeat;
}
#mobilecontents .longitudinallyStyle {
  margin: 5px;
  border: solid 1px #bfbfbf;
}
#mobilecontents .longitudinallyStyle dt {
  padding: 0.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f6f6), color-stop(1, #eae9e9));
  background-image: -moz-linear-gradient(top, #f7f6f6 0%, #eae9e9 100%);
  background-image: linear-gradient(top, #f7f6f6 0%, #eae9e9 100%);
}
#mobilecontents .longitudinallyStyle dd {
  padding: 0.5em;
}
#mobilecontents .toPageTop {
  text-align: right;
  margin-bottom: 10px;
}
#mobilecontents .toPageTop a:link,
#mobilecontents .toPageTop a:visited {
  font-size: 0.7em;
  padding: 0.3em;
  margin-right: 5px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, lightgrey));
  background-image: -moz-linear-gradient(top, white 0%, lightgrey 100%);
  background-image: linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px 1px 0px white;
  -ms-box-shadow: -2px -2px 2px rgba(51, 51, 51, 0.5);
  color: #4c4c4c;
  border: solid 1px #a6a6a6;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#mobilecontents .contentsInner {
  margin: 6px;
  background-color: #e6e6e6;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#mobilecontents .bottomPadding {
  padding-bottom: 5px;
}
#mobilecontents .basicListStyle li {
  padding: 0.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f6f6), color-stop(1, #eae9e9));
  background-image: -moz-linear-gradient(top, #f7f6f6 0%, #eae9e9 100%);
  background-image: linear-gradient(top, #f7f6f6 0%, #eae9e9 100%);
  border-top: solid 1px #fff;
  border-bottom: solid 1px #dedddd;
}
#mobilecontents #mainImage {
  display: block;
  margin: auto;
}
#mobilecontents article p {
  padding: 0.5em;
}
#mobilecontents div.mymenu {
  text-align: center;
  display: -webkit-box;
  margin: 10px auto;
  width: 310px;
}
#mobilecontents div.mymenu p.before {
  -webkit-box-ordinal-group: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  width: 80px;
  text-align: center;
  border: 1px solid #8F8C8C;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
}
#mobilecontents div.mymenu p.before2 {
  -webkit-box-ordinal-group: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#606060));
  width: 80px;
  text-align: center;
  border: 1px solid #8F8C8C;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  display: block;
  height: 30px;
  line-height: 30px;
}
#mobilecontents div.mymenu p.totop {
  -webkit-box-ordinal-group: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  width: 150px;
  text-align: center;
  border: 1px solid #8F8C8C;
}
#mobilecontents div.mymenu p.after {
  -webkit-box-ordinal-group: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  width: 80px;
  text-align: center;
  border: 1px solid #8F8C8C;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
}
#mobilecontents div.mymenu p.after2 {
  -webkit-box-ordinal-group: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#606060));
  width: 80px;
  text-align: center;
  border: 1px solid #8F8C8C;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  display: block;
  height: 30px;
  line-height: 30px;
}
#mobilecontents div.mymenu p.before a,
#mobilecontents div.mymenu p.totop a,
#mobilecontents div.mymenu p.after a {
  display: block;
  height: 30px;
  line-height: 30px;
}

a:link {
  color: black;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:visited {
  color: #1e1e1e;
}

a:active {
  color: #3c3c3c;
}

body {
  background-color: #daf2fd;
}

.sitetitle {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5df0fa), color-stop(50%, #a5f3fc), color-stop(100%, #eaf2fd));
  background-image: -webkit-linear-gradient(top, #5df0fa, #a5f3fc, #eaf2fd);
  background-image: -moz-linear-gradient(top, #5df0fa, #a5f3fc, #eaf2fd);
  background-image: -o-linear-gradient(top, #5df0fa, #a5f3fc, #eaf2fd);
  background-image: linear-gradient(top, #5df0fa, #a5f3fc, #eaf2fd);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.sitetitle h1 {
  background: url(../img/titlelogo.png) no-repeat top center;
  background-size: auto 100%;
  height: 50px;
  text-indent: -9999px;
}

article, div.contents {
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background: #FFFFFF;
  word-wrap: break-word;
}
article .mainimg, div.contents .mainimg {
  width: 100%;
}
article section, div.contents section {
  padding: 10px;
  overflow: hidden;
  *zoom: 1;
}
article section h2, div.contents section h2 {
  border-bottom: 1px solid #ccc;
  text-shadow: 0 2px 0 #ddd;
  margin-bottom: 5px;
}
article section .next, div.contents section .next {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 5px;
}
article section .next .leftColumn, div.contents section .next .leftColumn {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}
article section .next .leftColumn .moviethum, div.contents section .next .leftColumn .moviethum {
  width: 100%;
}
article section .next .rightColumn, div.contents section .next .rightColumn {
  display: inline-block;
  vertical-align: top;
  width: 98%;
  font-size: 85%;
}
article section .next .rightColumn a, div.contents section .next .rightColumn a {
  display: block;
  background: url(../img/icn_arrow.png) right center no-repeat;
}
article ul.pagenav, div.contents ul.pagenav {
  text-align: center;
  letter-spacing: -0.3em;
}
article ul.pagenav li, div.contents ul.pagenav li {
  display: inline-block;
  letter-spacing: normal;
  width: 33%;
  margin-bottom: -0.3em;
}
article ul.pagenav li a .navbtn, div.contents ul.pagenav li a .navbtn {
  width: 100%;
  display: block;
}
article .snscontainer h1.twitter, div.contents .snscontainer h1.twitter {
  background: #e5e5e5 url(../img/icn_twitter.png) no-repeat;
  background-size: auto 100%;
}
article .snscontainer h1.blog, div.contents .snscontainer h1.blog {
  background: #e5e5e5 url(../img/icn_blog.png) no-repeat;
  background-size: auto 100%;
}
article .snscontainer h1.fb, div.contents .snscontainer h1.fb {
  background: #e5e5e5 url(../img/icn_fb.png) no-repeat;
  background-size: auto 100%;
}
article .snscontainer h1, div.contents .snscontainer h1 {
  padding: .5em 0 .2em 2.3em;
  color: #4c4c4c;
  text-shadow: 0 1px 0 #FFF;
  font-size: 80%;
}
article .snscontainer h1 span, div.contents .snscontainer h1 span {
  font-size: 95%;
  display: block;
  float: right;
  width: 6em;
  background: url(../img/icn_arrow2.png) no-repeat right;
  padding: 0 1em 0 0;
}
article .snscontainer h1 span a, div.contents .snscontainer h1 span a {
  text-decoration: none;
}
article .snscontainer .morebtn, div.contents .snscontainer .morebtn {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  display: block;
  background: #a0d8e5;
  text-decoration: none;
  text-align: center;
  padding: 10px 10px 10px;
  line-height: 1.1em;
  margin: 10px;
}
article .snscontainer .twittercontents, div.contents .snscontainer .twittercontents {
  padding: 10px;
}
article .snscontainer .twittercontents ul li, div.contents .snscontainer .twittercontents ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  *zoom: 1;
}
article .snscontainer .twittercontents ul li img, div.contents .snscontainer .twittercontents ul li img {
  border: 1px solid #ccc;
  float: left;
  margin-right: 5px;
}
article .snscontainer .twittercontents ul li span, div.contents .snscontainer .twittercontents ul li span {
  margin-left: 1em;
}
article .snscontainer .twittercontents ul li:nth-child(n+3), div.contents .snscontainer .twittercontents ul li:nth-child(n+3) {
  display: none;
}
article .snscontainer .blogcontents, div.contents .snscontainer .blogcontents {
  padding: 10px;
}
article .snscontainer .blogcontents ul li, div.contents .snscontainer .blogcontents ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  *zoom: 1;
}
article .snscontainer .blogcontents ul li .entrydate, div.contents .snscontainer .blogcontents ul li .entrydate {
  display: block;
}
article .snscontainer .blogcontents ul li a, div.contents .snscontainer .blogcontents ul li a {
  display: block;
  padding-right: 30px;
  background: url(../img/icn_arrow.png) right top no-repeat;
}
article .snscontainer .fbcontents iframe, div.contents .snscontainer .fbcontents iframe {
  width: 300px !important;
}

.contents {
  padding-bottom: 10px;
}

.newsSns {
  overflow: hidden;
  *zoom: 1;
  padding: 10px;
  padding-bottom: 0;
}
.newsSns div {
  float: left;
}

.prgItem {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.prgItem a {
  display: block;
  overflow: hidden;
  *zoom: 1;
  text-decoration: none;
  background: url(../img/icn_arrow.png) right center no-repeat;
}
.prgItem a img {
  width: 30%;
  float: left;
  margin-right: 5px;
}
.prgItem a p.prgName span {
  font-size: 80%;
}

.storyDetail .prgItem:nth-child(n+4) {
  display: none;
}

.storymoreblock {
  padding-bottom: 10px;
}
.storymoreblock .morebtn {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  display: block;
  background: #a0d8e5;
  text-decoration: none;
  text-align: center;
  padding: 10px 10px 10px;
  line-height: 1.1em;
  margin: 0 10px;
}

.castphoto {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.casttext {
  padding-bottom: 20px;
}

.backtop {
  padding: 10px 10px 20px;
  text-align: center;
}
.backtop a {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  border-radius: 5px;
  text-shadow: 0px 1px 0px white;
  color: #4c4c4c;
  border: solid 1px #a6a6a6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5f3fc), color-stop(100%, #eaf2fd));
  background-image: -webkit-linear-gradient(top, #a5f3fc, #eaf2fd);
  background-image: -moz-linear-gradient(top, #a5f3fc, #eaf2fd);
  background-image: -o-linear-gradient(top, #a5f3fc, #eaf2fd);
  background-image: linear-gradient(top, #a5f3fc, #eaf2fd);
}

.title2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
  margin-bottom: 10px;
}

.linkbuttom {
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  display: block;
  padding: 0.3em 1em;
  text-decoration: none;
  border-radius: 5px;
  text-shadow: 0px 1px 0px white;
  color: #4c4c4c;
  border: solid 1px #a6a6a6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(top, #ffffff, #dddddd);
  margin-bottom: 10px;
}

.leftrightnav {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
}
.leftrightnav li {
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  padding: 0.3em 1em;
  text-decoration: none;
  border-radius: 5px;
  text-shadow: 0px 1px 0px white;
  color: #4c4c4c;
  border: solid 1px #a6a6a6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(top, #ffffff, #dddddd);
  margin-bottom: 10px;
}
.leftrightnav li a {
  text-decoration: none;
}
.leftrightnav li.leftnav:before {
  content: "<";
}
.leftrightnav li.rightnav:after {
  content: ">";
}
.leftrightnav li.nolink {
  color: #ccc;
  text-shadow: none;
}

.pagetitle {
  padding: 10px;
  font-size: 120%;
  text-shadow: -1px -1px 1px #3fd2dc, 1px -1px 1px #3fd2dc, -1px 1px 1px #3fd2dc, 1px 1px 1px #3fd2dc;
  border-bottom: 1px solid #ccc;
  color: #FFF;
  font-weight: bold;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5df0fa), color-stop(50%, #a5f3fc), color-stop(100%, #eaf2fd));
  background-image: -webkit-linear-gradient(top, #5df0fa, #a5f3fc, #eaf2fd);
  background-image: -moz-linear-gradient(top, #5df0fa, #a5f3fc, #eaf2fd);
  background-image: -o-linear-gradient(top, #5df0fa, #a5f3fc, #eaf2fd);
  background-image: linear-gradient(top, #5df0fa, #a5f3fc, #eaf2fd);
}

.storytext p { margin-bottom:15px; }
}

.story-red {
	color:#C00;
	font-weight:bold;
}

.story-blue {
	color:#03F;
	font-weight:bold;
}