@charset "UTF-8";

body {
    background-color: #fafaf8;
    font-size: 14px;
}

#mobnav {
    display: none;
}

/*左メニュー*/
.mob {
    display: none;
}

header {}

.namebox {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#mainWrap {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#adminMainWrap {
    width: 100%;
    margin: auto;


}

#mainCont {
    width: 610px;
    order: 2;
    margin-left: 1em;
}

#adminMainCont {
    width: 100%;


}

#leftBox {
    width: 190px;
    order: 1;
    text-align: right;
    z-index: 999;
    margin-top: 0;

}

#adminLeftBox {
    width: 20%;
    order: 1;
    text-align: right;
    z-index: 999;
    margin-top: 0;

}

#rightBox {
    width: 195px;
    min-width: 150px;
    text-align: left;
    z-index: 999;
    order: 3;
    margin-left: 1em;
}

footer {
    bottom: 0;
    padding: 0;
    width: 100%;
    left: 0;
}

#footerBox {
    width: 100%;
    text-align: center;
}

.slidemenu-content {
    margin-top: 0.5em;
}

.slidemenu-content li a {
    font-size: 1em;
    display: block;
    line-height: 2.5em;
    text-decoration: none;
    text-indent: 0.3em;
    padding-right: 0.5em;
    border-bottom: 1px solid #fafaf8;
}

.mainmenu a:hover {
    color: #fff;
}

.mainmenu a {
    font-size: 1em;
    color: #fff;
}

.mainmenu a:hover {
    background-color: #b0393a;
}

.mainmenu:before {
    display: block;
    font-size: 1.6em;
    font-family: "courier new", sans-serif;
    font-style: italic;
    color: #666;
    text-indent: 0.3em;
    position: absolute;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    height: 1.2em;
}

.mainmenu_2 a {
    font-size: 1em;
    padding-right: 2em;
}

.submenu a {
    line-height: 2.5em;
    font-size: 1em;
    margin: 1px;
    background-color: #fff;
}

.submenu a:hover {
    background-color: #f5e7e0;
}

.thispage a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 0.5em;
}

.thispage a:hover {
    background-color: #cecece;
    color: #666;
    cursor: default;
}

.thispage a {
    font-size: 1em;
    display: block;
    line-height: 3em;
    text-decoration: none;
    text-indent: 0.3em;
    padding-right: 0.5em;
    background-color: #cecece;
    color: #666;
    font-weight: bold;
    line-height: 3em;
}

.mainmenu.thispage a {
    background-color: #ff8384;
}

#itmTtl {
    width: 80%;
    margin: auto;
}

#cartBox {
    width: 100%;
    border-radius: 5px;
    background-image: url("/images/base/paper1.png");
    padding-bottom: 1em;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    color: #cb4042;
    position: relative;
}

.cartBoxHeadder {
    font-size: 2em;
    text-align: center;
    width: 100%;
    margin: auto;
    color: #cb4042;
}

#cartBox #cartBoxInner {
    width: 90%;

    min-height: 100px;
    margin: auto;
    background-color: #fff;
    opacity: 0.8;
    font-size: 0.8em;
    padding: 0.3em;
}

#cartBox .cartLine {
    border-bottom: 1px solid #ccc;
}

#cartBox .cartLine .price {
    text-align: right;
}

#cartBox #sideCartTotalPrice {
    border: none;
}

.enptyCart {
    margin-top: 3.5em;
    text-align: center;
}

#pageLinkBox {
    margin-top: 1em;
    padding-top: 0.5em;
    border-radius: 5px;
    background-image: url("/images/base/paper1.png");
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

#pageLinkBox .pageLink {
    margin-top: 1em;
    height: 3em;
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 1em;
}

#pageLinkBox .pageLink a {
    text-decoration: none;
}

#pageLinkBox .last {
    border-bottom: none;
}

#kitsukeBox {
    width: 610px;
    height: 76px;
}

#kitsukeBox .inner .kitsukeMain {
    font-size: 20px;
}

#kitsukeBox .inner .sub {
    font-size: 12px;
}

#cateOuter {
    position: static;
    height: auto;
}

.catBox {
    width: 298px;
    margin-top: 1em;
    float: left;
    margin-left: 6px;
}

.catBox .catPhoto img {
    width: 120px;
    margin: 5px;
}

.catBox .catTxt {
    width: 100%;
    position: static;
    padding: 1em;
}

.catBox .catTxt .catTtl {
    position: absolute;
    padding-left: 130px;
    top: 0;
    font-family: heisei-mincho-std, serif;
    font-weight: 900;
    font-size: 1.5em;

}

.catBox .catTxt p {
    position: absolute;
    padding-left: 125px;
    top: 2.5em;
}

.itmWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}

.itmWrap .wrapTtl {
    width: 100%;


}

.itmBox {
    width: 33%;
    height: 270px;
    border: none;

}

.itmBox .itmphoto {

    width: 90%;
    margin: auto;
}

.itmBox .itmtxt {
    width: 90%;
    margin: auto;
    font-size: 0.9em;
    top: 190px;
    left: 1em;
    border: none;

}

.itmBox .itmtxt p {
    line-height: 1.5em;
}

#mainBnBox {
    font-size: 0.9em;
    height: 200px;
}

#topBnBox {

    font-size: 0.9em;
    height: 345px;
}


.categoryBoxWrap {}

.categoryBox {

    width: 45%;
    float: left;
    margin-left: 20px;
}

.categoryBox img {
    width: 100%;
    margin: auto
}

.categoryBox .catename {
    font-size: 2em;
    bottom: 0.5em;
    right: 0.5em;
}


.delete {
    font-size: 2em;
}

.edit {
    font-size: 2em;
}

.dateEdit {
    font-size: 1.8em;
}

.makepricetxt {
    display: inline-block;
    width: 9em;
    text-align: right;
}

.makeprice {
    display: inline-block;
    width: 9em;
    margin: 0;

}

.makeprice .tax {
    font-size: 0.8em;

}



.hmtable .tax {
    display: inline;

}

.bttn a {
    width: 100%;
}
