#container-wrapper {
  background: url(/youtubechannel/img/bg.gif) #f2f2f2 repeat;
}

#header {
  padding: 20px 0px 20px 0px;
}

#navi-area {
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px white;
  -moz-box-shadow: inset 0 1px 1px white;
  box-shadow: inset 0 1px 1px white;
  background: #ffffff;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ebebeb), color-stop(0, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  /* IE7,8,9 */
  margin-bottom: 17px;
  position: relative;
}
#navi-area #navi li {
  font-size: 75%;
  display: inline;
  float: left;
  position: relative;
}
#navi-area #navi li img {
  position: absolute;
  top: 42%;
  left: 6%;
}
#navi-area #sns {
  position: absolute;
  right: 10px;
  top: 12px;
}

.sns {
  padding: 0px;
}
#main-container-in #area01,
#main-container-in #area02{
  margin-top: -50px;
  padding-top: 50px;
}

#main-container-in #area02 #news,
#main-container-in #area02 #drama,
#main-container-in #area02 #variety,
#main-container-in #area02 #music,
#main-container-in #area02 #tereasadouga,
#main-container-in #area02 #other {
  margin-top: -30px;
  padding-top: 50px;
/*  background: transparent;*/
}

.section-box {
  background: white repeat;
  margin-bottom: 0px;
}
.section-box .section-contents-box {
  border-bottom: 1px dotted #cccccc;
  margin: 20px 0px 0px 20px;
  padding-bottom: 0px;
}
.section-box .section-contents-box .title {
  font-size: 134%;
}
.section-box .section-contents-box .title-mini {
  font-size: 90%;
  line-height: 140%;
}
.section-box .section-contents-box .read {
  font-size: 75%;
  line-height: 180%;
  margin: 10px 0 10px;
}
.section-box .section-contents-box .read-mini {
  font-size: 70%;
  line-height: 180%;
  margin: 10px 0 10px;
}

.section-box .section-contents-box .section-movie img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.section-box .section-contents-box .section-btn-area {
  position: absolute;
  bottom: 20px;
  right: 0px;
  text-align: right;
}
.section-box .section-contents-box .section-btn-area li {
  float: left;
}
.section-box .section-contents-box .section-btn-area li .button02 {
  margin-left: 10px;
}
.section-box .section-contents-box .update {
  margin-left: 0px;
  vertical-align: middle;
}

.section-box .read-youtube-min {
  font-size: 70%;
}


/*.section-box-sub {
  float: left;
}*/
.section-box-sub .section-btn-area {
  text-align: right;
}

.section-box-sub-left {
  float: left;
}

.section-box-sub-right {
  float: right;
}

.section-box-tab {
  clear: both;
}

.section-tab-contents {
  padding: 20px 17px 0px 17px;
}

h2 {
  background: #343434 repeat;
  color: #ffffff;
  font-size: 80%;
  padding: 6px 0px 2px 12px;
}

.section-contents {
  float: left;
  margin-left: 10px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.section-contents.section-contents-sub {
  width: 46%;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #666666;
}

.channel-ttl {
  font-size: 90%;
  padding-bottom: 2px;
  margin: 0px 17px 0px 17px;
  background: url(/youtubechannel/img/channel-ttl-line.gif) transparent no-repeat left bottom;
}

.main-container-in {
  margin-bottom: 40px;
}

a.navi01, a.navi02 {
  color: #000000;
  /* サイズ指定 */
  width: 172px;
  height: 43px;
  display: block;
  /* 縦横中央揃え */
  text-align: center;
  line-height: 48px;
  /* その他 */
  text-decoration: none;
  font-size: 15px;
  border-right: 1px solid #cccccc;
}

a.button01, a.button02 {
  color: #ffffff;
  /* サイズ指定 */
  width: 152px;
  height: 29px;
  display: block;
  /* 縦横中央揃え */
  text-align: center;
  line-height: 33px;
  /* 角丸 */
  border-radius: 6px;
  /* シャドウ / ベベル */
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
  /* その他 */
  text-decoration: none;
  font-size: 15px;
}

a.button01 {
  border: 1px solid #70a836;
  -webkit-box-shadow: inset 0 1px 1px white;
  -moz-box-shadow: inset 0 1px 1px white;
  box-shadow: inset 0 1px 1px #d4ebb2;
  background: #76b139;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7dbb3c 0%, #70a836 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #70a836), color-stop(0, #7dbb3c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7dbb3c 0%, #70a836 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7dbb3c 0%, #70a836 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7dbb3c 0%, #70a836 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7dbb3c 0%, #70a836 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dbb3c', endColorstr='#70a836', GradientType=0);
  /* IE7,8,9 */
}

a.button02 {
  border: 1px solid #a83636;
  -webkit-box-shadow: inset 0 1px 1px white;
  -moz-box-shadow: inset 0 1px 1px white;
  box-shadow: inset 0 1px 1px #edb9b9;
  background: #b13939;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ba3c3c 0%, #a83636 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #a83636), color-stop(0, #ba3c3c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ba3c3c 0%, #a83636 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ba3c3c 0%, #a83636 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ba3c3c 0%, #a83636 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ba3c3c 0%, #a83636 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3c3c', endColorstr='#a83636', GradientType=0);
  /* IE7,8,9 */
}

.section-tab-contents {
  background: #e8e8e8 repeat left top;
  margin: 17px 17px 17px 17px;
  padding: 10px 10px 10px 5px;
}
.section-tab-contents li {
  float: left;
  display: block;
  width: 15%;
  margin-right: 6px;
}

* + html a.button-tab {
  padding: 0 30px;
}

a.button-tab {
  position: relative;
  float: left;
  margin-left: 5px;
  /* サイズ指定 */
  width: 100%;
  height: 29px;
  display: block;
  /* 角丸 */
  border-radius: 6px;
  /* 縦横中央揃え */
  text-align: center;
  line-height: 32px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px white;
  -moz-box-shadow: inset 0 1px 1px white;
  box-shadow: inset 0 1px 1px white;
  background: #ffffff;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ebebeb), color-stop(0, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  /* IE7,8,9 */
  /* その他 */
  text-decoration: none;
  font-size: 13px;
  color: #333333;
}

a.button01:hover {
  /* 反転 */
  background-image: -moz-linear-gradient(top, #70a836 0%, #7dbb3c 100%);
  background-image: -webkit-linear-gradient(top, #70a836 0%, #7dbb3c 100%);
  background-image: -o-linear-gradient(top, #70a836 0%, #7dbb3c 100%);
  background-image: -ms-linear-gradient(top, #70a836 0%, #7dbb3c 100%);
  background-image: linear-gradient(to bottom, #70a836 0%, #7dbb3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70a836', endColorstr='#7dbb3c', GradientType=0);
  /* IE7,8,9 */
}

a.button02:hover {
  /* 反転 */
  background-image: -moz-linear-gradient(top, #a83636 0%, #ba3c3c 100%);
  background-image: -webkit-linear-gradient(top, #a83636 0%, #ba3c3c 100%);
  background-image: -o-linear-gradient(top, #a83636 0%, #ba3c3c 100%);
  background-image: -ms-linear-gradient(top, #a83636 0%, #ba3c3c 100%);
  background-image: linear-gradient(to bottom, #a83636 0%, #ba3c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a83636', endColorstr='#ba3c3c', GradientType=0);
  /* IE7,8,9 */
}

a.button-tab:hover {
  color: #333333;
  /* 反転 */
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, white 100%);
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, white 100%);
  background-image: -o-linear-gradient(top, #f3f3f3 0%, white 100%);
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, white 100%);
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
  /* IE7,8,9 */
}

a.button01.mini, a.button02.mini {
  /* サイズ指定 */
  width: 122px;
  height: 26px;
  display: block;
  /* 縦横中央揃え */
  text-align: center;
  line-height: 29px;
  /* 角丸 */
  border-radius: 6px;
  /* シャドウ / ベベル */
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
  /* その他 */
  text-decoration: none;
  font-size: 12px;
}

a.button-tab .icon {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 3px;
}

#main-container-in #area01 .section-movie img,
#main-container-in #area02 .section-movie img{
  margin-bottom: 2px;
  border: 1px solid #ccc;
}



.title-mini {
  word-break: break-all;
}

#main-container-in .section-text-area {
  float: right;
  width: 72%;
}

.section-box .section-contents-box .section-movie {
  float: left;
  padding-right: 13px;
  width: 23%;
}

.section-box .section-contents-box .section-contents {
  min-height: 210px;
  position: relative;
}
