@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
#selectorder {
    width: 100%;
    margin: 0 auto;
}
#selectorder a:hover {
    opacity: 0.75;
}
#selectorder img {
    width: 100%;
    height: auto;
}

/* サブタイトル　パターンⅠ（背景あり） */
#selectorder .fvBnr {
    margin-bottom: 0;
}

#selectorder .fvBnr p {
    font-size: 16px;
    text-align: center;
}

#selectorder .fvBnr .pcBnr {
    margin-bottom: 1rem;
}

/* 商品陳列　パターンⅥ（4列） */
#selectorder .ItemDisplay {
    margin-bottom: 30px;
}
#selectorder .ItemDisplay ul {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#selectorder .ItemDisplay li {
width: 24%;
margin: 0 1% 4% 0;
}

#selectorder .ItemDisplay li:nth-of-type(4n){
margin-right: 0;
}

#selectorder .ItemDisplay a {
    color: #000000!important;
	text-decoration: none;
}
#selectorder .ItemDisplay .name {
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    text-overflow: ellipsis;
    margin-top: 3%;
	margin-bottom: 0;
}

#selectorder .ItemDisplay .price {
    font-size: 15px;
}

#selectorder .ItemDisplay .price::before{
content: '￥';
font-size: 14px;
}

#selectorder .ItemDisplay .price::after{
content: '（税込）';
font-size: 10px;
}

#selectorder .bnrmas {
    text-align: center;
    margin: 30px auto 10px auto;
	width: 80%;
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

/* サブタイトル　パターンⅠ（背景あり） */

#selectorder .fvBnr p {
    font-size: 14px;
    margin-bottom: 0;
}

#selectorder .spBnr {
margin-bottom: 3%!important;
}

/* 商品陳列　パターンⅥ（4列） */
#selectorder .ItemDisplay {
    margin-bottom: 30px;
}
#selectorder .ItemDisplay ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
}
#selectorder .ItemDisplay li {
    width: 48%;
    margin: 20px 1%;
    float: left;
    position: relative;
}

#selectorder .ItemDisplay li:nth-of-type(even){
margin-right: 0;
}
#selectorder .ItemDisplay .name {
    font-size: 17px;
    display: block;
    margin: 8px 0 0;
}

#selectorder .ItemDisplay .price {
    font-size: 20px;
    color: #2d2d2d;
}

#selectorder .ItemDisplay .price::before{
content: '￥';
font-size: 20px;
}

#selectorder .ItemDisplay .price::after {
    content: '（税込）';
    font-size: 14px;
    color: #2d2d2d;
}

#selectorder .bnrmas {
	width: 100%;
}

}
