@charset "UTF-8";

a:link { color: #2f2f38; }
a:visited { color: #252536; }
a:hover { color: #292222; }
a:active { color: #17171d; }



html {
    font-size: 12px;
}


html, body {
    height: 100%;
    width: 100%;
}
body *, ::before, ::after {
    box-sizing: border-box;
}
body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体",'Meiryo','Meiryo UI', "ヒラギノ角ゴ","Hiragino Kaku Gothic Pro",'MS PGothic','arial','M PLUS 1p', sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: #ffffff;
    color: #000;
}
button {
    font-size: 11px;
}
.double{
    text-decoration: underline double black;
}
.container {
    width: 1060px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 480px) {
    .container {
        max-width: 350px;
        margin: 0;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
}

header {
    background:linear-gradient(#e6e6e6, #ffffff);
}
.header_container {
    width: 1060px;
    min-height: 380px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: 53px;
    background-position: 16px 10px;
    background-color: #ffffff;
}
@media screen and (max-width: 480px) {
    .header_container {
        min-height: 850px;
        padding: 0px;
        background-size: 80px;
        background-position: 30px 20px;
    }
}

@media screen and (max-width: 480px) {
    .header_container h2 {
        padding: 0;
        font-size: 14px;
    }
}

.header_title_region{
    height:70px;
    padding-bottom: 0;
    display:flex;
    justify-content: space-between;
}
@media screen and (max-width: 480px) {
    .header_title_region {
        max-width: 350px;
        height:110px;
        padding-bottom: 0;
        display:flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
}

.header_gyousyu{
    font-size: 10px;
    width:68px;
    height:35px;
    margin:25px 5px 5px 80px;
    float:left;
}
@media screen and (max-width: 480px) {
    .header_gyousyu {
        font-size: 14px;
        width:100px;
        height:40px;
        margin:5px auto 4px 50px;
    }
}

.header_gyousyu p{
    margin: 0;
}
.header_logo{
    font-size: 11px;
    width:250px;
    height:50px;
    margin:15px 139px 5px 0px;
    float:left;
}
@media screen and (max-width: 480px) {
    .header_logo {
        font-size: 11px;
        width:350px;
        height:50px;
        margin:5px auto auto 30px;
    }
}
.header_logo p{
    margin:0;
}

.header_address{
    width:300px;
    height:60px;
    margin:8px 8px 2px auto;
    font-size: 9px;
    float:left;
}
.header_address p{
    margin:5px 0 0 0;
    line-height: 90%;
}
@media screen and (max-width: 480px) {
    .header_address {
        display:none;
    }
}


.head_region {
    width:1050px;
    margin: 2px 0 0 0;
    display:flex;
    justify-content: space-between;
}
@media screen and (max-width: 480px) {
    .head_region {
        width:350px;
        height: 800px;
        margin: 2px 0 0 0;
        display:flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
}

.head_region_left{
    width:100px;
    height:310px;
    margin:0 2px 0 2px;
    float:left;
}
@media screen and (max-width: 480px) {
    .head_region_left {
        width:350px;
        height:680px;
        margin:0px;
        float:left;
    }
}

.headerzaikokensaku{
    width: 100px;
}
@media screen and (max-width: 480px) {
    .headerzaikokensaku {
        width:350px;
        border-collapse: separate;
        border-spacing: 0 5px;
    }
}

.headerzaikokensaku th{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    color:rgb(248, 255, 255);
    background: linear-gradient(#ecb0b8,#b91321);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    border-radius: 3px;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .headerzaikokensaku th{
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        height: 55px;
        color:rgb(248, 255, 255);
        background: linear-gradient(#ecb0b8,#b91321);
        border-left: 1px solid #3c6690;
        border-top: 1px solid #3c6690;
        border-bottom: 1px solid #3c6690;
        box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
        border-radius: 5px;
        align-items: center;
    }
}

.headerzaikokensaku td{
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    height: 26px;
    color:#7f7f7f;
    background: linear-gradient(#fbfce6,#ffe4d2);
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px #eee inset;
    border-radius: 3px;
    border-spacing: 0 5px;
    padding: 1px 0;
}
@media screen and (max-width: 480px) {
    .headerzaikokensaku td{
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        height: 55px;
        color:#7f7f7f;
        background: linear-gradient(#fbfce6,#ffe4d2);
        border-left: 1px solid #a8b7c5;
        border-bottom: 1px solid #a8b7c5;
        border-top:1px solid #d3e2f0;
        border-right:1px solid #d3e2f0;
        box-shadow: 0px -3px 5px 1px #eee inset;
        border-radius: 5px;
        padding: 1px 0;
    }
}

.headerzaikokensaku #blank{
    height: 15px;
    background:transparent;
    box-shadow:none;
    border:transparent;
    padding: 2px 0;
}
.head_region_right{
    width:800px;
    margin:0 2px 0 3px;
    float:left;
}

.head_region_right .headerproductcategory{
    width: 800px;
}
@media screen and (max-width: 480px) {
    .head_region_right .headerproductcategory {
        display:none;
    }
}


.head_region_right .headerproductcategory th{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 30px;
    color:white;
    background: linear-gradient(#829ebc,#225588);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    border-radius: 3px;
  }
  .head_region_right .headerproductcategory .category_img{
    width:24px;
    height: 24px;
    float:left;
    margin:1px 0 0 10px;
  }
  .head_region_right .headerproductcategory p{
    margin:4px auto auto 0;
  }
  .head_region_right .headerproductcategory p::after{
      clear: both;
  }
  .head_region_right .headerproductcategory td{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    color:#7f7f7f;
    background: linear-gradient(#ddedff,#badcfd);
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px #eee inset;
    border-radius: 3px;
    padding: 0;
  }


.head_region_rightright{
    width:135px;
    margin:0 auto 0 0;
    float:left;
}
@media screen and (max-width: 480px) {
    .head_region_rightright {
        width:350px;
        height: 65px;
        margin:0;
        float:left;
    }
}

.headerkakakukensaku{
    width: 130px;
    margin-top: 1px;
    margin-bottom: 4px;
    padding:1px;
}
@media screen and (max-width: 480px) {
    .headerkakakukensaku {
        display:none;
    }
}
.headerkakakukensaku td{
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    height: 55px;
    background: linear-gradient(#e6f8af,#bfe283);
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px rgb(191, 233, 155) inset;
    border-radius: 3px;
    padding: 2px 0;
}



.headerchumon1{
    width: 130px;
    margin-top: 3px;
    margin-bottom: 2px;
    padding:1px;
}
@media screen and (max-width: 480px) {
    .headerchumon1 {
        display:none;
    }
}
.headerchumon1 td{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    height: 36px;
    background: linear-gradient(#e0e2e4,#d1d4d6);
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px #eee inset;
    border-radius: 3px;
    padding: 2px 0;
}

.headerchumon2{
    width: 130px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding:1px;
}
@media screen and (max-width: 480px) {
    .headerchumon2 {
        display:none;
    }
}

.headerchumon2 td{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    background: linear-gradient(#f8c4af,#e28a83);
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px rgb(233, 155, 155) inset;
    border-radius: 3px;
    padding: 2px 0;
}
.headerotoiawase{
    width: 130px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding:1px;
}
@media screen and (max-width: 480px) {
    .headerotoiawase {
        display:none;
    }
}

.headerotoiawase td{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    color:white;
    background: linear-gradient(#c9d3d3,#adb9b9);
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px rgb(187, 181, 181) inset;
    border-radius: 3px;
    padding: 2px 0;
}
.headerkaishagaiyou{
    width: 130px;
    margin-bottom: 0px;
    padding:1px;
}

.headerkaishagaiyou th{
    text-align: center;
    font-weight: 600;
    width:130px;
    height: 30px;
    color:white;
    background: linear-gradient(#829ebc,#225588);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    border-radius: 3px;
    padding: 2px 0;
    
}

.headerkaishagaiyou td{
    text-align: center;
    font-weight: 600;
    height: 30px;
    background: linear-gradient(#e0e2e4,#d1d4d6);
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px #eee inset;
    border-radius: 3px;
    padding: 2px 0;
    
}

.headerkaishagaiyou #blank{
    height: 30px;
    background:transparent;
    box-shadow:none;
    border:transparent;
    padding: 2px 0;
}

.headerkaishagaiyou_2{
    width: 130px;
    margin-top: 1px;
}
@media screen and (max-width: 480px) {
    .headerkaishagaiyou_2 {
        width: 350px;
        margin-top: 1px;
        font-size: 18px;
    }
}

.headerkaishagaiyou_2 th{
    text-align: center;
    font-weight: 600;
    width:130px;
    height: 35px;
    color:white;
    background: linear-gradient(#829ebc,#225588);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    border-radius: 3px;
    padding: 2px 0;
}
.headerkaishagaiyou_2::after{
    clear:both;
}
.headerkaishagaiyou_2 td{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    color:white;
    background: linear-gradient(#c9d3d3,#adb9b9);
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px rgb(187, 181, 181) inset;
    border-radius: 3px;
    padding: 2px 0;
}
@media screen and (max-width: 480px) {
    .headerkaishagaiyou_2 td{
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        height: 55px;
        color:white;
        background: linear-gradient(#c9d3d3,#adb9b9);
        border-left: 1px solid #a8b7c5;
        border-bottom: 1px solid #a8b7c5;
        border-top:1px solid #d3e2f0;
        border-right:1px solid #d3e2f0;
        box-shadow: 0px -3px 5px 1px rgb(187, 181, 181) inset;
        border-radius: 5px;
        padding: 2px 0;
    }
}
.head_region_rightright #login_id{
    width: 110px;
    margin:0px auto 2px 5px;
}

.head_region_rightright #login_pw{
    width: 110px;
    margin:2px auto 2px 5px;
}

.head_region_rightright #login_btn{
    font-size: 10px;
    margin:2px auto 3px 60px;
}
.login_message{
    margin: 10px auto 3px 5px;
}
.headerkowake {
    width:120px;
    clear:both;
    margin-top:3px;
    margin-bottom:auto;
}

.headerkowake th{
    text-align: center;
    font-weight: 600;
    width:120px;
    height: 30px;
    color:white;
    background: linear-gradient(#829ebc,#225588);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    border-radius: 3px;
    padding: 2px 0;
}

.headerkowake td{
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    width:120px;
    height: 15px;
    background: linear-gradient(#f0c4b2,#eca49f);
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px #eee inset;
    border-radius: 3px;
    padding: 2px 0;
  }


main{
    background-color: #ffffff;
}
main::after{
    clear:both;
}

main .container {
    min-height: 500px;
    font-size: 12px;
    margin: 10px auto 0 auto;
    padding:3px 5px 0 5px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
    animation-name: fade;
    animation-duration: 1500ms;
    animation-iteration-count: 1;
}
@keyframes fade{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
}

index_container {
    width: 1060px;
    min-height: 500px;
    font-size: 12px;
    margin: 10px auto 0 auto;
    padding:3px 5px 0 5px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
    animation-name: fade;
    animation-duration: 1500ms;
    animation-iteration-count: 1;
}
@keyframes fade{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
}

main .content::after {
    clear:both;    
}
.sidebar_area {
    width: 175px;
    min-height: 350px;
    margin:0;
    min-height: 600px;
    background-color:#f5f5f5;
    float: left;
}
.sidebar_kensaku_annai {
    width:161px;
    margin:20px 7px 25px 7px;
    font-size: 12px;
}
.sidebar_kensaku_seihinbunrui{
    width:175px;
    margin: 0;
    padding: 0px 5px 0 5px;
}
.sidebar_kensaku_dai{
    width: 121px;
    height: 20px;
    margin:20px 0 0 0;
    padding:0 auto 0 20px;
}

.sidebar_kensaku_area {
    width:175px;
    margin: 0;
    padding: 0 2px 5px 5px;
    background-color:#f5f5f5;
    text-align: left;
    font-size:11px;
    line-height: 170%;
}
.sentakushi{
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    line-height: 25px;
}
.sidebar_kensaku_area input{
    vertical-align:middle;
}

.sidebar_kensaku_area #submit_button{
    font-size: 12px;
    margin:10px 0 0 50px; 
}

.sidebar_area .zaikokensaku{
    width:225px;
    margin: 22px auto auto 8px;
}
.sidebar_area .zaikokensaku .maker{
    width:150px;
    margin: 10px auto 10px 30px;
}
.sidebar_area p{
    margin:5px 0 5px 0;
}


.sidebar_area .otoiawasesaki_area{
    font-size: 10px;
    width:160px;
    padding:10px 8px 10px 8px;
    margin:80px 10px 20px 10px;
    background: #fff1fd;
    border: 2px solid;
    border-color:#9e6c8d;
    border-radius: 8px;

}

.sidebar_area .otoiawasesaki_area p{
    margin:3px 0 2px 0;
}

.main_area {
    width: 950px;
    min-height: 350px;
    padding: 10px 2px;
    margin:0 0 0 0;
    background-color: #ffffff;
    min-height: 600px;
    float: right;
}

.main_area ::after{
    clear:both;
}
.mainmain_area {
    width: 1050px;
    padding: 10px 0  auto 0;
    margin:0 auto 0 0;
    background-color: #ffffff;
    min-height: 600px;
}
@media screen and (max-width: 480px) {
    .mainmain_area {
        width: 350px;
        padding: 10px 0  auto 0;
        background-color: #ffffff;
        min-height: 600px;
    }
}

.search_main_area {
    width: 870px;
    min-height: 350px;
    padding: 10px 2px;
    margin:0 auto 0 0;
    background-color: #ffffff;
    min-height: 600px;
    float: right;
}

.search_main_area ::after{
    clear:both;
}
.zaikotable_area {
    width:1050px;
    min-height: 450px;
    margin: 0 0 auto 0;
}
@media screen and (max-width: 480px) {
    .zaikotable_area {
        width:350px;
        min-height: 450px;
        margin: 0 5px auto 0;
    }
}

.zaikohyo_titlearea{
    height:50px;
    margin: 20px auto 0px 30px;
}
@media screen and (max-width: 480px) {
    .zaikohyo_titlearea{
        height:70px;
        margin: 20px 5px 0px 0px;
    }
}

.zaikodai_img{
    width:160px;
    height: 25px;
    margin:0 0 0 10px;
}
@media screen and (max-width: 480px) {
    .zaikodai_img{
        width:160px;
        height: 25px;
        margin:0 0 0 10px;
    }
}
.zaikokoushinbi_area{
    width:450px;
    height: 25px;
    margin:0 30px 0 auto;
    text-align: right;
}
@media screen and (max-width: 480px) {
    .zaikokoushinbi_area{
        width:350px;
        height: 50x;
        margin:15px 5px 0 5px;
    }
}
.zaikokoushinbi_area h3{
    margin:0;
}

.zaikotable_area2{
    width:1030px;
    margin:10px 0 auto 20px;
}
@media screen and (max-width: 480px) {
    .zaikotable_area2{
        width:350px;
        margin:30px 0 auto 0;
    }
}
.zaikotable_area2 h3{
    margin:0 auto 0 30px;
}
@media screen and (max-width: 480px) {
    .zaikotable_area2 h3{
        margin:0 0 0 0;
    }
}

.zaikohyo{
    width:970px;
    margin: 20px 30px 10px 30px;
    overflow: hidden;
    border-collapse: collapse;
    line-height: 150%!important;
    border-radius: 2px;
}
@media screen and (max-width: 480px) {
    .zaikohyo{
        width:350px;
        margin: 20px 0 10px 0;
        overflow: hidden;
        border-collapse: collapse;
        line-height: 150%!important;
        border-radius: 2px;
    }
}

.zaikohyo th{
    padding: 8px 5px;
    height: 55px;
    font-size: 13px;
    background: linear-gradient(#f3f5cb,#ebae85);
    border: 1px solid #9b9b9b;
    box-shadow: 0px 1px 1px rgba(253, 253, 253, 0.459) inset;
}
@media screen and (max-width: 480px) {
    .zaikohyo th{
        padding: 8px 5px;
        height: 55px;
        width: 350px;
        font-size: 13px;
        background: linear-gradient(#f3f5cb,#ebae85);
        border: 1px solid #9b9b9b;
        box-shadow: 0px 1px 1px rgba(253, 253, 253, 0.459) inset;
    }
}



.zaikohyo tr:nth-child(odd) td{
    height: 45px;
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    border: 1px solid #a8b7c5;
}
@media screen and (max-width: 480px) {
    .zaikohyo tr:nth-child(odd) td{
        min-height: 50px;
        width: 350px;
        font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
        font-size: 12px;
        padding: 5px 5px 5px 5px;
        background-color: #ffffff;
        border: 1px solid #a8b7c5;
    }
}

.zaikohyo tr:nth-child(even) td{
    height: 45px;
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    background-color: #e6e6e6;
    border: 1px solid #a8b7c5;
}
@media screen and (max-width: 480px) {
    .zaikohyo tr:nth-child(even) td{
        min-height: 50px;
        width: 350px;
        font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
        font-size: 12px;
        padding: 5px 5px 5px 5px;
        background-color: #e6e6e6;
        border: 1px solid #a8b7c5;
    }
}

@media screen and (max-width: 480px) {
    .maker_mei_ran{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .catalog_no_ran{
        width: 20%;
    }
}
@media screen and (max-width: 480px) {
    .seihin_mei_ran{
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .teika_ran{
        width: 20%;
    }
}
@media screen and (max-width: 480px) {
    .zaikosuu_ran{
        width:10%;
    }
}
@media screen and (max-width: 480px) {
    .nyuukayotei_ran{
        display: none;
    }
}


.kowake_image{
    margin: 20px 20px 40px 40px;
    float: left;
}


.kowakesetumei{
    width:1000px;
    height: 250px;
    margin: 50px 50px auto 10px;
}
.kowakesetumei p{
    font-size: 1.17em;
    font-weight: 300;
}
.kowakerei{
    margin: 10px 20px 40px 30px;
    float: left;
}
.kowakerei p{
    font-size: 1.17em;
    font-weight: 300;
}
.kowakerei li{
    font-size: 1.17em;
    font-weight: 300;
    margin-bottom: 3px;
}

.kowakerei::after{
    clear:both;
}
.kowaketable_area {
    width:1000px;
    min-height: 450px;
    margin: 0 5px auto 0;
    clear:left;
}
.kowaketable_area p{
    font-size: 1.17em;
    font-weight: 300;
}
.kowake_mail{
    list-style-type: none;
}

table.kowakehyo{
    width:1020px;
    margin: 20px auto 10px 15px;
    overflow: hidden;
    border-collapse: collapse;
    line-height: 150%!important;
    border-radius: 2px;
}
table.kowakehyo th{
    font-size: 12px;
    padding: 8px 5px;
    height: 30px;
    background: linear-gradient(#ffcfbc,#eca5a0);
    border: 1px solid #52575b;
    box-shadow: 0px 1px 1px rgba(253, 253, 253, 0.459) inset;
}
table.kowakehyo tr:nth-child(odd) td{
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    font-size: 12px;
    height: 60px;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    border: 1px solid #52575b;
}

table.kowakehyo tr:nth-child(even) td{
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    font-size: 12px;
    height: 60px;
    padding: 5px 5px 5px 5px;
    background-color: #e6e6e6;
    border: 1px solid #52575b;
}


table.kowakehyo2{
    width:760px;
    margin: 20px 5px 10px 10px;
    overflow: hidden;
    border-collapse: collapse;
    line-height: 150%!important;
    border-radius: 2px;
}
table.kowakehyo2 th{
    font-size: 10px;
    padding: 8px 5px;
    height: 30px;
    background: linear-gradient(#ffcfbc,#eca5a0);
    border: 1px solid #52575b;
    box-shadow: 0px 1px 1px rgba(253, 253, 253, 0.459) inset;
}
table.kowakehyo2 tr:nth-child(odd) td{
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    font-size: 11px;
    height: 60px;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    border: 1px solid #52575b;
}

table.kowakehyo2 tr:nth-child(even) td{
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    font-size: 11px;
    height: 60px;
    padding: 5px 5px 5px 5px;
    background-color: #e6e6e6;
    border: 1px solid #52575b;
}


.kakakukensaku_setsumei{
    width: 1000px;
    margin:50px 50px auto 10px;
    clear:left;
}


.kakakukensaku_sentaku{
    width: 1000px;
    height: 250px;
    margin: 30px auto 10px 50px;
    clear:left;
}

.kakakukensaku_setsumei p{
    margin: 0 auto 20px 20px;
    font-size: 1.17em;
    font-weight: 500;
}
.kakakukensaku_setsumei li{
    margin-bottom: 20px;
    font-size: 1.17em;
    font-weight: 500;
}


.kakakukensaku_btn{
    width: 200px;
    height: 50px;
    margin: 10px auto 20px 80px;
    border-radius: 5px;
    background-color: lightblue;
    padding: 10px;
    font-weight: 600;
}



.muryo_dai{
    margin: 50px auto 5px 25px;
}
.muryosetumei{
    margin: 10px 50px 10px 15px;
    clear:left;
}
table.muryohyo{
    width:900px;
    margin: 20px auto 50px 50px;
    overflow: hidden;
    border-collapse: collapse;
    line-height: 150%!important;
    border-radius: 2px;
}
table.muryohyo th{
    font-size: 12px;
    padding: 8px 5px;
    height: 20px;
    background: linear-gradient(#bceaff,#5755e7);
    border: 1px solid #52575b;
    box-shadow: 0px 1px 1px rgba(253, 253, 253, 0.459) inset;
}
table.muryohyo tr:nth-child(odd) td{
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    font-size: 12px;
    height: 60px;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    border: 1px solid #52575b;
}

table.muryohyo tr:nth-child(even) td{
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    font-size: 12px;
    height: 60px;
    padding: 5px 5px 5px 5px;
    background-color: #e6e6e6;
    border: 1px solid #52575b;
}

.tyuumon {
    font-size:80%;
    font-weight: 600;
}

.rightsidebar_area{
    width: 180px;
    min-height: 350px;
    padding: 0 5px auto 5px;
    margin:20px 0 0 0;
    font-size: 11px;
    font-weight: 600;
    background-color: #fef7ef;
    border:1px solid #000;
    border-radius: 5px;
    min-height: 600px;
    float: left;
}
.rightsidebar_area h3{
    margin-top: 10px;
    margin-bottom: 10px;
}
.rightsidebar_area h4{
    margin-top: 5px;
    margin-bottom: 3px;
}
.rightsidebar_area p{
    margin-top: 5px;
    margin-bottom: 3px;
}
.rightsidebar_area ::after{
    clear:both;
}
.kaimonokagoichiran_area{
    width: 170px;
    margin:10px 5px 15px 5px;
    padding: 20px 5px auto 5px;
}
.kaimonokago_button{
    margin-top: 8px;
    margin-left:40px;
}
.table_area {
    width:1050px;
    min-height: 450px;
    margin: 0 0 auto 0;
}
.searchtable_area {
    width:860px;
    min-height: 450px;
    margin: 0 auto auto 0;
}
.searchtable_keywordarea {
    width:800px;
    margin: 20px auto 20px 50px;
}
.searchtable_keywordarea  h3{
    margin: 5px auto 8px 0px;
}
.searchtable_keywordarea  h4{
    margin: 6px auto 6px 0px;
}

.searchtitle_area{
    width:160px;
    height:25px;
    margin: 10px auto 15px 20px;
}
table.searchtable{
    font-family:"Yu Gothic UI", "Meiryo UI", "MS UI Gothic", sans-serif;
    width: 850px;
    margin-left:5px;
    overflow: hidden;
    border-collapse: collapse;
    line-height: 150%!important;
    border-radius: 3px;
}

table.searchtable th{
    font-size: 12px;
    font-weight: 600;
    padding:5px 5px 5px 5px;
    background: linear-gradient(#bbd8f7,#4e8ece);
    border: 1px solid #6e6e6e;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.486) inset;
}

table.searchtable tr:nth-child(even) td{
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    padding: 2px 5px 2px 5px;
    background-color: #ffffff;
    border: 1px solid #6e6e6e;
}

table.searchtable tr:nth-child(odd) td{
    font-size: 12px;
    font-weight: 500;
    height: 42px;
    padding: 3px 5px 3px 5px;
    background-color: #e6e6e6;
    border: 1px solid #6e6e6e;
}

table.searchtable tr{
    min-height: 38px;
}
table.searchtable .tablemaker{
    width:55px;
    font-size: 11px;
}
table.searchtable .tableno{
    width:50px;
}
table.searchtable .tablequantity{
    width:68px;
}
table.searchtable .tablequantity_package{
    width:60px;
}
table.searchtable .tableunitsell{
    width:50px;
}
table.searchtable .tablelistprice{
    width:75px;
}
table.searchtable .tableuserprice{
    width:62px;
}
table.searchtable .tableunitlistprice{
    width:60px;
}
table.searchtable .tableunitsellprice{
    width:60px;
}

.gaiyou_area{
    width:940px;
    margin:30px auto 50px 50px;
}
@media screen and (max-width: 480px) {
    .gaiyou_area{
        width:350px;
        margin:10px 0 10px 0;
    }
}

.kowake_img{
    margin: 20px auto 5px 25px;
}
table .gaiyou{
    width: 830px;
    overflow: hidden;
    margin: 10px auto auto 20px;
    border-collapse: collapse;
    border-radius: 2px;
}
@media screen and (max-width: 480px) {
    table .gaiyou{
        width: 350px;
        overflow: hidden;
        margin: 10px 0 auto 0px;
        border-collapse: collapse;
        border-radius: 2px;
    }
}


table.gaiyou th{
    min-height: 30px;
    padding-top: 5px;
    background: linear-gradient(#d3d3d3,#b3b3b3);
    border-left: 1px solid #bcbcbd;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #b1b1b1;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.gaiyou td{
    padding:8px 10px 8px 15px;
    border-left: 1px solid #b9b9b9;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px #eee inset;
}


.oshirase{
    width:520px;
    margin: 10px 5px 5px 5px;
    float: left;
}
@media screen and (max-width: 480px) {
    .oshirase{
        max-width:350px;
        margin: 10px auto 5px 0;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
}

.oshirase::after{
    clear: both;
}
.oshirase_dai{
    width: 495px;
    height: 31px;
    margin: 20px auto 5px 25px;
}
@media screen and (max-width: 480px) {
    .oshirase_dai{
        width: 350px;
        height: 31px;
        margin: 20px 0 5px 0;
    }
}

.table_oshirase{
    width:500px;
    height: 400px;
    margin:1px 5px 0px 5px;
}
@media screen and (max-width: 480px) {
    .table_oshirase{
        width:350px;
        height: 580px;
        margin:1px 1px 0 0;
    }
}

.table_oshirase th{
    font-size: 13px;
    height:55px;
    background: linear-gradient(#bbd8f7,#4e8ece);
    border-left: 1px solid #5792cc;
    border-top: 1px solid #558fca;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.486) inset;
    border-radius: 3px;
}
.table_oshirase td{
    vertical-align: top;
    font-size: 13px;
    height: 345px;
    padding:8px 5px auto 5px;
    background-color: #ffffff;
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:1px solid #d3e2f0;
    border-right:1px solid #d3e2f0;
    box-shadow: 0px -3px 5px 1px #eee inset;
    border-radius: 3px;
}
@media screen and (max-width: 480px) {
    .table_oshirase td{
        vertical-align: top;
        font-size: 15px;
        height: 350px;
        padding:8px 5px auto 5px;
        background-color: #ffffff;
        border-left: 1px solid #a8b7c5;
        border-bottom: 1px solid #a8b7c5;
        border-top:1px solid #d3e2f0;
        border-right:1px solid #d3e2f0;
        box-shadow: 0px -3px 5px 1px #eee inset;
        border-radius: 3px;
    }
}
.table_oshirase .oshirasegazou{
    margin:10px;
    float: left;
}
.table_oshirase p{
    margin:10px;
}

.chumonhouhou_img{
    margin: 20px auto 10px 10px;
}
.chumonhouhou{
    width:1000px;
    margin:50px 50px auto 10px;
}
.chumonhouhou h4{
    margin-top: 20px;
    margin-bottom: 12px;
}
.chumonhouhou li{
    margin-top: 5px;
    font-size: 1.17em;
    font-weight: 300;
}
.chumonhouhou p{
    margin: 0 auto 20px 20px;
    font-size: 1.17em;
    font-weight: 300;
}
.contact_img{
    margin: 20px auto 5px 0;
}
/* input 要素 */
#name, #email, #subject, #email_check, #tel, #fax, #affiliation, #address, #body {
    width:500px;
}
.form-group {
    margin:2px auto 10px 50px;
}
.form-group2 {
    margin:10px 300px 20px 25px;
}
.contact_setumei{
    width:1000px;
    height: 70px;
    margin:50px 50px auto 10px;
}
.contact_setumei h3{
    margin: 12px auto 8px 12px;
}
.contact_setumei li{
    margin-bottom: 4px;
}
.contact_setumei2{
    width:1000px;
    height: 300px;
    margin:50px 50px auto 10px;
}
.contact_setumei2 p{
    font-size: 1.17em;
    font-weight: 300;
}
.contact_setumei2 li{
    font-size: 1.17em;
    font-weight: 300;
}
.contact_setumei3{
    width:1000px;
    height: 150px;
    margin:50px 50px auto 10px;
}
.contact_setumei4{
    width:1000px;
    height: 400px;
    margin:50px 50px auto 10px;
}
.contact_setumei4 li{
    font-size: 1.17em;
    font-weight: 300;
    margin-bottom: 4px;
}
.contact_setumei5{
    width:1000px;
    height: 180px;
    margin:50px 50px auto 10px;
}
.contact_setumei5 li{
    font-size: 1.17em;
    font-weight: 300;
    margin-bottom: 4px;
}
.contact_setumei6{
    width:1000px;
    height: 70px;
    margin:50px 50px auto 10px;
}
.contact_setumei6 li{
    font-size: 1.17em;
    font-weight: 300;
    margin-bottom: 4px;
}

.contact_area{
    padding-top: 30px;
    background-color: #fffbf2;
}
.chu_ichiran_table{
    width:911px;
    margin:20px 15px 20px 20px;
    border-collapse: collapse;
    border-radius: 2px;
    border: 2px solid #000;
}
.chu_ichiran_table th{
    height:50px;
    background: linear-gradient(#bbd8f7,#4e8ece);
    border: 1px solid #000000;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.486) inset;
    border-radius: 3px;
}
.chu_ichiran_table tr:nth-child(odd) td{
    font-size: 11px;
    font-weight: 500;
    height: 40px;
    padding: 7px 5px 7px 5px;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.chu_ichiran_table tr:nth-child(even) td{
    font-size: 11px;
    font-weight: 500;
    height: 40px;
    padding: 7px 5px 7px 5px;
    background-color: #e6e6e6;
    border: 1px solid #000000;
}
#ol_mitsumori_button{
    margin:10px auto 50px 450px; 
}

/* エラー表示 */
p.error, span.error {
    color: red;
}

/* フォーム要素（Bootstrap4 のスタイルを上書き） */
.form-control {
    border-radius: 0px;
    background-color: #fdfdfd;
    font-size: 14px;
}
.form-control:focus {
    border-color: #aadbe8;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
    background-color:#fff;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    font-size: 11px; 
}
/* Firefox 18- */
:-moz-placeholder {
    font-size: 11px;
}
/* Firefox 19+ */
::-moz-placeholder {
    font-size: 11px;
}
/* IE 10+ */
:-ms-input-placeholder {
    font-size: 11px;
}
::placeholder{ 
    font-size: 11px;
}
textarea.form-control {
    width: 400px;
    height: 200px;
    border:2px solid #000;
}
.btn-primary{
    margin: 20px auto 0 50px;
}
.contact_ran{
    width:800px ;
    margin:20px auto 20px 100px;
}
.chuumon_ichiran{
    width:1000px ;
    margin:50px 10px 20px 20px;
}
.chuumon_ichiran_table{
    width:940px ;
    margin:20px auto 20px 30px;
    border-collapse: collapse;
    border: 2px solid #000;
}
.chuumon_ichiran_table th {
    font-size: 12px;
    font-weight: 600;
    padding:5px 5px 5px 5px;
    background: linear-gradient(#bbd8f7,#4e8ece);
    border: 1px solid #6e6e6e;
    border-bottom: 2px solid #000;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.486) inset;
}
.chuumon_ichiran_table tr:nth-child(odd) td{
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    padding: 7px 5px 7px 5px;
    background-color: #ffffff;
    border: 1px solid #6e6e6e;
}
.chuumon_ichiran_table tr:nth-child(even) td{
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    padding: 7px 5px 7px 5px;
    background-color: #e6e6e6;
    border: 1px solid #6e6e6e;
}
.chuumon_ichiran_goukei{
    border-top: 2px solid #000;
}
.mitsumoricyuumon_button{
    margin:30px 70px 20px 160px;
}
.chuumon_button{
    margin: 30px 70px 20px 140px;
}

/* 確認ページの表 */
.confirm_img{
    margin: 20px auto 5px 0;
}
.confirm_area{
    width:890px;
    margin:30px 50px 30px 50px;
    padding:20px 70px 70px 70px;
    background-color: #fcf3e1;
}
.confirm_area li{
    font-size: 1.17em;
    font-weight: 300;
}
.confirm_table {
    width:730px;
    margin: 50px auto 30px 20px;
    border-collapse: collapse;
}
.confirm_table tr{
    height: 40px;
    font-size: 14px;
}
.confirm_table th{
    width:200px;
}
.confirm_table td{
    width:450px;
    overflow-wrap: break-word;
}

.confirm_user_table tr{
    height: 40px;
    font-size: 14px;
}
.confirm_user_table th{
    width:200px;
}
.confirm_user_table td{
    width:560px;
    overflow-wrap: break-word;
}


.confirm_table table caption{
    caption-side: top;
    font-size:16px;
    font-weight: 800;
    margin-bottom: 12px;
}
.confirm {
    float: left;
    margin: 20px 70px 0 70px;
}
.confirm_button {
    float: left;
    margin: 20px 70px 0 70px;
}

.confirm_ichiran_table{
    width:750px ;
    margin:20px 0 20px 0;
    border: 2px solid #000;
    border-collapse: collapse;
}
.confirm_ichiran_table th {
    font-size: 12px;
    font-weight: 600;
    padding:5px 5px 5px 5px;
    background: linear-gradient(#bbd8f7,#4e8ece);
    border: 1px solid #6e6e6e;
    border-bottom: 2px solid #000;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.486) inset;
}
.confirm_ichiran_table tr:nth-child(odd) td{
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    padding: 7px 5px 7px 5px;
    background-color: #ffffff;
    border: 1px solid #6e6e6e;
}
.confirm_ichiran_table tr:nth-child(even) td{
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    padding: 7px 5px 7px 5px;
    background-color: #e6e6e6;
    border: 1px solid #6e6e6e;
}
.confirm_ichiran_goukei{
    border-top: 2px solid #000;
}


.complete_img{
    margin: 20px auto 5px 25px;
}
.complete_area{
    width:980px;
    margin:30px 50px 30px 50px;
    padding:20px 70px 70px 70px;
    background-color: #fcede1;
}
.complete_area h3{
    font-size:14px;
}
.complete_area p{
    font-size:12px;
}

.btn-secondary{
    margin-left:100px;
}
.userhantei_setsumei{
    width: 900px;
    margin:20px auto 50px 25px;
    padding: 0px;
    font-size: 12px;
    font-weight:600px;
    border: 2px solid #333333;
    border-radius: 10px;
}
.userhantei_setsumei ul{
    padding-left: 20px;
}
.userhantei_setsumei li{
    margin-bottom: 4px;
}
.userhantei{
    width: 1000px;
    margin:50px 50px auto 10px;
}
.userhantei h4{
    margin: 15px auto 6px 0;
}
.userhantei p{
    margin: 0 auto 20px 20px;
    font-size: 1.17em;
    font-weight: 300;
}
.userhantei ul{
    margin: 8px auto 8px 5px;
}
.userhantei li{
    margin-top:2px;
    margin-bottom: 2px;
    font-size: 1.17em;
    font-weight: 300;
}
.userhantei_sub{
    margin-left:20px;
    margin-bottom: 20px;
    font-size: 1.17em;
    font-weight: 300;
}
.userhantei_subsub{
    margin: 10px;
    margin-left:20px;
    margin-bottom: 20px;
}
.kakaku_step{
    margin: 12px auto 12px 0;
}
#geo_btn{
    margin: 25px auto 20px 300px;
    padding:8px 10px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: extra-expanded;
    border: 2px solid #040458;;
    border-radius: 8px;
    background-color: #c2ddf7;
}
#geo_btn:hover{
    opacity: 0.8;
}
#geo_btn:active{
    -webkit-transform: translate(0,2px);
	-moz-transform: translate(0,2px);
	transform: translate(0,2px);
}
#cust_lat{
    margin:10px auto 5px 270px;
    font-size: 1.17em;
    font-weight: 600;
}
#cust_lng{
    margin:5px auto 20px 270px;
    font-size: 1.17em;
    font-weight: 600;
}
#main_contact{
    margin:40px auto 5px 100px;
}
#main_contact2{
    margin-top:40px;
}
#main_contact3{
    margin-top:40px;
}
#tel_btn{
    margin: 20px auto 20px 190px;
    padding:8px 30px 5px 30px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: extra-expanded;
    border: 2px solid #040458;;
    border-radius: 8px;
    background-color: #c2ddf7;
}
#tel_btn:hover{
    opacity: 0.8;
}
#tel_btn:active{
    -webkit-transform: translate(0,2px);
	-moz-transform: translate(0,2px);
	transform: translate(0,2px);
}
#cus_confirm{
    margin:10px auto 60px 260px;
    font-weight: 600;
}
#c_class_btn{
    margin: 10px auto 20px 280px;
    padding:8px 10px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: extra-expanded;
    border: 2px solid #040458;;
    border-radius: 8px;
    background-color: #c2ddf7;
}
#c_class_btn:hover{
    opacity: 0.8;
}
#c_class_btn:active{
    -webkit-transform: translate(0,2px);
	-moz-transform: translate(0,2px);
	transform: translate(0,2px);
}
#cus_confirm_form{
    margin-bottom: 100px;
}

#scrollUp {
	bottom: 0px;
	right: 0px;
	background-image: url("../images/page_top.png");
	background-size: contain;
	width: 145px;
	height: 118px;
}

footer {
    background-color: #1aaedb;
}
@media screen and (max-width: 480px) {
    footer {
        width:350px;
        background-color: #1aaedb;
    }
}


.footer_container {
    min-width: 1000px;
    min-height: 50px;
    padding-top:10px;
    padding-bottom:10px;
    color: #fff;
    font-size: 12px;
    text-align: right;
}
@media screen and (max-width: 480px) {
    .footer_container {
        width:350px;
        height: 50px;
        padding: 10px 0 10px 0;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
}

.footer_container p {
    margin: 0;
}
@media screen and (max-width: 480px) {
    .footer_container p {
        width:350px;
        margin: 0;
    }
}

a {
    color: #ed8a29;
    text-decoration: none;
}
a:hover {
    color: #ffb974;
    text-decoration: underline;
}