@charset "utf-8";

#header .inner:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -240px;
    border-bottom: none;
    width: 550px
}
#header_banner a {
    display: flex;
    display: -webkit-flex;
    text-decoration: none;
}
#header_banner .hb_title {
    padding: 10px 13px 6px;
    text-align: center;
    line-height: 1.2;
    background-color: #feea53;
    border-bottom: 2px solid #feea53;
    font-size: 14px;
    color: #2B67AF;
}
#header_banner .hb_link {
    display: block;
    line-height: 1.2;
    background-color: #2B67AF;
    border-bottom: 2px solid #185AA8;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
#header_banner .hb_link span {
    position: relative;
    display: block;
    padding: 10px 30px 6px 15px;
}
#header_banner .hb_link span:before,
#header_banner .hb_link span:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 6px;
	background-color: #FFF;
}
#header_banner .hb_link span:before {
	right: 12px;
	top: 12px;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}
#header_banner .hb_link span:after {
	right: 12px;
	top: 18px;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}
@media (max-width: 680px) {
    #header .inner:nth-child(2) {
        clear: both;
        position: static;
        margin-left: 0;
        width: 100%;
        border-bottom: none;
    }
    #header_banner a {
        display: block;
        padding: 10px;
    }
}

#side .leaflet {
    margin-bottom: 0px !important;
}

#side .select_shop {
    background-color: #f1ebdb;
}
#side .select_shop select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align:middle;
    border: 1px solid #2B67AF;
    background: #F2F2F2;
    background: url(/common/images/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#F2F2F2 100%);
    background: url(/common/images/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#F2F2F2 100%);
    background-size: 20px, 100%;
}
#side .select_shop select::-ms-expand {
    display: none;
}

#contents .main .articleTopics .section #chirashiBox #minichiraArea {
    overflow: hidden;
}