
/* サイドバーボタンの指定 */
div.jscope_navi_buttons {
  /*  background-color: rgba(0, 0, 0, 0.4);*/
    position:fixed;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: block;
    cursor: pointer;
    width: 34px;
    height: 34px;
    bottom:0;
    z-index:97;
}

div.jscope_navi_buttons.left {
    background-size: 12px 17px;
    background-image: url(./image/arrow02.png);
    background-position: 9px 11px;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-bottom: 0;
    left:0;
}

div.jscope_navi_buttons.right {
    background-size: 12px 17px;
    background-image: url(./image/arrow01.png);
    background-position: 12px 11px;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-bottom: 0;
    right:0;
}

div.jscope_navi_buttons.over{
    background-color: rgba(0, 0, 0, 0.55);
}

div.jscope_navi_buttons.touch{
    background-color: rgba(0, 0, 0, 0.55);
}

/* === スクリーン下部のサービスメニュー === */
/* button group */
.nav_service_menu_group {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        font-size: 0px;
        position: fixed;
        left: 0px;
        text-align: center;
        display: block;
        z-index: 107;
        text-align: center;

        width: 100%;
        height: 34px;
        line-height: 34px;
        margin: 0;
        background: rgba(255,255,255,0.8);
        padding:0px 0 0 0;
}
.nav_service_menu_group  .button{
    display: inline-block;
    color: #666;


    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     width: 32px;
     height: 32px;
     line-height: 32px;
     font-size: 18px;
    margin: 0 6px;
    text-align: center;
    font-family: "myFont";
    vertical-align: top;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    background: transparent;

}
.nav_service_menu_group.open_modal  .button {
    color: #d3d3d3;
    background: transparent;
}
.nav_service_menu_group.open_modal  .button.active{
      color: #666;
}
.nav_service_menu_group  .button.over{
      color: #333;
 /*   -webkit-box-shadow: 0 0 3px  rgba(0,0,0,0.25);
    box-shadow: 0 0 3px  rgba(0,0,0,0.25);*/
}



.nav_service_menu_group .button.home:before{
    content: 'h';
}
.nav_service_menu_group .button.menu:before{
    content: 'a';
     font-size: 12px;
    margin-left: 0.75em;
}

.nav_service_menu_group .button.reload:before{
    content: 'r';
}

.nav_service_menu_group .button.share:before{
    content: 's';
}
.nav_service_menu_group .button.mypin:before{
    content: 'p';
}

.nav_service_menu_group.open_modal .button.menu.active,
.nav_service_menu_group.open_modal .button.share.active{
    color: #fff;
    background: #666;

}

.nav_service_menu_group.open_modal .button.menu.active:before,
.nav_service_menu_group.open_modal .button.share.active:before
{
    content: 'c';
    font-size: 12px;
    margin-left: 0em;
}



/* 展開メニュー */
.nav_service_menu_modal{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;

    position:fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    overflow-y:scroll;
    padding: 16px 16px 50px;
}
.nav_service_menu_modal.active{
    display: block;
}

.nav_service_menu_modal .menulist,
.nav_service_menu_modal .app_share
{

    margin: 0 auto;
    padding: 0;
    max-width: 600px;

}

.nav_service_menu_modal .menulist_item {
    padding: 1em;
    border-top: 1px #d9d9d9 solid;
   border-bottom: 1px #d9d9d9 solid;

    cursor: pointer;
    margin-top:-1px;

    -webkit-background-size: 13px auto;
    background-size: 13px auto;
}
.nav_service_menu_modal .menulist_item:first-child{
    border-top: 1px rgba(0,0,0,0) solid;
}
.nav_service_menu_modal  .menulist_item.over{
    background:#ededed ;
}

.nav_service_menu_modal .menulist_item.toggle {
    padding: 1em;

    cursor: pointer;
    background:  url(image/footermenu_open.png) 95%  50%  no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
}
.nav_service_menu_modal  .menulist_item.toggle.open {
    background:  url(image/footermenu_close.png) 95%  50%  no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
}
.nav_service_menu_modal  .menulist_item.toggle.over{
    background:  #ededed url(image/footermenu_open.png)  95% 50% no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
}
.nav_service_menu_modal  .menulist_item.toggle.open.over{
    background:  #ededed  url(image/footermenu_close.png)  95% 50% no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
}



.sitemap_button_group{
    max-width: 340px;
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px ;
    text-align: center;
    margin:0 auto;
    font-size: 0;
}

.sitemap_button_group .button{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: #d9d9d9 1px solid;
    color: #157efb;
    display: inline-block;
    margin: 0 .5em;
    font-size:1rem;
    padding: 1em;
    width: 40%;
    width: calc(50% - 1em);
    cursor: pointer;

}
.sitemap_button_group .button.over{
    opacity: 0.8;
}
.sitemap_button_group .button.touch{
    color: #fff;
    border: #157efb 1px solid;
    background-color:#157efb;
}

.sitemap {
    list-style: none;
    margin:0;
    padding: 0;
    position: relative;
}
.sitemap .sitemap_list_item {
    margin:-1px 0 0 0;
    padding: 1rem 4rem 1rem 0rem ;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
    position: relative;
   /* color: #b2b2b2;*/
   color: #666;
   cursor: pointer;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;

}
.sitemap .sitemap_list_item.disable{
  /* color:#999;*/
   color: #b2b2b2;
   cursor: text;
}

.sitemap_list_item.top{
        border-top: #d9d9d9 0px solid;
}

.sitemap.firstLevel .sitemap_list_item{
    padding: 1rem  4rem  1rem  2rem ;
}

.sitemap.secondLevel .sitemap_list_item{
    padding: 1rem  4rem  1rem  4rem ;
}
.sitemap.thirdLevel  .sitemap_list_item{
    padding: 1rem  4rem  1rem  6rem ;
}
.sitemap.fourthLevel  .sitemap_list_item{
    padding: 1rem  4rem  1rem  8rem ;
}


.sitemap .sitemap_list_item .toggle_button{
    cursor: pointer;
        height: 51px;
        width: 51px;
        position: absolute;
        top:0;
        right: 0;
}

.sitemap .sitemap_list_item.close .toggle_button{
        background-image: url(./image/sitemap_open.png);
        background-repeat:no-repeat;
        background-position: 50% 50%;
        background-size: 7px 7px;
}

.sitemap  .sitemap_list_item.open .toggle_button{
      /*  background-color: #fff;*/
        background-image: url(./image/sitemap_close.png);
        background-repeat:no-repeat;
        background-position: 50% 50%;
        background-size: 7px 7px;

}



.sitemap  .sitemap_list_item .toggle_button.touch,
.sitemap  .sitemap_list_item .toggle_button:hover,
.sitemap  .sitemap_list_item:hover,
.sitemap  .sitemap_list_item.touch   {
        background-color: #ededed;

}

.sitemap .sitemap_list_item.disable:hover,
.sitemap  .sitemap_list_item.touch {
        background-color: transparent;
}

.sitemap   .sitemap_list_item a {
    color: #000;
}

/*
SystemFooter広告スペース指定
高さはアプリケーション内で設定
*/
.jscope_system_footer {
    background-color:#4f4e4e;
}

.tablean_footer {
    text-align:center;
}



.untouchble_area_left,
.untouchble_area_right{
    width: 50px;
    height: 100%;
    position: absolute;
    top:0;
}

.untouchble_area_left{
    left:0;
}
.untouchble_area_right{
    right:0;
}


/* facebook comments */
div.fb_iframe_widget.fb-comments {
    width:100%;
    overflow:auto;
}


/*
広告をセンターにする
*/
div.jscope_webad_article {
    margin:auto;
}

div.jscope_webad_article.left {
    margin-left:0px;
}

div.jscope_webad_insert_article {
    text-align:center;
}

div.jscope_webad_insert_article.left {
    text-align:left;
}



/*
左右中央指定
*/

div.text_align_center {
    text-align:center;
}

div.text_align_left {
    text-align:left;
}

div.text_align_right {
    text-align:right;
}


div.float_right {
    float:right;
}

div.float_left {
    float:left;
}



/*
iframeLinkの拡縮
*/

div.iframe_expand{
    position: absolute;
    width: 100%!important;
    top: 0;
    margin: 0;
    left: 0;
    background-color: white;
    z-index:999;
}


/*
プレビュー画面
*/

.preview_navbar{
    display: none;
}

.enable.preview_navbar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: display 1s linear;
    transition: display 1s linear;
    position: fixed;
    display: block;
    width: 100%;
    top:0;
    left:0;
    background: #666;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    z-index: 1000;
}

/*
.enable.preview_navbar:hover {
    -webkit-transition: background 1s linear;
    transition: background 1s linear;
     background: #999;

}*/
.enable.preview_navbar .button_close{
    background: url(image/modal_close.png) 0 0px;
    width: 22px;
    height: 22px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top:5px;
    right:10px;
    cursor: pointer;
}
.enable.preview_navbar .button_close:hover {
    background: url(image/modal_close.png) 0 22px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}



.preview_navbar_body{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    text-align: left;
    max-width:1120px;
    position:relative;
}


.margin_auto{
    margin-right: auto!important;
    margin-left: auto!important;
}


.overflow_auto{
    overflow:auto;
}


.display_none{
    display:none!important;
}


.app_box_contents_body_search_layout_input_table{
    width:100%;
    display:inline-table;
}

.app_box_contents_body_search_layout_input_menu{
    display:table-cell;
    width:32px;
    height:32px;
    background: url(app_image/iframe_contents/webbox_btn_down.png) 0 0 no-repeat transparent;
    background-size: 100% auto;
    background-color: #f3f3f3;
    border: 2px solid #ccc;
}

.app_box_contents_body_search_layout_input_menu.displayed{
    background: url(app_image/iframe_contents/webbox_btn_down.png) 0 -32px no-repeat transparent;
    background-size: 100% auto;
    background-color: #f3f3f3;
}

.app_box_contents_body_search_layout_input_select{
    margin-top:2px;
    position:relative;
    text-align:left;
    z-index:999;
}

.app_box_contents_body_search_layout_input_select_block{
    width:100%;
    position:absolute;
    background-color:white;
    border:2px solid #ccc;
}

.app_box_contents_body_search_layout_input_select_option{
    padding:7px 10px;
}

.app_box_contents_body_search_layout_input_select_option:hover{
    background-color:#eee;
}

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

    .nav_service_menu_group{
        -webkit-transform: scale(0.5,0.5);
        transform: scale(0.5,0.5);
    }

}
