/******************
  smart phone
*******************/
body{
    text-align:left;
    font-size:medium;
}

.ui-header,
#page_header,
#page_header form{
    background-color:#FFF;
}

#page_header h1,
#page_header h2{
    margin: 0 ;
    background-color:#FFF;
}

#page_header h2{
    text-align:left;
    margin:10px 10px auto 10px;
    font-size:medium;
    font-weight:bold;
}
#page_header h1 img{
    margin-bottom:0;
}

#page_header #page_title h2{
    text-align:center;
    border-bottom: 2px solid #000000;
}

#page_header .header_btn{
    text-align:center;
    margin:auto 10px;
}
#page_header .header_btn a{
    width:100%;
}

#page_header .ui-btn-inner img{
    margin:-7px 0 10px 0;
}


.ui-bar-c{
    border:none;
}

/*
.ui-content{
    padding:3px 15px;
}
*/

#page_header .genre_nav{
    margin:10px 0 3px;
    background-color:#FFF;
}

/*特定の文字の間隔を狭くする */
.ui-header ul li.name_txt_s  span.ui-btn-text{
    /*font-size:85%;*/
    letter-spacing:-2px;
}

.header_navi_bar ul li div{
    font-size:95%;
    letter-spacing:-2px;
}

.header_navi_bar ul li span.ui-btn-inner{
    padding-right:0.2em;
    padding-left:0.2em;
}

div.main{
    padding-top:5px;
}

div.main h2{
    font-size:90%;
    padding: 5px 10px;
    line-height: 20px;
    color: #fff;
    margin-bottom:5px;
    
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #000;
    
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 2px #000;
    
    background: -moz-linear-gradient(top, #00abeb, #3675B5);
    background: -webkit-gradient(linear, center top, center bottom, from(#00abeb), to(#3675B5));
    filter:progid:DXImageTransform.Microsoft.Gradient
        (startcolorstr=#ff00abeb,endcolorstr=#ff3675B5,gradienttype=0);
}

#realtime,
#pickup,
#topsell{
    padding:0;
    overflow:hidden;
    margin-bottom:3px;
    height:160px;
}

#pickup{
    height:140px;
}

div#idol #realtime, 
div#idol #pickup,
div#idol #topsell{
    height:auto;
}
    
#pickup_ad{
    padding:0;
    overflow:hidden;
    margin-bottom:3px;
}

#koukoku li{
    font-size:75%;
    font-weight:normal;
}


.itembox{
    float:left;
    width:82px;
    margin-left:8px;
    overflow:hidden;
    height:160px;
    paddind:0;
}

#pickup .itembox{
    height:140px;
}

div#idol .itembox{
    height:140px;
}
.itembox .ui-link{
    font-weight:normal;
}

.itembox .title{
    height:2.1em;
    overflow:hidden;
    line-height:100%;
}
.itembox .artist{
    height:1em;
    line-height:100%;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.itembox .rank{
    font-weight:bold;
    color:#FF5A0B;
    text-align:center;
}

.itembox .pict{
    width:80px;
    height:80px;
    text-align:center;
}

.itembox .pict img{
}

div.main div#whats_new{
}

div.main div#whats_new div.comment{
    font-size:90%;
    margin-bottom:3px;
}

div.main div#whats_new div.comment a.ui-link{
    font-weight:normal;
}


div.seemore{
    text-align:right;
}

div.seemore a.ui-btn{
    margin:0 5px;
}

div.seemore .ui-btn-inner{
    padding:0.3em 30px 0.2em 0.5em;
}

div.logout *{
    border:none;
    background:none;
    padding:0;
}

div.logout .ui-btn-inner{
    padding:0;
}

div.logout .ui-btn-text{
    color:#2489CE;
    text-decoration:underline;
    }
   
.banner{
    margin-top:5px;
}

.main .banner{
    text-align:center;
     margin-top:10px;
}

.main .banner img{
    margin:0 5px;
    width:120px;
}

.main .banner_wide{
    text-align:center;
     margin-top:10px;
}


.main .main_genre_link .ui-btn-inner{
    padding:0.3em 30px 0.2em 2em;
}

.main .main_genre_link{
    margin-bottom:10px;
}



/* special pick up */
#special_pickup h3.pickup_cap{
    font-size:90%;
}


#special_pickup .ui-li-desc{
    margin:0.5em 0 0.6em;
    white-space:normal;
}
    

#special_pickup li img {
    top: 4px;
    max-height: 80px;
    max-width: 80px;
    position: absolute;
    left: 4px;
}

#special_pickup .ui-corner-tl {
    border-top-left-radius: 0;
}

#special_pickup .ui-corner-bl {
    border-bottom-left-radius: 0;
}

#special_pickup .link{
    font-size:90%;
}

#special_pickup .link a{
    font-weight:normal;
}

/* genre top page */

.main .new_feature ul {
    padding-left:25px;
    margin:7px 0;
}

.main .new_feature ul li a{
    font-weight:normal;
    font-size:medium;
}

.main_genre_list h3.ui-collapsible-heading{
    padding: 0 0;
    margin-bottom:10px;
}

.main_genre_list .ui-collapsible-heading a{
        text-align:center;
}

.main_genre_list div.ui-collapsible-content{
    padding:0;
}
.main_genre_list ul.ui-content,
.main_genre_list ul.ui-listview-inset,
.sub_genre_list ul.ui-listview-inset{
    margin:5px 0;
}

div.header_navi_bar{
    margin-bottom:10px;
    background-color:#fff;
}

div.sub_genre_navi{
    margin-top:20px;
}

div.sub_genre_list{
    margin:5px 13px 2px;
}

div.sub_genre_list a{
    border-radius: 1em;
}


/*
div.sub_genre_navi ul.ui-listview{
    margin:20px auto;
}
*/

/* 
2013/02/28
genre_navi_box メインジャンルメニュー  
<genre_navi_list2 />
*/

div.genre_navi_box{
    width:100%;
}

div.genre_navi_box h3{
    color:#000;
    text-shadow: 0 -1px 2px #808080;
    height:35px;
    padding:0 0 0 25px;
    line-height:36px;
    font-size:90%;
    border-radius: 1em;
    box-shadow:2px 2px 5px 1px #808080;
    border: 1px solid #808080;
    cursor:pointer;
    margin:5px 10px 2px;
}

div.genre_navi_box ul.main_genre_list{
    background-color: #fff;
    letter-spacing:-0.5px;
    list-style-type: none;
    list-style-image: none;
    padding-left:0;
    margin:10px 0 0 5px;
    overflow:hidden;
    border-collapse: collapse;
    border-left:1px solid #808080;
}

div.genre_navi_box ul.main_genre_list li{
    float:left;
    display:table-cell;
    box-shadow:2px 2px 5px 1px #808080;
    text-shadow: 0 -1px 3px #808080;
    background-color: #FFF;
    width:140px;
    height:35px;
    margin:0;
    border-collapse: collapse;
    border-bottom:1px solid #808080;
    border-top:1px solid #808080;
    text-align:center;
    font-size:85%;
    border-right:1px solid #808080;
}


div.genre_navi_box ul.main_genre_list li a.ui-link{
    color:#695F52;
    display:block;
    text-decoration:none;
    text-align:center;
    height:34px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    line-height:34px;
    padding:0 3px;
    font-weight:normal;
}

div.genre_navi_box ul.main_genre_list li a:hover{
    background:#C0C0C0;
    color:#000;
}


li.ui-btn-up-c {
    background:none;
    background-color:#fff;
}

/** Search Form ***/

form.head{
    border:1px solid #00abeb;
    border-radius: 1em 1em 1em 1em;
    margin: 5px 10px 2px;
    text-shadow:none;
}

.ui-bar-c{
    background:none;
}

form.head .ui-input-search{
    padding:0 30px;
   // width:100%;
   // float:left;
    margin-right:5px;
 }

form.head .ui-input-text{
    width:100%;
    margin-bottom:0;
    height:1.5em;
}

form.head div.search_text{
    //float:left;
    width:70%;
    display:inline-block;
}

form.head div.search_button{
    ///float:right;
    display:inline-block;
}
form.head .ui-btn-inner{
    height:1.5em;
}


form.head div.form-btn{
    margin-top:10px;
}
form.head .ui-select{
    margin-right:1em;
    width:auto;
    float:left;
}


form.head  .ui-select div.ui-btn{
    width:150px;
}

/** search.html ***/


form#search_json{
    text-align:center;
    padding:10px;
    background-color:#C4ECFD;
}

form.search{
    border:1px solid #00abeb;
    border-radius: 1em 1em 1em 1em;
    text-shadow:none;
}


form.search .ui-input-search{
    padding:0 30px;
    width:80%;
    margin-right:5px;
    text-align:left;
 }

form#search_json fieldset .ui-btn{
        font-size:90%;
    }

form#search_json fieldset.search_type .ui-btn-inner {
    padding:8px 8px 8px 20px;
}

form#search_json fieldset.search_type .ui-btn-inner .ui-btn-text{
    margin-left:0.6em;
}

form#search_json fieldset.search_type .ui-radio .ui-btn-inner{
    padding: 8px 5px;
}

form#search_json fieldset.search_type .ui-radio .ui-btn-inner .ui-btn-text{
    margin-left:0;
}

form#search_json fieldset.search_media  .ui-controlgroup-label{
    display:block;
    font-weight:bold;
}

#search .ui-listview{
    margin: 10px -15px 0 -15px;
}

#search div.ui-btn-inner{
    padding:0.7em 28px 0.7em 90px;
}

/** listview **/

ul img.picture{
    margin-top:8px;
}

ul .title{
    font-size:90%;
    clear:left;
}

ul .artist{
    font-size:80%;
    overflow:hidden;
}

ul div.item_info,
ul div.send_status{
    font-size:80%;
    padding-right:5px;
    white-space:normal;
}

ul div.send_status{
    color:#FF0000;
}

.price .our_price{
    color:#ff0000;
}

ul div.item_info span.media{
    color:#F75D1D;
}
/*
ol.ui-listview img.ui-li-thumb,
ul.ui-listview img.ui-li-thumb{
    position: absolute;
    top: auto;
    left:5px;
    margin-bottom:-10px;
}
*/

h3.ui-li-heading{
    margin:0;
    white-space:normal;
}
    
div.rank_number{
    float:left;
    display:block;
    color:#D8B027;
}


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

#customer{
    margin-top:2em;
    font-size:90%;
}

.ui-footer,
.menu{
    
    text-align:center;
}

.pc_link{
    margin-top:0.5em;
    margin-bottom:3px;
}

.copy{
    font-size:80%;
    padding: 3px 0;
}

.customer_link{
    font-weight:normal;
    font-size:80%;
    line-height:160%;
    margin-bottom:5px;
}

.customer_link a{
    color:#FAF3A3;
}

div#page_title{
    margin:0;
    text-align:center;
}

div#page_title h1{
    margin:0;
    padding:3px 0;
    font-size:90%;
    border-bottom:2px solid #000;
}
div#page_title h2.artist{
    margin:0;
    font-size:85%;
    padding:3px 0;
}


.page_top {
    bottom: 5px;
    position: fixed;
    right: 5px;
    display:none;
    z-index: 101;
    width:60px;
    height:45px;
    margin-bottom:5px;

}

.page_top a {
    background: none repeat scroll 0 0 #666666;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
    display: block;
    font-size: 90%;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    width:100%;
    height:100%;
    z-index: 100;
}

/********************
    detailview
*********************/


div#visual{
    text-align:center;
    padding:3px 0;
    float: none;
    margin-left: 0;
    width:100%;
}

div#visual #thumbnails{
    width:250px;
}

.thumbnail img{
    width:auto;
}

div#visual #thumbnails .thumbnail img{
    max-width:50px;
    max-height:50px;
}

#overview{
    font-size:95%;
    margin:0;
    text-align:left;
}

#overview div.send_status div.stock_info{
    display:inline;
}

#overview div.send_status div.caution{
    display:inline;
    font-weight:normal;
}


#overview div.send_status div.rest{
    display:block;
}

#overview div.send_status div.yu-mail{
    margin:5px 3px;
}


.casts a.ui-link{
    font-weight:normal;
}


div.point .highlight{
    font-size:95%;
    color:#FF0000;
    margin-left:2px;
    padding:0;
    
}

div.point .help_link{
    font-size:85%;
    padding-left:1em;
    font-weight:normal;
    margin: 2px auto;
}

#overview div.point .help_link a.ul-link{
    font-weight:normal;
}

#overview ul{
    margin:2px 0 3px 3px;
    padding-left:10px;
}


#overview div.sale_info{
    font-size:90%;
    margin-bottom:3px;
}

#overview #special_info{
    margin:5px 3px;
}

div.subscribe{
    margin:0 auto;
    width:80%;
    font-size:80%;
    margin-bottom:15px;
}



#detail_info{
    margin-bottom:15px;
    margin:5px 10px;
}

#spec .spec1,
#spec .spec2{
    float:none;
    width:auto;
}

#spec dt{
    font-weight:bold;
}

#spec dd{
    margin-left:1em;
}

#spec dl.extra_bonus_desc dd,
#spec dl.firstpress_desc dd{
    color:#ff0000;
    font-size:90%;
}

#spec th {
    width: auto;
}

#spec table.extra_bonus_desc, #spec table.firstpress_desc {
    margin-bottom: 5px;
    width: auto;
}

#spec td {
    font-size:90%;
    text-align:left;
}

.casts a{
    margin-right:0;
}

div.casts p{
    margin-top:0.5em;
}

div.casts p a{
    margin-bottom:0.5em;
    margin-right: 0.5em;
    display:inline-block;
}

.ui-collapsible-content{
    padding:10px 0;
}

.track-list table{
    width:auto;
    padding-right:5px;
}

.track-list .caution{
    color:#FF0000;
}

.track-list td{
    font-size:medium;
}

.track-list .song_sample{
    width:40px;
}


div.notice {
    margin:5px auto;
    padding-bottom:5px;
}
div.notice a{
    color:#ff0000;
}

#useful_links{
    margin-top:10px;
    padding-top:10px;
}

#useful_links .special_page{
    margin: 5px 25px;
}

#useful_links .special_page .ui-btn-inner{
    white-space:normal;
}
.about dt{
    font-size:120%;
}
    
.about dl ul{
    padding-left:10px;
}

/**** social buttons ***/

.social-buttons {
    margin-right: 10px;
    text-align: right;
    margin-left: 0;
    margin-top: 0;
    width:auto;
}

.social-buttons ul {
    list-style: none outside none;
}

.social-buttons ul li {
    display: inline-block;
    height: 25px;
    text-align: left;
    width: auto;
    vertical-align: middle;
}

.social-buttons ul li.twitter{
    width:90px;
}
.social-buttons ul li.facebook{
    width:100px;
}

.social-buttons ul li.google_plusone{
    width:60px;
}

iframe.fb_iframe_widget_lift{
   // width:300px !important;
    left:-100px;
    overflow:auto !important;
}

iframe.fb_iframe_widget_lift  html#facebook form#u_0_4 div._5v4{
    width:250px !important;
}

._5vc {
    top:60px !important;
}

.fb-like span   div._5vc
        { width:260px !important; }

/***************************
 list_from_code_banner.html
 series_list.html
 category list
****************************/
#category_list .pager .ui-btn-inner,
#series_list .pager .ui-btn-inner,
#person_list .pager .ui-btn-inner{
    padding: 8px 5px;
}

#category_list .pager,
#series_list .pager,
#person_list .pager{
    text-align:left;
}

.pager .current_page .ui-btn-inner{
    background-color:#FF0000;
    color:#ffffff;
}

#shicho_rank .ui-listview,
#category_list .ui-listview,
#series_list .ui-listview,
#person_list .ui-listview{
    margin: 0 -15px 0 -15px;
}

#shicho_rank .ui-listview a.ui-link-inherit,
#category_list .ui-listview a.ui-link-inherit,
#series_list .ui-listview a.ui-link-inherit,
#person_list .ui-listview a.ui-link-inherit{
    padding:0.7em 25px 0 90px;
}

/*    0.7em 75px 0.7em 15px */

#series_list .link_btn,
#person_list .link_btn{
    text-align:center;
}

 .min-width-480px #person_list .ui-select {
    display:inline;
}

#shicho_rankt .ui-btn-inner,
#category_list .ui-btn-inner,
#category_list .ui-btn-text,
#series_list .ui-btn-inner,
#series_list .ui-btn-text,
#person_list .ui-btn-inner,
#person_list .ui-btn-text{
    white-space:normal;
}

#shicho_rank .ui-btn-inner,
#category_list .ui-btn-inner,
#series_list .ui-btn-inner,
#person_list .ui-btn-inner{
    padding: 8px;
}

#shicho_rank .ui-btn-inner img,
#category_list .ui-btn-inner img,
#series_list .ui-btn-inner img,
#person_list .ui-btn-inner img{
    margin-top: 8px;
}

/* 試聴ボタンの調整 */

#series_list div.icon,
#person_list div.icon,
#shicho_rank div.icon,
#shicho_rank div.icon,
#category_list div.icon{
    padding-left:90px;
}


/* --リストのカート -- */

#person_list ul .cart, 
#series_list ul .cart {
    margin: 1px auto 0 90px;
    padding-bottom: 10px;
}

#person_list ul .add_to_cart_simple, 
#series_list ul .add_to_cart_simple {
    width: 150px;
}

#person_list ul .add_to_cart_simple div > span.ui-btn-inner,
#series_list ul .add_to_cart_simple div > span.ui-btn-inner{
    padding:2px;
}


.add_text{
    font-size:90%;
    padding:5px;
}

#person_list .no_item,
#person_list .not_found{
    margin-bottom:5em;
}

/*** jqueryv****/
.ui-bar-d{
    font-weight:normal;
    text-shadow:0 #fff;
}

#page_header .ui-btn-up-d{
    background:none;
    border:none;
}

.ui-bar{
    padding:0;
    background-color:#FFF
}

/*

#page_header .ui-shadow{
    box-shadow:none;
}

#page_header .ui-btn-corner-all{
    border-radius:0;
    border:none;
}

#page_header form.head .ui-btn-corner-all{
    border-radius:1em;
    border: 1px solid #CCCCCC;
}

#page_header form.head .ui-btn-inner{
    padding:0.4em 8px 0.5em;
}
*/

/*
.ui-navbar ul{
    width:80%;
}
*/

.ui-icon-neo{
    background:url("/s/icons/neo_icon.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/**  calendar_top.html  **/

#calendar dl dt{
    font-weight:bold;
    font-size:110%;
}

#calendar dl dd{
    margin:5px 0;
    font-size:95%:
}

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

#facebox{
    cursor: pointer;
}

#facebox div.footer{
    background-color:#fff;
}

.clear{
    clear:both;
}

.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
span.thumnail a,
h1 a,
a,
a img,
input[type=submit],
div.logout button {
    -webkit-tap-highlight-color:rgba(0,0,255,0.40);
}

.caution {
  color: #D72011;
        }

.whats_new_listview li a{
    font-size:75%;
    font-weight: normal;
    margin-top:6px;
    height:1.5em;
        }

.deliver_list {
margin: 0 auto 40px auto;
text-align:center;
width: 90%
}

.deliver_list a{
display:block;
text-decoration: none;
text-align:left;
}

.deliver_list a .left15{
margin-left:15px;
}

.deliver_list img{
padding-right:10px;
}

.about{
font-size:80%;
}

.about_sending_img{
background-image:url(/icons/haitatsu.gif);
background-position:10px 9px;
background-repeat:no-repeat;
}

.about_sendfee_img{
background-image:url(/icons/souryou.gif);
background-position:10px 9px;
background-repeat:no-repeat;
}

.about_sendday_img{
background-image:url(/icons/otodoke.gif);
background-position:10px 9px;
background-repeat:no-repeat;
}

.about_payment_img{
background-image:url(/icons/shiharai.gif);
background-position:10px 9px;
background-repeat:no-repeat;
}

.about_return_img{
background-image:url(/icons/henpin.gif);
background-position:10px 9px;
background-repeat:no-repeat;
}

.about_faq_img{
background-image:url(/icons/faq.gif);
background-position:10px 9px;
background-repeat:no-repeat;
}

/* neopod smart phone */

@media screen and (max-width:320px){
#neopod .hide-on-phones { display: none !important; }
#neopod .hide-on-tablets { display: block !important; }
#neopod .hide-on-desktops { display: block !important; }

#neopod .show-on-phones { display: block !important; }
#neopod .show-on-tablets { display: none !important; }
#neopod .show-on-desktops { display: none !important; }
}

@media screen and (min-width:321px){
#neopod .hide-on-phones { display: block !important; }
#neopod .hide-on-tablets { display: none !important; }
#neopod .hide-on-desktops { display: none !important; }

#neopod .show-on-phones { display: none !important; }
#neopod .show-on-tablets { display: bolck !important; }
#neopod .show-on-desktops { display: block !important; }
}


/******************************
    Scroll List
*******************************/

.scroll_list,
.scroll_list2 {
    margin: 0 auto;
    //width: auto;
    height: 170px;
    text-align: left;
    position: relative;
    overflow:hidden;
}

div.scroll_btn{
    text-align:center;
    height:50px;
}

.scroll_prev,
.scroll_next {
    top: 0;
    width: 100px;
    height: 48px;
    // background: #fff;
    cursor: pointer;
    display:inline-block;
    // position: absolute;
}
.scroll_prev {
    //left: -30px;
    background:transparent url(/rec/left.png) no-repeat ;
}
.scroll_next {
    // right: -30px;
    background:transparent url(/rec/right.png) 48px 0 no-repeat;
}
    
.scroll_list ul li,
.scroll_list2 ul li {
    float: left;
    text-align: center;
    display: inline;
    width: 82px;
}
    
/* =======================================
    ClearFixElements
======================================= */
.scroll_list ul:after,
.scroll_list2 ul:after,
.main_list ul:after{
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
    
.scroll_list ul,
.scroll_list2 ul{
    display: inline-block;
    overflow: hidden;
    margin-top:0;
    padding-left:0;

}
