﻿
/*
背景:e6e6fa（薄紫）
枠線：c0c0c0（灰色）
エラー背景：ffe4e1（ピンク）
リンク文字：0000FF(青色)
通常文字：000000(黒色)
ボタン背景：D9E5FF（水色）
ボタン線色：708090
ボタン文字：0000ff（青色）

ロゴヘッダー：5CB1DA
メニューヘッダー：C2E6FA
テーブルヘッダー：D7EEFF
*/



input , textarea
{
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", Sans-Serif;
}

html, body 
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
  color: #0000FF;
}

html 
{
    display: table;
}

body
{
    background: #FFFFFF;
    font-size: 0.8em;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", Sans-Serif;
    
}

h2
{
    color:#191970;    
}

h3
{
    color:#191970;    
}

/*chrome　オートコンプリート時に背景を白色*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.container {
    width: 100%;
    height:100%;
    min-height: 100%;
}
 
 /*上部*/
.header
{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index:999;
     
    height:60px;
    width:100%;
    background-color:#5CB1DA;    
    border-bottom-style:groove;
    color:#FFFFFF;
    min-width:300px;
}

/*ヘッダー*/

.header_logo
{    
    display: inline;
    float:left;
    background: #FFFFFF;
    width:150px;
    height:25px;
    margin:3px;    
    padding: 15px 15px 10px 15px;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
    -khtml-border-radius: 8px;
    vertical-align:bottom;
    
    text-align:left;    
    cursor : pointer;
}


div.header_logo img
{
    width:100%;
    height:100%;
}


.header_right
{
    bottom:0px;
    vertical-align:bottom;
    height:45px;
    margin:0px;
    padding:0px;
    visibility:visible;
     text-align:right;
    
}

.header_menu_link 
{    
    visibility:visible;
    text-align:right;
}
    
.header_menu_bar{
  
}
.icon-bar {
  
}

.header_menu_bar_disp
{
    float:right;
    visibility:visible;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    width: 26px;
    margin:12px;
    padding:3px;      
}
    
.icon-bar_disp {
    background-color: #fff;      
    width: 20px;
    height: 2px;
    border-radius: 1px;
    margin-top:2px;
    margin-bottom: 5px;
    margin-left:3px;
}
    
    

/*中央*/
.contents {
    padding-top: 80px;
    padding-bottom: 20px;
    min-width:300px;   
}
  
.contents_waku
{
    display:table;
    width:99%;
    border-collapse:collapse;
    margin: 10px auto;
    clear:both;
}

.contents_title
{
    padding: 0; margin: 0;
    background: #C2E6FA;   
    color:#666666;    
    line-height: 50px; 
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius : 10px;
    -khtml-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px ;
    -moz-border-top-right-radius : 10px;
    -khtml-border-top-right-radius: 10px; 
}

.contents_body
{
    padding: 0; margin: 0;
    border-style:solid;
    border-color:#C2E6FA;    
}

/*タイトルと枠の色　個別指定用*/
/*SearchBook*/
.contents_color_searchbook
{

}
.contentsbody_color_searchbook
{
       
}

/*cart*/
.contents_color_cart
{

}

.contentsbody_color_cart
{
   
}

/*member*/
.contents_color_member
{
    
}
.contentsbody_color_member
{
    
}

.contents_body_width_max
{
    width:99%;  
    margin: 10px auto;
    margin-bottom: 20px;
}

.contents_body_width_joken
{
    width:60%;  
    margin: 10px auto;
    margin-bottom: 20px;
}

.contents_body_width_middle
{
    width:70%;  
    margin: 10px auto;
    margin-bottom: 20px;
}


.contents_waku_noborder
{
    border: 0px solid #000000;  
}

/*下部*/
.footer 
{
    background-color:#e6e6fa;
    color:#000000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
}

.disp_on{
    display:  inherit;
}

.disp_off{
    display:  none;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
table {
    border-collapse:collapse;
    width:100%;    
}



.td_left
{
    text-align:left;
}

.td_center
{
    text-align:center;
}

.td_right
{
    text-align:right;
}

.table_waku {
    display:table;
    width:99%;
    border-collapse:collapse;
    margin: 0px auto;
}

.table_waku_bottom{
    display:table;
    width:99%;
    border-collapse:collapse;
    margin: 0px auto;
}

.table_headtr{
    display:table-row;
    border: 1px solid #c0c0c0;
}

.table_headtd{
    display:table-cell;
    border: 1px solid #c0c0c0;
    background-color: #D7EEFF;
    color:#000000;
}
.table_miniheadcolor{
    
}

.table_tr{
    display:table-row;
    border: 1px solid #c0c0c0;
    height:30px;
    
}

.table_tr_last{
    display:table-row;
    border: 1px solid #c0c0c0;
    height:30px;
    
}


.table_td{
    display:table-cell;
    border: 1px solid #c0c0c0;
}

.table_tr_bottom
{
    display:table-row;
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
}

.table_td_bottom
{
    display:table-cell;
    border: 0px solid #c0c0c0;
    padding:5px 0px 5px 0px;
}  

.table_tdwidth05{
    width:5%
}
.table_tdwidth08{
    width:8%
}
.table_tdwidth10{
    width:10%
}
.table_tdwidth15{
    width:15%
}
.table_tdwidth16{
    width:16%
}
.table_tdwidth20{
    width:20%
}
.table_tdwidth30{
    width:30%
}
.table_tdwidth40{
    width:40%
}
.table_tdwidth70{
    width:70%
}
.table_tdwidth80{
    width:80%
}
.table_tdleft{
    text-align:left;
    padding-left:5px;
    font-size:1.2em;
}

.table_tdcenter{
    text-align:center;
    font-size:1.2em;
}

.table_tdright{
    text-align:right;
    padding-right:5px;
    font-size:1.2em;
}

.joken_waku {
    display:table;
    width:99%;
    border-collapse:collapse;
    margin: 0px auto;
    border-width: 0px;
}

.joken_tr{
    display:table-row;
    border: 0px solid #c0c0c0;    
}

.joken_td{
    display:table-cell;
    border: 0px solid #c0c0c0;
    padding: 5px;
}

.joken_lblwidth{
    width:30%
}

.joken_iptwidth{
    width:60%
}

.joken_iptwidth_border{
    width:60%
}

.bodyheader_waku {
    display:table;
    width:99%;
    border-collapse:collapse;
    margin: 10px auto;
}

.data_minvisible
{
    display:none;
}
.data_maxvisible
{
    display:inline;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*入力欄*/
.text_font
{
    font-size:1.2em;
    height:30px;
}

.text_normal 
{
    height:30px;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text_harf
{
    width:40%;
}

.text_login
{
    width:60%;
}

.label_normal
{
    font-size:1.1em;
    height:80px;
    width:100%;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*ボタン*/

.btn_waku {
    display:table;
    width:99%;
    border-collapse:collapse;
    margin: 5px auto;
}

.btn_waku_noborder {
    display:table;
    width:99%;
    border-collapse:collapse;
    margin: 5px auto;
}

.btn_tr{
    display:table-row;
    border: 0px solid #c0c0c0;  
}

.btn_td{
    display:table-cell;
    border-width: 0px 0px 5px 0;
    border-style:double;
    border-color:#c0c0c0;
}

.btn_td_noborder{
    display:table-cell;
    border-width: 0px 0px 0px 0;
    border-style:double;
    border-color:#c0c0c0;  
}

.btn_tdwidth30{
    width:30%
}

.btn_tdwidth33{
    width:33%
}

.btn_tdwidth50{
    width:50%
}

.btn_tdwidth70{
    width:70%
}

.btn_tdwidth100{
    width:100%
}

.btn_select 
{    
    width:60px;
    line-height: 30px;
    font-size:0.8em;
    vertical-align:middle;
    text-align: center;
    display: inline-block;    
    text-decoration: none;
    border-radius: 4px;
    box-shadow:  0px -1px 1px inset #777777; 
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);    
    cursor:pointer;
    color: #0000ff;
    background: #D9E5FF;/*色*/
    border: solid 1px #708090;/*線色*/ 
    margin:3px 5px 5px 5px;
    user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
}

.btn_map
{    
    float:right;
    width:120px;
    line-height: 30px;
    font-size:1.0em;
    vertical-align:middle;
    text-align: center;
    display: inline-block;    
    text-decoration: none;
    border-radius: 4px;
    box-shadow:  0px -1px 1px inset #777777; 
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);    
    cursor:pointer;
    color: #0000ff;
    background: #D9E5FF;/*色*/
    border: solid 1px #708090;/*線色*/ 
    margin:3px 5px 5px 5px;
    user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
}

.btn_base 
{
    width:130px;
    height:35px;
    line-height: 35px;
    font-size:1.2em;
    vertical-align:middle;
    text-align: center;
    display: inline-block;    
    text-decoration: none;
    border-radius: 4px;
    box-shadow:  0px -1px 1px inset #777777; 
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);    
    cursor:pointer;    
    color: #0000ff;
    background: #D9E5FF;/*色*/
    border: solid 1px #708090;/*線色*/ 
    margin:0px 5px 5px 0px;
    user-select: none; 
-moz-user-select: none; 
-webkit-user-select: none; 
-ms-user-select: none; 
}


.btn_checkbox
{    
    margin:0px 5px 5px 0px;
    width:110px;
    line-height: 15px;
    font-size:1.0em;
    text-align: center;
    padding: 0.5em 1em;
  text-decoration: none;
  
  
}

.btn_checkbox_check
{ 
    background: #FAF0E6;
    color: #ff7c5c;/*文字色*/
    font-weight: bold;
    border-bottom: solid 3px #ff7c5c;/*左線*/ 
    border-top: solid 1px #FFCCCC;
    border-right: solid 1px #FFCCCC;
    border-left: solid 1px #FFCCCC;
    
}

.btn_checkbox_non
{        
    color: #808080;
    background: #C0C0C0;/*色*/
    border: solid 1px #808080;/*線色*/ 
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);    
    
}

.btn_base:hover
{
    /*font-size:1.3em;
    box-shadow:  0px 0px 0px;
*/
}

.btn_left
{
    text-align:left;
}

.btn_right
{
    text-align: right;
}

/*検索*/
.btn_search
{
}
/*検索 クリア*/
.btn_searchclear
{
    
}

/*カート、次へ*/
.btn_cartorder
{
}
.btn_cartnext
{
}

.btn_membermente
{
}
.btn_membernext
{
}

.btn_cartdel
{
    color:#ff0000;
    background: #FFBEDA;/*色*/
    border: solid 1px #ff0000;/*線色*/
}
.btn_memberdel
{
    color:#ff0000;
    background: #FFBEDA;/*色*/
    border: solid 1px #ff0000;/*線色*/
}

.btn_modetest
{
    background: #FFC7AF;/*色*/
    border: solid 1px #ff0000;/*線色*/
}


.btn_memberlogin
{
}
.btn_memberpwsend
{
}
.btn_memberpwedit
{
}

.btn_memberreturn
{
}

/*注文確定*/
.btn_cartorder
{
  
}

.btn_login 
{
    width:60%;
    height:50px;    
    line-height: 50px;
}

.btn_menu
{
    width:300px;
    height:45px; 
    line-height: 45px;
}

/*前、次ページ*/
.btn_page
{
    
}
/*保存*/
.btn_save
{
}

/*条件入力*/
.btn_return
{
}

/*削除*/
.btn_del
{
   
    background: #FFBEDA;/*色*/
    border: solid 1px #ff0000;/*線色*/    
}

.btn_msgyes
{
    
}

.btn_msgno
{
    background: #FFBEDA;/*色*/
    border: solid 1px #ff0000;/*線色*/    
}

/*アイコン*/

/*メニューのカート*/
.icon_menu
{
    visibility:hidden;
}
.icon_menucart
{
    font-size:2.0em;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*その他*/

.lbl_err
{
    background-color:#FFFFDD;
    font-size:1.5em;
    font-weight:bold;
    text-align:center;
    color: #ff0000;
    width:100%;
}

.lbl_ok
{
    background-color:#FFFFDD;
    font-size:1.2em;
    font-weight:normal;
    text-align:center;
    color: #000000;
    width:100%;
}

.yubi {
    cursor : pointer;
    user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
}

.list_parent
{
    margin: 5px auto;
    width:80%;
    overflow:hidden;
    vertical-align:middle;
    border-color: #000000;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    text-align: center;
}

.list_parent_noborder_min_list
{
    margin: 15px auto;
    width:90%;  
    overflow:hidden;
    vertical-align:middle;
    border-color: #000000;
    border-style: dotted;
    border-width: 0px 0px 0px 0px;
    text-align: center;
}

.list_parent_login
{
    margin: 15px auto;
    width:50%;  
    overflow:hidden;
    vertical-align:middle;
    border-color: #000000;
    border-style: dotted;
    border-width: 0px 0px 0px 0px;
    text-align: center;
}

.list_parent_noborder
{
    border-width: 0px 0px 0px 0px;  
}

.list_err
{
    margin: 10px 0px 0px 0px;
    background-color:#FFFFDD;
    border-width: 0px 0px 0px 0px;
    width:100%;
}

.list_nobr
{
    display:inline-block;
    vertical-align:middle;
    text-align: left;
    
}

.font_small
{
    font-size:0.8em;
    text-align: left;
}

.font_normal
{
    font-size:1.2em;
    text-align: left;
}

.font_big
{
    font-size:1.5em;
    font-weight:bold;
    text-align: left;
}

.font_jokenlbl
{
    font-size:1.2em;
    text-align: left;
    
}

.font_left
{
    text-align: left;
}
.font_center
{
    text-align: center;
}
.font_right
{
    text-align: right;
}
.font_blue
{
    color: #2E2EFE;
}

.font_black
{
    color: #000000;
}

.font_red
{
    color: #FE2E2E;
}

.font_white
{
    color: #FFFFFF;
}

.font_orange
{
    color:#FF5F17;
}

.font_gray
{
    color:#808080;
}

.font_logout
{
    color: #ff6347;
}

.font_alert
{
    font-size:1.2em;
    color: #FF4F50;
}

.font_size_big
{
    font-size:1.5em;     
}

.font_size_small
{
    font-size:1.0em;     
}

.line_red
{
    border-color:#ff0000;       
}

.line_black
{
    border-color:#000000;       
}
.line_white
{
    border-style:none;
}

.list_waku_min
{
    text-align: center;
    width:80%;  
    overflow:hidden;
    vertical-align:middle;
    border-width: 0px;
    margin: 0 auto;
}

.pulldown
{
    font-size:1.0em;
    text-align: left;
    height:35px;
}

.pulldown_small
{
    font-size:1.0em;
    text-align: left;
    height:35px;
}

.linkfont
{
    color: #2E2EFE;
    font-size:1.2em;
    cursor : pointer;
    user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none; 
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.list_waku_login
{
    text-align: center;
    width: 60%;
    height: 99%;
    overflow: hidden;
    vertical-align: middle;
    border-width: 0px;
    margin: 0 auto;
}

.list_parent_login
{
    margin: 5px auto;
    width:80%;
    overflow:hidden;
    vertical-align:middle;
    border-width: 0px;
    text-align: center;
}

.logotitle
{
    
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*メッセージ*/


.msg_color_red
{
    font-size:1.7em;
    color:#FF0000;
}

.msg_color_normal
{
    font-size:1.5em;
    color:#000000;
}

.msg_waku
{
    margin: 50px auto;  
    height:100%;
    width:80%;  
    overflow:hidden;
    vertical-align:middle;
    border-color: #c0c0c0;
    border-style:  solid;
    border-width: 1px 1px 1px 1px;
    text-align: center;  
    border-radius: 4px;
    box-shadow: 5px 10px 20px #777777 ;
}

.msg_head_normal
{
    padding-left:5px;
    height:10px;
    background-color:#2F4F4F;
    color:#FFFFFF;
    text-align:left;
}

.msg_head_red
{
    padding-left:5px;
    height:20px;
    background-color:#FF0000;
    color:#FFFFFF;
    text-align:left;
}

.msg_icon_narmal
{
    padding:10px;
    color:#2F4F4F;
    text-align:left;
    font-size:1.5em;
}

.msg_icon_red
{
    padding:10px;
    color:#FF0000;
    text-align:left;
    font-size:1.8em;
}

.msg_line
{
    margin: 5px auto;
    height:100px;
    line-height: 100px;
    width:80%;  
    overflow:hidden;
    vertical-align:middle;
    border-color: #000000;
    border-width: 1px 1px 1px 1px;
    text-align: center;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*SearchGuide用*/

.guide_subtitle
{
    text-align:left;
    margin:10px;    
    border-top: dotted 1px #a9a9a9;
}

.guide_subtitle_noline
{
    text-align:left;
    margin:10px;        
}

.guide_data
{
    text-align:left;
    font-size:1.2em;
}

.guide_data_cr
{
    display: block;    
    margin:0px;    
}

.guide_color_red
{
    color:#FF0000;
}

.guide_ul_non_title {
    list-style: none;
    display: block;    
    margin:0px;    
    text-align:left;
    font-size:1.2em;
    color:#444444;
}
.guide_ul_non_data {
    list-style: none;
    display: block;    
    margin:0px;    
    text-align:left;
    font-size:1.2em;
}
.guide_ul_non {
    list-style: none;
    display: block;    
    margin:0px;    
    text-align:left;
    font-size:1.2em;
}
.guide_ul_non_small {
    list-style: none;
    display: block;    
    margin:0px;    
    text-align:left;
    font-size:1.0em;
}
.guide_bold {
     font-size:1.3em;
}

.guide_border
{
    margin:10px;    
    border-top: dotted 3px #a9a9a9;
}

.lbltotal
{   
    padding-top:10px;
    padding-bottom:5px; 
    vertical-align:middle;
    background-color:#ffffe0;
    margin:10px; 
}

.lbltotal_font
{
    font-weight:bold;
    font-size:1.3em;
    
    border-style: double;
    border-width:0px 0px 5px 0px ;
    border-color:#DAA520;
}

.lbltotal_font_sub
{
    margin-top:10px;
    font-weight:bold;
    font-size:1.2em;
}

.ulindent
{
    margin-left:30px;    
}
.ulindent_minnon
{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:30px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.onebox
{
    display: block;
    border-width: 1px 1px 1px 1px;
    border-style:solid ;
    width:100%;
    height:100%;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
    -khtml-border-radius: 8px;
    min-height:50px;        
    border-color:#C2E6FA;    
}
.onebox_header
{
    height:40px;
    line-height: 40px;
    background-color:#D7EAFF;
    font-size:1.5em;   
    text-align:left;        
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.storeinfobox
{
    display: block;
    border-width: 8px 1px 1px 1px;
    border-style:solid ;
    width:100%;
    height:100%;
    min-height:50px;        
    border-color:#999999;
    padding-left:20px;
    padding-top:10px;
    box-shadow: 3px 3px 3px #330000 ;  
}

.storeinfobox_bigdisp
{
    display:block;    
}

.storeinfobox_smalldisp
{
    display:none    
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*ページャー*/

.pagerwaku {  
    margin-top: 10px;
    padding: 0px;  
}

.pagerbox {
    display: inline-block;
    height:40px;
    line-height:40px;  
    width:40px;
    border-style:solid;
    border-width:1px;
    border-color:#c0c0c0;
    margin: 2px;
    padding: 0;
    cursor : pointer;  
}

.pagerfont
{
    vertical-align:middle;  
    height:40px;
    line-height:40px;  
    color:#0000FF;
    font-size:1.1em;
}

.pageractive
{
    background-color:#ffc0cb;  
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*画面上部、下部のメッセージ用*/

.come_box
{
    display: block;
    border-width: 1px 1px 1px 1px;
    border-style:solid ;
    width:95%;
    height:95%;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
    -khtml-border-radius: 8px;
    min-height:50px; 
    font-size:1.2em;     
    text-align:left;    
    margin: auto;
    padding: 5px;
    
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.blink
{
    animation:BLINK 0.1s ease-in-out alternate;
}

@keyframes BLINK 
{
    0%{opacity:1.0;}100% {opacity:0;}
}

#Modalsearch
{
    z-index:9999;
    display:none;
    position:fixed;
    top: 0px;
    left:0px;
    background-color:#FFFFFF;
    background: rgba(0,0,0,0.1);
    width:100%;
    height:100%;
    background-image:url('../Images/search7.gif');
    background-repeat:no-repeat;
    background-position:center center;     
}

.coverframe_waku
{
    width:200px;
    height:300px;
}
.coverframe_body
{
    width:200px;
    height:300px;
    border-style:solid;
    border-width:0px 0px 0px 0px;    
}

.coverframe_img
{
    width:200px;
    height:300px;
}

.checkbox_font_selected
{
    color:#0000FF;
    cursor:pointer;
    user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
}

.checkbox_font_delete
{
    color:#0000FF;
    cursor:pointer;
    user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
}

/*小窓*/
#ModalWindow
{
    z-index:999;
    display: none;    
    position:fixed;
    top: 0;
    left:0px;
    background-color:#FFFFFF;
    background: rgba(0,0,0,0.3);
    width:100%;
    height:100%;    
}

.ModalWindow_waku
{
    position:fixed;
    top:10%;
    left:20%;
    width:60%;  
    margin: 10px auto;
    margin-bottom: 20px;    
}

.ModalWindow_close
{
    float:right;
    background-image:url('../../Images/modal_close.png');
    background-position: left top, right top;
    background-repeat:no-repeat;
}

.mapicon
{    
    background-image:url('../Images/map.png');
    background-position:left center;
    background-repeat:no-repeat;    
}

.ModalWindow_body
{
    margin: 80px auto;  
    height:100%;
    
    vertical-align:middle;
    border-color: #c0c0c0;
    border-style:  solid;
    border-width: 1px 1px 1px 1px;
    text-align: center;  
    border-radius: 4px;
    box-shadow: 5px 10px 20px #777777 ;  
    background-color:#ffffff;    
}

.ModalWindow_head
{
   
    width:99%;
    padding-left:5px;
    height:20px;
    color:#FFFFFF;
    background-color:#c6d4e3;    
    text-align:center;
}

.ModalWindow_line
{
    
    list-style: none;
    overflow: auto;  
    height:230px;  
    width:95%;  
    vertical-align:middle;
    border-color: #000000;  
    text-align: left;
    font-size: 1.1em;
    color: #696969;
    padding-left:10px;
    padding-right:10px;
}

.divinine
{
    display: inline-block;
}

.kakuninwaku
{
    margin:10px;
    padding:10px;
    background-color:#FFFFF0;
    border-style: solid;
    border-width:1px;
    border-color:#DAA520;
    box-shadow: 3px 3px 3px #DAA520 ;  
}

.tanamapbox {
    
    background:#FFF;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #ccc;
    
    
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:20px;
}

.tanamapboxshadow
{
    
     
    position: relative;
}

.tanamapboxshadow:before, .tanamapboxshadow:after
{
    
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.tanamapboxshadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.bookname
{
    background:linear-gradient(0deg,#ff8c00 2%,#f0e68c 3%,#f0e68c 3%,#FFFFFF 15%);
}

.noselect
{
    user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
}

.header_menu_font
{
    cursor : pointer;
    margin-right:10px;
    user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
}

.store
{
    color:#330000;
    font-weight:bold;
    background:url('../Images/wave-orange.png') bottom repeat-x; 
    background-size: 15px;
}




.wave_orange
{
    color:#330000;
    font-weight:bold;
    background:url('../Images/wave-orange.png') bottom repeat-x; 
    background-size: 15px;
    margin-left:10px;
}

.wave_red
{
    color:#FF3366;
    font-size:1.2em;
    background:url('../Images/wave-red.png') bottom repeat-x; 
    background-size: 15px;
}

.underline_yellow
{
    background:linear-gradient(0deg,#ff8c00 0%,#f0e68c 7%,#f0e68c 7%,#FFFFFF 65%);
    font-weight:bold;
}

.cartseleted_font
{
    color:#330000;
    font-weight:bold;
    background:url('../Images/wave-orange.png') bottom repeat-x; 
    background-size: 15px;
}

.cart_icon_position
{
    z-index:9999;
    width: 60px;
    height: 50px;
    position: fixed;
    left: 190px;
    top: 5px;   
    
    cursor:pointer; 
}

.cart_icon
{    
    vertical-align:middle;        
    border-style: solid;
    border-width:0px;
    border-color:#000000;
    color:#FFFFFF;
    font-size:2em;
    margin: 25% auto;
    padding: auto auto;   
}

.XXXXX_icon_position{
    width: 60px;
    height: 50px;
    position: fixed;
    right: 120px;
    top: 90px;
    opacity: 0.6;    
    border-style: solid;
    border-width:1px;
    border-color:#FF6928;
    background-color:#FFDBC9;
    cursor:pointer; 
}

.XXXX_icon
{
    vertical-align:middle;        
    border-style: solid;
    border-width:0px;
    border-color:#000000;
    color:#FF6928;
    font-size:2em;
    margin: 25% auto;
    padding: auto auto;   
}

.line_bar
{
    width:100%;
    text-align:left;
}

.line_lbl
{
    display: inline;
    text-align:left;
    font-size:1.2em;
}  
.line_minivis
{
    display:none;       
}
.line_mininon
{
    display:inline ;
    text-align:left;
}

.line_data{
    display:inline;
    text-align:left;
    font-size:1.2em;
}  
    
.line_harf
{
    width:45%;
    text-align:center;
    font-size:1.2em;
    display:inline-block;
}  

.kensuover
{
     margin:10px;
    color:#FF0000;
    border: 1px solid #FF0000;
}

.tanamap   
{
   
}

.tanamapimg
{
   
}

.imgrotate_right90
{    
    
    transform: rotate(90deg);
}

.imgrotate_left90
{   
    
    transform: rotate(-90deg);
}

.imgrotate_180
{    
    transform: rotate(180deg);
}

.float_left
{
    margin-left:10px;
    float:left;
}

.float_right
{
    margin-right:10px;
    float:right;
}

.xcircle
{
    
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-color:#808080;
  border-width:1px;
   border-style:solid;
  background: linear-gradient(#C0C0C0, #505050);
}


.circle {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(#F0F0F0, #505050);
  color: #FFF;
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 1px #000;
  transition: .4s;
}

.circle:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

    
.buru2 {
display:inline-block;
animation-name:buru2Setting2;
animation-iteration-count:infinite;
animation-duration:0.2s;
margin:10px;
}

@keyframes buru2Setting2 {
0% {transform:translate(0px, 0px) rotateZ(0deg)}
25% {transform:translate(2px, 2px) rotateZ(9deg)}
75% {transform:translate(0px, 0px) rotateZ(0deg)}
50% {transform:translate(1px, 0px) rotateZ(-9deg)}
100% {transform:translate(0px, 0px) rotateZ(0deg)}
}

