pagetop
/* ========================================  typical  */

body {
    /*元のcss
    font-size : 13px; font-family:'MS UI Gothic'; color:#000066;*/

   font-size : 12px; 
   font-family: 'Lato','Noto Sans Display','Noto Sans JP', 'Hiragino Sans','メイリオ', sans-serif !important;
   color:#333333;
   
    text-align: center;  
    scrollbar-base-color: #000000;
  scrollbar-track-color: #eeeeee;
  scrollbar-face-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-darkshadow-color:#000000;
  scrollbar-highlight-color: #eeeeee;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #000000;
}
a img {
    border-style:none;
}
a{
    color: #333333;
}
a:hover{
    color: #225896;
    font-weight: bold;
    text-decoration:underline;
    text-decoration-color: #225896;
}
ul{
    padding: 0;
    list-style-type: none;
}
table{
    border-spacing:initial;
    box-sizing: border-box;
    border-collapse:collapse
}
input,textarea{
    font-family:'Lato','Noto Sans Display','Noto Sans JP', 'Hiragino Sans','メイリオ', sans-serif !important ;
}
.background-color{
    background-color: #2258964a;
}
.attenction_r{
    color: red;
    font-size:14px;
}
.attenction_b{
    color: #004089;
  }
.p_width{
    width: 800px;
}
/* ========================================  #page ページ外枠 */
#page {
    font-family: 'Lato','Noto Sans Display','Noto Sans JP', 'Hiragino Sans','メイリオ', sans-serif !important;
    font-size: 14px;
	margin: 0px auto;
    text-align:left;
	width: 1060px;
	padding: 0px 10px;
}
img{
    max-width: 100%;
}
/* ========================================  #header 画面上部 */
#header-area{
    width: 100%;
    margin: 0 auto;
    font-family: 'Lato','Noto Sans Display','Noto Sans JP', 'Hiragino Sans','メイリオ', sans-serif !important;
    
}
#header {
    display: block;
    height: 140px;
    width: 100%;
    min-width: 1200px;
    padding: 30px 0 10px 0; 
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1;
    border: 1px solid #dbdbdb;
}
#header-inner{
    display: flex;
    justify-content:space-between;
    width: 1200px;
    margin: auto;
}
#headr input {
    font-size : 13px;
    height: 40px;
    border: 1px solid #333333;
 }
#headr input[type="text"]:focus {
    outline: 0;
  } 

 #headr input[type="image"]{
    position: relative;
    cursor: pointer;
    outline : none;
    border: none;
    width: 2.0em;
    height: auto;
    top: 10px;
    right: 40px;

 }
 .headnav{
    display: inline-block;
 }
 .headf{
    display: flex;
    align-items:end;
    margin-left: 250px;
}
.imgnav_guide,.imgnav_mail,.imgnav_cart{
    text-align: center;
}
.imgnav_cart form{
    margin-bottom: 0;
}
.imgnav_cart_mg{
    margin: 0 auto;
    display: grid;
    width: 30px;
    height: 30px;
}
.post-td{
    padding:3px 0 0 5px;
}
.headI{
    max-width:280px ;
    vertical-align: middle;
}
.icon{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.text{
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.headimgnav{
    display: flex;
    justify-content: space-between;
    width:240px;
    margin: 0;
    height: auto;
    flex-shrink: 0;
}
input[value="カート"]{
    border: none;
    background: none;
    margin-top: 6px;
    color: #333333;
    text-decoration: underline;
    cursor: pointer;
}
/*
#headr,#headl {
    margin-top: 30px;
}
#headr input {
    font-size : 13px;
    height: 30px;
    border: 1px solid #333333;
 }
#headr input[type="text"]:focus {
    outline: 0;
  } 

 #headr input[type="submit"]{

    cursor: pointer;
    font-family: FontAwesome;
    color: #333333;
    outline : none;
    width: 3.0em;
    height: 30px;
  }
  
#headr form {
    font-size : 13px;
    color:#4b4b4b;
	margin:0;
	padding:0;
}
.value-img{
    background-image: url(./images/value.png);
    position: relative;
    margin-top: -30px;
    margin-left: 170px;
}
.header-menu{
    display: flex;
    flex-shrink: 0;
}
.header-menu li{
    width: 100px;
    flex-shrink: 0;
}
.headnav{
    display: inline-block;
    justify-content: space-between;
    width: 60px;
}
#flexninare{
    justify-content: space-between;
}
/* ========================================  #top-nav   */
.block-header-bottom{
    display: flex;
    justify-content: space-between;
    align-items:end;
    margin:10px auto;
    width: 1200px;
}
#header-t ,#topr{
    align-items: end;
    display: inline-block;
   
}
#topr{
    margin-left: 20px;
}
#topr-button li:first-child{
    background-color:#58A76F ;
}

#t-nav li{
    display: inline-block;
    border-right: 1px solid #333333;
    padding:5px 20px;
}
#t-nav li:first-child{
    border-left: 1px solid #333333;
}
#t-nav li a{
    color: #333333;
    font-size: 14px;

}
.header-login-button{
    cursor: pointer;
    list-style-type: none;
    display: inline-block; 
    background-color: #FE7437;
    margin-right: 10px;
    margin-left: 5px;
    text-align: center;
    box-shadow: #666 0px 2px 3px;
    border-radius: 8px;
    align-items: center;
    display: inline-grid;
}
.header-login-child{
    width: 90px;
    height: 40px;
    display: grid;
    align-items: center;
}
.header-login-button a,.buttonlink a,#t-nav li a{
    text-decoration: none;
}
.header-login-button:active{
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.header-login-button:hover {
    /*カーソルを重ねたとき*/
    opacity: 0.8;
 }
/* ========================================  #membermenu  */
#top {
margin-top: 20px;
padding-top: 150px;
overflow: hidden;
}

#topl {
    float: left;
    width: 400px;
    margin: 30px 0;
    font-weight : bold;
}

/* {
background: #FFFFFF;background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#ffff00));
background: -webkit-linear-gradient(#FFFFFF, #ffff00);
background: -moz-linear-gradient(#FFFFFF, #ffff00);background: -ms-linear-gradient(#FFFFFF, #ffff00);
background: -o-linear-gradient(#FFFFFF, #ffff00);background: linear-gradient(#FFFFFF, #ffff00);
-pie-background: linear-gradient(#FFFFFF, #ffff00);
behavior: url(./shop_html/pie/PIE.htc);
}*/

/* ========================================  #menu  */

#menu1 .midasi a {
    display:block;
    width:100%;
    behavior: url(./shop_html/pie/PIE.htc);
}
#menu {
    clear: both;
    float: left;
    width: 220px;
    text-align: left;
    background: #F3F3F3;
}


#menu1 {
    clear:left;
    width:220px;
    margin:5px;
    overflow:hidden;
    font-size: 14px;
}
.midasi{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    margin: 0px 3px 15px;
    width: 207px;
    line-height:2;
    font-weight:bold;
    background: #ffffff; 
    box-shadow:gray 0px 2px 8px;
}
.midasi::before {
    content: "";
    position: absolute;
    top: 100%;
    left:50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
}
.midasi a{
    color: #333333;
}
.midasi img{
    width: 40px;
    height: auto;
}
.menubar{
    clear: both;
    font-size : 18px;
    text-decoration : none;
    color:#225896;
    float: left;
    line-height: 1.2;
}

.menu{
font-size : 13px;
text-decoration : none;
font-weight : bold;
color: #ffffff;
display: block;
}
.menu-icon{
    width: 35px;
    height: auto;
    margin-right: 10px;
    margin-left: 15px;
}
.menu2{
    margin-left:1.6em;
    display:block;
    width:80%;
    font-size : 14px;
    cursor: pointer;
    line-height: 1.8;
}
.menu3{
font-size : 12px;
text-decoration : none;
color:red;
display: none;
}

#menu a:hover{
    background-color:rgba(255, 255, 255, 2);
}
.menu2:hover{
    background-color:rgba(255, 255, 255, 2);
}

.kugiri1 {
background:url(../p_image/border.gif) repeat-x;
height:3px;
margin:2px 0;
}
.kugiri1 hr {
	display:none;
}
.kugiri2 {
background:url(../p_image/border1.gif) repeat-x;
height:3px;
margin:2px 0;
}
.kugiri2 hr {
	display:none;
}
.kugiri3{
    margin: 30px 0;
}
.kugiri3 hr{
    display: none;
}
/*初期のcss
p.buttonLink {
    margin:0 2px 1px 0;padding:0;
    text-align: center;
    letter-spacing: 2px;
    float:left;
    width:48%;
}
.buttonLink a{
    display: block;
    text-decoration: none;
    font-weight: bold;
    line-height: 2;
    width:70px;
    border: solid 1px #efefef;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    background: #F5DEB3;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F5DEB3) );
    background: -moz-linear-gradient(-90deg, #ffffff, #F5DEB3);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#F5DEB3');
}
.buttonLink a:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border: solid 1px #bce200;
    background: #ffff00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffffff) );
    background: -moz-linear-gradient(-90deg, #ffff00, #ffffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffff00', endColorstr='#ffffff');
    border-radius: 5px;
}
.buttonLink span{
    display:block;
    margin:5px;
    border-left: solid 5px #930;
}*/
#breadcrumbs li {
    display: inline-block;
  }
  #breadcrumbs li:not(:first-child) {
    margin-left: 0.4em;
  }
  #breadcrumbs li:not(:first-child):before {
    content: '>';
    margin-right: 0.4em;
  }
/* ========================================  #menu4  */
.category-all{
    width:210px;
    margin-right: 30px;
    float:left;
}
.menu00{
    display: block;
    background-color: #f4f4f4;
    margin-bottom: 5px;
}
.menu00 a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.menu4-menubar{
    clear: both;
    font-size: 12px;
    text-decoration: none;
    color: #225896;
    float: left;
    line-height: 1.8;
    margin-left: 10px;
}
.menu4{
    display: block;
    font-size: 22px;
    color: #333333;
}
.menu4s{
        color: #676e75;
        margin-left:1.2em;
        display:block;
        width:90%;
        font-size : 14px;
        cursor: pointer;
        line-height: 1.6;
        margin-left: 10px;
}
.menu4s:hover{
    background-color: blue;
    color: white;
}

/* ========================================  #category menu  */
.category-sub{
    width: 220px;
    height: 60px;
    display: block;
    font-weight: bold;
}
#wrap-icon{
    position: relative;
    top: -52px;
    left: 172px;
}
.wrapicon{
    width: 13px;
    height: auto;
    cursor: pointer;
    margin-right:12px ;
    padding: 20px 15px 20px 10px;
}
.category-menu{
    background-color: #ffffff;
    color: #333333;
    width: 210px;
    height: 60px;
    display: flex;
    align-items: center;
}
.category-menu img{
    max-width: 50px;
    margin-left: 5px;
    margin-right: 10px;
}

/* ========================================  #menu5   */
.menu5{
    font-weight: bold;
    display: block;
    margin:10px 5px 10px;
}
.menu5-qa{
    background-color: #ffffff;
    color: #333333;
    height: 60px;
    margin: 5px auto;
    align-items:center;
    display: flex;
}
.menu5-guide{
    background-color: #ffffff;
    color: #333333;
    height: 60px;
    margin: 5px auto;
    align-items:center;
    display: flex;
}
.menu5-company{
    background-color: #ffffff;
    color: #333333;
    height: 60px;
    margin: 5px auto;
    align-items:center;
    display: flex;   
}
.menu-kaitori{
    display: block;
    margin: 5px 5px 10px 5px;
    width: 210px;
    height: auto;
    text-align: center;

}
/* ========================================  #menu6 SNSlink  */
#menu6{
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 50px;
    width: 220px;
    text-align: center;
}
.menu6-snslink{
    display: block;
    margin:0 5px;
    width: 210px;
}
.menu6-snslink li{
    background-color: #ffffff;
    color: #333333;
    height: 60px;
    margin-bottom: 10px;
    align-items:center;
    display: flex;
}
.snslink-Fb{
    align-items: center;
    display: flex;
    color: #333333;

}
.snslink-Is{
    align-items: center;
    display: flex;
    color: #333333;

}
.snslink-Tw{
    align-items:center;
    display: flex;
    color: #333333;

}
/* ========================================  #menu-headr-box   */
#menu-headr-box{
    background-color: #ffffff;
    margin: 5px;
    padding: 15px 0;
    text-align: center;
}
.menu-headr-title{
    font-size: large;
}
#menu-headr{
    margin-top: 10px;
}
#menu-headr input {
    font-size : 14px;
    height: 40px;
    width: 170px;
    border: 1px solid #333333;
    text-align: center;
 }
#menu-headr input[type="text"]:focus {
    outline: 0;
  } 

 #menu-headr input[type="submit"]{
    background-color:#333333 ;
    color: #ffffff;
    cursor: pointer;
    outline : none;
    border: none;
    width: 5.0em;
    height: 2.0em;
    margin-top: 5px;
    cursor: pointer;

 }
/* ========================================  #pankuzu-list  */
.pankuzu-list{
    display: block;
    background-color: gray;
}


/* ========================================  #contents  */
#contents {
    width: 800px;
    margin-left: 40px;
    float: right;
}
.product-image-box{
    border-bottom: 1px solid #333333;
    padding-bottom: 30px;
}
.image-box{
    width: 310px;
    margin-right: 20px;
}
.center-sub{
    display: flex;
    width: 50%;
    margin: 10px 0;
    padding: 0;
    list-style-type:none;
}
.center-sub > li{
    flex: 1 1 auto;
}
li:last-of-type{
    margin-right: 0;
}
#bigimg{
    max-width: 310px;
    width: 300px;
    height: auto;
}
.right-left-button{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 330px;
    top: calc(45%);
    margin-left: -15px;
}
#prev-button{
    display: block;
    width: 13px;
    height: 13px;
    border-left: 3px solid #676E75;
    border-bottom: 3px solid #676E75;
    transform: rotate(45deg);
}
#next-button{
    display: block;
    width: 13px;
    height: 13px;
    border-top: 3px solid #676E75;
    border-right: 3px solid #676E75;
    transform: rotate(45deg);
}
.product-information{
    float: left;
    width: 100%;
}
#product-name h2{
    margin: 0;
}
.image-sub{
    max-width: 300px;
    padding: 0;
    display: flex;
    list-style: none;
}
.image-sub li{
    display: inline-block;
    width: 60px;
    height: 60px;
}
.ItemDetailArticles{
    margin-top: 50px;
    padding-top:10px; 
    width: 100%; 
}

.product-list{
    width:100%;
    height: auto;
    margin: 10px 0;
    border-collapse: collapse;
    font-size: 13px;
}
.product-list td,.product-list tr{
    border: 1px solid #d8d8d8;
}
/*注文履歴 仮*/
#cnt1_t,#cnt2_t,#cnt3_t{
    width: 100%;
}
#contents1{
    width: 20%;
}
#contents2{
    width: 40%;
}
#contents3{
    width: 40%;
}
.cnt1_ti,.cnt2_ti,.cnt3_ti{
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
#cnt_back{
    background-color: #004089;
}
/*注文履歴*/
.history{
    width: 800px;
    table-layout: fixed;
    text-align: center;
    box-sizing: border-box;
}

.history tbody{
    text-align: left;
}
.history-no{
    width: 800px;
    text-align: center;
    border: none;
}
.history-no tr{
    background-color: #004089;
    color: #ffffff;
}
.history-area{
    width: 800px;
    display: inline-block;
}
.history-area tbody tr{
    font-size: 13px;
}
.history-line_{
    width: 800px;
    display: block;
}
.order-center{
    text-align: center;
}
.order-right{
    text-align: right;
}
.order-left{
    text-align: left;
}
.order-color{
    background-color: #2258964a;
}
.order-border{
    border: 1px solid #dbdbdb;
}
.order-border-right{
    border-right: 1px solid #dbdbdb;
}
.order-border-top{
    border-top: 1px solid #dbdbdb;
}
.order-width{
    width: 177px;
}
.remittance{
    width: 125px;
}
/*上の見出しの部分css*/
.history-line{
    display: inline-block;
}
.history-num,.history-content,.history-info{
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #004089;
    color: #ffffff;
    padding: 10px 0px;
    white-space: nowrap;
}
.history-num,.order-num{
    width: 160px;
}
.history-content,.history-info{
    width: 320px;
}
.history-num,.history-content{
    border-right: #ffffff solid 1px;
}
.order-list{
    display: flex;
    justify-content: space-between;
    width: 797px;
    margin: -1 0;
}
.order-table{
    display: inline-table;
}
.order_content,.order-info{
    width: 318px;
    font-size: 13px;
}
.order_content,.order-num,.order-info{
    padding: 0;
}
.order-price{
    text-align: right;
    width: 130px;
}
.hr{
    width: 100%;
}
.space{
    width: auto;
    height: 30px;
}
/*会員情報変更*/
.member_{
    width: 800px;
}
.member{
    width: 800px;
    text-align: center;
    background-color: #2258964a;
}
.member_position{
    text-align: center;
}
.member_center_aligned{
    margin: -15px auto 15px;
}
.member_right_aligned{
    text-align: right;
}
.member_submit_aligned{
    margin: auto;
}
.member_error{
    width: 800px;
    text-align: center;
    background-color:#004089 ;
    color: #ffffff;
    padding: 1.4em 0;
}
.member_error_table{
    margin: auto;
}
.member_error_border{
    width: 800;
    margin-bottom: 50px;
}
.member_error_icon{
    margin: 10px 0;
}
.member_error_icon img{
    width: 60px;
}
.member_title{
    background-color: #f3f3f3;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.member_sub{
    margin-top: 30px;
}
.member_bdr{
    border:solid 3px #d4e0ed;
}
.member_border{
    border-top:solid 3px #d4e0ed;
}
.member_border_b{
    border-bottom:solid 3px #d4e0ed;
}
.member_border_r{
    border-right:solid 3px #d4e0ed;
}
.member_pd{
    padding-left: 10px;
}
.member_title_s{
    padding: 1.2em 10px;
    background-color: #2258964a;
    text-align: left;
    font-size: 14px;
}
.member_title_m{
    padding: 1.4em 10px;
    background-color: #2258964a;
    text-align: left;
}
.member_form{
    margin-top: 5px;
}
.member_form_s{
    width: 60%;
    margin-top: 5px;
 }
 .member_form_m{
    width: 60%;
    height: 40px;
 }
.member_box{
    width: 800px;
    margin-top: 30px;
}

input[value="会員登録[確認]"],input[value="会員登録[送信]"],input[value="情報変更[確認]"],input[value="情報変更[送信]"],input[value="ログイン"],
input[value="会員削除"],input[value="購入手続きへ"],input[value="確認画面"],input[value="注文確定[送信]"],input[value="注文フォーム"],input[value="ＩＤ検索"]{
    display: block;
    background-color: #004089;
    color: #ffffff;
    border-radius: 8px;
    width: 150px;
    height: 50px;
    margin: 30px auto 0px;
    font-size: 14px;
    cursor: pointer;
}
input[value="クリア"]{
    display: block;
    color: #004089;
    border-radius: 8px;
    border: solid 2px #afafaf;
    width: 130px;
    height: 50px;
    margin-top: -15px;
    font-size: 15px;
    cursor: pointer;
}
input[value="会員登録[確認]"]:hover,input[value="会員登録[送信]"]:hover,input[value="情報変更[確認]"]:hover,input[value="情報変更[送信]"]:hover,
[value="ログイン"]:hover,input[value="ﾊﾟｽﾜｰﾄﾞ再発行[送信]"]:hover,input[value="会員削除"]:hover,input[value="購入手続きへ"]:hover,
input[value="確認画面"]:hover,input[value="注文確定[送信]"]:hover,input[value="注文フォーム"]:hover,input[value="ＩＤ検索"]:hover{
    opacity: 0.8;
}
input[value="クリア"]:hover{
    background-color: #d4e0ed;
}
input[value="会員登録[確認]"]:active,input[value="会員登録[送信]"]:active,input[value="クリア"]:active,input[value="情報変更[確認]"]:active,
input[value="情報変更[送信]"]:active,[value="ログイン"]:active,input[value="会員削除"]:active,input[value="購入手続きへ"]:active,input[value="確認画面"]:active
,input[value="注文確定[送信]"]:active,input[value="注文フォーム"]:active,input[value="ＩＤ検索"]:active{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
input[value="ﾊﾟｽﾜｰﾄﾞ再発行[送信]"]{
    display: block;
    background-color: #004089;
    color: #ffffff;
    border-radius: 8px;
    width: 200px;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
    cursor: pointer;
  }
input[value="会員削除"]{
    margin: 10px auto;
    cursor: pointer;
  }

/* ========================================  #cart button  */
.cart-button{
    color: #FFF;
    border-radius: 7px;
    display: flex;
    height: 50px;
    width: 190px;
    line-height: 50px;
    background-color: #225896;
    overflow: hidden;
    text-decoration:none;
    align-items: center;
}
input[name=product-list-botton]{
    border: none;
    background:#225896 ;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    width: 135px;
    text-align: left;
    cursor: pointer;
}
.btn-ic{
    width: 25px;
    height: auto;
    margin-left: 30px;
}
.product-list-botton:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
  }
input[name=product-list-botton]:hover {
    /*カーソルを重ねたとき*/
    opacity: 0.8;
 }
.login-box{
    text-align: right;
}
#login-guidance{
    background-color:#F8F8F8 ;
    padding:20px;
    margin: 0 0 10px 0;
    text-align: center;
}
/* ========================================  #hr */
hr{
    width: 760px;
    text-align:right;
    margin-right:0px;
}
   /* ========================================  #page link  */
/* リスト全体 */
.pagenate {
   margin:25px 0;
  
}
.pagelinks{
    text-align: center;
    height: 30px;
    width: auto;
}
.pagelinks li{
    display: inline-block;
}
.pagelinks a{
    border: 1px solid #707070;
    padding: 8px;
}
.pagelinks a:hover{
    background-color:#707070 ;
    color: #ffffff;
}
.here{
    padding: 8px;
    border: 1px solid #707070;
    background-color:#707070 ;
    color: #ffffff;
}
/* ========================================  #footer  */

footer {
   font-family: 'Lato','Noto Sans Display','Noto Sans JP', 'Hiragino Sans','メイリオ', sans-serif !important;
   color:#333333;
   padding-top: 5px;
   margin-top: auto;
   
}
#column-all{
    background-color:#F3F3F3;
    padding: 10px 0 30px;
    display: flex;
    justify-content: center;
    width:100%;
}
.column-01 {
    width: 200px;
    margin-right:70px;
}
.column-02{
    text-align: left;
    width: 200px;
    margin-right:70px;
}
.title{
    border-bottom: 1px solid #333333;
    font-weight: bold;
    font-size:15px;
    text-align: left;
}

.dmain-01{
    font-size: small;
    text-align: left;
    clear: both;
}
.dmain-02 img{
    padding: 5px;
    width: 50px;
    height: auto;
}

.column-03{
    width: 350px;
    margin-left: 20px;
}
.site-footer_copy{
    background:#676E75 ;
    color: #f3f3f3;
    padding: 15px 0;
    text-align: center;
    }

.site-footer_text{
    font-size: 12px;
}
.site-footer_copyright{
    font-weight: bold;
    font-size: small;
}
/* ========================================  #search-results  */
.search-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #707070;
    margin-bottom: 5px;
}
.search-left{
    letter-spacing: 0.1em;
    color: #333333;
}

.search-data{
    text-align: right;
    margin: 0;
}

/* ========================================  #item table  */
.itembox-parts{
    width: 800px;
    height: auto;
    padding: 30px 0; 
    margin:10px 0 10;
    overflow: hidden;
    border-top: 2px solid #707070;
    display: flex;
    justify-content: space-between;
}
.itembox-parts:last-child{
    border-bottom: 2px solid #707070;
}
.item-img{
    max-width: 100%;
    width: 170px;
    height: auto;
}
.item-img-box{
    width: 30%;
    text-align: center;
}
.itemimg{
    object-fit:contain;
    width: 90%;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}
.itemparts{
    width: 70%;

}
.item-name{
    font-weight: bold;
    margin-bottom: 20px;
}
.item-txt{
    overflow-y: scroll;
    display: inline-block;
    height: 170px;
    width: 100%;
}
/* ========================================  #detail  */

.detail{
color:#333333;
text-decoration : none;
width: 100%;

}

/*
.table3 { 
    padding: 3px;
    border-collapse: collapse;
    border: 1px #1C79C6 solid ;
    } */ 
/* ========================================  #pagetop  */
#topview
{
    display: none;
}

.pagetop{
    display: none;
    position: fixed;
    right: 10%;
    bottom: 120px;
    text-align: center;
}
.pagetop img{
    display: block;
    font-size: 0;
    margin:  0 auto;
    height: 60px;
    width: 60px;
    background-color: #676E75;
    line-height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border: solid 2px #676E75;
    border-radius: 50%;
}

/* ========================================  #registerLogin   */
.registerbox{
    margin-top: 20px;
    width: 180px;
}
.rl-item1{
    display: inline-block;
    color: red;
    border: 1px solid red;
    padding: 5px 18px;
}
.registerbox2{
    margin-top: 20px;
    width: 174px;
}
.rl-item2 a{
    color: #333333;
}
.rl-item3{
    display: inline-block;
    color: red;
    border: 1px solid red;
    padding: 5px 18px;
}
.rl-item4 a{
    display: block;
    color: #333333;
}
/* ========================================各種規約*/
.agreement_area{
    width: 800px;
}
.agreement_,.privacy_,.identification_{
    width: 800px;
    display: block;
    background-color: #f3f3f3;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    padding: 10px 0 10px 5px;
    margin-bottom: 5px;
}
.agreement_paragraph{
    display: block;
    margin-bottom: 30px;
    padding-left: 20px;
    
}
.agreement_paragraph:last-child,.identification_content:last-child{
    margin-bottom: 100px;
}
.agreement_content,.privacy_conten,.identification_content{
    margin-top: 16px;
    margin-bottom: 30px;
    display: block;
}
.identification_payment{
    display: table-cell;
    list-style: none;
    width: 50%;
    padding:20px 10px;
}
.identification_bkc{
    background-color: #C1D5E5;
}
.identification_text{
    margin-bottom: 20px;
}
.privacy_content{
    display: block;
    margin-bottom: 30px;
}
/* ========================================  #二重送信エラー　  */
.order_error{
    background-color: #004089;
    color: #ffffff;
    text-align: center;
    padding: 50px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.order_error_icon img{
    width: 60px;
}
.order_error_txt{
   font-size: 18px;
   line-height: 1.8em
}
.order_error_button a,.order_error_icon{
    margin: 10px auto;
}
/* ========================================  #お買い物かご　table  */
.over_flow{
    text-align: center;
    margin: 40px 0;
}
.cart_empty{
    padding: 30px 0;
    text-align: center;
}
.cart_total{
    height: 40px;
    text-align: right;
}
.cart_img{
    width:150px;
    height: 100px;
    text-align: center;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.cart_img img{
    width: 100px;
    height: auto;
    padding: 10px 0;
    
}
.cart_content{
    width: 270px;
    border-bottom: 1px solid #999;
}
.cart_details,.cart_price{
    height: auto;
    text-align: right;
}

.cart_subtitle{
    padding: 20px 0;
    text-align: center;
    background-color: #2258964a;
}
.cart_subtitle h4{
    margin: 0;
}
input[value="再計算"]{
    width: 60px;
    height: auto;
    background-color: #333333;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}
input[value="×取消"]{
    width: 60px;
    height: auto;
    padding: 5px 0;
    border: none;
    cursor: pointer;
}
.cart_money{
    width: 220px;
    border-right: 1px solid #999;
    border-left:  1px solid #999;
    border-bottom:  1px solid #999;
}
.cart_cancel{
    text-align: center;
    width: 100px;
    height: 70px;
    border-bottom: 1px solid #999;
}
.cart_border{
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.cart_num{
    border-bottom: 1px solid #999;
}
.cart_total_price{
    width: 150px;
    text-align: right;
}
/* ========================================お届け先・お支払い入力*/
.orderform_{
    background-color: #f3f3f3;
    padding: 1px 0 1px 10px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.orderform-area{
    width: 800px;
    background-color: #ffffff;
}
.orderform-total{
    width: 800px;
    background-color: #f3f3f3;
}
.orderform-area tbody tr td{
    font-size: 14px;
}
.orderform_index h2{
    letter-spacing: 0.1em;
    border-bottom: 2px solid #dedede
}
.orderform_num,.orderform_name,.orderform_price,.orderform_amount,.orderform_total{
    text-align: center;
    background-color: #f3f3f3;
    font-size: 13px;
}
.orderform_num,.orderform_name,.orderform_price,.orderform_amount{
    border-right: 1px solid #999;
}
.orderform_num,.orderform_name_c,.orderform_address{
    width: 160px;
}
.orderform_price,.orderform_amount{
    width: 200px;
}
.orderform_name{
    width: 250px;
}
.orderform_total{
    width: 170px;
}
.orderform_name_c,.orderform_num_c,.orderform_price_c,.orderform_amount_c,.orderform_total_c{
    background-color: #ffffff;
    border-bottom: 1px solid #999;
    font-size: 13px;
}
.orderform_name_c,.orderform_num_c,.orderform_price_c,.orderform_amount_c{
    border-right: 1px solid #999;
}
.orderform_right{
    text-align: right;
}
.orderform_border{
    border-top: 1px solid #999;
}
.orderform_under{
    border-bottom: 1px solid #999;
}
.orderform_title_s{
    padding: 1.2em 0px 1.2em 10px;
    background-color: #2258964a;
    text-align: left;
}
.orderform_title_m{
    padding: 2.5em 0px 2.5em 10px;
    background-color: #2258964a;
    text-align: left;
}
.orderform_postage{
    display: block;
}
.form_line{
    display: flex;
    justify-content: space-between;
}
.orderfotm_btn{
    display: inline-flex;
}
.product-return:hover,input[value="ひとつ前に戻る"]:hover{
    color: #ffffff;
    background-color: #333333;
}
.product-return,input[value="ひとつ前に戻る"]{
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 8px;
    width: 150px;
    height: 48px;
    margin: 30px 0px;
    font-size: 14px;
    align-items: center;
    display: grid;
    border: 1px solid #333333;
}
/* ========================================確認画面　confirmation　*/
.confirmation_font{
    font-size: 14px;
}
.confirmation_total{
    height: 30px;
    text-align: right;
}
/* ========================================注文完了　*/
.top_button{
    margin: auto;
}
.completed_icon img{
    width: 60px;
}
.completed_content{
    text-align: center;
}
.completed_content h2{
    color: #225896;
}
.completed_content span{
    line-height: 1.8em;
}
.completed_frame{
    margin: 50px 0;
    padding: 0 30px;
    display: inline-flex;
}
.completed_mail{
    width: 48%;
    text-align: center;
    border: 1px solid #333333;
    display: block;
    height: 100px;
    padding: 15px 0;
}
.completed_text{
    width: 48%;
    display: block;
    border: 1px solid #999;
    padding: 15px 10px;
    text-align: left;
}
.top_button{
    background-color: #004089;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    width: 150px;
    height: 48px;
    margin: auto;
    align-items: center;
    display: grid;
}
.top_button:hover{
    color: #ffffff;
    opacity: 0.8;
}
/* ========================================管理メニュー　*/

/* ========================================商品データの追加　*/
.addprod_,.previous_,.chgdel_,.mgmt_,.csvf_{
    width: 800px;
}
.addprod_title,.chgdel_title,.csvf_title,.mgmt_title{
    background-color: #f3f3f3;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.addprod_ th{
    background-color:#dedede;
    text-align: left;
    border-bottom: 1px solid #999;
    padding: 7px;
}
.addprod_ td{
    border: 1px solid #dedede;
}
input[value="商品追加"],input[value="リセット"],input[value=商品検索],input[value=削除]{
    width: 100px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
    margin: 10px 0;
}
input[value="商品追加"]{
    background-color: #004089;
    color: #ffffff;
    border: none;
}
input[value="商品追加"]:hover{
    opacity: 0.8;
}
input[value="リセット"]:hover,.previous_link :hover{
    background-color: #616161;
    color: #ffffff;
}
.addprod_ol{
    padding-left: 20px;
    margin-bottom: 50px;
}
/* ========================================商品検索（管理メニュー内）　*/
.previous_top{
    margin: 20px 0;
    text-align: center;
}
.previous_content_area,.chgdel_content_area{
    border: 1px solid #999;
    padding: 10px;
}
.previous_content{
    display: flex;
}
.previous_ form,.chgdel_ form{
    margin: 15px 0;
}
.previous_select,.previous_input,.chgdel_select,.chgdel_input{
    height: 30px;
}
.previous_icon,.chgdel_icon{
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
}
.previous_info{
    width: 80%;
}
.previous_info ul,.chgdel_info ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.previous_info li{
    margin: 5px;
    width: calc(50% - 10px);
    border-bottom: 1px solid #dedede;
}
.previous_info_sub,.chgdel_info_sub {
    background-color: #004089;
    color: #ffffff;
    width: 100%;
    margin-right: 10px;
    display: inline-block;
}
.previous_text{
    margin-top: 10px;
}
.backnext_btn{
    text-align: center;
    margin-bottom: 20px;
    display: grid;
}
.preba-btn,.prev-btn{
    color: #707070;
    font-size: 14px;
    border: 1px solid #707070;
    padding: 10px;
}
.preba-btn:hover,.prev-btn:hover{
    background-color: #707070;
    color: #ffffff;
}
.previous_link,.chgdel_link,.csvf_link{
    text-align: right;
    margin-bottom: 20px;
}
.previous_link a,.chgdel_link a,.chgdel_link input[value="削除"],.csvf_link a{
    padding: 12px 20px;
    border: 1px solid #333333;
    border-radius: 6px;
    background-color: #ffffff;
}
/* ========================================商品データの変更/削除　*/
.chgdel_name,.chgdel_check{
    display: inline-block;
}
.chgdel_icon a{
    display: flex;
}
.chgdel_info li{
    margin: 5px;
    width: calc(50% - 12px);
    border: 1px solid #dedede;
}
.chgdel_info{
    border-bottom: 1px solid #999;
    margin: 20px 0;
    padding-bottom: 15px;
}
input[value=削除]{
    display: block;
    margin: 0 0 0 auto;
}
.chgdel_link input[value="削除"],input[value=新規作成],input[ value=' Ｏ Ｋ ']{
    display: inline-block;
    height: 43px;
    width: 126px;
    cursor: pointer;
}
.chgdel_link input[value="削除"]:hover,input[value=新規作成]:hover,input[ value=' Ｏ Ｋ ']:hover{
    color: #225896;
    text-decoration:underline;
    text-decoration-color: #225896;
}
.chgdel_link a:first-child{
    margin-right: -24px;
}
/* ========================================商品管理　ログイン　*/
/* ========================================CSVファイルから新規作成　*/
.mgmt_form,.csvf_content{
    margin: 25px auto;
    text-align: center;
    background-color: #2258964a;
    border: 1px solid #999;
}