@charset "utf-8";
/*
  ページ全体、ヘッダー（エラー用含む）・フッター用CSS(タブ用)
  ver1.0
  作成日：2011/3/31
  更新日：2012/10/17 新レイアウト
  更新内容：
*/
/* 全般
-------------------------------------------------------------------------------- */
a { text-decoration: none; }
* { margin: 0; padding: 0;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #686f79;
    word-break:loose;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    word-break: break-all;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
li {list-style-type: none; }
img {border-style:none;}
/* ページ全体設定 */
body{
    width:100%;
    -webkit-user-select:none;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    padding: 0;
    margin:0 ;
}

* html body{
    overflow: hidden;
}
html {display: block;}

@media print {
  * {
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
@media only screen and (max-width:810px) {
    * { color:darkblue;font-size: 10px;}
}
*/

input[type="submit"] {
    -webkit-appearance: none;
}
input[type="button"] {
    -webkit-appearance: none;
}
input[type="search"] {
    -webkit-appearance: none;
}
a:hover {
  color: #3366cc;
}

/* 全体ラッパー
-------------------------------------------------------------------------------- */
#wrap_contents{
    width:100%;
    height: 100%;
    margin:0 auto;
}
/* 全体ヘッダー
-------------------------------------------------------------------------------- */
#main_header{
    position:fixed;
    width: 100%;
    top:0;left:0;
    min-height: 38px;
    border-bottom:1px solid #bac0c8;
    z-index:100;
    background-color: rgba(255,255,255,0.95);
}
#main_header .wrap_header{
    position:relative;
   /* width: 100%; */
    top:0;left:0;
    width: 1272px;
    max-width: 1272px;
    min-width: 650px;
    height:26px;
    margin:0 auto;
    padding:6px 4px;
}
#main_header >.cover_bg{
    position:absolute;
    width:100%;height:100%;
    background-color:#fff;
}
#main_header .trans_bg{
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity:0.70;
}
#main_header .wrap_header .left_pert {
    position:relative;
    display:block;
    height: 26px;
    float:left;
}
#main_header .wrap_header .left_pert >div {
    float:left;
}
#main_header .wrap_header .home_img {
    float:left;
    margin:0 5px 0 15px;
    padding : 0 2px;
}
#main_header .wrap_header .home_img img {
    margin:0 0 0 5px;
}
#main_header .wrap_header .pre_play_title {
    width:180px;
    height:26px;
    display:inline-block;
    overflow:hidden;
    margin:0 5px 0 15px;
    padding : 0 2px;
}
#main_header .wrap_header .pre_play_title a {
    width:100%;
    height:24px;
    display:block;
    border:1px solid  transparent;
}
#main_header .wrap_header .pre_play_title .thumb_block {
    float:left;
    margin-right:3px;
}
#main_header .wrap_header .pre_play_title .thumb_block img {
    height:22px;
    border:1px solid #bac0c8;
}
#main_header .wrap_header .pre_play_title .thumb_block_cover{
    position:absolute;
    top:0;
    left0;
    width: 32px;
    height:100%;
    z-index:10;
    overflow:hidden;
}
#main_header .wrap_header .pre_play_title .title {
    height:12px;
    line-height:12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
#main_header .wrap_header .pre_play_title .explain {
    height:12px;
    line-height:12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
#main_header .wrap_header .pre_play_title a:hover div{
    color:#3366cc;
}
#main_header .wrap_header .campain_area{
    position:relative;
    top: -2px;
}
#main_header .wrap_header .regist_pert_top {
    width:180px;
    height:26px;
    display:inline-block;
    overflow:hidden;
    margin:0 5px 0 15px;
    padding : 0 2px;
}
#main_header .wrap_header .regist_pert_top h1 {
    font-size:8px;
    height:10px;
    line-height:10px;
    overflow:hidden;
}
#main_header .wrap_header .regist_pert_top a {
    height:13px;
    line-height:13px;
    overflow:hidden;
    display: inline-block;
}
#main_header .wrap_header .regist_pert {
    width:180px;
    height:26px;
    display:inline-block;
    overflow:hidden;
    margin:5px 5px 0 15px;
    padding : 0 2px;
}
#main_header .wrap_header .regist_pert a {
    height:20px;
    line-height:20px;
    overflow:hidden;
}

#main_header .wrap_header  .right_pert{
    float:right;
}
#main_header .wrap_header  .right_pert>div{
    float:left;
}

.wrap_header .normal_btn {
    position:relative;
    min-width:86px;
    height:22px;
    line-height:24px;
    border:1px solid #a6a6a6;
    background-color:#fff;
    text-align:center;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
         border-radius:3px;
    color: #a6a6a6;
    padding:0 10px ;
}
.wrap_header .normal_btn a{
    display:block;
    color: #a6a6a6;
}
.wrap_header .normal_btn a:hover{
    color: #3366cc;
}
/*
.wrap_header .normal_btn a div{
    width:auto;
    margin:0 auto;
}
*/
.wrap_header .normal_btn a img {
    position:relative;
    vertical-align:middle;
    width: 18px;
    top:-1px;
    margin-right:4px;
}
.wrap_header .link_bar {
    position:relative;
    min-width:120px;
    height:24px;
    line-height:24px;
    text-align:center;
    color: #a6a6a6;
    padding:0 10px ;
}
.wrap_header .link_bar a{
    display:block;
    color: #a6a6a6;
}
.wrap_header .link_bar a img {
    position:relative;
    vertical-align: text-bottom;
    width: 18px;
    margin-right:4px;
}
.wrap_header .link_bar a:hover{
    color: #3366cc;
}
.wrap_header .normal_btn a:hover div{
    color: #3366cc;
}
.wrap_header .right_pert> .search{
    position:relative;
    float:left;
    height:24px;
    margin-right:-4px;
}


.wrap_header .search_bar input::placeholder {
  color: #999999;
}
.wrap_header .search_bar input::-webkit-input-placeholder {
  color: #999999;
}
.wrap_header .search_bar input::-moz-placeholder {
  color: #999999; opacity: 1;
}
.wrap_header .search_bar input:-ms-input-placeholder {
  color: #999999;
}

.wrap_header .search_bar input:focus::placeholder {
	color:transparent;
}
.wrap_header .search_bar input:focus::-webkit-input-placeholder {
	color:transparent;
}
.wrap_header .search_bar input:focus:-moz-placeholder {
	color:transparent;
}
.wrap_header .search_bar input:focus::-ms-input-placeholder {
	color:transparent;
}




.wrap_header .search_bar .search_box{
    position:absolute;
    display:inline-block;
    top:0px;
    right:50px;
    width:230px;
    height: 22px;
    line-height:22px;
    border:1px solid #a6a6a6;
    background-color:#fff;
    -webkit-border-radius: 3px 0 0 3px ;
    -moz-border-radius:  3px 0 0 3px ;
         border-radius:  3px 0 0 3px ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
.wrap_header .search_bar .search_box :hover >search_box{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.wrap_header .search_bar .search_box input{
    position:relative;
    width: 200px;
    height: 16px;
    line-height:16px;
    padding:0 0 0 5px;margin:0;
    text-align:center;
    border:1px solid transparent;
    text-align:left;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
          vertical-align: baseline;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.wrap_header .search_bar .search_box .dell_btn{
    position:relative;
    display:inline-block;
    height: 16px;
    line-height:16px;
    font-size:14px;
    margin:3px;
    cursor:pointer;
}
.wrap_header .search_bar .search_box .dell_btn a {
	color: #ccc
}
.wrap_header .search_bar .sub_btn{
    position:relative;
    display:inline-block;
    top:0px;left:-4px;
    width:48px;
    height: 24px;
    line-height:24px;
    background-color:#a6a6a6;
    -webkit-border-radius:0 3px 3px 0 ;
    -moz-border-radius:0 3px 3px 0 ;
         border-radius:0 3px 3px 0 ;
    text-align:center;
}
.wrap_header .search_bar .sub_btn img{
    wudth: 18px;
    height: 18px;
    margin:3px 3px 0 3px ;
}
.wrap_header .search_bar .search_list {
    position:absolute;
    width:350px;
    top:23px;right:-70px;
    border:1px solid #a6a6a6;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33); /* Firefox用 */
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33); /* Safari用 */
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33); /* Common */
}
/*  サムネイルリスト */
.wrap_header .search_bar .search_list>ul {
    width:350px;
    display:inline-block;
}
.wrap_header .search_bar .search_list>ul li{
    position:relative;
    width:100%;
    height: 80px;
    background:#fff;
    float:left;
}
.wrap_header .search_bar .search_list>ul li a{
    display: block;
    width:338px;
    height: 65px;
    padding: 7px;
    border-bottom:1px solid #bac0c8;
    z-index:1000;
}
.wrap_header .search_bar .search_list>ul li:last-child a{
    border-bottom:0px;
}
.wrap_header .search_bar .search_list>ul li:last-child{
    border-bottom:1px solid #bac0c8;
}
.wrap_header .search_bar .search_list>ul li .hidden_cover_bg{
    position:absolute;
    display:none;
    width:100%;
    height: 100%;
    top:0;left:0;
    background-color:#fff;
    filter:alpha(opacity=65);
    -moz-opacity:0.65;
    -khtml-opacity:0.65;
    opacity:0.65;
    overflow:hidden;
    z-inxex:100;
}
.wrap_header .search_bar .search_list>ul li .exp_color >div{
    color:#a6a6a6;
}
.wrap_header .search_bar .search_list>ul a:hover {
  text-decoration: none;
}
/* サムネイル画像領域 */
.wrap_header .search_bar .search_list>ul .thumb_block {
    position:relative;
    float: left;
    width:  64px;
    height: 64px;
    margin-right:4px;
    overflow:hidden;
}
.wrap_header .search_bar .search_list>ul .thumb_block img {
    position:relative;
    top:-2px;left:-2px;
    width: 68px;
}
.wrap_header .search_bar .search_list>ul li .no_cover_contents{
    position:absolute;
    margin:0 0;
    top:7px;left:75px;
    background-color:transparent;
}
/* タイトル表記 */
.wrap_header .search_bar .search_list>ul li a div>.title {
    width:98%;
    width: 260px;
    height: 30px;
    padding-bottom:8px;
}
.wrap_header .search_bar .search_list>ul .title_name{
    height:30px;
    padding:0 3px;
    overflow: hidden;
}
.wrap_header .search_bar .search_list>ul .title_name >div{
    display:table-cell;
    vertical-align: middle;
    height:30px;
    line-height:15px;
}
.wrap_header .search_bar .search_list>ul .free_word {
    display:block;
    float:right;
    width:22px;height:22px;
    margin:2px;padding;1px;
    line-height:11px;
    text-align:center;
    font-size:9px;
    color:red;
    border:1px solid #f00;
}
.wrap_header .search_bar .search_list>ul div.add_word_icon {
    position:relative;
    display:block;
    float:right;
    width:36px;height:36px;
    text-align:center;
}
.wrap_header .search_bar .search_list>ul div.add_word_icon >div {
    position:absolute;
    text-align:center;
    width:36px;height:36px;
    line-height:36px;
    font-size:10px;
    top:-5px;
    right:-12px;
}
.wrap_header .search_bar .search_list>ul div.add_word_icon >div.row2 {
    height:30px;
    padding-top:6px;
    line-height:12px;
}
.wrap_header .search_bar .search_list>ul .add_word_icon img{
    position:absolute;
    width:36px;
    top:-5px;
    right:-12px;
}


.wrap_header .search_bar .search_list>ul .explain {
    height: 26px;
    line-height: 13px;
    margin-bottom:2px;
    overflow:hidden;
}
.wrap_header .search_bar .search_list >div {
    width:100%;
    height:28px;line-height:28px;margin:0;
    background-color:#dfe2e8;
    text-align:center;
}

/* ヘッダー内 ポイント表示
-------------------------------------------------------------------------------- */
.myPoint {
    margin: 0.35em -0.4em 0 0.4em;
    padding: 0.18em 0.4em 0.2em 0.4em;
    font-size: 11px;
    line-height: 1;
    border-radius: 2px;
    color: #fff;
    background-color: #aaa;
    display: inline-block;
    vertical-align: top;
}

/* ヘッダー内 追加ヘッダー（エラー時用
-------------------------------------------------------------------------------- */
#main_header .add_header{
    position:relative;
    width: 100%;
    height:50px;
    padding:2px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index:100;
}
#main_header .add_header .wrap{
    width:1280px;
    height:100%;
    margin:0 auto;
}
#main_header .add_header .wrap h3{
    line-height:50px;
}
#main_header .add_header .wrap h3.row2{
    line-height:25px;
}
#main_header .add_header .wrap >div{
    float:left;
}
#main_header .add_header .wrap >div.right_pert{
    float:right;
    margin-right:4px;
}

/* エラー時用 */
#main_header .error_back{
    background-color:#000;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#000));
    background: -moz-linear-gradient(linear, left top, left bottom, from(#888), to(#000));
    border: 3px solid #f00;
    z-index:101;
}
/* INFO時用 */
#main_header .info_back{
    background-color:#00f;
    background: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#88c));
    background: -moz-linear-gradient(linear, left top, left bottom, from(#00f), to(#88c));
    z-index:101;
}
#main_header .info_back2{
    background-color:#00f;
    background: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#88c));
    background: -moz-linear-gradient(linear, left top, left bottom, from(#00f), to(#88c));
    linear-gradient(top center, #00f 0%, #88c 100%);
    z-index:101;
}

/* 警告用(サンキューメール) */
#main_header .wern_back{
    background-color:#f00;
    background: -webkit-gradient(linear, left top, left bottom, from(#f99), to(#f00));
    background: -moz-linear-gradient(linear, left top, left bottom, from(#f99), to(#f00));
    z-index:101;
}

/* ヘッダー内メニュー設定
-------------------------------------------------------------------------------- */
#menu_list2 {
    position:relative;
    display:inline-block;
    width:115px;
    height: 24px;
    margin:0;
    float:left;
    z-index:100000000;
    list-style: none;
}

#menu_list2 >li{
    position:relative;
    width:84px;
    padding-left:3px;
    height:24px;
    z-index:100000000;
}

}
#menu_list .menu_btn div:hover {
    color: #3366cc;
}
#menu_list .menu_btn .icon_bg {
    position:relative;
}
#menu_list li:hover  >ul
{
    display: block;
}

/* メニューリストメイン */
#menu_list ul
{
    position: absolute;
    display: none;
    top: 32px;
    left: 3px;
    background: #fff;
    border:1px solid #a6a6a6;
    -moz-border-radius: 0 3px 3px 3px;
    border-radius:  0 3px 3px 3px;
    padding:3px 0;
    -moz-box-shadow: 3px 3px 3px #777; /* Firefox用 */
    -webkit-box-shadow: 3px 3px 3px #777; /* Safari */
    box-shadow: 3px 3px 3px #777; /* 共通 */
}
#menu_list >ul {
    z-index:1001;
}

/* メニュー行設定 */
#menu_list ul li{
    float: none;
    height:16px;
    line-height: 16px;
    margin: 0;
    padding: 3px 5px;
    display: block;
}
#menu_list ul>li{
    width:160px;
}
#menu_list ul div.selecter{
    display:inline-block;
    position:relative;
    width:0;height:0;
    top:-16px;left:165px;
    border-left: 10px solid #bac0c8;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}

#menu_list ul div.selecter >div{
    position:relative;
    width:0;height:0;
    top:-5px;left:-10px;
    border-left: 9px solid #fff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}
/* メニューリストの行全体設定 */
#menu_list ul a
{
    padding: 0 0 0 10px ;
    height: 14px;
    width: 130px;
    line-height: 14px;
    display: block;
    white-space: nowrap;
    float: none;
}

/* サブメニュー位置 */
#menu_list ul ul{
  top: -1px;
  left: 171px;
  width: 250px;
}

/* メニューリストのサブメニュー行の追加設定 */
#menu_list ul li ul li a
{
    width: auto;
    min-width:200px;
}
/* Clear floated elements */
#menu_list:after
{
    content: " ";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

* html #menu_list             { zoom: 1; } /* IE6 */
*:first-child+html #menu_list { zoom: 1; } /* IE7 */

/* 作品購入ダイアログタグ（Full HD/2K・標準版）
-------------------------------------------------------------------------------- */
.hd_tab_link {
    padding: 9px 73px;
}
.sd_tab_link {
    padding: 9px 91px;
}


/* 内部コンテンツ（ヘッダーフッター以外））
-------------------------------------------------------------------------------- */
#contentsArea {
    position:relative;
    width:1280px;
    height: 100%;
    margin:0 auto;
    top:38px;
}
.add_padding #contentsArea{
    width:1272px;
    padding:0 4px;
}
.add_top_header #contentsArea{
    top:93px;
}
.add_top_header .maypage_header{
    top:93px;
}
.add_top_header #main_hooter {
    top:93px;
}


/* フッター
-------------------------------------------------------------------------------- */
#main_hooter {
    position:relative;
    width:100%;
    min-width:1300px;
    top:38px;
    margin-bottom:30px;
    display: block;
    text-align: center;
    background-color: #dde;
    border-top:1px solid #bac0c8;
}
#main_hooter h4 {
    font-size: 1em;
    /*text-shadow: 1px 1px 2px rgba(0,0,0, 0.7); */
    color: #777;
    margin-bottom:5px;
}
.footer_menu {
    display:inline-block;
    width:1280px;
    margin: 0 auto;
    text-align: center;
}
.footer_menu  li{
    min-width:180px;
    display: inline-block;
    display: -moz-inline-box;
    padding:3px 10px;

}

/* こどもちゃんねる
-------------------------------------------------------------------------------- */
.dow_link_list {
    text-align:center;
}
.dow_link_list .dow_link {
    display:inline-block;
    width:120px;
    border-right: 1px solid gray;
}
.dow_link_list li:nth-of-type(7n){
    border-right: 0;
}
.dow_icon_list {
    text-align:center;
}
.dow_icon_list .dow_link {
    display:inline-block;
    width:120px;
    height:60px;
}
.dow_icon_list li {
    position: relative;
}
.dow_icon_list li a{
    position:absolute;
    bottom:0px;
    left:0px;
    width:120px;
    height:60px;
}
.dow_icon_list li:nth-of-type(7n){
    border-right: 0;
}
.dow_icon_list img {
    position:relative;
    margin: 0 auto;
    bottom:0px;
}

.child_dayodweek_bar {
    height: 56px;
    border-radius: 5px;
    border: 1px solid gray;
    margin-top: 14px;
    margin-bottom: 10px;
}
.child_dayodweek_bar .inner{
    height: 46px;
    margin: 5px;
}
.child_dayodweek_bar .inner .dayofweek_name {
    display: block;
    line-height: 1em;
    color:#fff;
    float:left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: 700;
}
.child_dayodweek_bar .inner .dayofweek_kanji {
    display: block;
    float:left;
    margin: 15px;
    opacity: 0.6;
    color:#fff;
}
.child_dayodweek_bar .inner .calendar_img {
    height: 32px;
    margin: 8px 10px;
    float:left;
}
.child_dayodweek_bar .inner .today_img {
    height: 32px;
    float:right;
    margin: 8px 10px;
}

.dayodweek_color_1 {background-color:#eb6100;}
.dayodweek_color_2 {background-color:#e71f1a;}
.dayodweek_color_3 {background-color:#90d1d8;}
.dayodweek_color_4 {background-color:#75bc39;}
.dayodweek_color_5 {background-color:#fabe00;}
.dayodweek_color_6 {background-color:#4a5aa7;}
.dayodweek_color_7 {background-color:#e61c77;}

ul.child_weekly_list {
    position:relative;
    display:inline-block;
    width:100%;
}
.child_weekly_list >li{
    position:relative;
    width:200px;
    min-height:276px;
    margin:0 13px 8px 0;
    float:left;
}
.child_weekly_list >li.no_margin{
    margin-bottom:0 ;
}
.child_weekly_list li:nth-of-type(6n){
    margin-right:0;
}
.child_weekly_list li >a{
    display:block;
    width:200px;
    height:274px;
    border:1px solid #bac0c8;
    background-color: #fff;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33); /* Firefox用 */
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33); /* Safari用 */
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33); /* Common */
    padding:3px;
}
.child_weekly_list li a > .title_img{
    position:relative;
    width:200px;
    height:200px;
    margin:0 0 4px 0;
    text-align:center;
}
.child_weekly_list li a .title_img img{
    position:relative;
    width:200px;
    display:inline;
}
.child_weekly_list li a >.title_img:after {
    content: url("http://img.videomarket.jp/icon/vm_pc/blank.gif");
    background-color:#fff;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    width:100%;height:100%;
    display:block;
    position:absolute;top:0px;left:0;
}
.child_weekly_list li .title{
    position: relative;
    width:200px;
    height:36px;
    line-height:16px;
    overflow: hidden;
    margin-top: 7px;
    z-index:2;
}
.child_weekly_list li .explain{
    position:relative;
    width:200px;
    height:36px;
    line-height:16px;
    overflow: hidden;
    z-index:2;
}
.dow_inner_link {
    height:1px;
    top: -28px;
    position: relative;
}

/* 気になる！報告
-------------------------------------------------------------------------------- */

.access_b{
    position: fixed; 
    font-size: 12pt;
    top: 92%; 
    right: 37px; 
    padding: 10px 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color:#ffec64;
    border:1px solid #ffaa22;
    cursor:pointer;
}
.access_b:hover{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    background-color:#ffab23;
}
.access_b #access_b_c{
    color: #333333;
    font-weight: bold;
    text-shadow: 0px 1px 0px #ffee66;
}





/*メニュー変更--------------------------------------------------------------------------------*/

#nav{
    height: 15px;
    border-radius: 3px;
    padding:0px 0 ;
    background-color: #fff;
}


#nav, #nav li{
    display: block;
    list-style: none;
    position: relative;
    z-index: 82;
}

#nav > li{
    float: left;
    z-index: 82;

}
#nav .li-menu a{
    color:#777777;
    /* Chrome & Safari */
    background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
    background-image: -webkit-gradient(#ffffff, #f1f1f1);
    /* Firefox */
    background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
    /* Opera */
    background: -o-linear-gradient(#ffffff, #f1f1f1);
    /* IE */
    background: -ms-linear-gradient(#ffffff, #f1f1f1);
}

#nav .li-menu a:hover,#nav .l8 a:hover{
    color:#5d5d5d;
    background: #e3e3e3;
}


    /* テレビドラマ */
    #nav .l1 a{
        /*color:#4166d4;*/
        /* Chrome & Safari */
        background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
        background-image: -webkit-gradient(#ffffff, #f1f1f1);
        /* Firefox */
        background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
        /* Opera */
        background: -o-linear-gradient(#ffffff, #f1f1f1);
        /* IE */
        background: -ms-linear-gradient(#ffffff, #f1f1f1);
    }
    #nav .l1 > a{
        border-left:4px solid #4166d4;
        border-color:#4166d4;
        background-image:
            url("http://img.videomarket.jp/icon/vm_pc/Forward-64.png"),
            linear-gradient(#ffffff, #f1f1f1);
        background-repeat:
            no-repeat,
            repeat;
        background-position:
            right,
            bottom;
        background-size: 
            15px 15px, 
            auto;
    }
    #nav .l1 > a:hover{
        border-left:4px solid #fff;
    }


    #nav .l1 a:hover{
        color:#fff;
        background: #4166d4;
    }
    /* 映画 */
    #nav .l2 a{
        /*color:#8f62c2;*/
        /* Chrome & Safari */
        background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
        background-image: -webkit-gradient(#ffffff, #f1f1f1);
        /* Firefox */
        background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
        /* Opera */
        background: -o-linear-gradient(#ffffff, #f1f1f1);
        /* IE */
        background: -ms-linear-gradient(#ffffff, #f1f1f1);
    }
    #nav .l2 > a{
        border-left:4px solid #8f62c2;
        border-color:#8f62c2;
        background-image:
            url("http://img.videomarket.jp/icon/vm_pc/Forward-64.png"),
            linear-gradient(#ffffff, #f1f1f1);
        background-repeat:
            no-repeat,
            repeat;
        background-position:
            right,
            bottom;
        background-size: 
            15px 15px, 
            auto;
    }
    #nav .l2 > a:hover{
        border-left:4px solid #fff;
    }
    #nav .l2 a:hover{
        color:#fff;
        background: #8f62c2;
    }

    /* アニメ */
    #nav .l3 a{
        /*color:#ec3c3c;*/
        /* Chrome & Safari */
        background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
        background-image: -webkit-gradient(#ffffff, #f1f1f1);
        /* Firefox */
        background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
        /* Opera */
        background: -o-linear-gradient(#ffffff, #f1f1f1);
        /* IE */
        background: -ms-linear-gradient(#ffffff, #f1f1f1);
    }
    #nav .l3 > a{
        border-left:4px solid #ec3c3c;
        border-color:#ec3c3c;
        background-image:
            url("http://img.videomarket.jp/icon/vm_pc/Forward-64.png"),
            linear-gradient(#ffffff, #f1f1f1);
        background-repeat:
            no-repeat,
            repeat;
        background-position:
            right,
            bottom;
        background-size: 
            15px 15px, 
            auto;
    }
    #nav .l3 > a:hover{
        border-left:4px solid #fff;
    }
    #nav .l3 a:hover{
        color:#fff;
        background: #ec3c3c;
    }

    /* 韓流アジア */
    #nav .l4 a{
        /*color:#db832b;*/
        /* Chrome & Safari */
        background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
        background-image: -webkit-gradient(#ffffff, #f1f1f1);
        /* Firefox */
        background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
        /* Opera */
        background: -o-linear-gradient(#ffffff, #f1f1f1);
        /* IE */
        background: -ms-linear-gradient(#ffffff, #f1f1f1);
    }
    #nav .l4 > a{
        border-left:4px solid #f49230;
        border-color:#f49230;
        background-image:
            url("http://img.videomarket.jp/icon/vm_pc/Forward-64.png"),
            linear-gradient(#ffffff, #f1f1f1);
        background-repeat:
            no-repeat,
            repeat;
        background-position:
            right,
            bottom;
        background-size: 
            15px 15px, 
            auto;
    }
    #nav .l4 > a:hover{
        border-left:4px solid #fff;
    }
    #nav .l4 a:hover{
        color:#fff;
        background: #f49230;
    }

    /* パチ＆スロ */
    #nav .l5 a{
        /*color:#b9ab34;*/
        /* Chrome & Safari */
        background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
        background-image: -webkit-gradient(#ffffff, #f1f1f1);
        /* Firefox */
        background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
        /* Opera */
        background: -o-linear-gradient(#ffffff, #f1f1f1);
        /* IE */
        background: -ms-linear-gradient(#ffffff, #f1f1f1);
    }
    #nav .l5 > a{
        border-left:4px solid #e8d642;
        border-color:#e8d642;
        background-image:
            url("http://img.videomarket.jp/icon/vm_pc/Forward-64.png"),
            linear-gradient(#ffffff, #f1f1f1);
        background-repeat:
            no-repeat,
            repeat;
        background-position:
            right,
            bottom;
        background-size: 
            15px 15px, 
            auto;
    }
    #nav .l5 > a:hover{
        border-left:4px solid #fff;
    }
    #nav .l5 a:hover{
        color:#fff;
        background: #e8d642;
    }

    /* バラエティ */
    #nav .l6 a{
        /*color:#57b153;*/
        /* Chrome & Safari */
        background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
        background-image: -webkit-gradient(#ffffff, #f1f1f1);
        /* Firefox */
        background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
        /* Opera */
        background: -o-linear-gradient(#ffffff, #f1f1f1);
        /* IE */
        background: -ms-linear-gradient(#ffffff, #f1f1f1);
    }
    #nav .l6 > a{
        border-left:4px solid #57b153;
        border-color:#57b153;
        background-image:
            url("http://img.videomarket.jp/icon/vm_pc/Forward-64.png"),
            linear-gradient(#ffffff, #f1f1f1);
        background-repeat:
            no-repeat,
            repeat;
        background-position:
            right,
            bottom;
        background-size: 
            15px 15px, 
            auto;
    }
    #nav .l6 > a:hover{
        border-left:4px solid #fff;
    }
    #nav .l6 a:hover{
        color:#fff;
        background: #57b153;
    }

    /* その他 */
    #nav .l7 a{
        /*color:#519999;*/
        /* Chrome & Safari */
        background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
        background-image: -webkit-gradient(#ffffff, #f1f1f1);
        /* Firefox */
        background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
        /* Opera */
        background: -o-linear-gradient(#ffffff, #f1f1f1);
        /* IE */
        background: -ms-linear-gradient(#ffffff, #f1f1f1);
    }
    #nav .l7 > a{
        border-left:4px solid #66c0c0;
        border-color:#66c0c0;
        background-image:
            url("http://img.videomarket.jp/icon/vm_pc/Forward-64.png"),
            linear-gradient(#ffffff, #f1f1f1);
        background-repeat:
            no-repeat,
            repeat;
        background-position:
            right,
            bottom;
        background-size: 
            15px 15px, 
            auto;
    }
    #nav .l7 > a:hover{
        border-left:4px solid #fff;
    }
    #nav .l7 a:hover{
        color:#fff;
        background: #66c0c0;
    }
/* menu text */
#nav a{
    display: block;
    line-height: 37px;
    padding: 0 0.5em;
    z-index: 82;
    position: relative;
    color: #716F6F;

}         
/* Subnav Menu*/
#nav .submenu{
    display: none;
    position: absolute;
    z-index: 80;
    background-color: #fff;
    border: 1px solid #bac0c8;
    border-radius: 3px;

    left: 0px;
    top: 18px;
    min-width: 100%;

    -o-box-shadow:      0px 1px 3px 0px rgba(0,0,0,0.33) ;
    -icab-box-shadow:   0px 1px 3px 0px rgba(0,0,0,0.33);
    -khtml-box-shadow:  0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow:         0px 1px 3px 0px rgba(0,0,0,0.33);

}
            #nav .submenu li{
                display: static;
                padding: 0px auto;
                line-height: 80px !important;
            }
                #nav .submenu li:hover{
                    background: #EEEEEE;
                }
            
                #nav .submenu a{
                    display: block;
                    line-height: 24px !important;
                    white-space: nowrap;
                }
            
                #nav > li:hover .submenu{
                      display: block;
                }
                    /* Hide next level of subnavigation */
                    #nav > li:hover > .submenu .submenu{
                       display: none;
                    }

                #nav .padding{
                    display: block;
                    position: absolute;
                    z-index: 78;
                
                    width: 100%;
                    height: 100%;
                
                    top: 0px;
                    left: 0px;
                    background: none !important;
                }
                    /* Padding amount for first-level dropdown */
                    #nav > li > .submenu > .padding{
                        width: 160%;
                        left: -30%;
                        height: 140%;
                    }
            
                #nav .buffer{
                    display: block;
                    position: absolute;
                    bottom: 0px;
                    right: 100%;
                
                    width: 100%;
                    height: 100%;
                    background: none !important;
                }
            
                #nav .shadow{
                    display: none !important;
                }
    
        /*  Third-level Subnavigation */
            #nav .submenu .submenu{
                position: absolute;
                left: 100%;
                top: -1px;
            }
                #nav .submenu .submenu .padding{
                    width: 150%;
                    top: -35%;
                    height: 170%;
                }
                /*  Show subnavigation */
                #nav > li:hover .submenu li:hover > .submenu{
                    display: block;
                    z-index: 70 !important;
                }

        /* CSS3 Transition Handling */
        #nav.use-trans li > .submenu{
            opacity: 0;
            display: block !important;
            left: -9999px !important;
        
            -moz-transition:        0.2s opacity ease-in, 0s left linear 0.22s;
            -webkit-transition:     0.2s opacity ease-in, 0s left linear 0.22s;
            -khtml-transition:      0.2s opacity ease-in, 0s left linear 0.22s;
            -icab-transition:       0.2s opacity ease-in, 0s left linear 0.22s;
            -ms-transition:         0.2s opacity ease-in, 0s left linear 0.22s;
            -o-transition:          0.2s opacity ease-in, 0s left linear 0.22s;
            transition:             0.2s opacity ease-in, 0s left linear 0.22s;
        }
            /* Hide next level of subnavigation */
            #nav.use-trans > li:hover > .submenu .submenu{
                display: block !important;
                left: -9999px !important;
            }

        
            /* Hover */
            #nav.use-trans > li:hover > .submenu,
            #nav.use-trans > li > .submenu li:hover > .submenu{
                opacity: 1 !important;
            
                -moz-transition-delay:      0s;
                -webkit-transition-delay:   0s;
                -khtml-transition-delay:    0s;
                -icab-transition-delay:     0s;
                -ms-transition-delay:       0s;
                -o-transition-delay:        0s;
                transition-delay:           0s;
            }
                #nav.use-trans > li:hover > .submenu                {   left: 0px !important;   }
                #nav.use-trans > li > .submenu li:hover > .submenu  {   left: 100% !important;  }

        /*  Running Border on Subnavigation
        -   Stable implementation requires an additional span tag at the end of each anchor tag.
       */
        #nav ul a{
            position: relative;
            padding: 0px 14px 0px 8px;
        }
        /* 項目の板面  */
            #nav ul a span{
                position: absolute;
                bottom: 0px;
                left: 0px;
                height: 1px;
                width: 100%;
                background-color: #fff;
            }

    #nav > li:first-child{
        border-left: 0 !important;
    }

    #nav .ul1 > li {
    padding: 1px 1px 0px 0px;
    }

    #nav .ul2 > li {
    padding: 1px 1px 0px 0px;
    }

/* ul2のグラデーション*/
    #nav .submenu .ul2 li {
        padding: 1px 2px 0px 0px;
        /* Chrome & Safari */
        background-image: -webkit-linear-gradient(#fff, #f9f9f9);
        background-image: -webkit-gradient(#fff, #f9f9f9);
        /* Firefox */
        background-image: -moz-linear-gradient(#fff, #f9f9f9);
        /* Opera */
        background: -o-linear-gradient(#fff, #f9f9f9);
        /* IE */
        background: -ms-linear-gradient(#fff, #f9f9f9);
    }

    #nav .submenu .ul2 li:hover {
        /* Chrome & Safari */
        background-image: -webkit-linear-gradient(#efefef, #eee);
        background-image: -webkit-gradient(#efefef, #eee);
        /* Firefox */
        background-image: -moz-linear-gradient(#efefef, #eee);
        /* Opera */
        background: -o-linear-gradient(#efefef, #eee);
        /* IE */
        background: -ms-linear-gradient(#efefef, #eee);
    }
.nav-divider {
    margin: 0px 1px 1px 14px;
}

#menu_list_btn{
            border: 1px solid #a6a6a6;
            border-radius: 3px;
            padding: 0 10px 0 15px;
            text-align: center;
            height: 22px;
            line-height: 24px;
            background-repeat: no-repeat;
            background-position: 9px;
            color: #a6a6a6;
            background-size: auto;
}
    #nav .l8 > a{
        background-image:
            url("http://img.videomarket.jp/icon/vm_pc/Forward-64.png"),
            linear-gradient(#ffffff, #f1f1f1);
        background-repeat:
            no-repeat,
            repeat;
        background-position:
            right,
            bottom;
        background-size: 
            15px 15px, 
            auto;
    }
