@charset "UTF-8";
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
.u-f1 {
  font-size: 11px !important;
}

.u-f2 {
  font-size: 12px !important;
}

.u-f3 {
  font-size: 13px !important;
}

.u-f4 {
  font-size: 14px !important;
}

.u-f5 {
  font-size: 15px !important;
}

.u-f6 {
  font-size: 16px !important;
}

.u-f7 {
  font-size: 17px !important;
}

.u-f8 {
  font-size: 18px !important;
}

.u-mgn {
  margin: 0 !important;
}

.u-mgs {
  margin: 2% !important;
}

.u-mgm {
  margin: 3% !important;
}

.u-mgl {
  margin: 5% !important;
}

.u-mgx {
  margin: 7% !important;
}

.u-mtn {
  margin-top: 0 !important;
}

.u-mts {
  margin-top: 2% !important;
}

.u-mtm {
  margin-top: 3% !important;
}

.u-mtl {
  margin-top: 5% !important;
}

.u-mtx {
  margin-top: 7% !important;
}

.u-mbn {
  margin-bottom: 0 !important;
}

.u-mbs {
  margin-bottom: 2% !important;
}

.u-mbm {
  margin-bottom: 3% !important;
}

.u-mbl {
  margin-bottom: 5% !important;
}

.u-mbx {
  margin-bottom: 7% !important;
}

.u-mln {
  margin-left: 0 !important;
}

.u-mls {
  margin-left: 2% !important;
}

.u-mlm {
  margin-left: 3% !important;
}

.u-mll {
  margin-left: 5% !important;
}

.u-mlx {
  margin-left: 7% !important;
}

.u-mrn {
  margin-right: 0 !important;
}

.u-mrs {
  margin-right: 2% !important;
}

.u-mrm {
  margin-right: 3% !important;
}

.u-mrl {
  margin-right: 5% !important;
}

.u-mrx {
  margin-right: 7% !important;
}

.u-mra {
  margin-right: auto !important;
}

.u-mla {
  margin-left: auto !important;
}

.u-mca {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-pgn {
  padding: 0 !important;
}

.u-pgs {
  padding: 2% !important;
}

.u-pgm {
  padding: 3% !important;
}

.u-pgl {
  padding: 5% !important;
}

.u-pgx {
  padding: 7% !important;
}

.u-ptn {
  padding-top: 0 !important;
}

.u-pts {
  padding-top: 2% !important;
}

.u-ptm {
  padding-top: 3% !important;
}

.u-ptl {
  padding-top: 5% !important;
}

.u-ptx {
  padding-top: 7% !important;
}

.u-pbn {
  padding-bottom: 0 !important;
}

.u-pbs {
  padding-bottom: 2% !important;
}

.u-pbm {
  padding-bottom: 3% !important;
}

.u-pbl {
  padding-bottom: 5% !important;
}

.u-pbx {
  padding-bottom: 7% !important;
}

.u-pln {
  padding-left: 0 !important;
}

.u-pls {
  padding-left: 2% !important;
}

.u-plm {
  padding-left: 3% !important;
}

.u-pll {
  padding-left: 5% !important;
}

.u-plx {
  padding-left: 7% !important;
}

.u-prn {
  padding-right: 0 !important;
}

.u-prs {
  padding-right: 2% !important;
}

.u-prm {
  padding-right: 3% !important;
}

.u-prl {
  padding-right: 5% !important;
}

.u-prx {
  padding-right: 7% !important;
}

.u-tc {
  text-align: center;
}

.u-db {
  display: block;
}

.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.u-b {
  font-weight: bold;
}

.u-c {
  text-align: center;
}

.u-r {
  text-align: right;
}

.u-cur {
  cursor: pointer;
}

.u-vb {
  vertical-align: bottom;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#main-column .lightbox {
  display: none !important;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("../img/fancybox/fancybox.png");
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("../img/fancybox/fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("../img/fancybox/blank.gif");
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 29px;
  height: 65px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url("../img/fancybox/fancy_nav_left.png");
  background-position: 0px 0px;
}

#fancybox-right-ico {
  background-image: url("../img/fancybox/fancy_nav_right.png");
  background-position: 0px 0px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left span {
  left: 0px;
}

#fancybox-right span {
  left: auto;
  right: 0px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("../img/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("../img/fancybox/fancybox-y.png");
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("../img/fancybox/fancybox-x.png");
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("../img/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url("../img/fancybox/fancy_title_over.png");
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("../img/fancybox/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("../img/fancybox/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("../img/fancybox/fancybox.png") -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_nw.png', sizingMethod='scale');
}

a {
  color: #666666;
}

a:link {
  text-decoration: underline;
}

a:visited {
  color: #666666;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.center {
  text-align: center;
}

.radius {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.page-nav {
  min-height: 74px;
  width: 1050px;
  margin-top: 0px;
  margin-bottom: 15px;
  border: none;
}

.page-nav ul {
  text-align: center;
  box-shadow: none !important;
  border-radius: 0px;
  /* CSS3草案 */
  -webkit-border-radius: 0px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0px;
  /* Firefox用 */
  background: transparent;
  border: none;
  padding: 0;
}

.page-nav ul li {
  margin-bottom: 0px;
  vertical-align: bottom;
  border-left: none;
  float: none;
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.page-nav ul li.opinion-list a span {
  letter-spacing: -1px;
}

.page-nav ul li a {
  border: none;
  display: block;
  line-height: 0;
  letter-spacing: 3px;
  box-shadow: none !important;
  color: #000000;
  width: 208px;
  padding: 0;
  text-align: center;
  text-shadow: none;
  font-weight: bold;
  margin: 0;
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 57%, #cfcfd0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efefef 57%, #cfcfd0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efefef 57%, #cfcfd0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cfcfd0',GradientType=0 );
  /* IE6-9 */
}
.page-nav ul li a span {
  background: url(/ametalk/img/nav-bg-line.png) repeat left top;
  display: block;
  padding: 6px 0 4px;
}

.page-nav ul li a.top:hover,
.page-nav ul li a.top.active {
  background: #f7b8a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7b8a8 57%, #d19688 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7b8a8 57%, #d19688 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7b8a8 57%, #d19688 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b8a8', endColorstr='#d19688',GradientType=0 );
  /* IE6-9 */
}

.page-nav ul li a.lineup:hover,
.page-nav ul li a.lineup.active {
  background: #dfb2c6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dfb2c6 57%, #bc93a5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dfb2c6 57%, #bc93a5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dfb2c6 57%, #bc93a5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfb2c6', endColorstr='#bc93a5',GradientType=0 );
  /* IE6-9 */
}

.page-nav ul li a.backnumber:hover,
.page-nav ul li a.backnumber.active {
  background: #d3b6d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d3b6d2 57%, #b197ae 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d3b6d2 57%, #b197ae 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d3b6d2 57%, #b197ae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b6d2', endColorstr='#b197ae',GradientType=0 );
  /* IE6-9 */
}

.page-nav ul li a.kanran:hover,
.page-nav ul li a.kanran.active {
  background: #e7c78c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e7c78c 57%, #d5aa59 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e7c78c 57%, #d5aa59 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e7c78c 57%, #d5aa59 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c78c', endColorstr='#d5aa59',GradientType=0 );
  /* IE6-9 */
}

.page-nav ul li a.movie:hover,
.page-nav ul li a.movie.active {
  background: #afdef1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #afdef1 57%, #89b5c7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #afdef1 57%, #89b5c7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #afdef1 57%, #89b5c7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afdef1', endColorstr='#89b5c7',GradientType=0 );
  /* IE6-9 */
}

.page-nav ul li a.dvd:hover,
.page-nav ul li a.dvd.active {
  background: #cfcfcf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cfcfcf 57%, #b3b2b1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cfcfcf 57%, #b3b2b1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cfcfcf 57%, #b3b2b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#b3b2b1',GradientType=0 );
  /* IE6-9 */
}

.page-nav ul li a.goods:hover,
.page-nav ul li a.goods.active {
  background: #cbdea8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cbdea8 57%, #adbe8e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cbdea8 57%, #adbe8e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cbdea8 57%, #adbe8e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbdea8', endColorstr='#adbe8e',GradientType=0 );
  /* IE6-9 */
}

.page-nav ul li a.bbs:hover,
.page-nav ul li a.bbs.active {
  background: #f0b7d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0b7d7 57%, #c78aad 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0b7d7 57%, #c78aad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0b7d7 57%, #c78aad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7d7', endColorstr='#c78aad',GradientType=0 );
  /* IE6-9 */
}

.page-nav ul li a.onair:hover,
.page-nav ul li a.onair.active {
  background: #d6c3ac;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6c3ac 57%, #b4a18b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d6c3ac 57%, #b4a18b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d6c3ac 57%, #b4a18b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6c3ac', endColorstr='#b4a18b',GradientType=0 );
  /* IE6-9 */
}

.page-nav ul li a:hover, .page-nav ul li a.active {
  padding: 0;
  color: #ba1733;
  border-right: 0;
}
.page-nav ul li a:hover span, .page-nav ul li a.active span {
  display: block;
  padding: 6px 0 4px;
}

.page-nav .page-nav-inner {
  padding: 0;
  padding-bottom: 0px;
  font-size: 100%;
}

body {
  background: url(/ametalk/img/bg.png) transparent repeat left top;
}

#wrapper {
  width: 1050px;
  margin: 0 auto;
  color: #777777;
  font-size: 14px;
  line-height: 1.4;
}
#wrapper .main-contents a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#recommended-program .common-title {
  margin: 30px 0 20px;
}
#recommended-program .recommended-program-list .prgItem {
  width: 33.33%;
}
#recommended-program a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.second #recommended-program .common-title {
  margin: 0 0 20px;
}

#header-box {
  padding-left: 0;
  background: url(/ametalk/img/header-bg.jpg) no-repeat left top;
  position: relative;
  width: 1050px;
  height: 121px;
}
#header-box img {
  vertical-align: bottom;
}
#header-box .logo {
  position: absolute;
  top: 4px;
  left: 0;
  width: 203px;
}
#header-box .time1 {
    position: absolute;
    top: 20px;
    right: 275px;
}
#header-box .time2 {
    position: absolute;
    top: 36px;
    right: 0px;
}

#header-box .logo img {
  width: 100%;
  height: auto;
}
#header-box .ameagari {
  position: absolute;
  bottom: 0;
  left: 220px;
}
#header-box .day {
  position: absolute;
  top: 29px;
  right: 0;
  width: 190px;
}
#header-box .day img {
  width: 100%;
  height: auto;
}
#header-box .sns-box {
  position: absolute;
  bottom: 8px;
  right: 0;
}
#header-box .sns-box ul {
  display: table-cell;
  vertical-align: bottom;
}
#header-box .sns-l-list li {
  width: 147px;
  display: inline-block;
  margin-left: 2px;
}
#header-box .sns-l-list li img {
  width: 100%;
  height: auto;
}
#header-box .sns-l-list a {
  display: block;
}
#header-box .sns-l-list a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header-box .btn-line {
  position: relative;
}
#header-box .line-qr {
  display: none;
  z-index: 100;
  position: absolute;
  top: -161px;
  left: -218px;
  text-align: center;
}
#header-box .line-qr p {
  width: 367px;
}
#header-box .line-qr p img {
  width: 100%;
  height: auto;
}

#container {
  width: 1050px;
  margin: 0 auto;
  background: url(/ametalk/img/bg-contents.png) transparent repeat 30px -90px;
  box-shadow: 1px 2px 3px rgba(1, 1, 0, 0.3);
}

#container-inner {
  padding-bottom: 70px;
  background: url(/ametalk/img/footer-bg.png) transparent no-repeat center bottom;
}

.second #container-inner {
  padding-bottom: 50px;
  background: none;
}

.main-contents {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.second .main-contents {
  width: 923px;
}

.main-contents .left-column {
  width: 800px;
  float: left;
}

.main-contents .right-column {
  width: 200px;
  float: right;
}

.main-contents .next-list-box {
}
.main-contents .next-list-box .next-list {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 390px;
  float: left;
}
.main-contents .next-list-box .next-list .txt {
  font-size: 14px;
}
.main-contents .lineup-list-box {
}
.main-contents .lineup-list-box .lineup-list {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 256px;
  float: left;
}
.main-contents .lineup-list-box .txt {
  font-size: 14px;
}
.main-contents li.news-box {
  list-style: none;
  float: left;
  width: 190px;
  margin-bottom: 10px;
}
.main-contents .news-box li {
  margin-bottom: 10px;
}
.main-contents .news-box li:last-child {
  margin-bottom: 0;
}
.main-contents .img-box {
  margin-bottom: 2px;
  position: relative;
  text-align:center;
}

.main-contents .img-box-topics {
  margin-top:5px;
}

.main-contents .img-box img {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

.main-contents .img-box-detail img {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}


.main-contents .img-box .play {
  position: absolute;
  top: 32%;
  left: 41%;
  width: 20%;
}

.main-contents .top-under-box {
  width: 923px;
  margin: 0 auto;  
}

.cn-box {
  position: relative;
  background: #f8f8f8;
  padding: 8px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.cn-box a.next-link {
  color: #777777;
  text-decoration: underline;
}
.cn-box a.next-link:hover {
  text-decoration: none;
}

.page-box {
  margin-bottom: 30px;
}

a.cn-box {
  display: block;
  color: #777777;
  text-decoration: none;
}

a.cn-box:hover {
  color: #00A0E8;
}

a.link-box {
  display: block;
  text-decoration: none;
  color: #777777;
}

a.link-box:hover {
  color: #00A0E8;
}

.next-link {
  text-decoration: underline;
}

#searchform {
  position: relative;
  margin-bottom: 11px;
  margin-top: 0px;
  width: 250px;
  margin-left: auto;
}
#searchform #k-search {
  height: 33px;
  color: #333;
  font-size: 12px;
  border-radius: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #ffffff;
  z-index: 10;
  padding: 0 0 0px 10px;
  width: 240px;
  border: none;
  border-radius: 20px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3) inset;
}
#searchform #searchsubmit {
  border-radius: 0;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 15px;
}

.lt-radius {
  border-radius: 38px 10px 10px 10px;
}

.lt-radius-la {
  border-radius: 60px 10px 10px 10px;
}

.h1-ttl {
  margin-bottom: 13px;
}

.h2-ttl {
  background: url(/ametalk/img/ttl-icon.png) no-repeat left 7px;
  background-size: 28px;
  padding-top: 9px;
  line-height: 28px;
  padding-left: 32px;
}

.h2-ttl.reverse {
  background: url(/ametalk/img/ttl-icon-reverse.png) no-repeat left 7px;
  background-size: 28px;
}

.h2-ttl.none{
  background: none;
  padding-left: 0;
}

.h2-ttl .week{
  margin-right: -3px;
  margin-left: 3px;
}


.top-main-area {
  padding-bottom: 20px;
}
.top-main-area .cn-box {
  padding-top: 1px;
}

.top-main-area .nextbox-space {
    padding-top: 22px;
}

.h2-ttl-box {
  padding: 7px 7px 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  border-radius: 59px 10px 10px 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.h2-ttl-la {
  background: url(/ametalk/img/ttl-icon.png) no-repeat left 0px;
  background-size: 56px;
  height: 62px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding-top: 0px;
  line-height: 29px;
  padding-left: 66px;
  font-weight: bold;
  color: #00A0E8;
  margin-bottom: 5px;
}

.h2-ttl-box-mini {
  padding: 0 7px 0;
  background: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 40px 10px 10px 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.h3-ttl-la {
  width: 411px;
  background: url(/ametalk/img/ttl-icon.png) no-repeat left 0px;
  background-size: 56px;
  font-size: 20px;
  padding-top: 0px;
  line-height: 29px;
  padding-left: 66px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 5px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  margin-top: 10px;
}

.h3-ttl-la.reverse {
  background: url(/ametalk/img/ttl-icon-reverse.png) no-repeat left 0px;
}

.h3-ttl-la.blue {
  color: #00a9e1;
}

.h3-ttl-la.red {
  color: #e64290;
}

.h3-ttl {
  margin-top: 2px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.vol-ttl {
  margin-top: 30px;
  margin-bottom: 12px;
}
.vol-ttl .vol {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
.vol-ttl .vol img {
  vertical-align: middle;
  width: 45px;
  height: 45px;
}

.vol-ttl p.ttl p {
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #E4007E;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  margin-left: 50px;
}

.vol-ttl .ttl p {
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #E4007E;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  margin-left: 50px;
}

.vol-ttl .ttl {
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #E4007E;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  margin-left: 50px;
}
#wrapper .vol-img2 {
  display:inline;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
#wrapper .vol-img2 img {
  max-width: 100%;
  height: auto;
}
#wrapper .vol-img2 .zoom-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
}
#wrapper .vol-img2 .zoom-btn img {
  width: 100%;
  height: auto;
}
.vol-img {
  text-align: center;
  position: relative;
  width: 535px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.vol-img img {
  width: 100%;
  height: auto;
}
.vol-img .zoom-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
}
.vol-img .zoom-btn img {
  width: 100%;
  height: auto;
}

.blue-btn {
  text-align: center;
}
.blue-btn a {
  display: inline-block;
  background: #4cc0ea;
  text-decoration: none;
  color: #ffffff;
  padding: 11px 75px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 13px;
}

.year-list-box {
  margin-bottom: 8px;
  font-size: 0;
}
.year-list-box li {
  display: inline-block;
  margin-right: 4px;
}
.year-list-box li a {
  cursor: pointer;
  display: block;
  background: #4cc0ea;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px 4px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 7px;
}
.year-list-box li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.year-list-box li p {
  cursor: pointer;
  display: block;
  background: #4cc0ea;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px 4px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 7px;
}


.tabletype01 {
  line-height: 2;
  margin-left: 65px;
}

.note {
  font-size: 12px;
  color: #999999;
  text-align: center;
}

.movie-player {
  text-align: center;
  width: 100%;
}
.movie-player img, .movie-player embed {
  width: 320px !important;
  height: 189px !important;
}

.left-area {
  width: 600px;
  float: left;
}

.second .left-area > .main-area {
  padding-bottom: 100px;
  background: url(/ametalk/img/footer-bg.png) transparent no-repeat center bottom;
  background-size: 100%;
}

.right-area {
  width: 300px;
  float: right;
}

.border-dotted {
  background: url(/ametalk/img/border-dotted.png) repeat-x left center;
  height: 7px;
  padding: 15px 0;
  width: 100%;
}

#aside {
  padding-top: 0 !important;
  width: auto;
}
#aside .aside-container {
  padding: 0;
}

.column-3-box {
  width: 615px;
}
.column-3-box > li {
  width: 192px;
/*  float: left;*/
  margin-bottom: 8px;
  margin-right: 8px;
  display:inline-block;
  vertical-align:top;
/*  min-height: 230px;*/
}
.column-3-box > li a {
  display: block;
  /*
  min-height: 192px;
  max-height: 192px;
  */
/*  max-height: 290px;*/
}

.column-3-box .cn-box .img-box img{
    max-height: 110px;
}

.column-3-box ul.icon-list-box {
  margin-top: 4px;
  font-size: 0;
}
.column-3-box ul.icon-list-box li {
  margin-right: 3px;
  font-size: 12px;
  display: inline-block;
}
.column-3-box ul.icon-list-box .vol {
  width: 23px;
}
.column-3-box ul.icon-list-box img {
  width: 100%;
  vertical-align: bottom;
}

.border {
  border: 1px solid #cccccc;
}

.pankuzu {
  margin-bottom: 15px;
}
.pankuzu li {
  display: inline-block;
}
.pankuzu li:after {
  content: " ＞";
}
.pankuzu li:last-child:after {
  content: none;
}

#page-top {
  position: fixed;
  bottom: 60px;
  right: 40px;
}

a.fancybox:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.dvd-detail {
  width: 560px;
  margin: 0 auto 10px;
}
.dvd-detail .left-box {
  width: 320px;
  float: left;
}
.dvd-detail .right-box {
  float: right;
  width: 210px;
}
.dvd-detail .d-box {
  margin-bottom: 10px;
}
.dvd-detail .d-box h4 {
  border-radius: 10px;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  padding: 2px 10px;
  margin-bottom: 10px;
  background: #D31477;
  color: #ffffff;
  padding-left: 23px;
}
.dvd-detail .digest-box h4 {
  background: url(/ametalk/img/ame-yellow.png) 6px 3px no-repeat #D31477;
  background-size: 11px;
}
.dvd-detail .buy-box h4 {
  background: url(/ametalk/img/ame-red.png) 6px 3px no-repeat #D31477;
  background-size: 11px;
}
.dvd-detail .sp-box h4 {
  background: url(/ametalk/img/ame-blue.png) 6px 3px no-repeat #D31477;
  background-size: 11px;
}
.dvd-detail .buy-area {
  margin: 0 auto;
  width: 128px;
}
.dvd-detail .buy-area img {
  width: 100%;
}
.dvd-detail .cloud-btn img {
  width: 100%;
  height: auto;
}

.sns-s-list {
  text-align: right;
  padding: 5px 0 10px;
}
.sns-s-list li {
  display: inline-block;
}
.sns-s-list a {
  display: block;
}
.sns-s-list a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.cn-box .sns-s-list {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
}

.form-contents {
  border-radius: 20px;
  padding: 20px;
  background: url(/ametalk/img/bg-faint.png) left 80px #fff repeat;
}
.form-contents h1 {
  text-align: center;
  margin-bottom: 10px;
}
.form-contents .btn-list-box {
  text-align: center;
}
.form-contents .btn-list-box li {
  display: inline-block;
}
.form-contents .btn-list-box a {
  margin: 4px;
  width: 120px;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  padding: 7px;
  font-weight: bold;
}
.form-contents .iframe-box {
  margin-top: 20px;
  text-align: center;
}

.form-contents.kanran {
  border: 8px solid #f0bc5a;
}
.form-contents.kanran .btn-list-box a {
  background: #eda826;
}
.form-contents.kanran > div {
  background: url(/ametalk/img/ame-brown.png) right bottom no-repeat;
  background-size: 21px;
  padding-bottom: 50px;
}

.form-contents.bbs {
  border: 8px solid #ef66b2;
}
.form-contents.bbs .btn-list-box a {
  background: #e4007f;
}
.form-contents.bbs > div {
  background: url(/ametalk/img/ame-pink.png) right bottom no-repeat;
  background-size: 21px;
  padding-bottom: 50px;
}

.slide-box {
  margin-bottom: 45px;
  padding: 32px 32px 10px;
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 57%, #d5d3d2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f4f4 57%, #d5d3d2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f4f4 57%, #d5d3d2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d5d3d2',GradientType=0 );
  /* IE6-9 */
  border-radius: 50px 0px 0px 0px;
}

#owl-demo {
  position: relative;
  width: 100%;
}
#owl-demo .item {
    width: 536px;
    height: 301px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#owl-demo .owl-wrapper-outer {
  border: 1px solid #eeeef0;
}
#owl-demo .owl-wrapper-outer img {
  vertical-align: bottom;
}
#owl-demo .owl-controls .owl-pagination {
  z-index: 10px;
  position: absolute;
  /* left: 50px; */
  margin-top: 14px;
  width: 100%;
}
#owl-demo .owl-controls .owl-buttons div {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 45px;
  height: 56px;
  text-indent: -9999px;
  opacity: 1;
  position: absolute;
}
#owl-demo .owl-controls .owl-buttons div:hover {
  filter: Alpha(Opacity=60);
  /*IE7 fix*/
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#owl-demo .owl-controls .owl-buttons .owl-prev {
  top: 42%;
  left: -23px;
  background: url(/ametalk/img/slide-prev.png) top left no-repeat;
}
#owl-demo .owl-controls .owl-buttons .owl-next {
  top: 42%;
  right: -23px;
  background: url(/ametalk/img/slide-next.png) top left no-repeat;
}
#owl-demo .item img {
  width: auto;
  height: auto;
  max-width: 536px;
  max-height: 301px;
}

.ellipsis {
  position: relative;
  height: 60px;
  overflow: hidden;
  line-height: 20px;
/*  color: #2CA3DD;*/
}

.ellipsis_topics {
  position: relative;
  height: 100px;
  overflow: hidden;
  line-height: 20px;
/*  color: #2CA3DD;*/
}

.ellipsis_next {
  position: relative;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
/*  color: #2CA3DD;*/
}

.ellipsis_next:before, .ellipsis_next:after,
.ellipsis_topics:before, .ellipsis_topics:after,
.ellipsis:before, .ellipsis:after {
  position: absolute;
  background: #F8F8F8;
}

.ellipsis_next:before,
.ellipsis_topics:before,
.ellipsis:before {
  content: "...";
  bottom: 0;
  right: 0;
}

.ellipsis_next:after,
.ellipsis_topics:after,
.ellipsis:after {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  float: right;
  width: 20px;
  top: -10px;
}

.txt-box {
        word-break: break-all;
}

.img-box-detail{
  text-align: center;
}

.txt-box-detail {
        word-break: break-all;
        margin-top: 10px;
}

.movie-detail {
    margin-left: -2px;
}

.summernote {
    text-align:justify;
    text-justify: inter-ideograph;
}

.summernote b {
    text-align:justify;
    font-weight:bold;
}

.summernote strong {
    font-weight:bold;
}

iframe._youtube {
  display:none;
}

.banner-area {
  border: 1px solid #dddddd;
  margin-right: 10px;
  margin-bottom: 20px;
}

.banner-area a{
  display: block;
}

.banner-area img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}