body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

h3 {
    font-weight: bold;
    color: #fd4545;
    padding: 5px 0;
    line-height: 1.1em;
}

h4 {
    font-size: 0.75em;
    font-weight: bold;
    color: #ff8684;
    line-height: 1.1em;
}

/* ul {
    display: table;
} */

.search,
.horizontal-list > li.item {
    position: relative;
}
.search a,
.horizontal-list > li.item a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

i.trend {
    padding: 0 0.1em;
}
i.trend.icon-star-full {
    color: #f1bb41;
}
i.trend.icon-arrow-right {
    color: #b9b9b9;
}
i.trend.icon-arrow-up-right {
    color: #f37474;
}
i.trend.icon-arrow-down-right {
    color: #7484f3;
}
i.sale {
    color: #fd4545;
    padding: 0 0.2em;
}
i.age.icon-heart {
    color:#fd4545;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
  
table.list tr {
    border-bottom: solid 1px rgb(245, 0, 0);
    cursor: pointer;
}

table tr:hover{
    background-color: #d4f0fd;
}

table th,table td{
    padding: 5px 0;
    vertical-align: top;
}

table td.thumbnail {
    padding-left: 1px;
}

table td.info {
    padding-left: 5px;
    background: linear-gradient(90deg, #fef2f500, #ff768f4d);
}

.product-info {
    color: #333;
    font-size: 0.9em;
}

div.product-row span {
    display: table-cell;
    vertical-align: middle;
    padding: 0.2em 0.5em;;
}

.product-info .noteview {
    line-height: 1.2em;
}

.product-row {
    margin-bottom: 0.3em;
}

.product-row-title {
    background: #607D8B;
    color: #fff;
    border-radius: 5px;
    font-size: 0.5em;
}

div.title {
    margin-bottom: 0.3em;
    font-size: 0.95em;
    color: #283593;
    line-height: 1.15em;
}

div.maker {
    margin-bottom: 0.3em;
    font-size: 0.8em;
    color: #455A64;
}
span.price-icon {
    border-radius: 5px;
    padding: 3px;
    font-size: 0.5em;
    display: inline-block;
    width: 3.5em;
    text-align: center;
}

span.price-icon.pre {
    background: rgba(38, 185, 154, 0.7);
    color: white;
    white-space: nowrap;
}
span.price-icon.new {
    background: rgba(38, 70, 154, 0.7);
    color: white;
    white-space: nowrap;
}

span.price-icon.usd {
    background: rgba(237, 93, 45, 0.7);
    color: white;
    white-space: nowrap;
}

span.price-icon.outofstock {
    background: grey;
    color: white; 
    white-space: nowrap;
}

span.price.en {
    color: red;
    font-weight: bold;
    font-size: 0.8em;
    white-space: nowrap;
}

.price-set span.price-en {
    color: red;
    font-weight: bold;
    font-size: 0.8em;
    white-space: nowrap;
}

.price-set span.price-discount {
    font-weight: bold;
    font-size: 0.98em;
    white-space: nowrap;
}

.price-set span.price-discount.discount,
.list-price-detail span.price-discount.discount {
    color: red;
}

.price-set span.price-discount.premium,
.list-price-detail span.price-discount.premium {
    color: rgb(0, 17, 255);
}

.price-set .price-en span.price-unit,
.price-set .price-discount span.price-unit,
.list-price-detail .price-en span.price-unit,
.list-price-detail .price-discount span.price-unit {
    font-size: 0.8em;
    padding-left: 0.1em;
    font-weight: normal;
}

span.price.en-no {
    color: grey;
    font-weight: bold;
    font-size: 0.98em;
}
span.sale_cmt {
    font-size: 0.5em;
    color: #263238;
}

.price-set {
    display: inline-block;
}

.price-set .price-icon {
    display: inline-block;
    width: 3.5em;
    text-align: center;
}


.sale-info {
    padding: 0.2em;
    background: #e3e3ef;
}

.sale-info span {
    font-size: 0.8em;
    color: #424242;
}

.sale-info ul {
    padding-left: 1em;
    color: #424242;
}


.paginate.header {
    font-size: 0.5em;
    padding: 0 0.2em 0.2em 0.2em;
    color: #333;
}
.paginate.footer {
    font-size: 0.5em;
    text-align: right;
    color: #333;
    padding: 0.5em;
}

.pagination {
    list-style: none;
    /* display: inline-block; */
    padding: 0;
    margin-top: 10px;
    width: 100%;
}
.pagination-number {
    list-style: none;
    /* display: inline-block; */
    padding: 0;
    margin-top: 10px;
}
.pagination li {
    display: table-cell;
    text-align: center;
}

.pagination-number  li {
    display: inline-block;
    text-align: center;
}

.pagination a,
.pagination-number a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination a.active,
.pagination-number a.active {
    cursor: default;
}
.pagination a:active,
.pagination-number a:active {
    outline: none;
}

.search-pgn ul.pagination {
    display: table;
}


.modal-4 a {
    margin: 0 5px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #ff768f;
    font-size: 1.2em;
  }
.modal-4 li.prev a {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
    width: 90%;
}
.modal-4 li.next a {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
    width: 90%;
}
.modal-4 a:hover {
    background-color: #ff5f7c;
}
.modal-4 a.active, .modal-4 a:active {
    background-color: #fd4a6b;
}

div.detail.group {
    /* border-color: #ffdae1;
    border-style: dashed;
    border-width: 0 0 0.1em 0;
    margin-bottom: 10px; */
    padding: 0 0.3em;
}

.swip.area {
    text-align: center;
    /* border-width: 0.4em 0;
    border-color: #ffdae1;
    border-style: dotted; */
    padding: 1em 1em 0 1em;
}
.swiper-slide {
    margin-bottom: 30px;
}
.swiper-pagination {
    font-size: 0.8em;
}

.btn-square-emboss {
    display: inline-block;
    padding: 0.8em 1em;
    text-decoration: none;
    background: #5283ff;
    color: #fff;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29); */
    /* border-bottom: solid 3px #627295; */
    border-radius: 25px;
    font-weight: bold;
    /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); */
    width: 85%;
}
  
/* .btn-square-emboss:active  {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
} */

div.btn {
    text-align: center;
}

div.btn.sug,
div.btn.aws {
    padding: 0 0 0.65em;
}

div.btn.sug a {
    border: solid 1px #324dc5;
    background: -moz-linear-gradient(-5deg, rgb(63, 96, 241), rgb(120, 134, 255)); 
    background: -webkit-linear-gradient(-5deg, rgb(63, 96, 241), rgb(120, 134, 255)); 
    background: linear-gradient(-5deg, rgb(63, 96, 241), rgb(120, 134, 255)); 
}

div.btn.aws a {
    border: solid 1px #c55c32;
    background: -moz-linear-gradient(-5deg, rgb(239, 108, 0), rgb(255, 174, 120)); 
    background: -webkit-linear-gradient(-5deg, rgb(239, 108, 0), rgb(255, 174, 120)); 
    background: linear-gradient(-5deg, rgb(239, 108, 0), rgb(255, 174, 120)); 
}

div.price-group {
    font-size: 1.35em;
    /* display: table;
    table-layout: fixed; */
    padding: 0.15em;
}

div.price-group span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.2em;
}

div.price-now {
    font-size: 0.6em;
    color: darksalmon;
    padding-top: 0.5em;
}

div.price-rate, 
div.latest-price {
    font-size: 0.9em;
    padding-bottom: 0.5em;
    color: #fd4545;
}

.horizontal-list span.price-discount {
    color: #fd4545;
    font-size: 0.9em;
    font-weight: bold;
    white-space: nowrap;
    /* padding: 3px; */
}

.horizontal-list span.price-en {
    color: red;
    font-size: 0.9em;
    font-weight: bold;
    white-space: nowrap;
}


.detail.group span.price-discount {
    font-size: 0.65em;
    background: #fd4545;
    color: #fff;
    border-radius: 5px;
    padding: 3px;
}

table.detail.pricerate {
    font-size: 0.7em;
}

table.detail.pricerate td.cdate {
    white-space: nowrap;
}

.canvas-container {
    padding-top: 0.5em;
    padding-right: 0.5em;
}

.confirm-title {
    border: 1px solid #B0BEC5;
    border-left: 0;
    border-right: 0;
    background: #ECEFF1;
    padding: 0.8em 0.5em 0.8em;
    color: red;
    font-size: 1.2em;
}

.confirm-gr {
    padding: 1em;
    margin: 1em;
    border: solid 1px #8bc34a;
    border-radius: 15px;
}

p.confirm-hyouji {
    font-size: 1.2em;
    padding: 1em 0;
}

.table-ul {
    /* background-color: #5283ff; */
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.table-ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em;    
}

.table-ul li a {
    background: #5283ff;
    /* background-color: #5283ff; */
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0.8em 0;
}

.main.content {
    padding-top: 3.4em;
    background: #fbf5f5;
}

.table-ul li a.nothing {
    background: #9e9e9e;
}

.horizontal-list {
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
}

.horizontal-list a {
    text-decoration: none;
}

.horizontal-list .item {
    display: inline-block;
    background: rgba(247, 227, 227, 0.4);
    margin: 1px;
}

.horizontal-list .item.top {
    min-width: 140px;
}

.detail.group .price-group .sale_ico,
.detail.group .price-group .trend_ico,
.detail.group .price-group .sale_cmt {
    padding: 0;
}


.list-img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    height: 100px;
}
.list-img img {
    max-width: 100px;
    max-height: 100px;
}

.list-more {
    align-items: center;
    padding: 1em;
    /* height: 150px; */
    border: dotted 2px #ff5958;
    margin: 0.2em;
    border-radius: 20px;
    display: table;
    height: 95%;
}

.list-more i{
    font-size: 5em;
    color: #ff5959;
}
.list-more div {
    color: #263238;
}
.list-more .text {
    white-space: nowrap;
    font-size: 0.8em;
    display: table-row;
}
.list-title {
    font-size: 0.75em;
    padding: 0.5em 0.1em;
}
.horizontal-list * .list-title div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 4em;
    color: #263238;
}

.list-price-detail {
    font-size: 0.8em;
    padding: 0.15em 0;
    /* display: inline-block; */
}

.list-top-title {
    background: #f771719c;
    color: white;
    padding: 0.3em 0;
    font-size: 0.9em;
}
.list-top-next {
    text-align: right;
    padding: 0.5em;
    font-size: 0.9em;
}


.list-top-next a {
    text-decoration-line: none;
}
.list-top-next a::after {
    content: '\ea42';
    margin-left: 5px;
    font: 15px "icomoon", monospace;
}

.list-title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}



.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    
    /* float: left; */
    /* min-width: 200px; */
    /* margin: 50px 33%; */
    display: table-cell;
    padding-right: 5px;
  }
  
  
.selectdiv:after {
    content: '\ea43';
    font: 15px "icomoon", monospace;
    /* font: 15px "Consolas", monospace; */
    color: rgb(0, 61, 153);
    background: white;
    /* -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); */
    right: 11px;
    /*Adjust for position however you want*/
    
    top: 18px;
    padding: 0 5px 2px;
    /* border-bottom: 1px solid #999; */
    /*left line */
    
    position: absolute;
    pointer-events: none;
}
  
.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    display: block;
    width: 200px;
    /* max-width: 200px; */
    height: 40px;
    /* float: right; */
    margin: 5px 0px;
    padding: 0px 10px;
    /* font-size: 16px; */
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 5px;
}

.search_category .btn {
    position: relative;
    display: table-cell;
}
.search_category .btn button {
    color: #ffffff;
    font-size: 1.1em;
    background: #80b1da;
    min-height: 40px;
    border-left: none;
    border-radius: 0 5px 5px 0;
    vertical-align: middle;
}



.cp_iptxt {
	position: relative;
    display: table-cell;
}
.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
    width: 100%;
    min-height: 40px;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #cccccc;;
	border-radius: 5px 0 0 5px;
	outline: none;
}


li.search {
    display: flex;
    /* padding: 0.2em 0; */
    border-bottom: 1px solid #f5b4d2;
}

li.search > div {
    padding: 0.5em 0.2em;
}

.search-li-img {
    min-width: 100px;
    min-height: 100px;
    /* background: #ffc4c4; */
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}

.search-li-info {
    width: 100%;
    /* padding: 0.5em; */
    /* background: #ffecf6; */
    background: linear-gradient(90deg, #fef2f500, #ff768f4d);
}

#header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

#header-nav + div{
    margin-top: 3.2em;
}



/* #header-nav li.li-nav {
    width: 100%;
    text-align: center;
    background-color: #f78484de;
    display: table-cell;
    line-height: 3em;
} */
/* #header-nav label {
    color: #fff;
} */
/* #header-nav li.li-nav:first-child,
#header-nav li.li-nav:last-child {
    width: 3em;
    background-color: #fd7474de;
} */

#header-nav input[type=checkbox] {
    display: none;
}

#header-nav input[type=text] {
    display: inline-block;
}

#header-nav a.head {
    color: #fff;
    text-decoration: none;
    /* display: block;
    width: 100%;
    height: 100%; */
}
/* #header-nav a:visited {
    color: #fff;
} */

#header-nav .header-side {
    width: 3em;
}

/*中身を非表示にしておく*/
#searchbox {
    height: 0;
    /* padding: 0; */
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    margin-top: 0;
}

/*クリックで中身表示*/
#header-nav input:checked ~ #searchbox {
    /* padding: 10px 0; */
    height: 0;
    margin-top: 0;
    height: auto;
    opacity: 1;
    position: absolute;
    left: 0;
    /* z-index: 99999; */
}

.hidden_box {
    width: 2em;
}
#searchbox form {
    background: #fd4a4aa1;
    padding: 1em;
}
.header-side {
    color: #fff;
}



.modal_wrap input,
.modal_wrap_img input{
	display: none;
}
 
.modal_overlay,
.modal_overlay_img{
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	z-index: 2;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
 
.modal_trigger,
.modal_trigger_img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.modal_wrap,
.modal_wrap_img {
    height: 0;
    -webkit-overflow-scrolling: touch;
}
.modal_content{
	position: relative;
	align-self: baseline;
    margin-top: 6em;
	width: 99%;
	max-width: 800px;
	padding: 30px 5px 15px;
    box-sizing: border-box;    
    border-radius: 10px;
    background: rgba(88, 171, 230, 0.68);
	line-height: 1.4em;
    transition: 0.5s;
}
.modal_img_gr{
    text-align: center;
}
.modai_img {
    padding: 1em 0;
}
.modai_img img{
    max-width: 98%;
}

.close_button{
	position: absolute;
	top: 10px;
	right: 6px;
	font-size: 24px;
	cursor: pointer;
}
 
.modal_wrap input:checked ~ .modal_overlay,
.modal_wrap_img input:checked ~ .modal_overlay_img{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_content.detail{
    background: none;
    margin-top: 0;
}



.selectWrap{
    position: relative;
    display: inline-block;
  }
.selectWrap::before {
    font-family: "icomoon";
    content: "\ea4d";
    color: #929292;
    width: 6px;
    height: 6px;
    border: 0px;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -5px;
}
.selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.selectWrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2em;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 20px;
    border: 1px solid #b4b3b3;
    border-radius: 5px;
    font-size: 1.8em;
    color: #333;
}
.selectWrap select::-ms-expand {
    display: none;
}

hr.product-circle {
    border-top: 5px dotted #E0E0E0;;
}

div.twitter {
    text-align: right;
}
div.twitter a {
    text-decoration: none;
    background: #2196F3;
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.9em;
    font-size: 0.7em;
    border-radius: 5px;
}

#drawer-checkbox,
#drawer2-checkbox {
    display: none;
}
/* #drawer-icon {
    cursor: pointer;
    display: block;
    position: relative;
} */
#drawer-icon span,
#drawer2-icon span {
    background:  #333;
    border-radius: 4px;
    display: block;
    height: 16%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out;
    width: 84%;
}
#drawer-icon span::before,
#drawer-icon span::after {
    -webkit-transform: rotate(0);
    background: #333;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
    width: 100%;
}
#drawer-icon span::before {
    margin-top: -38%;
}
#drawer-icon span::after {
    margin-top: 19%;
}
#drawer-checkbox:checked ~ #drawer-icon span {
    background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
#drawer-content {
    color: #eee;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 250px;
    max-width: 90%;
    /* height: 100%; */
    background: #212121e6;;
    transition: all 0.1s ease-in-out 0s;
    transform: translateX(-100%);
}
#drawer2-content {
    color: #eee;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 40;
    /* width: 300px; */
    max-width: 90%;
    /* height: 100%; */
    background: #212121e6;;
    transition: all 0.1s ease-in-out 0s;
    transform: translateX(100%);
}

#drawer-checkbox:checked ~ #drawer-content,
#drawer2-checkbox:checked ~ #drawer2-content {
    transform: translateX(0);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

#drawer-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.1s ease-in-out 0s;
}
#drawer2-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.1s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close,
#drawer2-checkbox:checked ~ #drawer2-close {
    display: block;
    opacity: 0.3;
}

#drawer-content .menu,
#drawer2-content .menu {
	max-width: 500px;
	margin: 0 auto;
    padding: 0;
}

#drawer-content .menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
}
#drawer-content .menu a:hover {
    background: rgba(35, 55, 238, 0.445);
}

#drawer-content .menu label, 
#drawer2-content .menu label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
    line-height: 1;
    color :#fff;
    background :#3f51b5d6;
    cursor :pointer;
}

#drawer-content .menu + input,
#drawer2-content .menu + input {
	display: none;
}

#drawer-content .menu ul,
#drawer2-content .menu ul.accordion {
	margin: 0;
	padding: 0;
    background :#3f40b533;
	list-style: none;
}

#drawer-content .menu li,
#drawer2-content .menu ul.accordion li {
    max-height: 0;
    text-align: left;
    overflow-y: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#menu_bar01:checked ~ #menu_bar01_ul01 li,
#menu_bar02:checked ~ #menu_bar02_ul02 li,
#menu_bar03:checked ~ #menu_bar03_ul03 li {
	max-height: 46px;
    opacity: 1;
}
#drawer-content .accordion + label::after,
#drawer2-content .accordion + label::after {
    font-family: "icomoon";
    content: "\ea42";
    color: #262e58;
    position: absolute;
    right: 0;
    padding-right: 0.5em;
}
#drawer-content .accordion:checked + label::after,
#drawer2-content .accordion:checked + label::after {
    font-family: "icomoon";
    content: "\ea43";
}


nav ul.side-nav {
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}

nav li.li-nav {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #fd7474de;
    color: rgb(165, 24, 24);
}

nav li.li-nav:nth-child(1),
nav li.li-nav:nth-child(3) {
    width: 3em;
}
nav li.li-nav:nth-child(2) {
    width: 80%;
    background-color: #fc8a8ade;
}
nav li.li-nav label.icon-menu,
nav li.li-nav label.icon-search {
    cursor: pointer;
    display: block;
    line-height: 3em;
}

.drawer-center {
    line-height: 3em;
}

.search-container input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
  }
.search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    /* margin-right: 16px; */
    color: #fff;
    background: #3f51b5d6;
    font-size: 17px;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
  }
/* .search-container button[name=stsearch] {
    display: none;
} */

.search-container {
    padding: 0.3em;
}
.search-container input[name="word"] {
    border-radius: 5px 0 0 5px;
}

ul.notaccordion li:nth-child(odd){
    padding: 0.5em 0 0 0.5em;
    text-align: left;
}

ul.notaccordion li:nth-child(even){
	padding: 0 0 0.5em 0.5em;
}

#menu_bar03:checked ~ #menu_bar03_ul03 li:nth-child(odd){
    padding: 0.5em 0 0 0.5em;
}
#menu_bar03:checked ~ #menu_bar03_ul03 li:nth-child(even){
	padding: 0 0 0.5em 0.5em;
}



/* メニュー・右カスタム*/
.select-right{
    position: relative;
    display: block;
    background: white;
    border-radius: 5px;
    width: 230px;
  }
.select-right::before {
    /* font-family: "icomoon";
    content: "\e964"; */
    color: #929292;
    width: 6px;
    height: 6px;
    border: 0px;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -5px;
}
.select-right.category::before {
    font-family: "icomoon";
    content: "\e964";
}
.select-right.sale::before {
    font-family: "icomoon";
    content: "\e950";
}

.select-right.age::before {
    font-family: "icomoon";
    content: "\e9da";
}

.select-right.stock::before {
    font-family: "icomoon";
    content: "\e9b0";
}

.select-right::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.select-right select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2em;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 2em 0 2em;
    border: 1px solid #b4b3b3;
    border-radius: 5px;
    font-size: 1em;
    color: #333;
    width: 230px;
}
.select-right select::-ms-expand {
    display: none;
}
