@charset "utf-8";

.store_img {
    text-align: left;
    
}
.store_img > h2 {
    margin: 5px 0;
    transform: translateY(-10px);
}

.store_o {
    width: 1024px;
    
}
fieldset {
    background-color: #fcf9f2;text-align: left;
}
fieldset >img:nth-child(2) {
    width: 500px;
    float: left;
   padding: 10px;
}


fieldset > h3 {
    color: #000;
   padding-top: 50px;
}

fieldset > p{
    margin-bottom: 80px;
  
}
.country > li{ 
width: 120px;
    transform: translateY(-50px)
}

#texth1 {
    text-align: center;
    width: 110px;
   
}


#search_box {
    float: right;
    padding: 20px 0;
}

#search_box2 {
    background-color: #c51a43;
    width: 70px;
    height: 27px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-left: 5px;
    font-size: 12px;
    line-height: 2
}

#search_box2 > a {
    color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #626262;
    width: 1024px;
    margin: 50px 0;
    
}
table > thead {
    background-color: #0d6e4a;
    color: #fff;
    line-height: 3.5;

}

table > tbody {
    background-color: #fff;

}

tbody > tr > td:nth-child(3) {
    border-left: 1px solid #c51a43;
}

tbody > tr > td:nth-child(1) {
    border-right: 1px solid #c51a43;
}