#wrapper{
	width:100%;
	overflow:hidden;
}

.pc{
display:block;
}

.sp{
display:none;
}

h1.margin-delete {
    margin-bottom: unset;
    box-sizing: unset;
}

#top_commerce{
    width: 1050px;
    height: auto;
    /* background-image: url(../images/img_top.jpg); */
    background-size: 1080px 450px,100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    float: none;
    clear: both;
    margin: auto auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    padding: 30px;
    position: relative;
}



#top_commerce .bt_subject1 a:link, 
#top_commerce .bt_subject1 a:visited {
    width: 100%;
    height: 50px;
    background-image: url(../../../shared/img/commerce/com_subject1.png);
    background-size: 131px 32px,100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    clear: none;
    text-align: left;
    text-indent: -9999px;
    display: block;
    float: left;
    background-color: #2f4f4f;
}

#top_commerce .bt_subject2 a:link, 
#top_commerce .bt_subject2 a:visited {
    width: 100%;
    height: 50px;
    background-image: url(../../../shared/img/commerce/com_subject2.png);
    background-size: 131px 32px,100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    clear: none;
    text-align: left;
    text-indent: -9999px;
    display: block;
    float: left;
    background-color: #2f4f4f;
}

.menu_wrap_commerce {
    width: 1050px;
    margin: auto;
    font-weight: bold;
    display:flex;
}


.menu_wrap_commerce .subjectbtn {
    margin-top: 57px;
}

.menu_wrap_commerce_left {
    background-color:unset;
    height: auto;
    width: 48%;
    margin-right: 40px;
    border-radius: 5px;
}

.menu_wrap_commerce_left img {
    width: 100%;
}

.menu_wrap_commerce_right {
    background-color: unset;
    height: auto;
    width: 48%;
    border-radius: 5px;
}

.menu_wrap_commerce_right img {
    width: 100%;
}

.menu_wrap_commerce_left .subjectbtn li {
    height: auto;
    width: 100%;
    margin: 5px auto;
    border: none;
    background-color: #e2f4e5;
    color: #000;
    line-height: 2.8;
    text-align: center;
    font-size: 14px;
}

.menu_wrap_commerce_right .subjectbtn li {
    height: auto;
    width: 100%;
    margin: 5px auto;
    border: none;
    background-color: #e2f4e5;
    color: #000;
    line-height: 2.8;
    text-align: center;
    font-size: 14px;
}

h1.catch_h1 {
    width: 100%;
    height: auto;
    padding-top: 4%;
    padding-left: 8px;
    padding-bottom: 4%;
    font-size: 3.6em;
    line-height: 1.3em;
    color: #333;
    margin-bottom: 20px;
    margin: 0 auto;
}

#wrapper #inner_commerce {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    margin: auto auto;
}

#wrapper #inner_commerce .catch {
    width: 1050px;
    height: auto;
    border-left: 5px solid #369;
    padding-top: 2px;
    padding-left: 8px;
    padding-bottom: 1px;
    font-size: 1.8em;
    line-height: 1.6em;
    color: #333;
    margin-bottom: 20px;
    margin: 30px auto 60px;
    font-weight: bold;
}

#wrapper #inner_commerce #menu {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}

#wrapper #inner_commerce #menu .box1 {
    width: 100%;
    height: auto;
    float: left;
    clear: none;
}

#wrapper #inner_commerce #menu .box2 {
    width: 100%;
    height: auto;
    float: right;
    clear: none;
}

#wrapper #inner_commerce #menu .float_l {
    float: left;
    width: 50%;
    position: relative;
    background: #2f4f4f;
}

#wrapper #inner_commerce #menu li.float_l img {
    width: 100%;
    opacity: 0.8;
    height: auto;
}

#wrapper #inner_commerce #menu .float_r {
    float: right;
    width: 50%;
    position: relative;
    background: #2f4f4f;
}

#wrapper #inner_commerce #menu li.float_r img {
    width: 100%;
    opacity: 0.8;
    height: auto;
}

#wrapper #inner_commerce #menu li a:hover img, #menu li a:focus img {
    opacity: 1.0 !important;
}

#wrapper #inner_commerce #menu li a:link, #menu li a:visited {
    width: 100%;
    height: auto;
    background-color: unset;
    text-align: center;
    color: #FFF;
    font-size: 1.3em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-bottom: 0;
    display: block;
}

#wrapper #inner_commerce #menu li a:link img, #menu li a:visited img {
    -moz-border-radius: 0px;
    -webkit-border-radius:0px;
    border-radius: 0;
    margin-bottom: 0;
}



#wrapper #inner_bottom {
    width: 1050px;
    height: auto;
    float: none;
    clear: both;
    margin: auto auto;
}

#wrapper #inner_bottom #news {
    width: 60%;
    height: auto;
    float: left;
    clear: none;
    padding-top: 50px;
}

#wrapper #inner_bottom #links {
    width: 38%;
    height: auto;
    float: right;
    clear: none;
}

#wrapper #inner_bottom #links1 {
    width: 90%;
    height: auto;
    float: left;
    clear: none;
    padding-top: 50px;
    margin-right: 14px;
}

#wrapper #inner_bottom #links2 {
    width: 98%;
    height: auto;
    float: left;
    clear: none;
    padding-top: 50px;
}

.arrowimage {
    left: 3.5%;
    bottom: 52%;
}


.arrowimage img {
    width: 85% !important;
    height: auto !important;
    left: 10%;
}

.arrowimage_first img {
    width: 85% !important;
    height: auto !important;
    left: 10%;
}

#wrapper #inner_bottom #links .bt a:link, #links .bt a:visited {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    text-align: center;
    border-left: 6px solid #69C;
    background-color: #EFF;
    display: block;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    color: #039;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #69C;
    border-top: none;
    border-right: none;
}

.menu_txt {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(47,79,79,0.8);
    width: 180px;
    padding: 16% 0;
    color: #fff;
    text-align: center;
    font-size: 23px;
    z-index: 100000;
}


p.menu_title {
    color: #fff;
    text-align: center;
    font-size: 23px;
}

.arrowimage_first {
    left: 3.5%;
    bottom: 49%;
}

#news .ti_box, #links .ti_box {
    width: auto;
    height: auto;
    float: none;
    clear: both;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}
.navi1on a.active {
    border-bottom: 3px solid #369 !important;
} 

#wrapper #hd .navi1on a:link, #wrapper #hd .navi1on a:visited {
border-bottom: none;
}

.fb-plugin-container {
    width: 500px;
    margin: 0 auto;
}

#links .bt_img a {
    width: 100%;
    background-color: #2f4f4f;
}


@media screen and (max-width: 780px){
.pc{
display:none;
}

.sp{
display:block;
}


.fb-plugin-container {
    width: 100%;
}



h1.catch_h1 {
    width: 93%;
    font-size: 2em;
}

#top_commerce {
    width: 100%;
}


.menu_wrap_commerce {
    width: 100%;
    display: block;
}

.menu_wrap_commerce_left {
    width: 100%;
}

.menu_wrap_commerce_right {
    width: 100%;
}

#wrapper #inner_commerce .catch {
    width: 93%;
}


#wrapper #inner_commerce #menu .float_l {
    width: 100%;
}

#wrapper #inner_commerce #menu .float_r {
    width: 100%;
}

.menu_txt {
    width: 148px;
}

#wrapper #inner_bottom {
    width: 100%;
}

#wrapper #inner_bottom #news {
    width: 95%;
    padding-left: 10px;
}

#wrapper #inner_bottom #links .bt a:link, #links .bt a:visited {
    width: 98%;
}

#wrapper #inner_bottom #links {
    width: 97%;
}

#wrapper #hd h1 a:link, #wrapper #hd h1 a:visited {
    background-image: url(../../../shared/img/commerce/logo.png);
}

.carousel-item {
    width: 150%;
    margin-right: -200%;
}
img.ver2021-spirit-icon {
    width: 100%;
}

}

@media screen and (min-width: 1600px){
    #wrapper #inner_commerce #menu {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    margin: 0 auto;
}

}