@charset "UTF-8";

#link+div .content_wrapper a:first-child,
#link+div .content_wrapper a:nth-child(3){
    margin-left: 0;
}
#link+div .content_wrapper a:nth-child(2),
#link+div .content_wrapper a:nth-child(4){
    margin-right: 0;
}
.mw700 .content_wrapper {
    max-width: 660px !important;
}

.widget_menu01 li dt {
    color: #a70c0c;
}

.widget_menu01 li dd {
    font-size: 1.6rem;
}

.widget_menu01 li .inner_item_txt .price {
    font-weight: bold;
}

@media screen and (max-width: 605px){
#link+div .content_wrapper a{
    width: calc(50% - 8px)!important;
    min-width: 80%;
}
#link+div .content_wrapper a span{
    font-size: 1.2rem;
}
#link+div .content_wrapper a:first-child,
#link+div .content_wrapper a:nth-child(3){
    margin-left: 0;
    margin-right: 0;
}
#link+div .content_wrapper a:nth-child(2),
#link+div .content_wrapper a:nth-child(4){
    margin-right: 0;
    margin-left: 0;
}
}

.widget_menu01 li dt:before {
    border-top: 2px solid #b22222;
    border-right: 2px solid #b22222;
}

.widget_menu01 li .inner_item_txt .price {
    border: 2px solid #dda0dd;
    padding: 3px 8px 1px;
}

.widget_menu01 li {
    border-bottom: 3px solid #8b4513;
}

.widget_menu01 .mbx+ul li:nth-of-type(1) {
    border-top: 3px solid #8b4513 !important;
}

@media screen and (max-width: 500px){
    .widget_menu01 li .inner_item_txt .price {
        display: inline-block;
    }
    
    .widget_menu01 li .inner_item_txt {
        text-align: right;
    }
    
    .widget_menu01 li .inner_item_txt dl {
        text-align: left;
    }
}