@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;
}
#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 {
    height:24px;
    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 #bac0c8;
    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:-2px;
    margin-right:4px;
}
.wrap_header .link_bar {
    position:relative;
    min-width:100px;
    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:middle;
    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 .search_box{
    position:absolute;
    display:inline-block;
    top:0px;
    right:50px;
    width:230px;
    height: 22px;
    line-height:22px;
    border:1px solid #bac0c8;
    background-color:#fff;
    -webkit-border-radius: 3px 0 0 3px ;
    -moz-border-radius:  3px 0 0 3px ;
         border-radius:  3px 0 0 3px ;bac0c8
    -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: 205px;
    height: 16px;
    line-height:16px;
    padding:0;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;
}
.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 .sub_btn{
    position:relative;
    display:inline-block;
    top:0px;left:-4px;
    width:48px;
    height: 24px;
    line-height:24px;
    background-color:#dfe2e8;
    -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 #bac0c8;
    -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;
}

/* ヘッダー内 追加ヘッダー（エラー時用
-------------------------------------------------------------------------------- */
#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_list {
    position:relative;
    display:inline-block;
    width:100px;
    height: 24px;
    margin:0;
    float:left;
    z-index:100000000;
}
#menu_list >li{
    position:relative;
    width:84px;
    padding-left:3px;
    height:24px;
    z-index:100000000;
}
#menu_list .menu_btn {
    position:relative;
    width:93px;
    padding-left:5px;
    height:22px;
    line-height:22px;
    text-align:center;
    border:1px solid #bac0c8;
    background-color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
         border-radius:3px;
    z-index:1001;
}
#menu_list .menu_btn_select {
    position:relative;
    width:93px;
    padding-left:5px;
    height:32px;
    line-height:22px;
    text-align:center;
    border:1px solid #bac0c8;
    border-bottom-color:#fff;
    background-color:#fff;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
         border-radius:3px 3px 0 0;
    z-index:1001;
}
#menu_list .menu_btn div {
    cursor:pointer;
    color: #a6a6a6;
}
#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 #bac0c8;
    -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 */



/* 内部コンテンツ（ヘッダーフッター以外））
-------------------------------------------------------------------------------- */
#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;
}