/*** flex ***/

.flex_left {
display: -webkit-box;
display:-webkit-flex;
display:flex;
-webkit-justify-content:left;
justify-content:left;
-webkit-align-items:center;
align-items:center;
}

.mgr_flex_center {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}

.vertical_flex_center {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}

.arr_icon_left{
position:absolute;
top:calc(50% - .5em);
right:4px;
}

.arr_icon_right{
position:absolute;
top:calc(50% - .5em);
right:4px;
}


/*** search_box_5 ***/

.search_box_5_section{
margin:6px auto;
}

.search_box_5{
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
margin:0 auto;
}

.search_box_5 > div{
    box-shadow:0px 3px 0px 0px rgba(0,0,0,0.2) inset,0px 1px 0px 0px rgba(255,255,255,0.2);
    /*text-shadow:0px 1px 1px rgba(0,0,0,0.5);*/
}

/*
.search_box_5 > .fa-crown, .fa-list, .fa-user-circle, .fa-stars, .fa-users {
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.5));
}
*/

@media screen and (max-width:320px) { 

    .search_box_5 > div{
    position:relative;
    text-align:center;
    color:#fff;
    font-size:10px;
    font-weight:bold;
    border-radius:4px;
    margin:3px 3px;
    }
}

@media screen and (min-width:321px) { 

    .search_box_5 > div{
    position:relative;
    text-align:center;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    border-radius:4px;
    margin:3px 2px;
    }

}


.search_box_5 > div a{
display:block;
color:#fff;
padding:14px 0;
}


.search_box_5 .arr_right{
position:absolute;
right:5px;
top:calc(50% - .5em);
}

.search_box_5 .ranking{
background:#2f89c5;
}

.search_box_5 .play{
background:#239c56;
}

.search_box_5 .actress{
background:#dc8fa9;

}
.search_box_5 .mygenre{
background:#e59c00;
}

.search_box_5 .myact{
background:#d4606a;
}

.search_box_5_badge{
position:absolute;
right:14px;
top:calc(50% - .7em);
background:red;
padding:2px 4px;
border:2px solid #fff;
border-radius:8px;
}



/* ********************
 * search
******************** */
.search_box{
  box-shadow:inset 0px 1px 2px 0px #555;
  -moz-box-shadow:inset 0px 1px 2px 0px #555;
  -webkit-box-shadow:inset 0px 1px 2px 0px #555;
  background: #aaa;
  background: -webkit-gradient(linear, left top,left bottom, from(#aaa), to(#999));
  background: -moz-linear-gradient(top,  #aaa, #999);

}
.search_bar{
  background:#fff;
  box-shadow:inset 0px 1px 2px 0px #555;
  -moz-box-shadow:inset 0px 1px 2px 0px #555;
  -webkit-box-shadow:inset 0px 1px 2px 0px #555;

}
.search_input{
  background:url(https://img4.mpo.jp/mpo/movie_thumb/iphone/search_ic.png) no-repeat left center;
  width:80%;
  height:35px;
  font-size:14px;
  font-weight:bold;
  border:0;
  padding-left:35px;
}
.search_button{
  font-size:14px;
  width:15%;
  height:30px;
  margin-top:3px;
}

/**** search ****/

.search_box_next{
  background-color:#34495e;
  padding:5px;
}

.search_textform{
  width:100%;border:0;
  padding:8px;
  line-height:1.5;
}

.search_buttonform{
  background:#bdc3c7;
  width:100%;border:0;
  text-align:center;
  border-bottom:2px solid #7f8c8d;
}

.search_text_next{
  box-shadow: 2px 2px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 2px 2px rgba(0,0,0,0.5) inset;
  -webkit-box-shadow: 2px 2px rgba(0,0,0,0.5) inset;
  -o-box-shadow: 2px 2px rgba(0,0,0,0.5) inset;
  -ms-box-shadow: 2px 2px rgba(0,0,0,0.5) inset;
  background:#fff;
  padding:5px;
  margin-bottom:5px;
}

.search_box_master{
  margin:0 1px;
  padding:10px 0;
  color:#fff;
  box-shadow:         0 1px 2px 1px rgba(0,0,0,0.5) inset;
  -moz-box-shadow:    0 1px 2px 1px rgba(0,0,0,0.5) inset;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.5) inset;
  -o-box-shadow:      0 1px 2px 1px rgba(0,0,0,0.5) inset;
  -ms-box-shadow:     0 1px 2px 1px rgba(0,0,0,0.5) inset;
}
.search_box_a{
  background-color:#27ae60;
}
.search_box_b{
  background-color:#F285AD;
}
.search_box_c{
  background-color:#3498db;
}


button.tab {
  padding:5px;
  background:#aaa;
  background:-moz-linear-gradient(0% 100% 90deg, 
  #ddd 0%, 
  #ccc 50%, 
  #e7e7e7 50%, 
  #f0f0f0 100%);
  background:-webkit-gradient(linear, left top, left bottom, 
  from(#f0f0f0), 
  color-stop(0.5, #e7e7e7),
  color-stop(0.5, #ccc), 
  to(#ddd)); 
  border:1px solid #333; 
  border-radius: 5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px; 
  box-shadow:inset -1px -2px 3px 0px #888, inset 1px 1px 2px 0px #fff;
  -moz-box-shadow:inset -1px -2px 3px 0px #888, inset 1px 1px 2px 0px #fff;
  -webkit-box-shadow:inset -1px -2px 3px 0px #888, inset 1px 1px 2px 0px #fff;
  font-size:12px; 
  text-shadow: 0px 1px 1px #fff;
  text-align:center;
}

button.tab_select {
  padding:5px;
  background: #fff;
  border:1px solid #333; 
  border-bottom:1px solid #fff; 
  border-radius: 5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px; 
  font-size:12px; 
  text-shadow: 0px 1px 1px #fff;
  text-align:center;
}

.tab_back{
  margin-bottom:5px;
  padding-top:10px;
  background: #999;
  background: -webkit-gradient(linear, left top,left bottom, from(#999), to(#777));
  background: -moz-linear-gradient(top,  #999, #777);
  box-shadow:inset 0px -2px 0px 0px #000, inset 0px 1px 2px 0px #555;
  -moz-box-shadow:inset 0px -2px 0px 0px #000, inset 0px 1px 2px 0px #555;
  -webkit-box-shadow:inset 0px -2px 0px 0px #000, inset 0px 1px 2px 0px #555;
}
.tab_back2{
  margin-bottom:5px;
  padding-top:10px;

  background:#eee url(https://img4.mpo.jp/mpo/movie_thumb/iphone/background_slash_1.gif);

  box-shadow:inset 0px -2px 0px 0px #000, inset 0px 1px 2px 0px #555;
  -moz-box-shadow:inset 0px -2px 0px 0px #000, inset 0px 1px 2px 0px #555;
  -webkit-box-shadow:inset 0px -2px 0px 0px #000, inset 0px 1px 2px 0px #555;
}


/**** contents_list ****/

.list_ul{ padding:0; }
.list_li{ list-style-type:none;padding:0px;margin:2px;border:1px solid #ccc; border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px; }
.list_li2{ list-style-type:none;padding:0px;border-top:2px solid #ccc; }
.list_li_nnnnn:first-child{ border-top:0px; }
.list_link{ display:block;padding:20px 10px;font-size:12px; }
.list_link2{ display:block;padding-right:10px; }


.list_li{
  background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
  background:-moz-linear-gradient(top,#fff,#eee);
}
.purchase_li{
  background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#efe));
  background:-moz-linear-gradient(top,#fff,#efe);
}
.memo4_li{
  background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fee));
  background:-moz-linear-gradient(top,#fff,#fee);
}

.list_middle_min{line-height:44px;}
.mright{ margin-left:135px; }
.mright_min{ margin-left:50px; }
.mright_min60{ margin-left:65px; }
.mright_115{ margin-left:120px; }
.mtext{ font-size:12px; }
.mbottom{ margin-bottom:3px; }
.mprice{ font-size:10px;font-weight:bold; }
.mtitle{
  line-height:13px;
  padding-top:5px;
  padding-right:10px;
  min-width:150px;
  font-weight:bold;
}

.left_icon{float:left;vertical-align:top;margin:0;}
.icon_45x45{width:45px;height:45px;}
.icon_50x50{width:50px;height:50px;}
.icon_60x60{width:60px;height:60px;}
.icon_100x100{width:100px;height:100px;}
.right_date{color:#6ea6b4;}
.right_text45{padding-left:55px;}
.right_text60{padding-left:70px;}
.right_text100{padding-left:110px;}
.right_title{font-size:15px;color:#000;padding:2px 0px;}
.right_subtitle{font-size:10px;color:#888;}
.clear{clear:both;}
.info_text{padding:10px 5px 0px; font-size:15px;font-weight:bold;color:#484848;}
.info_contents{background:#ede7dc;margin:10px;}
.info_contents_text{font-size:12px;color:#484848;padding:10px;}
.info_name{font-size:10px;text-align:right;color:#949494;}
.more{text-align:right;}
.center_button{margin:10px 0; text-align:center;}
.radius{-webkit-border-radius:10px;}
.shadow{-webkit-box-shadow:0px 2px 2px #999;}
.imgborder{border:4px solid #fff;}
.imgradius{-webkit-border-radius:5px;}
.footer{background:#444;color:#fff;}
.copy{text-align:center;padding:5px;}
.copy a{color:#fff;}
.bottom_menu{text-align:center;}
.sample_box{margin:10px;}
.icon_text{width:70px;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;color:#606060;}
.box_border{border:1px solid #777;}
.box_text{padding:10px;font-size:12px;}
.box_link{display:block;}




.top2 {
display:inline-block;
padding:5px 10px;
background:#aaa;
background:-moz-linear-gradient(0% 100% 90deg, 
#ddd 0%, 
#ccc 50%, 
#e7e7e7 50%, 
#f0f0f0 100%);
background:-webkit-gradient(linear, left top, left bottom, 
from(#f0f0f0), 
color-stop(0.5, #e7e7e7),
color-stop(0.5, #ccc), 
to(#ddd)); 
border:1px solid #333; 
border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
box-shadow:inset -1px -2px 3px 0px #999, inset 1px 1px 2px 0px #fff;
-moz-box-shadow:inset -1px -2px 3px 0px #999, inset 1px 1px 2px 0px #fff;
-webkit-box-shadow:inset -1px -2px 3px 0px #999, inset 1px 1px 2px 0px #fff;
font-size:12px; 
text-shadow: 0px 1px 1px #fff;
text-align:center;
}



button.free_sam {

padding:2px 8px; color:#fff; font-size:13px; border:none; 
background:#477AA9; 
background: -moz-linear-gradient(top, #679BCB, #477AA9); 
background: -webkit-gradient(linear, left top, left bottom, from(#679BCB), to(#477AA9)); 
border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; 

}

/**** pagenation ****/
.page_link{ width:30px;height:30px;display:inline-block;margin:1px;padding:2px;line-height:30px;font-size:12px;border:1px solid #ccc; }
.chapter_link{ width:100px;height:30px;display:inline-block;margin:1px;padding:2px;line-height:30px;font-size:12px;border:1px solid #ccc; }
.page_now{ background:#ddd; }


/*******************************/

.play_naiyou{ padding:3px 10px; margin:6px 3px; 
  font-size:10px; text-align:center;  
  color:#00f; 
  background:#fff;
  border:1px solid #78e;
  box-shadow:0px 1px 2px 0px #78a;
  -webkit-box-shadow:0px 1px 2px 0px #78a;
  -moz-box-shadow:0px 1px 2px 0px #78a;
 }

.search_rireki{ padding:2px 10px; margin:5px 3px; 
  font-size:12px; text-align:center;  
  text-decoration: underline;
  border:1px solid #ddf;
  color:#007; 
  background:#ddf;
  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
}

.point_get{ margin:10px 0px 0px; width:130px; font-size:24px; font-weight:bold; background:#ffa;color:#f00 ;border:3px solid #fa0; padding:10px; }

.daily_unget_1{ margin:10px 0px; padding:5px; background:#33f; }
.daily_unget_2{ width:240px; font-size:18px; font-weight:bold; color:#fff; background:#99f;padding:10px; }
.daily_get_1{ margin:10px 0px; padding:5px; background:#f33; }
.daily_get_2{ width:240px;font-size:18px; font-weight:bold; color:#fff; background:#f99;padding:10px; }








/******** channel ********/




/*slider*/

.slider-wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  text-align:center;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:flex; 
  -webkit-overflow-scrolling: touch;
}

.slider_w_rank10 {
  width: 440vw;
  max-width:1738px;
}

.slider > * {
  -webkit-transform: translateZ(0px);
}

.slider-wrapper::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}

.unit_rank10 {
  float: left;
  width: 40vw;
  max-width:150px;
  margin: 0 0 0 8px;
  background: #fff;
  align-items: center;
  height:auto;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border:1px solid #ccced5;
  box-sizing:border-box;
}

.unit_rank10:first-child {
  margin: 0;
}

.unit_rank10 .img {
  width:100%;
}

.unit_rank10 .button {
  width:100%;
  height:100%;
  border:none;
  background:#e9ebf1;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  color:#505157;
  line-height:1.3em;
}

.unit_bn {
  float: left;
  width: 80vw;
  max-width:480px;
  margin: 0 0 0 10px;
  position:relative;
}

.unit_bn:first-child {
  margin: 0;
}

.unit_bn .img {
  text-align: center;
  width:100%;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}


/*tab*/

.tabs {
  margin: 0 auto;}

.tab_item_chrank {
  width: calc(100%/5);
  height: 40px;
  border-bottom: 3px solid #6497cc;
  background-color: #d9d9d9;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

input[name="tab_item_chrank"] {
  display: none;
}


.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


#daily:checked ~ #daily_content,
#weekly:checked ~ #weekly_content,
#monthly:checked ~ #monthly_content,
#yearly:checked ~ #yearly_content,
#total:checked ~ #total_content {
  display: block;
}

.tabs input:checked + .tab_item_chrank {
  background-color: #6497cc;
  color: #fff;
}

.tab_item_2 {
  width: calc(100%/2);
  height: 40px;
  border-bottom: 3px solid #6497cc;
  background-color: #d9d9d9;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

input[name="tab_item_2"] {
  display: none;
}

.tab_content_2 {
  display: none;
  clear: both;
  overflow: hidden;
}


#sumahon:checked ~ #sumahon_content,
#epub:checked ~ #epub_content {
  display: block;
}


.tabs input:checked + .tab_item_2 {
  background-color: #6497cc;
  color: #fff;
}




/**** cmp ****/

.cmp_genre_on{ text-align:center; 
  border-radius:5px 5px 0px 0px; 
  -moz-border-radius:5px 5px 0px 0px; 
  -webkit-border-radius:5px 5px 0px 0px; 
  border:2px solid #1c45ae; 
  color:#fff; 
  border-bottom:2px solid #4675ee; 
  background:#4675ee; 
  background: -moz-linear-gradient(top, #6893ff, #4675ee); 
  background: -webkit-gradient(linear, left top, left bottom, from(#6893ff), to(#4675ee)); 
}

.cmp_genre_off{ text-align:center; 
  border-radius:5px 5px 0px 0px; 
  -moz-border-radius:5px 5px 0px 0px; 
  -webkit-border-radius:5px 5px 0px 0px; 
  border:2px solid #777; color:#000; 
  border-bottom:none; 
  backgrooud:#aaa; 
  background:-moz-linear-gradient(0% 100% 90deg, #ddd 0%, #ccc 50%, 
  #e7e7e7 50%, #f0f0f0 100%); 
  background:-webkit-gradient(linear, left top, 
  left bottom, from(#f0f0f0), 
  color-stop(0.5, #e7e7e7), 
  color-stop(0.5, #ccc), 
  to(#ddd)); 
  box-shadow:inset 0px -2px 2px 0px #999, inset 1px 1px 2px 0px #fff; 
  -moz-box-shadow:inset 0px -2px 2px 0px #999, inset 1px 1px 2px 0px #fff; 
  -webkit-box-shadow:inset 0px -2px 2px 0px #999, inset 1px 1px 2px 0px #fff; 
  margin-bottom:2px
}

.noselect {
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
-webkit-touch-callout: none;
-khtml-user-select:none;
}


/********************************/
/* Corner radius */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/********************************/


.folderTitle{
color:#fff;
padding:5px;
text-shadow: 0px -1px 0px #374683;
background: -moz-linear-gradient(top, #84A2BC, #6C8DAB 49%, #5C7A95 50%, #4F6B84);
background: -webkit-gradient(linear, center top, center bottom, from(#84A2BC), color-stop(0.49, #6C8DAB),color-stop(0.5, #5C7A95), to(#4F6B84));
}

.form_box{
 margin:10px;
}

.forms_login{
 width:100%;
 margin:5px 0;
 font-size:20px;
 font-weight:bold;
}

.form_link{
 text-align:right;
 font-size:12px;
}

.forms{
 height:35px;
 width:100%;
 margin:5px 0;
 font-size:20px;
 font-weight:bold;
}

/**** button minimal ****/
button.minimal {
  background: #e3e3e3;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0px #fff;
  width: 100px;
}
button.minimal:hover {
  background: #d9d9d9;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
}
button.minimal:active {
  background: #d0d0d0;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}



/***** background *****/

.flat_bg_blue{ background-color:#31699E; }
.flat_bg_lightblue{ background-color:#63A2DD; }

.bg_grad_lt_orange{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#fff8f4), to(#ffe4d6));
   background: -moz-linear-gradient(-45deg,  #fff8f4, #ffe4d6);
}

.bg_blue{ color:#fff; 
   background:#3c75ab; 
   background:-webkit-gradient(linear,left top,left bottom,from(#4582bc),to(#2a6194)); 
   background:-moz-linear-gradient(top,#4582bc,#2a6194);
}
.bg_grad_gray{
  background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
  background:-moz-linear-gradient(top,#fff,#eee);
}

.bg_grad_lt_b{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#fff), to(#eef));
   background: -moz-linear-gradient(-45deg,  #fff, #eef);
}

.bg_grad_lt_b3{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#f1f7ff), to(#cae1ff));
   background: -moz-linear-gradient(-45deg,  #f1f7ff, #cae1ff);
}

.bg_grad_lt_r{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#fff), to(#fee));
   background: -moz-linear-gradient(-45deg,  #fff, #fee);
}

.bg_grad_lt_g{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#fff), to(#efe));
   background: -moz-linear-gradient(-45deg,  #fff, #eff);
}

.bg_grad_lt_g3{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#f1fff1), to(#deffde));
   background: -moz-linear-gradient(-45deg,  #f1fff1, #deffde);
}

.bg_grad_lt_y{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#fff), to(#ffd));
   background: -moz-linear-gradient(-45deg,  #fff, #ffd);
}

.bg_grad_lt_gray{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#fff), to(#eee));
   background: -moz-linear-gradient(-45deg,  #fff, #eee);
}

.bg_grad_lt_purple{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#f9f5ff), to(#ebdeff));
   background: -moz-linear-gradient(-45deg,  #f9f5ff, #ebdeff);
}

.bg_grad_lt_orange{
   background: #fff;
   background: -webkit-gradient(linear, left top,right bottom, from(#fff8f4), to(#ffe4d6));
   background: -moz-linear-gradient(-45deg,  #fff8f4, #ffe4d6);
}

.bg_black{ color:#fff; background:#000; 
   background: -moz-linear-gradient(top, #555, #000); 
   background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
}

.bg_blue{ color:#fff; 
   background:#3c75ab; 
   background:-webkit-gradient(linear,left top,left bottom,from(#4582bc),to(#2a6194)); 
   background:-moz-linear-gradient(top,#4582bc,#2a6194);
}


.bg_coupon{
  background:#ffd9bb;
  background:-moz-linear-gradient(0% 100% 45deg, 
  #f3ad3d 0%, 
  #ffe4a0 50%, 
  #ffe4a0 50%, 
  #ffce49 100%);
  background:-webkit-gradient(linear, left top, right bottom, 
  from(#ffce49), 
  color-stop(0.5, #ffe4a0),
  color-stop(0.5, #ffe4a0), 
  to(#f3ad3d)); 
}

.voch_bg_ttl{
background:#ae61d6;
background: -moz-linear-gradient(top, #dc99ff, #a25cc6); 
background: -webkit-gradient(linear, left top, left bottom, from(#dc99ff), to(#a25cc6));
color:#fff; 
}

.vr_bg_ttl{
background:#5ae39a;
background: -moz-linear-gradient(top, #5ae39a, #28bb6d); 
background: -webkit-gradient(linear, left top, left bottom, from(#5ae39a), to(#28bb6d));
color:#fff; 
}

button{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.bsbb{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}



/***************************************
button
***************************************/

button.syousai {
  padding:10px;
  background:#aaa;
  background:-moz-linear-gradient(0% 100% 90deg, 
  #79bc6c 0%, 
  #59a351 50%, 
  #bbdea8 50%, 
  #cde6c1 100%);
  background:-webkit-gradient(linear, left top, left bottom, 
  from(#cde6c1), 
  color-stop(0.5, #bbdea8),
  color-stop(0.5, #59a351), 
  to(#79bc6c)); 
  border:1px solid #333; 
  border-radius: 0px; -moz-border-radius:0px; -webkit-border-radius:0px; 
  box-shadow:inset -1px -2px 3px 0px #4f7446, inset 1px 1px 2px 0px #d5ebcc;
  -moz-box-shadow:inset -1px -2px 3px 0px #4f7446, inset 1px 1px 2px 0px #d5ebcc;
  -webkit-box-shadow:inset -1px -2px 3px 0px #4f7446, inset 1px 1px 2px 0px #d5ebcc;
  font-size:13px; 
  text-shadow: 0px 1px 1px #fff;
}

.button_icon{
  margin-right:10px;
  vertical-align:top;
}

.button_text{
  line-height:25px;
}


.info_cart_cls_btn {
  padding:20px 7px;
  background:#ff9c3c;
  box-shadow:0 5px 0 0 #884707;
  width:100%;
  border:none;
}

.info_cart_cls_btn_in {
  padding:20px 7px;
  background:#48a42c;
  box-shadow:0 5px 0 0 #163b0b;
  width:100%;
  border:none;
}

/* button-cart_in
*******************************************************************************/
button.cart_in {
  
  background: #FF50A3;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #F84D9E 0%, 
              #F33690 50%, 
              #FF50A3 50%, 
              #FF9DCB 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#FF9DCB), 
              color-stop(0.5, #FF50A3),
              color-stop(0.5, #F33690), 
              to(#F84D9E)); 
  border:1px solid #C02970; 
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;

  box-shadow: inset -1px -2px 3px 0px #921B53, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #921B53,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #921B53, inset 1px 2px 5px 0px #FFF;

  color: #fcfcfc;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
}


/* button-cart
*******************************************************************************/
button.cart {
  
  background: #4BCC7F;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #43C477 0%, 
              #0CA549 50%, 
              #36C26E 50%, 
              #81F1AE 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#81F1AE), 
              color-stop(0.5, #36C26E),
              color-stop(0.5, #0CA549), 
              to(#43C477)); 

  border:1px solid #188945; 
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;

  box-shadow: inset -1px -2px 3px 0px #188945, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #188945,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #188945, inset 1px 2px 5px 0px #FFF;

  color: #fcfcfc;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
}

/* button-red2
*******************************************************************************/
button.red2 {
  
  background: #FFAEAE;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #F28F8F 0%, 
              #EA8282 50%, 
              #FFAEAE 50%, 
              #FFE3E3 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#FFE3E3), 
              color-stop(0.5, #FFAEAE),
              color-stop(0.5, #EA8282), 
              to(#F28F8F)); 

  border:1px solid #F77; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: inset -1px -2px 3px 0px #CA5B5B, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #CA5B5B,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #CA5B5B, inset 1px 2px 5px 0px #FFF;

  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  padding: 10px 5px;
}

/* button-p_orange
*******************************************************************************/
button.p_orange {
  background: #ffb493;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #ffaa85 0%, 
              #ffa076 50%, 
              #ffbea2 50%, 
              #ffe0d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#ffe0d2), 
              color-stop(0.5, #ffbea2),
              color-stop(0.5, #ffa076), 
              to(#ffaa85)); 
  border:1px solid #b54d1f; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset -1px -2px 3px 0px #f77f4a, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #f77f4a,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #f77f4a, inset 1px 2px 5px 0px #FFF;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, .7);
}


/* button-orange2
*******************************************************************************/
button.orange2 {
  
  background: #FF9148;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #FF840B 0%, 
              #CD6600 50%, 
              #FF9227 50%, 
              #FFB164 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#FFB164), 
              color-stop(0.5, #FF9227),
              color-stop(0.5, #CD6600), 
              to(#FF840B)); 
  border:1px solid #853E00; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: inset -1px -2px 3px 0px #853E00, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #853E00,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #853E00, inset 1px 2px 5px 0px #FFF;

  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
}

/* button-sold
*******************************************************************************/
button.sold {

padding:2px 8px; color:#fff; font-size:10px; border:none; font-weight:bold;
background:#666; 
background: -moz-linear-gradient(top, #999, #444); 
background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#444)); 
border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; 

}

/* button-free_sam
*******************************************************************************/
button.free_sam {

padding:2px 8px; color:#fff; font-size:13px; border:none; 
background:#477AA9; 
background: -moz-linear-gradient(top, #679BCB, #477AA9); 
background: -webkit-gradient(linear, left top, left bottom, from(#679BCB), to(#477AA9)); 
border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; 

}

/* Folder
*******************************************************************************/

.folderTitle{
color:#fff;
padding:5px;
text-shadow: 0px -1px 0px #374683;
background: -moz-linear-gradient(top, #84A2BC, #6C8DAB 49%, #5C7A95 50%, #4F6B84);
background: -webkit-gradient(linear, center top, center bottom, from(#84A2BC), color-stop(0.49, #6C8DAB),color-stop(0.5, #5C7A95), to(#4F6B84));

}


/* AButton
*******************************************************************************/

.abutton{
  padding:5px 10px;
  background:#aaa;
  background:-moz-linear-gradient(0% 100% 90deg, 
  #ddd 0%, 
  #ccc 50%, 
  #e7e7e7 50%, 
  #f0f0f0 100%);
  background:-webkit-gradient(linear, left top, left bottom, 
  from(#f0f0f0), 
  color-stop(0.5, #e7e7e7),
  color-stop(0.5, #ccc), 
  to(#ddd)); 
  border:1px solid #333; 
  border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
  box-shadow:inset -1px -2px 3px 0px #999, inset 1px 1px 2px 0px #fff;
  -moz-box-shadow:inset -1px -2px 3px 0px #999, inset 1px 1px 2px 0px #fff;
  -webkit-box-shadow:inset -1px -2px 3px 0px #999, inset 1px 1px 2px 0px #fff;
  font-size:12px; 
  text-shadow: 0px 1px 1px #fff;
  text-align:center;
}

/*********************************/

button.genre {
  padding:5px 0px; 
  background:#2275ba;
  background:-moz-linear-gradient(0% 100% 90deg, 
  #4f9031 0%, 
  #4b8b3a 50%, 
  #7ea769 50%, 
  #91b482 100%);
  background:-webkit-gradient(linear, left top, left bottom, 
  from(#91b482), 
  color-stop(0.5, #7ea769),
  color-stop(0.5, #4b8b3b), 
  to(#4f9031)); 
  border:1px solid #333; 
  border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
  box-shadow:0px 0px 2px 0px #FFF, inset -1px -2px 3px 0px #406731, inset 1px 1px 2px 0px #a8c49d;
  -moz-box-shadow:0px 0px 2px 0px #FFF, inset -1px -2px 3px 0px #406731, inset 1px 1px 2px 0px #a8c49d;
  -webkit-box-shadow:0px 0px 2px 0px #FFF, inset -1px -2px 3px 0px #406731, inset 1px 1px 2px 0px #a8c49d;
  font-size:10px; 
  color:#fff; 
  text-shadow: 0px -1px 1px #777;
}


button.ranking {
  padding:5px 0px;
  background:#2275ba;
  background:-moz-linear-gradient(0% 100% 90deg, 
  #3c85df 0%, 
  #3078d1 50%, 
  #61a6fb 50%, 
  #88bdff 100%);
  background:-webkit-gradient(linear, left top, left bottom, 
  from(#88bdff), 
  color-stop(0.5, #61a6fb),
  color-stop(0.5, #3078d1), 
  to(#3c85df)); 
  border:1px solid #333; 
  border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
  box-shadow:0px 0px 2px 0px #FFF, inset -1px -2px 3px 0px #2b65ad, inset 1px 1px 2px 0px #cbe2ff;
  -moz-box-shadow:0px 0px 2px 0px #FFF, inset -1px -2px 3px 0px #2b65ad, inset 1px 1px 2px 0px #cbe2ff;
  -webkit-box-shadow:0px 0px 2px 0px #FFF, inset -1px -2px 3px 0px #2b65ad, inset 1px 1px 2px 0px #cbe2ff;
  font-size:10px; 
  color:#fff; 
  text-shadow: 0px -1px 1px #777;
}

button.actress {
  padding:5px 0px;
  background:#2275ba;
  background:-moz-linear-gradient(0% 100% 90deg, 
  #d04589 0%, 
  #c73c84 50%, 
  #df709f 50%, 
  #e4a3c1 100%);
  background:-webkit-gradient(linear, left top, left bottom, 
  from(#e4a3c1), 
  color-stop(0.5, #df709f),
  color-stop(0.5, #c73c84), 
  to(#d04589)); 
  border:1px solid #333; 
  border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
  box-shadow:0px 0px 2px 0px #FFF, inset -1px -2px 3px 0px #8a2a5a, inset 1px 1px 2px 0px #f0bed5;
  -moz-box-shadow:0px 0px 2px 0px #FFF, inset -1px -2px 3px 0px #8a2a5a, inset 1px 1px 2px 0px #f0bed5;
  -webkit-box-shadow:0px 0px 2px 0px #FFF, inset -1px -2px 3px 0px #8a2a5a, inset 1px 1px 2px 0px #f0bed5;
  font-size:10px; 
  color:#fff; 
  text-shadow: 0px -1px 1px #777;
}


.flat_button_green {
  border:0;
  background-color: #30B14E;
  
  box-shadow: 0 5px 0 rgba(37,114,54,1);
  -moz-box-shadow: 0 5px 0 rgba(37,114,54,1);
  -webkit-box-shadow: 0 5px 0 rgba(37,114,54,1);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 5px;
}

.flat_button_orange {
  border:0;
  background-color: #e67e22;
  
  box-shadow: 0 5px 0 rgba(211, 84, 0,1.0);
  -moz-box-shadow: 0 5px 0 rgba(211, 84, 0,1.0);
  -webkit-box-shadow: 0 5px 0 rgba(211, 84, 0,1.0);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 5px;
}

.flat_button_gray_x {
  border:0;
  background-color: #999491;
  
  box-shadow: 0 5px 0 rgba(87,82,77,1);
  -moz-box-shadow: 0 5px 0 rgba(87,82,77,1);
  -webkit-box-shadow: 0 5px 0 rgba(87,82,77,1);
  color: #e4dfdb;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 5px;
}


.flat_button_green_mini {
  border:0;
  background-color: #30B14E;
  
  box-shadow: 0 3px 0 rgba(37,114,54,1);
  -moz-box-shadow: 0 3px 0 rgba(37,114,54,1);
  -webkit-box-shadow: 0 3px 0 rgba(37,114,54,1);
  color: #ffffff;
  /*display: block;*/
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 3px auto;
  padding: 3px 5px;
}

.flat_button_orange_mini {
  border:0;
  background-color: #e67e22;
  
  box-shadow: 0 5px 0 rgba(211, 84, 0,1.0);
  -moz-box-shadow: 0 5px 0 rgba(211, 84, 0,1.0);
  -webkit-box-shadow: 0 5px 0 rgba(211, 84, 0,1.0);
  color: #ffffff;
  /*display: block;*/
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 3px auto;
  padding: 3px 5px;
}

.flat_button_gray_mini {
  border:0;
  background-color: #ecf0f1;
  
  box-shadow: 0 5px 0 rgba(127, 140, 141,1.0);
  -moz-box-shadow: 0 5px 0 rgba(127, 140, 141,1.0);
  -webkit-box-shadow: 0 5px 0 rgba(127, 140, 141,1.0);
  color: #2c3e50;
  /*display: block;*/
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 3px auto;
  padding: 3px 5px;
}

/* clean green (inspired by okcupid.com)
*******************************************************************************/
button.clean-green {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#63a62f, #7fbf4d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-width: 1px 1px 0 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "lucida grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 250px;
}

button.clean-green:hover {
  background: #5a962c;
  background: -moz-linear-gradient(0% 100% 90deg,#5a962c, #72ac45);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72ac45), to(#5a962c));
}

button.clean-green:active {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#7fbf4d, #63a62f);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a62f), to(#7fbf4d));
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-width: 0 1px 1px 1px;
  padding: 8px 0 7px 0;
}

/* button-pink
*******************************************************************************/
button.pink {
  
  background: #FF50A3;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #F84D9E 0%, 
              #F33690 50%, 
              #FF50A3 50%, 
              #FF9DCB 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#FF9DCB), 
              color-stop(0.5, #FF50A3),
              color-stop(0.5, #F33690), 
              to(#F84D9E)); 
  border:1px solid #C02970; 
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;

  box-shadow: inset -1px -2px 3px 0px #921B53, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #921B53,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #921B53, inset 1px 2px 5px 0px #FFF;

  color: #fcfcfc;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
}


button.pink2 {
  
  background: #FF50A3;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #F84D9E 0%, 
              #F33690 50%, 
              #FF50A3 50%, 
              #FF9DCB 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#FF9DCB), 
              color-stop(0.5, #FF50A3),
              color-stop(0.5, #F33690), 
              to(#F84D9E)); 
  border:1px solid #C02970; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: inset -1px -2px 3px 0px #921B53, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #921B53,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #921B53, inset 1px 2px 5px 0px #FFF;

  color: #fcfcfc;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
}

.pink2_ {
  
  background: #FF50A3;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #F84D9E 0%, 
              #F33690 50%, 
              #FF50A3 50%, 
              #FF9DCB 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#FF9DCB), 
              color-stop(0.5, #FF50A3),
              color-stop(0.5, #F33690), 
              to(#F84D9E)); 
  border:1px solid #C02970; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: inset -1px -2px 3px 0px #921B53, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #921B53,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #921B53, inset 1px 2px 5px 0px #FFF;

  color: #fcfcfc;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
}


/* button-green
*******************************************************************************/
button.green {
  
  background: #4BCC7F;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #43C477 0%, 
              #0CA549 50%, 
              #36C26E 50%, 
              #81F1AE 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#81F1AE), 
              color-stop(0.5, #36C26E),
              color-stop(0.5, #0CA549), 
              to(#43C477)); 

  border:1px solid #188945; 
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;

  box-shadow: inset -1px -2px 3px 0px #188945, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #188945,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #188945, inset 1px 2px 5px 0px #FFF;

  color: #fcfcfc;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
}


button.green2 {
  
  background: #4BCC7F;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #43C477 0%, 
              #0CA549 50%, 
              #36C26E 50%, 
              #81F1AE 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#81F1AE), 
              color-stop(0.5, #36C26E),
              color-stop(0.5, #0CA549), 
              to(#43C477)); 

  border:1px solid #188945; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: inset -1px -2px 3px 0px #188945, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #188945,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #188945, inset 1px 2px 5px 0px #FFF;

  color: #fcfcfc;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
}

button.green2 {
  
  background: #4BCC7F;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #43C477 0%, 
              #0CA549 50%, 
              #36C26E 50%, 
              #81F1AE 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#81F1AE), 
              color-stop(0.5, #36C26E),
              color-stop(0.5, #0CA549), 
              to(#43C477)); 

  border:1px solid #188945; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: inset -1px -2px 3px 0px #188945, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #188945,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #188945, inset 1px 2px 5px 0px #FFF;

  color: #fcfcfc;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
}

button.green3 {
  
  background: #72c644;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #54a827 0%, 
              #54a827 50%, 
              #7fcd54 50%, 
              #7fcd54 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#7fcd54), 
              color-stop(0.5, #7fcd54),
              color-stop(0.5, #54a827), 
              to(#54a827)); 

  border:1px solid #327210; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: inset -1px -2px 2px 0px #35800c, inset 1px 2px 2px 0px #beff9a;
  -webkit-box-shadow: inset -1px -2px 2px 0px #35800c,inset 1px 2px 2px 0px #beff9a;
  -moz-box-shadow: inset -1px -2px 2px 0px #35800c, inset 1px 2px 2px 0px #beff9a;

  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 10px;
  text-align: center;
  text-shadow: 0px 1px 1px #555;
}

button.gray2 {
  
  background: #eee;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #ccc 0%, 
              #ddd 50%, 
              #eee 50%, 
              #eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#eee), 
              color-stop(0.5, #eee),
              color-stop(0.5, #ddd), 
              to(#ccc)); 

  border:1px solid #000; 
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

  box-shadow: inset -1px -2px 2px 0px #fff, inset 1px 2px 2px 0px #fff;
  -webkit-box-shadow: inset -1px -2px 2px 0px #fff,inset 1px 2px 2px 0px #fff;
  -moz-box-shadow: inset -1px -2px 2px 0px #fff, inset 1px 2px 2px 0px #fff;

  font-size: 16px;
}


/* button-blue
*******************************************************************************/
button.blue {
  
  background: #bbccff;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #8CABF7 0%, 
              #94B0F5 50%, 
              #B4CAFF 50%, 
              #D9E4FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#D9E4FF), 
              color-stop(0.5, #B4CAFF),
              color-stop(0.5, #94B0F5), 
              to(#8CABF7)); 

  border:1px solid #78f; 
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;

  box-shadow: inset -1px -2px 3px 0px #4E6CB9, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #4E6CB9,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #4E6CB9, inset 1px 2px 5px 0px #FFF;

  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  padding: 10px 5px;
}

button.blue2 {
  padding:5px 10px; 
  background: #bbccff;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #8CABF7 0%, 
              #94B0F5 50%, 
              #B4CAFF 50%, 
              #D9E4FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#D9E4FF), 
              color-stop(0.5, #B4CAFF),
              color-stop(0.5, #94B0F5), 
              to(#8CABF7)); 
  border:1px solid #333; 
  border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
  box-shadow: inset -1px -2px 3px 0px #4E6CB9, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #4E6CB9,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #4E6CB9, inset 1px 2px 5px 0px #FFF;
  font-size:13px; 
  text-shadow: 0px -1px 1px #fff;
}

/* button-red
*******************************************************************************/
button.red {
  
  background: #FFAEAE;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #F28F8F 0%, 
              #EA8282 50%, 
              #FFAEAE 50%, 
              #FFE3E3 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#FFE3E3), 
              color-stop(0.5, #FFAEAE),
              color-stop(0.5, #EA8282), 
              to(#F28F8F)); 

  border:1px solid #F77; 
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;

  box-shadow: inset -1px -2px 3px 0px #CA5B5B, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #CA5B5B,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #CA5B5B, inset 1px 2px 5px 0px #FFF;

  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  padding: 10px 5px;
}

/* button-red2
*******************************************************************************/
button.red2 {
  
  background: #FFAEAE;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #F28F8F 0%, 
              #EA8282 50%, 
              #FFAEAE 50%, 
              #FFE3E3 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
              from(#FFE3E3), 
              color-stop(0.5, #FFAEAE),
              color-stop(0.5, #EA8282), 
              to(#F28F8F)); 

  border:1px solid #F77; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: inset -1px -2px 3px 0px #CA5B5B, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #CA5B5B,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #CA5B5B, inset 1px 2px 5px 0px #FFF;

  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  padding: 10px 5px;
}


/* button-gray
*******************************************************************************/
button.gray {
  
  background:#666;
  background: -moz-linear-gradient(0% 100% 90deg, 
              #666 0%, 
              #444 50%, 
              #777 50%, 
              #bbb 100%);

  background:-webkit-gradient(linear, left top, left bottom, 
             from(#bbb), 
             color-stop(0.5, #777),
             color-stop(0.5, #444), 
             to(#666)); 

  border:1px solid #000; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  box-shadow: inset -1px -2px 3px 0px #000, inset 1px 2px 5px 0px #FFF;
  -webkit-box-shadow: inset -1px -2px 3px 0px #000,inset 1px 2px 5px 0px #fff;
  -moz-box-shadow: inset -1px -2px 3px 0px #000, inset 1px 2px 5px 0px #FFF;

  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#fff; 
  line-height: 1;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
  padding: 7px;
}


/* *************************************** */
/* slick black
*******************************************************************************/
button.slick-black {
  background: #111;
  background: -moz-linear-gradient(0% 100% 90deg, #FFFFFF, #000000,
              rgba(0, 0, 0, 0.9) 0%,
              rgba(20, 20, 20, 0.9) 50%,
              rgba(30, 30, 30, 0.9) 50%,
              rgba(50, 50, 50, 0.9) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
              color-stop(0, rgba(50, 50, 50, 0.9)),
              color-stop(0.5, rgba(30, 30, 30, 0.9)),
              color-stop(0.5, rgba(20, 20, 20, 0.9)),
              color-stop(1, rgba(0, 0, 0, 0.9)));
  border: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: lighter;
  line-height: 1;
  padding: 12px 0;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, .8), 0 1px 1px rgba(255, 255, 255, 0.3);
  width: 290px;
}

button.slick-black:hover {
  background: #222;
  background: -moz-linear-gradient(0% 100% 90deg, #FFFFFF, #000000,
              rgba(20, 20, 20, 0.9) 0%,
              rgba(40, 40, 40, 0.9) 50%,
              rgba(50, 50, 50, 0.9) 50%,
              rgba(70, 70, 70, 0.9) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
              color-stop(0, rgba(70, 70, 70, 0.9)),
              color-stop(0.5, rgba(50, 50, 50, 0.9)),
              color-stop(0.5, rgba(40, 40, 40, 0.9)),
              color-stop(1, rgba(20, 20, 20, 0.9)));
}

button.slick-black:active {
  background: #000;
  background: -moz-linear-gradient(0% 100% 90deg, #FFFFFF, #000000,
              rgba(0, 0, 0, 0.9) 0%,
              rgba(10, 10, 10, 0.9) 50%,
              rgba(20, 20, 20, 0.9) 50%,
              rgba(30, 30, 30, 0.9) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
              color-stop(0, rgba(30, 30, 30, 0.9)),
              color-stop(0.5, rgba(20, 20, 20, 0.9)),
              color-stop(0.5, rgba(10, 10, 10, 0.9)),
              color-stop(1, rgba(0, 0, 0, 0.9)));
}

/* *************************************** */
button.top {
  padding:15px 20px;
  background:#2275ba;
  background:-moz-linear-gradient(0% 100% 90deg, 
  #055190 0%, 
  #004f91 50%, 
  #0d65ad 50%, 
  #3e87c5 100%);
  background:-webkit-gradient(linear, left top, left bottom, 
  from(#3e87c5), 
  color-stop(0.5, #0d65ad),
  color-stop(0.5, #004f91), 
  to(#055190)); 
  border:1px solid #333; 
  border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
  box-shadow: inset -1px -2px 3px 0px #003968, inset 1px 1px 2px 0px #86bae6;
  -moz-box-shadow: inset -1px -2px 3px 0px #003968, inset 1px 1px 2px 0px #86bae6;
  -webkit-box-shadow: inset -1px -2px 3px 0px #003968, inset 1px 1px 2px 0px #86bae6;
  font-size:17px; 
  color:#fff; 
  text-shadow: 0px -1px 1px #448;
}


button.top_blue {
  padding:0px;
  background:#2275ba;
  background:-moz-linear-gradient(0% 100% 90deg, 
  #055190 0%, 
  #004f91 50%, 
  #0d65ad 50%, 
  #3e87c5 100%);
  background:-webkit-gradient(linear, left top, left bottom, 
  from(#3e87c5), 
  color-stop(0.5, #0d65ad),
  color-stop(0.5, #004f91), 
  to(#055190)); 
  border:1px solid #333; 
  border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
  box-shadow: inset -1px -2px 3px 0px #003968, inset 1px 1px 2px 0px #86bae6;
  -moz-box-shadow: inset -1px -2px 3px 0px #003968, inset 1px 1px 2px 0px #86bae6;
  -webkit-box-shadow: inset -1px -2px 3px 0px #003968, inset 1px 1px 2px 0px #86bae6;
  font-size:1px; 
  text-align:center;
  color:#fff; 
}

/* *************************************** */

.mpo-btn {
  margin-bottom:5px;
  border: 0;
  padding:10px;
  display:block;
  color:#fff;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.mpo-btn-min {
  margin-bottom:5px;
  border: 0;
  padding:5px 5px;
  display:block;
  color:#fff;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.mpo-btn-s {
  margin-bottom:5px;
  border: 0;
  padding:10px;
  display:inline-block;
  color:#fff;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.mpo-btn-min-s {
  margin-bottom:5px;
  border: 0;
  padding:5px 5px;
  display:inline-block;
  color:#fff;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

/* *************************************** */


.mpo-btn-gray{ background-color:#bdc3c7; box-shadow: 0 2px 1px 1px rgba(255,255,255,0.5) inset,0 10px 0px 0px #7f8c8d; }
.mpo-btn-green{ background-color:#2ecc71; box-shadow: 0 2px 1px 1px rgba(255,255,255,0.5) inset,0 10px 0px 0px #27ae60; }
.mpo-btn-orange{ background-color:#e67e22; box-shadow: 0 2px 1px 1px rgba(255,255,255,0.5) inset,0 10px 0px 0px #d35400; }
.mpo-btn-blue{ background-color:#3498db; box-shadow: 0 2px 1px 1px rgba(255,255,255,0.5) inset,0 10px 0px 0px #2980b9; }
.mpo-btn-text{ font-size:18px; line-height:1.2; color:#fff;}

.mpo-btn-green[disabled]{ background-color:rgb(46, 204, 113, 0.5); box-shadow: 0 2px 1px 1px rgba(255,255,255,0.25) inset,0 10px 0px 0px rgba(39, 174, 96, 0.5); }

.mpo-btn-gray-min{ background-color:#bdc3c7; box-shadow: 0 1px 1px 1px rgba(255,255,255,0.5) inset,0 4px 0px 0px #7f8c8d; }
.mpo-btn-green-min{ background-color:#2ecc71; box-shadow: 0 1px 1px 1px rgba(255,255,255,0.5) inset,0 4px 0px 0px #27ae60; }
.mpo-btn-orange-min{ background-color:#e67e22; box-shadow: 0 1px 1px 1px rgba(255,255,255,0.5) inset,0 4px 0px 0px #d35400; }
.mpo-btn-blue-min{ background-color:#3498db; box-shadow: 0 1px 1px 1px rgba(255,255,255,0.5) inset,0 4px 0px 0px #2980b9; }


.abutton{
  padding:5px 10px;
  background:#aaa;
  background:-moz-linear-gradient(0% 100% 90deg, 
  #ddd 0%, 
  #ccc 50%, 
  #e7e7e7 50%, 
  #f0f0f0 100%);
  background:-webkit-gradient(linear, left top, left bottom, 
  from(#f0f0f0), 
  color-stop(0.5, #e7e7e7),
  color-stop(0.5, #ccc), 
  to(#ddd)); 
  border:1px solid #333; 
  border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
  box-shadow:inset -1px -2px 3px 0px #999, inset 1px 1px 2px 0px #fff;
  -moz-box-shadow:inset -1px -2px 3px 0px #999, inset 1px 1px 2px 0px #fff;
  -webkit-box-shadow:inset -1px -2px 3px 0px #999, inset 1px 1px 2px 0px #fff;
  font-size:12px; 
  text-shadow: 0px 1px 1px #fff;
  text-align:center;
}


/************************************/
.center{ text-align:center; }
.left{ text-align:left; }
/************************************/
.accordion_slim{
  border-bottom:1px solid #455B6F;color:#ECE7D9;display:block;padding:6px 0px 6px 45px;
}
.acc1_slim{
  background:url(//img2.mpo.jp/mpo/movie_thumb/iphone/mylist_icon.png) no-repeat left center,-webkit-gradient(linear,left top,left bottom,from(#6D8EAC),to(#5B7994));
  background:url(//img2.mpo.jp/mpo/movie_thumb/iphone/mylist_icon.png) no-repeat left center,-moz-linear-gradient(top,#6D8EAC,#5B7994);
}
.acc2_slim{
  background:url(//img2.mpo.jp/mpo/movie_thumb/iphone/point_icon.png) no-repeat left center,-webkit-gradient(linear,left top,left bottom,from(#6D8EAC),to(#5B7994));
  background:url(//img2.mpo.jp/mpo/movie_thumb/iphone/point_icon.png) no-repeat left center,-moz-linear-gradient(top,#6D8EAC,#5B7994);
}
.acc3_slim{
  background:url(//img2.mpo.jp/mpo/movie_thumb/iphone/settei_icon.png) no-repeat left center,-webkit-gradient(linear,left top,left bottom,from(#6D8EAC),to(#5B7994));
  background:url(//img2.mpo.jp/mpo/movie_thumb/iphone/settei_icon.png) no-repeat left center,-moz-linear-gradient(top,#6D8EAC,#5B7994);
}
.acc4_slim{
  background:url(//img2.mpo.jp/mpo/movie_thumb/iphone/support_icon.png) no-repeat left center,-webkit-gradient(linear,left top,left bottom,from(#6D8EAC),to(#5B7994));
  background:url(//img2.mpo.jp/mpo/movie_thumb/iphone/support_icon.png) no-repeat left center,-moz-linear-gradient(top,#6D8EAC,#5B7994);
}
/************************************/

.width_2c{
width:calc(100% / 2);
}

.width_3c{
width:calc(100% / 3);
}

.fnt000{ color:#000; }
.fnt999{ color:#999; }
.fc_f{ color:#fff; }
.fc_white{ color:#fff; }
.fc_black{ color:#000; }

.fs26{ font-size:20px; letter-spacing: -0.001em; }
.fs24{ font-size:20px; letter-spacing: -0.001em; }
.fs22{ font-size:20px; letter-spacing: -0.001em; }
.fs20{ font-size:20px; letter-spacing: -0.001em; }
.fs18{ font-size:18px; letter-spacing: -0.001em; }
.fs16{ font-size:16px; letter-spacing: -0.001em; }
.fs13{ font-size:13px; letter-spacing: -0.001em; }
.fs14{ font-size:14px; letter-spacing: -0.001em; }
.fs12{ font-size:12px; letter-spacing: -0.001em; }
.fs11{ font-size:11px; letter-spacing: -0.001em; }
.fs10{ font-size:10px; letter-spacing: -0.001em; }

.fw_b{ font-weight:bold }
.fw_bb{ text-shadow: 1px 0px 0px #000; }
.fw_n{ font-weight:normal }

.f_w_b{ text-shadow: 1px 0px 0px #000, 1px 1px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, -1px -1px 0px #000, 0px -1px 0px #000; -1px 1px 0px #000, 1px -1px 0px #000; }
.f_w_w{ text-shadow: 1px 0px 0px #fff, 1px 1px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, -1px -1px 0px #fff, 0px -1px 0px #fff; -1px 1px 0px #fff, 1px -1px 0px #fff; }

.ts-1{ text-shadow: 0 1px 1px #1c7240; }
.ts-2{ text-shadow: 0 1px 1px #933658; }
.ts-3{ text-shadow: 0 1px 1px #215e84; }

.line_h14 { line-height:14px; }
.line_h16 { line-height:16px; }
.line_h18 { line-height:18px; }
.line_h22 { line-height:22px; }


.lh12{line-height:12px;}
.lh13{line-height:13px;}
.lh14{line-height:14px;}
.lh15{line-height:15px;}
.lh16{line-height:16px;}
.lh17{line-height:17px;}
.lh18{line-height:18px;}
.lh19{line-height:19px;}
.lh20{line-height:20px;}
.lh21{line-height:21px;}
.lh22{line-height:22px;}
.lh23{line-height:23px;}
.lh24{line-height:24px;}
.lh25{line-height:25px;}
.lh26{line-height:26px;}
.lh28{line-height:28px;}
.lh30{line-height:30px;}

.lh65{line-height:65px;}
.lh60{line-height:60px;}
.lh50{line-height:50px;}
.lh45{line-height:45px;}


.pad5{ padding:5px; }
.pad10{ padding:10px }
.pad10_15{ padding:10px 15px }
.pad15{ padding:15px }
.pad20{ padding:20px }
.pad25{ padding:25px }
.pad30{ padding:30px }

.mar0-2{ margin:0px 2px; }
.mar5{ margin:5px; }
.mar5-0{ margin:5px 0px; }
.mar0-5{ margin:0px 5px; }
.mar_t5{ margin-top:5px; }
.mar_r5{ margin-right:5px; }
.mar_l5{ margin-left:5px;}
.mar_b5{ margin-bottom:5px }

.mar_t10{ margin-top:10px; }
.mar_r10{ margin-right:10px; }
.mar_l10{ margin-left:10px;}
.mar_b10{ margin-bottom:10px }

.m128xm96{ max-width:128px; max-height:96px; }
.m128x96{ max-width:128px; height:96px; }


.tag_link{ text-decoration:underline;color:#00f; }

.newsmark{
background:#C9365B;
box-sizing:border-box;
padding:3px 4px;
/*padding:1px 5px;*/
color:#fff;
border:2px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;

}



.radius50p{ border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }

.radius50 { border-radius:  50px; -moz-border-radius:  50px; -webkit-border-radius:  50px; }
.radius25 { border-radius:  25px; -moz-border-radius:  25px; -webkit-border-radius:  25px; }
.radius75 { border-radius:  75px; -moz-border-radius:  75px; -webkit-border-radius:  75px; }
.radius100{ border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; }



.radius3{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.radius5{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.radius10{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.radisbox5{
    display:inline-block;
    padding:2.5px 6px;
    border-radius: 5px / 50%;
    -moz-border-radius: 5px / 50%;
    -webkit-border-radius: 10px;5px / 50%;
}

.radius{ border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px; }
.radius3{ border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px; }
.radius5{ border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px; }
.radius10{ border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px; }
.radius15{ border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px; }
.radius30{ border-radius: 30px;-moz-border-radius: 30px;-webkit-border-radius: 30px; }

.radius_tl{ -webkit-border-top-left-radius:10px; -moz-border-radius-topleft:10px; border-top-left-radius:10px; }
.radius_tr{ -webkit-border-top-right-radius:10px; -moz-border-radius-topright:10px; border-top-right-radius:10px; }
.radius_bl{ -webkit-border-bottom-left-radius:10px; -moz-border-radius-bottomleft:10px; border-bottom-left-radius:10px; }
.radius_br{ -webkit-border-bottom-right-radius:10px; -moz-border-radius-bottomright:10px; border-bottom-right-radius:10px; }

.radius_tl3{ -webkit-border-top-left-radius:3px; -moz-border-radius-topleft:3px; border-top-left-radius:3px;}
.radius_tr3{ -webkit-border-top-right-radius:3px; -moz-border-radius-topright:3px; border-top-right-radius:3px; }
.radius_bl3{ -webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; border-bottom-left-radius:3px; }
.radius_br3{ -webkit-border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; border-bottom-right-radius:3px; }










/* index */

#actor_header{
width:100%;
height:50px;
padding:8px 12px;
background:#fff;
box-sizing:border-box;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";
-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.12);
-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.12);
box-shadow: 0 4px 8px rgba(0,0,0,0.12);
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
}

#actor_header input{
font-family: FontAwesome;
border:none;
width:100%;
padding:6px;
margin-right:8px;
font-size:14px;
background:#E6E6E6;
border-radius:6px;
box-sizing:border-box;
}

.category{
background: -webkit-gradient(linear, left top,right bottom, from(#fefefe), to(#69c));
background: -moz-linear-gradient(-45deg,  #fefefe, #69c);
background-color: #fefefe;
border-top: 1px solid #d3d3d3;
border-bottom: 3px solid #000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-shadow: 0px 0px 2px #fff;
font-weight:bold;
margin: 0;
}

.contents_bg{
margin-top:10px;
background:url(//img2.mpo.jp/mpo/movie_thumb/iphone/new_contents_bg.png) repeat-x;
}

.index_bg{ background:#3c75ab; background:-webkit-gradient(linear,left top,left bottom,from(#4582bc),to(#2a6194)); background:-moz-linear-gradient(top,#4582bc,#2a6194); }

.index_bg2{background:#7BB1E3; background:-webkit-gradient(linear,left top,left bottom,from(#7BB1E3),to(#428ED5)); background:-moz-linear-gradient(top,#7BB1E3,#428ED5); }

.notice2{
 padding:5px;
 color:#fff;
 background:#0068B7;
}

.notice{
 border-top:solid 1px #ddd;
 border-bottom:solid 1px #ddd;
 background:#eee;
}



/****** max-width ******/

.w480_inner{
max-width:480px;
box-sizing:border-box;
}

.w768_inner{
max-width:768px;
margin:0 auto;
box-sizing:border-box;
}













/**** old cart ****/

.box_text{padding:10px;font-size:12px;}
button.thoughtbot {
  background: #c63929;
  background: -moz-linear-gradient(0% 100% 90deg, #891100 0%, #B51700 50%, #c63929 50%, #EE432E 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ee432e), color-stop(0.5, #c63929), color-stop(0.5, #b51700), color-stop(1, #891100));
  border: 1px solid #951100;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
  width: 250px;
}

button.thoughtbot:hover {
  background: #cb0500;
  background: -moz-linear-gradient(0% 100% 90deg, #a20601 0%, #cb0500 50%, #db504d 50%, #f37873 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601));
}

button.thoughtbot:active {
  background: #b30300;
  background: -moz-linear-gradient(0% 100% 90deg, #700d00 0%, #9c1500 50%, #ad3224 50%, #d43c28 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #d43c28), color-stop(0.5, #ad3224), color-stop(0.5, #9c1500), color-stop(1, #700d00));
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}



/***** old_info *****/

.oshirase_pad{ padding:5px 5px 0px 5px; }

.oshirase_title_green{ color:#00561f; }
.oshirase_box_green{
 background:#f0f6e0;
 background:-moz-linear-gradient(top, #fcfdf9, #e7f1ce);
 background:-webkit-gradient(linear, right top, right bottom, from(#fcfdf9),to(#e7f1ce)); 
 border:1px solid #474747;
 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 box-shadow:0px 0px 2px 1px #aaa, inset -1px -2px 2px 0px #7e957c, inset 1px 2px 3px 0px #FFF;
 -webkit-box-shadow:0px 0px 2px 1px #aaa, inset -1px -1px 1px 0px #7e957c,inset 1px 2px 3px 0px #fff;
 -moz-box-shadow:0px 0px 2px 1px #aaa, inset -1px -1px 1px 0px #7e957c, inset 1px 2px 3px 0px #FFF;
}

.oshirase_title_red{ color:#a4005b; }
.oshirase_box_red{
 background:#fee8fc;
 background:-moz-linear-gradient(top, #fee8fc, #f7d0e7);
 background:-webkit-gradient(linear, right top, right bottom, from(#fee8fc),to(#f7d0e7)); 
 border:1px solid #474747;
 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 box-shadow:0px 0px 2px 1px #aaa, inset -1px -2px 2px 0px #d3a9c9, inset 1px 2px 3px 0px #FFF;
 -webkit-box-shadow:0px 0px 2px 1px #aaa, inset -1px -1px 1px 0px #d3a9c9,inset 1px 2px 3px 0px #fff;
 -moz-box-shadow:0px 0px 2px 1px #aaa, inset -1px -1px 1px 0px #d3a9c9, inset 1px 2px 3px 0px #FFF;
}

.midasi_r{ background:#fee; font-size:16px; padding:5px; margin:0px; }

.kago_msg{  font-size:10px; color:#59d; padding:3px;width:200px; background:#E0FAFF; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; box-shadow:0px 1px 1px #999; -webkit-box-shadow:0px 1px 1px #999; -moz-box-shadow:0px 1px 1px #999; }

.kago_msg2{  font-size:12px; color:#f00; padding:5px; width:160px; background:#fee; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; box-shadow:0px 1px 1px #999; -webkit-box-shadow:0px 1px 1px #999; -moz-box-shadow:0px 1px 1px #999; }

.kago_msg3{  font-size:12px; color:#f00; padding:5px; width:170px; background:#fee; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; box-shadow:0px 1px 1px #999; -webkit-box-shadow:0px 1px 1px #999; -moz-box-shadow:0px 1px 1px #999; }

.title{ font-size:16px; font-weight:bold; border-bottom:1px solid #ccc; line-height:18px; padding:10px; margin:0px;}

.waku{ border:8px solid #fff;box-shadow:0px 0px 3px 1px #777; -moz-box-shadow:0px 0px 3px 1px #777; -webkit-box-shadow:0px 0px 3px 1px #777; }
.waku_min{ border:3px solid #fff;box-shadow:0px 0px 3px 1px #777; -moz-box-shadow:0px 0px 3px 1px #777; -webkit-box-shadow:0px 0px 3px 1px #777; }

.box{ margin:10px; }
.box_text{ padding:10px;font-size:12px; }
.box_border{ border:1px solid #777; }
.shadow{ box-shadow:0px 2px 2px #999;-webkit-box-shadow:0px 2px 2px #999; -moz-box-shadow:0px 2px 2px #999;}
.shadow_1{ box-shadow:0px 1px 1px #999;-webkit-box-shadow:0px 1px 1px #999; -moz-box-shadow:0px 1px 1px #999;}

.sample_img_box{ padding:2px; margin:5px 0px 3px; color:#fff; font-size:12px; text-align:center; background:#89d; width:200px; border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px; }


.text_box{ font-size:12px; letter-spacing: -0.001em; line-height:1.5em; padding:5px 10px 0px;border:1px solid #9ad;margin:0px 10px; 
  background:#def;
  background:-moz-linear-gradient(top,#cdf,#eef);
  background:-webkit-gradient(linear, right top, right bottom, from(#cdf),to(#eef)); 
}

.sample_img{ display:block; margin:0px; border:1px solid #cfcfcf; width:136px; height:102px; }
.sample_img2{ display:block; margin:0px; border:1px solid #fff; width:136px; height:102px; }


.sample_mov_box{ font-size:14px; background:#9ae; color:#fff; padding:3px 5px; text-align:center;
  box-shadow: inset 1px 1px 2px 0px #5565A4;
  -webkit-box-shadow: inset 1px 1px 2px 0px #5565A4;
  -moz-box-shadow: inset 1px 1px 2px 0px #5565A4;
  border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px; }

.review_box_g{ font-size:14px; background:#ddd; color:#000; padding:3px 5px; text-align:center;
  box-shadow: inset 1px 1px 2px 0px #999;
  -webkit-box-shadow: inset 1px 1px 2px 0px #999;
  -moz-box-shadow: inset 1px 1px 2px 0px #999;
  border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px; }


.cart_box{ background:#ffd; border:1px solid #dd8;  margin:10px; width:275px; padding-top:5px; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; }

.text_box{ font-size:12px; letter-spacing: -0.001em; line-height:1.5em; padding:5px 10px 0px;border:1px solid #9ad;margin:0px 10px; 
  background:#def;
  background:-moz-linear-gradient(top,#cdf,#eef);
  background:-webkit-gradient(linear, right top, right bottom, from(#cdf),to(#eef)); 
}
.text_box_xp{ font-size:12px; letter-spacing: -0.001em; line-height:1.5em; padding:5px 5px 0px;border:1px solid #9ad; margin:0px 10px; 
  background:#def;
  background:-moz-linear-gradient(top,#cdf,#eef);
  background:-webkit-gradient(linear, right top, right bottom, from(#cdf),to(#eef)); 
}
.text_box_cmp{ font-size:12px; letter-spacing: -0.001em; line-height:1.5em !important;  padding:5px; margin:0px; 
  background:#def;
  background:-moz-linear-gradient(top,#cdf,#eef);
  background:-webkit-gradient(linear, right top, right bottom, from(#cdf),to(#eef)); 
}

.text_box2{ border:1px solid #ddd; padding:5px 5px 10px; margin:5px 0px; background:#fff; }




/**** logout ****/


.top_logout_contents_index{
margin:24px 12px 12px 12px;
font-size:17px;
font-weight:bold;
color:#2c2c2c;
}

.top_logout_contents_index span{
margin-left:2px;
font-size:9px;
font-weight:normal;
color:#565656;
}

ul.top_logout_contents_carousel {
width:100%;
padding:0 12px 12px 12px;
overflow-x:scroll;
-webkit-overflow-scrolling:touch;
overflow-scrolling:touch;
white-space:nowrap;
line-height:1;
box-sizing:border-box;
}

.top_logout_contents_ul li{
display: inline-block;
text-align:center;
vertical-align:top;
width:36vw;
max-width:192px;
margin:0px 1px;
background:#fff;
border-radius:6px;
box-shadow:0 2px 12px rgba(0,0,0,0.2);
box-sizing:border-box;
}

.top_logout_contents_ul img{
width:100%;
border-radius:6px 6px 0 0;
}

.top_logout_contents_ttl{
text-align:left;
white-space:normal;
min-height:4.5em;
padding:6px 10px;
//font-weight:bold;
line-height:1.5em;
}

@media screen and (max-width:320px) {
    .top_logout_contents_ttl{
    font-size:9px;
    }
}

@media screen and (min-width:321px) { 
    .top_logout_contents_ttl{
    font-size:12px;
    }
}




/*** common ***/

.pagetop_scroll{
position: fixed;
bottom: 20px;
right: 20px;
width:50px;
height:50px;
background:rgba(0,0,0,.3);
border-radius:12px;
z-index:999;
}

.pagetop_scroll a{
display:block;
width:100%;
height:100%;
color:#fff;
}

.pagetop_scroll .arr_icon{
position:relative;
top:calc(50% - .5em);
left:calc(50% - .45em);
}


.lcolor{ color:#2E8ECE; }

.center{ text-align:center; }
.left{ text-align:left; }

#header_navi{ background-color:#eee;padding-right:1px; }
#title{ margin:10px 0 10px 5px; }

.wordbreak { word-break: break-all; }

.clear{ clear:both; }
.tag_link{ text-decoration:underline;color:#00f; }

.flat_input{ border:0;border:2px solid #AFCEED;box-sizing:border-box;-webkit-appearance:none;width:100%;padding:8px;font-size:18px;line-height:1.2;margin-bottom:10px; }

.flat_link{ text-decoration:underline;color:#2E8ECE; }

.text_lrline{ border-top: 2px solid #AFCEED;
 margin-top:65px;
 /*margin:23px 0 0;*/
 text-align:center;
 padding:0; height:12px;
}


.text_lrline{ border-top: 2px solid #AFCEED;
margin-top:65px;
/*margin:23px 0 0;*/
text-align:center;
padding:0; height:12px;
}

.text_lrline span {
position: relative;
top: -8px;
padding: 0 10px;
font-size:13px;
font-weight:bold;
background:#F2F7FC;
}


/* regist_arrow_box
*******************************************************************************/
.regist_arrow_box { position: relative; background: #ffffff; border: 3px solid #CFE5D4; } .regist_arrow_box:after, .regist_arrow_box:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .regist_arrow_box:after { border-bottom-color: #ffffff; border-width: 12px; left: 50%; margin-left: -12px; } .regist_arrow_box:before { border-bottom-color: #CFE5D4; border-width: 16px; left: 50%; margin-left: -16px; }

/* regist
*******************************************************************************/

input.radio {display:inline-block; width:20px; height:30px; margin-left:3px; margin-right:2px; vertical-align:text-top;}label.radiolabel {display:inline-block; width:48%; height:35px; line-height:35px; background:#efefff; border:1px solid #ccc; border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

input[type="radio"]{
  -webkit-appearance:none;
  line-height:20px;
  width:20px;
  height:20px;
  border:solid 1px #ddd;
  background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  -webkit-box-shadow:1px 1px 1px #888;
  -webkit-border-radius:10px;
  text-align:center;
  color:transparent;
  font-weight:bold;
}
input[type="radio"]:before {
  content:"●";
  font-size:10px;
} 
input[type="radio"]:checked {
  color:#0a0;
} 




button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  /*line-height: 1.15;*/ /* 1 */
  margin: 0; /* 2 */
}



button,
input { /* 1 */
  overflow: visible;
}







/**** org001 ****/


.himkr_login_fixed{
position:fixed;
bottom:0;
width:100%;
margin:0 auto;
padding:6px 0 20px 0;
background:rgba(0,0,0,.5);
box-sizing:border-box;
z-index:999;
}

.himkr_login_fixed_wrap{
display:flex;
max-width:480px;
margin:0 auto;
}

.himkr_regist_txt{
text-align:center;
padding:6px;
line-height:1.2em;
font-size:13px;
color:#fff;
font-weight:bold;
}

.himkr_login_area{
width:50%;
padding:0 4px;
box-sizing:border-box;
}

.himkr_login_btn{
display:block;
text-align:center;
background:#0042ff;
font-size:17px;
font-weight:bold;
color:#fff;
padding:16px 0;
border-radius:6px;
box-sizing:border-box;
}

.himkr_regist_area{
width:50%;
padding:0 4px;
box-sizing:border-box;
}

.himkr_regist_btn{
display:block;
text-align:center;
background:#00e821;
font-size:17px;
font-weight:bold;
color:#fff;
padding:16px 0;
border-radius:6px;
box-sizing:border-box;
}




.w480_inner{
max-width:480px;
margin:0 auto;
box-sizing:border-box;
}

.w768_inner{
max-width:768px;
margin:0 auto;
box-sizing:border-box;
}

.interview_contents_fixed_wrap{
display:flex;
background:#fff;
max-width:420px;
margin:0 auto 16px auto;
border-radius:6px;
box-sizing:border-box;
}

.interview_campaignlink_fixed_wrap{
display:block;
position:relative;
text-align:center;
max-width:300px;
margin:12px auto 16px auto;
padding:16px 0;
background:#1a3aff;
font-size:14px;
font-weight:bold;
color:#fff;
border-radius:6px;
box-sizing:border-box;
}

.interview_contents_thumb_area{
width:100px;
padding:0;
box-sizing:border-box;
}

.interview_contents_link{
display:flex;
position:relative;
padding:6px;
font-weight:bold;
color:#2c2c2c;
border-radius:3px;
box-sizing:border-box;
}

.interview_contents_txt{
padding:0 12px 0 4px;
line-height:1.5em;
font-size:12px;
box-sizing:border-box;
}



/**** himkr ****/


/* info */


#monthly_info_details{
padding:32px 24px;
background:#fff;

}

#monthly_info_details .ttl{
font-weight:bold;
font-size:18px;
line-height:1.4em;
margin-bottom:16px;
}

#monthly_info_details .time{
font-weight:normal;
font-size:12px;
color:#6c6c6c;
}

#monthly_info_details .txt{
font-size:13px;
line-height:1.8em;
box-sizing:border-box;
}

.monthly_blue_submit_btn_single{
text-align:center;
max-width:300px;
margin:40px auto 0 auto;
padding:14px 0;
font-size:16px;
font-weight:bold;
color:#fff;
background: #4b4bff;
border-radius:4px;
filter: drop-shadow(0px 3px 12px rgba(45, 45, 255, 0.29));
}

.monthly_info_ttl_flex{
margin:6px 0 24px 0;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
}

.monthly_info_currender_num{
position:absolute;
top:22px;
left:10px;
font-size:22px;
font-weight:
bold;color:#707070;
}




.monthly_related_work{
margin-top:24px;
background:#fff;
}

.monthly_related_work_index{
text-align:center;
padding:8px 0 16px 0;
font-size:18px;
font-weight:bold;
}


.monthly_related_ul {
display:flex;
flex-wrap: wrap;
padding:2px;
box-sizing:border-box;
}

.monthly_related_ul li{
display:block;
padding:0 4px;
margin-bottom: 12px;
width:calc(100% /2);
box-sizing:border-box;
}

.keyword_li_padding{
display:block;
border-radius:4px;
background: #fff;
box-shadow:0px 3px 6px rgba(0, 0, 0, 0.06);
box-sizing:border-box;
}

.keyword_li_thumb_area{
position:relative;
}

.monthly_related_ul li .contents_thumb{
flex-grow: 0;
flex-shrink: 0;
width:100%;
border-radius:4px 4px 0 0;
}

.monthly_related_ul li .contents_txt{
padding:8px 8px;
font-size:12px;
line-height:1.4em;
}

.monthly_info_bg{
position:relative;
}

.monthly_info_bg .playbtn{
position:absolute;
text-align:center;
bottom:25px;
left:calc(50% - 110px);
width: 220px;
height: 50px;
color:#fff;
font-weight:bold;
background: linear-gradient(to left,#4b4bff 0%, #3da9d8 100%);
box-shadow:0px 3px 18px rgba(45, 45, 255, 0.77);
border-radius:24px;
}

.monthly_like_btn{
position:fixed;
bottom:32px;
right:24px;
border-radius:50%;
width: 40px;
height: 40px;
background: #fff;
color:#ff2d2d;
border: 1px solid #ff2d2d;
z-index:100;
}

.monthly_review_btn{
position:fixed;
bottom:32px;
right:76px;
border-radius:50%;
width: 40px;
height: 40px;
background: #fff;
color:#ff2d2d;
border: 1px solid #ff2d2d;
z-index:100;
}

.monthly_btn_dropshadow{
box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}

#monthly_header .fa-bars{
position:absolute;
top:16px;
right:12px;
color:#666666;
}

#monthly_header .fa-bell{
position:absolute;
top:16px;
right:48px;
color:#666666;
}

.monthly_overlay{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.5);
z-index:550;
}

.monthly_overlay_wht{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,.7);
z-index:550;
}

.monthly_overlay_restriction{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.5);
z-index:99995;
}

.monthly_review_write_area{
display:none;
position:fixed;
bottom:0;
left:calc(50% - 150px);
width:300px;
height:200px;
padding:40px 0px 32px 0px;
background:#fff;
margin:20px auto;
border-radius:12px;
box-sizing:border-box;
box-shadow:0px 6px 12px rgba(0, 0, 0, 0.16);
z-index:600;
}

.monthly_review_write_area_index{
text-align:center;
margin-bottom:20px;
font-weight:bold;
font-size:15px;
color:#6A6A6A;
}



/** chapter select **/
.mgr_news_overlay {
display: none;
position: fixed;
top: -10px;
left: 0;
right: 0;
bottom: -10px;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index:9998;
}

.monthly_drawer{
display:none;
position:fixed;
top:0;
right:-200px;
width:200px;
height:100%;
padding:32px 0px;
margin:0 auto;
background:#fff;
box-sizing:border-box;
z-index:99999;
}

.monthly_drawer ul{
text-align:left;
list-style:none;
padding:8px 0 16px 24px;
}

.monthly_drawer ul li{
margin-bottom:32px;
font-size:16px;
}

.himkr_chapter_selectr_container {
padding: 10px 0;
width: 100%;
height: 100%;
}
.himkr_chapter_select_innder {
position:relative;
vertical-align: top;
width: 100%;
max-width:480px;
}

#himkr_chapter_index{
text-align:center;
margin:24px auto;
font-size:16px;
font-weight:bold;
line-height:1.4em;
color:#fff;
}

.himkr_chapter_select_ul { 
display:block;
width:100%;
max-width:480px;
margin:0 auto;
list-style:none;
box-sizing:border-box;
}

.himkr_chapter_select_ul li{
display:flex;
position:relative;
padding:10px 12px;
color:#fff;
font-weight:bold;
border-bottom:1px solid #fff;
box-sizing:border-box;
}

.himkr_chapter_select_ul li:first-child {
border-top:1px solid #fff;
}

.himkr_chapter_select_ul li .contents_thumb{
flex: 0 0 auto;
position:relative;
width:128px;
height:96px;
margin-right:auto;
}

.himkr_chapter_select_ul li .contents_txt{
font-size:14px;
font-weight:bold;
line-height:1.3em;
margin-right:auto;
padding:8px 6px 8px 8px;
}

.himkr_sumado_link{
margin-right:auto;
max-width:300px;
width:94%;
margin:24px auto 6px auto;
padding:6px 12px;
background:#fff;
border:solid 1px #eee;
border-radius:12px;
box-sizing:border-box;
box-shadow:0px 2px 6px rgba(0, 10, 141, 0.2);
}

.sumado_suggest_txt{
flex:1;
text-align:left;
margin-right:auto;
font-size:12px;
font-weight:bold;
line-height:18px;
color:#3c4aff;
}

.sumado_suggest_btn{
width:132px;
height:40px;
font-size:12px;
font-weight:bold;
color:#fff;
background:#1000ff;
border-radius:24px;
box-sizing:border-box;
}













.monthly_related_work{
margin-top:24px;
background:#fff;
}

.monthly_related_work_index{
text-align:center;
padding:8px 0 16px 0;
font-size:18px;
font-weight:bold;
}


.monthly_related_ul {
display:flex;
flex-wrap: wrap;
padding:2px;
box-sizing:border-box;
}

.monthly_related_ul li{
display:block;
padding:0 4px;
margin-bottom: 12px;
width:calc(100% /2);
box-sizing:border-box;
}

.keyword_li_padding{
display:block;
border-radius:4px;
background: #fff;
box-shadow:0px 3px 6px rgba(0, 0, 0, 0.06);
box-sizing:border-box;
}

.keyword_li_thumb_area{
position:relative;
}

.monthly_related_ul li .contents_thumb{
flex-grow: 0;
flex-shrink: 0;
width:100%;
border-radius:4px 4px 0 0;
}

.monthly_related_ul li .contents_txt{
padding:8px 8px;
font-size:12px;
line-height:1.4em;
}

.monthly_info_bg{
position:relative;
}

.monthly_info_bg .playbtn{
position:absolute;
text-align:center;
bottom:25px;
left:calc(50% - 110px);
width: 220px;
height: 50px;
color:#fff;
font-weight:bold;
background: linear-gradient(to left,#4b4bff 0%, #3da9d8 100%);
box-shadow:0px 3px 18px rgba(45, 45, 255, 0.77);
border-radius:24px;
}

.monthly_like_btn{
position:fixed;
bottom:32px;
right:24px;
border-radius:50%;
width: 40px;
height: 40px;
background: #fff;
color:#ff2d2d;
border: 1px solid #ff2d2d;
z-index:100;
}

.monthly_review_btn{
position:fixed;
bottom:32px;
right:76px;
border-radius:50%;
width: 40px;
height: 40px;
background: #fff;
color:#ff2d2d;
border: 1px solid #ff2d2d;
z-index:100;
}

.monthly_btn_dropshadow{
box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}

#monthly_header .fa-bars{
position:absolute;
top:16px;
right:12px;
color:#666666;
}

#monthly_header .fa-bell{
position:absolute;
top:16px;
right:48px;
color:#666666;
}

.monthly_overlay{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.5);
z-index:550;
}

.monthly_overlay_wht{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,.7);
z-index:550;
}

.monthly_overlay_restriction{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.5);
z-index:99995;
}

.monthly_review_write_area{
display:none;
position:fixed;
bottom:0;
left:calc(50% - 150px);
width:300px;
height:200px;
padding:40px 0px 32px 0px;
background:#fff;
margin:20px auto;
border-radius:12px;
box-sizing:border-box;
box-shadow:0px 6px 12px rgba(0, 0, 0, 0.16);
z-index:600;
}

.monthly_review_write_area_index{
text-align:center;
margin-bottom:20px;
font-weight:bold;
font-size:15px;
color:#6A6A6A;
}

.monthly_review_write_area_input{
display:block;
margin:0 auto 20px auto;
padding:8px;
width:240px;
background:#eee;
border:none;
border-radius:8px;
}

.monthly_review_write_area_submit{
display:block;
margin:0 auto;
width: 80px;
height: 32px;
background: #1700ff;
color:#fff;
border:none;
border-radius:8px;
box-shadow:0px 2px 0px rgba(0, 0, 0, 0.16);
}

.monthly_like_area{
display:none;
position:fixed;
bottom:0;
left:calc(50% - 150px);
width:300px;
height:180px;
padding:32px 0px;
margin:20px auto;
border-radius:12px;
box-sizing:border-box;
z-index:600;
}

.monthly_like_area_txt{
text-align:center;
font-weight:bold;
font-size:14px;
}

.monthly_like_icon{
text-align:center;
display:block;
margin:0 auto 20px auto;
color:#FF0707;
}

.monthly_drawer{
display:none;
position:fixed;
top:0;
right:-200px;
width:200px;
height:100%;
padding:32px 0px;
margin:0 auto;
background:#fff;
box-sizing:border-box;
z-index:99999;
}

.monthly_drawer ul{
text-align:left;
list-style:none;
padding:8px 0 16px 24px;
}

.monthly_drawer ul li{
margin-bottom:32px;
font-size:16px;
}

.himkr_chapter_selectr_container {
padding: 10px 0;
width: 100%;
height: 100%;
}
.himkr_chapter_select_innder {
position:relative;
vertical-align: top;
width: 100%;
max-width:480px;
}

#himkr_chapter_index{
text-align:center;
margin:24px auto;
font-size:16px;
font-weight:bold;
line-height:1.4em;
color:#fff;
}

.himkr_chapter_select_ul { 
display:block;
width:100%;
max-width:480px;
margin:0 auto;
list-style:none;
box-sizing:border-box;
}

.himkr_chapter_select_ul li{
display:flex;
position:relative;
padding:10px 12px;
color:#fff;
font-weight:bold;
border-bottom:1px solid #fff;
box-sizing:border-box;
}

.himkr_chapter_select_ul li:first-child {
border-top:1px solid #fff;
}

.himkr_chapter_select_ul li .contents_thumb{
flex: 0 0 auto;
position:relative;
width:128px;
height:96px;
margin-right:auto;
}

.himkr_chapter_select_ul li .contents_txt{
font-size:14px;
font-weight:bold;
line-height:1.3em;
margin-right:auto;
padding:8px 6px 8px 8px;
}

.himkr_sumado_link{
margin-right:auto;
max-width:300px;
width:94%;
margin:24px auto 6px auto;
padding:6px 12px;
background:#fff;
border:solid 1px #eee;
border-radius:12px;
box-sizing:border-box;
box-shadow:0px 2px 6px rgba(0, 10, 141, 0.2);
}

.sumado_suggest_txt{
flex:1;
text-align:left;
margin-right:auto;
font-size:12px;
font-weight:bold;
line-height:18px;
color:#3c4aff;
}

.sumado_suggest_btn{
width:132px;
height:40px;
font-size:12px;
font-weight:bold;
color:#fff;
background:#1000ff;
border-radius:24px;
box-sizing:border-box;
}






.monthly_overlay_restriction{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.74);
z-index:99995;
}

.monthly_restriction_area{
position:fixed;
flex-direction:column;
text-align:center;
top:0;
left:0;
width:100%;
height:100%;
color:#fff;
z-index:99996;
}

.monthly_restriction_btn{
width:220px;
height:46px;
background:#4B4BFF;
color:#fff;
font-size:16px;
font-weight:bold;
border-radius:24px;
}

.monthly_restriction_btn a{
color:#fff;
}


.monthly_today_bg{
position:relative;
}

.monthly_today_bg .today_ttl{
position:absolute;
bottom:0;
width:100%;
padding:12px;
background:rgba(0,0,0,.4);
color:#fff;
font-size:15px;
font-weight:bold;
line-height:1.4em;
box-sizing:border-box;
}

.monthly_today_bg .today_mv_icon{
position:absolute;
bottom:54px;
left:16px;
padding:6px 12px;
background:#FFCC00;
color:#fff;
font-size:13px;
font-weight:bold;
border-radius:25px;
box-sizing:border-box;
}


.monthly_index_main{
position:relative;
background:#fafafa;
padding:24px;
font-size:16px;
font-weight:bold;
text-align:center;
}

.monthly_index_main .register_icon{
display:inline-block;
width:106px;
padding:7px 0;
background:#ff4326;
color:#fff;
font-size:14px;
font-weight:bold;
box-shadow:0px 3px 6px rgba(255, 0, 0, 0.2);
border-radius:24px;
z-index:99;
}

.monthly_index_main .register_icon_2{
position:absolute;
bottom:-18px;
left:calc(50% - 55px);
width:110px;
padding:12px 0;
background:#ff4326;
color:#fff;
font-size:15px;
font-weight:bold;
box-shadow:0px 3px 6px rgba(255, 0, 0, 0.46);
border-radius:24px;
z-index:99;
}


.monthly_course_introduction_ul{
display: flex;
flex-wrap: wrap;
width: 100%;
max-width:480px;
margin:0 auto;
list-style: none;
box-sizing: border-box;
}
.monthly_course_introduction_ul li {
position: relative;
display: flex;
width: calc(100% / 2);
padding: 6px;
box-sizing: border-box;
list-style: none;
}
.monthly_course_introduction_ul p {
padding: 4px 6px;
font-size: 11px;
font-weight: bold;
line-height: 1.3em;
box-sizing: border-box;
z-index: 3;
}
.monthly_course_introduction_ul li img {
width: 100%;
border-radius:8px;
}
















/************/

#contents{ padding:0; }
.spacer{font-size:5px;height:10px;}
.info_title{
  font-size:16px; font-weight:bold; line-height:18px; padding:10px 10px 0 10px; margin:0px;
  color:#fff;
  text-align:left;
}
.info_top_thumb{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.info_top_thumb:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.blur_thumb{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.blur_thumb:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}


.blur_image_bg{
  position: relative;
  background-color: rgba(80,80,80,0.3);
  text-align:center;
}


.info_top_image_bg{
  position: relative;
  background-color: rgba(80,80,80,0.5);
  text-align:center;
}

.info_top_image{
  margin:10px 0 25px 0;
}

/* *************************************** */

.mpo-btn {
  margin-bottom:5px;
  border: 0;
  padding:10px;
  display:block;
  color:#fff;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.mpo-btn-min {
  margin-bottom:5px;
  border: 0;
  padding:5px 5px;
  display:block;
  color:#fff;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.mpo-btn-s {
  margin-bottom:5px;
  border: 0;
  padding:10px;
  display:inline-block;
  color:#fff;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.mpo-btn-min-s {
  margin-bottom:5px;
  border: 0;
  padding:5px 5px;
  display:inline-block;
  color:#fff;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

/* *************************************** */

button{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.bsbb{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}

.mpo-btn-text-min2{
  font-size:12px;
  line-height:1;
  color:#fff;
}

.mpo-btn-text-min{
  font-size:10px;
  line-height:1;
  color:#fff;
}
.mpo-btn-colorfff{
  color:#fff;
}
.mpo-btn-text-top{ padding-top:4px; }
.mpo-btn-text-top-min{ padding-top:2px; }

/* *************************************** */

.info-left-bar{ border-left:1px dotted #ccc; }
.info-point{ color:#fff;font-size:16px; line-height:1.2; }
.info-point-suffix{ color:#fff;font-size:9px; line-height:1; }
.info-memo4{ 
 background:#fff;
 border: 3px solid #F05959;
 padding:2px;
 color: #F05959;
 text-align:center;
 font-size:12px; font-weight:bold;
 border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.info-text{ background:#f0f0f0; padding:15px 5px; }

.info-hr{ border:0; border-top:1px solid #aaa; margin:10px 0px; }
.info-star{ font-size:10px;}
.info-star-no{ color: #aaa; }
.info-star-yes{ color: #f39c12; }

.chapter-box{ display:inline-block; width:140px;margin:3px;font-size:11px;color:#fff;background:#aaa; }
.chapter-image{ text-align:left; width:130px;height:98px;  background-repeat: no-repeat; background-position: center; background-size: cover; }

.share-space{
  position: absolute;
  bottom:8px;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  z-index:1;
}

.favorite-space{
  position: absolute;
  bottom:8px;
  right:8px;
  z-index:1;
}
.btn-txt{
  font-size:9px;
  
}
.btn-color000{
  color:#000;
}
.sample-space{
    position: absolute;
    bottom:8px;
    left:8px;
    z-index:1;
}
.sample-btn {
  background: #3498db;
  border: 1px solid #FFF;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  color: #fff;
  display: inline-block;
  padding:15px 10px;
  text-align: center;
  font-weight: bold;
  line-height:1.3;
  box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  -moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  transition: background-color 0.5s ease-in;
  -webkit-transition: background-color 0.5s ease-in;
}

.share-btn {
  background: #2ecc71;
  border: 1px solid #FFF;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  color: #fff;
  display: inline-block;
  padding:15px 10px;
  text-align: center;
  font-weight: bold;
  line-height:1.3;
  box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  -moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  transition: background-color 0.5s ease-in;
  -webkit-transition: background-color 0.5s ease-in;
}

.favorite-btn {
  background: #ebebeb;
  border: 1px solid #FFF;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  color: #f29c9f;
  display: inline-block;
  padding:15px 12px;
  text-align: center;
  font-weight: bold;
  line-height:1.3;
  box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  -moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  transition: background-color 0.5s ease-in;
  -webkit-transition: background-color 0.5s ease-in;
}

.favorite-btn-in {
  background: #fff;
  border: 1px solid #FFF;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  color: #ebebeb;
  display: inline-block;
  padding:15px 12px;
  text-align: center;
  font-weight: bold;
  line-height:1.3;
  box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  -moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.3);
  transition: background-color 0.5s ease-in;
  -webkit-transition: background-color 0.5s ease-in;
}

/********************************/

.animate_3sd_infinite{
  animation-delay:3s;
  animation-iteration-count: infinite;
} 

/********************************/

.channel_bar{
  background-color:#000;
}

.channel_bar_ura{ background-color:#350000; }
.channel_bar_mens{ background-color:#4A0B69; }
.channel_bar_cmp{ background-color:#3F83B4; }
.channel_bar_anp{ background-color:#649828; }
.channel_bar_dgs{ background-color:#DB8D24; }
.channel_bar_gmp{ background-color:#CC3A83; }
.channel_bar_igmp{ background-color:#CC3A83; }
.channel_bar_voch{ background-color:#CD41ED; }
.channel_bar_vr{ background-color:#269547; }
.channel_bar_srto{ background-color:#0bb4bf; }

/********************************/

.newsmark{
background:#C9365B;
box-sizing:border-box;
padding:3px 4px;
/*padding:1px 5px;*/
color:#fff;
border:2px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

.maru_mark{
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}


/*******************************/

.fs9{ font-size:9px; }
.fs8{ font-size:8px; }
.fs7{ font-size:7px; }
.fs6{ font-size:6px; }

.menu_bar_normal { background-color:#fff; border-bottom:5px solid #ecf0f1;  }
.menu_bar_normal_icon { color:#2980b9; }

.menu_bar_select { background-color:#3498db; border-bottom:5px solid #2980b9; color:#fff; }
.menu_bar_select_icon { color:#fff; }
.menu_bar_select * { color:#fff; }


.menu_bar_bottom_normal { background-color:#fff; border-top:5px solid #ecf0f1;  }
.menu_bar_bottom_normal_icon { color:#2980b9; }
.menu_bar_bottom_normal svg * { color:#2980b9; }
.menu_bar_bottom_select { background-color:#3498db; border-top:5px solid #2980b9; color:#fff; }
.menu_bar_bottom_select * { color:#fff; }
.menu_bar_bottom_select_icon { color:#fff; }

/********************************/

.footer_bg{ background-color:#ecf0f1; }

/********************************/

.header_panel_bg{ background-color:#7399bc;padding:5px; }
.t_menu_pad{ padding-left:5px; }
.t_panel_button{ padding:7px 5px;text-align:center; background-color:#fff; border-bottom:2px solid rgba(0,0,0,0.5); }

/********************************/

.ch_button{
  margin:0 auto 5px auto;
  border: 0;
  padding:10px;
  display:block;
  color:#fff;
  font-weight:bold;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.ch_sub{ background-color:#13b5b1; border-bottom:4px solid #07706d;font-size:18px;width:90%;padding:18px 10px; }

/********************************/

a[href*="credit-cgiserver.com"] , a[href*="telecomcredit.co.jp"], a[href*="bill_sample_et_s"], a[href*="chocom.jp"]{
  color: #fff;
  border-bottom:2px solid #16a085;
  line-height:1.7;
  padding:auto 2px;
  font-weight:bold;
  font-size:110%;
  background: #2ecc71;
  border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;
}

/********************************/

.mini_alert{
  padding:10px;
  font-size:12px;
  line-height:1.3;
  background:#fff;
  border: 5px solid #eee;
  margin:5px;
}


.next_listlink{
  border:1px solid #bdc3c7;
  border-bottom:3px solid #bdc3c7;
  background:#ecf0f1;
}


/********************************/

/* regist_arrow_box
*******************************************************************************/
.regist_arrow_box { position: relative; background: #ffffff; border: 3px solid #CFE5D4; } .regist_arrow_box:after, .regist_arrow_box:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .regist_arrow_box:after { border-bottom-color: #ffffff; border-width: 12px; left: 50%; margin-left: -12px; } .regist_arrow_box:before { border-bottom-color: #CFE5D4; border-width: 16px; left: 50%; margin-left: -16px; }

/* arrow_box
*******************************************************************************/
.arrow_box { position: relative; background: #fc6; } .arrow_box:after { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-bottom-color: #fc6; border-width: 10px; left: 50%; margin-left: -10px; }

.arrow_right { position: relative; background: #ffffff; border: 2px solid #cccccc; } .arrow_right:after, .arrow_right:before { left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_right:after { border-color: rgba(255, 255, 255, 0); border-left-color: #ffffff; border-width: 10px; top: 50%; margin-top: -10px; } .arrow_right:before { border-color: rgba(204, 204, 204, 0); border-left-color: #cccccc; border-width: 13px; top: 50%; margin-top: -13px; }

.arrow_right_s { position: relative; background: #ffffff; border: 2px solid #cccccc; } .arrow_right_s:after, .arrow_right_s:before { left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_right_s:after { border-color: rgba(255, 255, 255, 0); border-left-color: #ffffff; border-width: 5px; top: 50%; margin-top: -5px; } .arrow_right_s:before { border-color: rgba(204, 204, 204, 0); border-left-color: #cccccc; border-width: 8px; top: 50%; margin-top: -8px; }

.arrow_right_sr { position: relative; background: #ffffff; border: 2px solid #ff8585; } .arrow_right_sr:after, .arrow_right_sr:before { left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_right_sr:after { border-color: rgba(255, 255, 255, 0); border-left-color: #ffffff; border-width: 5px; top: 50%; margin-top: -5px; } .arrow_right_sr:before { border-color: rgba(204, 204, 204, 0); border-left-color: #ff8585; border-width: 8px; top: 50%; margin-top: -8px; }

.arrow_top_s { position: relative; background: #ffffff; border: 2px solid #cccccc; } .arrow_top_s:after, .arrow_top_s:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_top_s:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 10px; left: 50%; margin-left: -10px; } .arrow_top_s:before { border-color: rgba(204, 204, 204, 0); border-bottom-color: #cccccc; border-width: 13px; left: 50%; margin-left: -13px; }

.arrow_top_left { position: relative; background: #ffffff; border: 2px solid #cccccc; } .arrow_top_left:after, .arrow_top_left:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_top_left:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 10px; left: 20%; margin-left: -10px; } .arrow_top_left:before { border-color: rgba(204, 204, 204, 0); border-bottom-color: #cccccc; border-width: 13px; left: 20%; margin-left: -13px; }

.arrow_top_blue { position: relative; background: #ecf6ff; border: 2px solid #53b0ff; } .arrow_top_blue:after, .arrow_top_blue:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_top_blue:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ecf6ff; border-width: 10px; left: 50%; margin-left: -10px; } .arrow_top_blue:before { border-color: rgba(204, 204, 204, 0); border-bottom-color: #53b0ff; border-width: 13px; left: 50%; margin-left: -13px; }

.arrow_bottom_right { position: relative; background: #ffffff; border: 2px solid #cccccc; } .arrow_bottom_right:after, .arrow_bottom_right:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_bottom_right:after { border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 5px; right: 25px; margin-left: -5px; } .arrow_bottom_right:before { border-color: rgba(204, 204, 204, 0); border-top-color: #cccccc; border-width: 8px; right: 22px; margin-left: -8px; }

.arrow_info { position: relative; background: #f0f5f9; border: 3px solid #0000ff; } .arrow_info:after, .arrow_info:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_info:after { border-color: rgba(255, 255, 255, 0); border-right-color: #f0f5f9; border-width: 15px; top: 50%; margin-top: -15px; } .arrow_info:before { border-color: rgba(0, 0, 255, 0); border-right-color: #0000ff; border-width: 18px; top: 50%; margin-top: -18px; }

.arrow_left { position: relative; background: #ffffff; border: 2px solid #cccccc; } .arrow_left:after, .arrow_left:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_left:after { border-color: rgba(255, 255, 255, 0); border-right-color: #ffffff; border-width: 10px; top: 50%; margin-top: -10px; } .arrow_left:before { border-color: rgba(204, 204, 204, 0); border-right-color: #cccccc; border-width: 13px; top: 50%; margin-top: -13px; }

.arrow_left_s { position: relative; background: #ffffff; border: 2px solid #cccccc; } .arrow_left_s:after, .arrow_left_s:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_left_s:after { border-color: rgba(255, 255, 255, 0); border-right-color: #ffffff; border-width: 5px; top: 50%; margin-top: -5px; } .arrow_left_s:before { border-color: rgba(204, 204, 204, 0); border-right-color: #cccccc; border-width: 8px; top: 50%; margin-top: -8px; }

.arrow_left_sb { position: relative; background: #ffffff; border: 2px solid #8cbdff; } .arrow_left_sb:after, .arrow_left_sb:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_left_sb:after { border-color: rgba(255, 255, 255, 0); border-right-color: #ffffff; border-width: 5px; top: 50%; margin-top: -5px; } .arrow_left_sb:before { border-color: rgba(204, 204, 204, 0); border-right-color: #8cbdff; border-width: 8px; top: 50%; margin-top: -8px; }

.arrow_bottom { position: relative; background: #ffffff; border: 4px solid #cccccc; } .arrow_bottom:after, .arrow_bottom:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_bottom:after { border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 10px; margin-left: -10px; } .arrow_bottom:before { border-color: rgba(204, 204, 204, 0); border-top-color: #cccccc; border-width: 16px; margin-left: -16px; }






/**** switch ****/

.flag_onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.flag_onoffswitch-checkbox {
    display: none;
}
.flag_onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.flag_onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.flag_onoffswitch-inner:before, .flag_onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.flag_onoffswitch-inner:before {
    content: "表示";
    padding-left: 10px;
    background-color: #51C234; color: #FFFFFF;
}
.flag_onoffswitch-inner:after {
    content: "非表示";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.flag_onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.flag_onoffswitch-checkbox:checked + .flag_onoffswitch-label .flag_onoffswitch-inner {
    margin-left: 0;
}
.flag_onoffswitch-checkbox:checked + .flag_onoffswitch-label .flag_onoffswitch-switch {
    right: 0px; 
}


.background_slash_1{
  background:#eee url(https://img4.mpo.jp/mpo/movie_thumb/iphone/background_slash_1.gif);
}



/***** vr image *****/

.iframe_outer {
    position: relative;
    width: 100%;
}
.iframe_outer169:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
.iframe_outer43:before {
    content:"";
    display: block;
    padding-top: 75%;
}

.iframe_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}