@charset "utf-8";

/*----------------------------------------------------*/


/* structure
------------------------------------------------------*/

#header {
  min-width: 1172px;
}

#header_local_macfan,
#container.top,
#footer_local,
#footer {
  min-width: 1172px;
}

#container.top {
  margin-top: 0;
}

#container.top #contents {
  float: none;
  width: 1128px;
  margin: 0 auto;
}

#pagetop {
  padding-left: 978px;
}


/*----------------------------------------------------*/


/* mainvisual
------------------------------------------------------*/

#mainvisual.top {
  width: 1190px;
  height: 428px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

#mainvisual .carousel {
  overflow: hidden;
}

#mainvisual .carousel > div {
  float: left;
  position: relative;
  width: 1190px;
}

#mainvisual .carousel .info {
  padding: 10px 107px;
  width: 976px;
}

#mainvisual .carousel .info dl {
  overflow: hidden;
  margin-left: 10px;
  width: 500px;
}

#mainvisual .carousel .info dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 123.1%
}

#mainvisual .carousel .info dd {
  line-height: 1.7;
}

#mainvisual .carousel .info .logo {
  float: right;
  margin-top: 5px;
}

#mainvisual .carousel a:hover .info .logo img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#mainvisual .prev,
#mainvisual .next {
  display: none;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
  z-index: 9;
}

#mainvisual .prev.disabled,
#mainvisual .next.disabled {
  display: none !important;
}

#mainvisual .prev {
  background: url(/files/user/img/brand/macfan/icon_carousel_prev.png) no-repeat;
  left: 17px;
}

#mainvisual .next {
  background: url(/files/user/img/brand/macfan/icon_carousel_next.png) no-repeat;
  right: 17px;
}


/*----------------------------------------------------*/


/* feature
------------------------------------------------------*/

#feature {
  display: inline-block;
  width:  100%;
}

#feature ul.list {
  overflow: hidden;
}

#feature ul.list > li {
  float: left;
  width: 360px;
  height:  120px;
  margin: 8px;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  overflow: hidden;
  position:  relative;
}

#latest_topics #feature ul.list > li .photo {height: 120px;}

#feature ul.list > li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin:  auto;
  width:  auto;
  height:  auto;
  max-width: 100%;
  max-height: 110%;
}

#feature_img img {
  margin: 24px 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  overflow: hidden;
}

#feature_img a {
  height:  0;
  font-size:  0;
  line-height:  0;
}


/*----------------------------------------------------*/


/* latest_topics
------------------------------------------------------*/

#latest_topics ul.list {
  overflow: hidden;
}

#latest_topics ul.list > li {
  position: relative;
  float: left;
  width: 360px;
  margin: 8px;
  border-radius:  2px;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  overflow:  hidden;
}

#latest_topics ul.list > li img {
  height: auto;
}

#latest_topics ul.list > li .photo {
  width:  360px;
  height: 130px;
  overflow: hidden;
  position: relative;
}

#latest_topics ul.list > li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin:  auto;
  width:  auto;
  height:  auto;
  max-width:  100%;
}

#latest_topics ul.list > li .photo .tag {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
}

#latest_topics ul.list > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}

#latest_topics ul.list > li > a:hover {
  background: #fff;
  opacity: 0.3;
  zoom: 1;
}
/* 
#latest_topics ul.list > li .photo .tag li {
float:left;
padding:6px 20px 6px 15px;
background:#000;
}
*/

#latest_topics ul.list > li .photo .tag li:first-child {
  /*background:#D3383D;*/
  background: #000;
  padding: 6px 12px;
  position: relative;
}

#latest_topics ul.list > li .detail {
  padding: 10px 10px 10px;
}

#latest_topics ul.list > li .date {
  font-size: 93%;
  color: #444;
}

#latest_topics ul.list > li .series {
  font-size: 93%;
  color: #D3383D;
}

#latest_topics ul.list > li .title {
  font-size: 128%;
  font-family: 'ゴシックMB101 M';
  height: 3em;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
}

#latest_topics ul.list > li .title a {
  color: #000;
}

#latest_topics ul.list > li .gaiyo {
  font-size: 93%;
  color: #444;
  margin-bottom: 5px;
  height: 60px;
  overflow: hidden;
}

#latest_topics ul.list > li .more {
  color: #D3383D;
  text-align: right;
  line-height: 1.5;
}

#latest_topics ul.list > li .more a {
  color: #D3383D;
}

#latest_topics ul.category {
  overflow: hidden;
  margin: 0 0 10px -15px;
}

#latest_topics ul.category li {
  float: left;
  margin: 0 0 15px 15px;
  line-height: 1.2;
  display: block;
  background: #FFF;
  padding: 8px;
  font-size: 116%;
  font-weight: bold;
  color: #000;
}

#latest_topics ul.category li a {
  display: block;
  background: #FFF;
  padding: 8px;
  font-size: 116%;
  font-weight: bold;
  color: #000;
}

#latest_topics ul.category li a:before {
  content: "";
  width: 17px;
  height: 16px;
  display: inline-block;
  background: url(/files/user/img/brand/macfan/icon_category.gif) no-repeat;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#latest_topics ul.topline {
  background: url(/files/user/img/brand/macfan/top/topline.PNG) repeat-x;
  margin-bottom: 0px;
}

#latest_topics #feature ul.list > li {
  margin: 24px 8px;
}


/*----------------------------------------------------*/


/* RSS
------------------------------------------------------*/

#latest_topics .rssReader {
  background: #fff;
  width: 736px;
  height: 368px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 8px;
  display: inline-block;
  float: left;
  overflow: auto;
}

#latest_topics .rssReader h2 {
  line-height: 1.5;
  background-color: #1d2338;
  color: #fff;
  padding: .2em.5em;
}

#latest_topics .rssReader .sub_title {
  font-size: 0.6em;
}

#latest_topics img[alt="ajax-loader.gif"] {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 126px;
}

#latest_topics .rssReader .new_item {
  background-image: none;
  padding-right: 0px;
}

#latest_topics .rssReader .new_item:before {
  content: "new";
  visibility: initial;
  display: inline-block;
  height: 18px;
  line-height: 14px;
  padding: 0px 5px;
  margin-right: .5em;
  margin-bottom: 3px;
  border-radius: 2px;
  vertical-align: middle;
  background: #D3383D;
  color: #fff;
  font-size: 12px;
}

#ygtv1,#ygtv11 {
  padding: 20px 24px 0;
}

#ygtv1>table,#ygtv11>table {
  display: none;
}

.ygtvitem a[href*="javascript"] {
  display: none;
}

.ygtvitem a {
  font-size: 115%;
  line-height: 1.7;
  color: #333;
  display: inline-block;
  width: 688px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.ygtvitem a:hover {
  opacity: .8;
  text-decoration: none;
}


/*----------------------------------------------------*/


/* information
------------------------------------------------------*/

#information {
  background: #666;
  letter-spacing: -0.40em;
  margin: 24px 8px;
  display: inline-block;
  width: 1112px;
}

#information h2,
#information .detail {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

#information h2 {
  width: 220px;
  color: #FFF;
  font-size: 153.9%;
  text-align: center;
}

#information .detail {
  width: 712px;
  margin: 4px 4px 4px 0;
  background: #FFF;
  padding: 8px 10px 6px 30px;
}

#information .detail li {
  font-size: 116%;
  color: #000;
}

#information .detail li a {
  font-size: 116%;
  color: #000;
}


/*----------------------------------------------------*/


/* popular
------------------------------------------------------*/

#popular {
  margin-bottom: 25px;
}

#popular ul.list {
  overflow: hidden;
}

#popular ul.list li {
  float: left;
  width: 510px;
  margin: 8px;
  border: 1px solid #eee;
  border-left: solid 5px #D3383D;
  padding: 16px;
  background: #FFF;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

#popular ul.list li:before {
  content: "";
  border: 6px solid transparent;
  border-left-color: #d3383d;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
}

#popular ul.list li .title {
  height: 65px;
  font-size: 123.1%;
  font-family: 'ゴシックMB101 M', "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#popular ul.list li .title a {
  color: #000;
}

#popular ul.list li .detail {
  overflow: hidden;
}

#popular ul.list li .detail .photo {
  float: left;
  width: 185px;
  height: 67px;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}

#popular ul.list li .detail .photo img {
  position: absolute;
  width: 185px;
  margin: 0px 0 0 0px;
}

#popular ul.list li .detail .text {
  overflow: hidden;
}

#popular ul.list li .detail .gaiyo {
  margin-bottom: 5px;
  height: 66px;
  color: #444;
}

#popular ul.list li .detail .more {
  float: left;
  line-height: 1;
}

#popular ul.list li .detail .more a {
  color: #D3383D;
}

#popular ul.list li .detail .date {
  float: right;
  line-height: 1;
  color: #444;
}


/*----------------------------------------------------*/


/* magazine
------------------------------------------------------*/

#magazine {
  margin-bottom: 25px;
}

#magazine ul.list {
  overflow: hidden;
}

#magazine ul.list > li {
  float: left;
  width: 215px;
  margin: 4px;
  background: #FFF;
  padding-top: 16px;
  border: 1px solid #eee;
  overflow:  hidden;
}

#magazine ul.list > li .photo {
  text-align: center;
  margin-bottom: 16px;
  width:  100%;
  height: 230px;
  position:  relative;
}

#magazine ul.list > li .photo img {
  position:  absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin:  auto;
  width:  auto;
  height:  auto;
  max-width:  100%;
  max-height:  100%;
}

#magazine ul.list > li p {
  margin: 0 10px 10px;
}

#magazine ul.list > li p a {
  color: #000;
}