body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica';
}

#iphone-layout {
    overflow: hidden; /* 横スクロールが出ないように、はみ出た影などを隠す */
    background-color: #c6c6c6;
}

.boxShadow {
    margin-bottom: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px;
}

p {
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: #333;
}

#header {
    border-bottom: 1px solid #b65b5b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffbcbc), color-stop(0.49, #ff7a7a), color-stop(0.51, #f44), to(#ff7b7b));
    background: linear-gradient(to bottom, #ffbcbc, #ff7a7a 49%, #f44 51%, #ff7b7b);
}

.logo {
    margin: 0;
    padding: 0;
    float: left;
}

.mainarea {
    overflow: hidden;
    background: #fff;
}

.mainarea h2 {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    border: 1px solid #a0a0a0;
    border-right: none;
    border-left: none;
}

.titleCommon {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8080), to(#ff4141));
    background: linear-gradient(to bottom, #ff8080, #ff4141);
    text-shadow: 1px 1px 0 #ab3737;
}

.viewNum {
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    color: #667284;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.97, #f0f0f0), color-stop(0.98, #fff), to(#fff));
    background: linear-gradient(to bottom, #fff, #f0f0f0 97%, #fff 98%, #fff);
}

.moreView {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.moreView .btnTxt {
    margin: 0 3px;
    display: inline-block;
}

.btnTxt a {
    width: 140px;
    margin: 0;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #404040;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
    background: linear-gradient(to bottom, #fff, #dedede);
}

.arrow_icon {
    position: relative;
}

.arrow_icon::after {
    height: 1em;
    margin: auto 0;
    font-family: 'icomoon';
    font-weight: normal;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    display: block;
    opacity: 0.7;
    color: inherit;
    content: '\e904';
}

.rtb {
    margin: 10px 0 0;
    padding: 0 15px 10px;
    text-align: right;
}

.rtb a {
    padding-left: 15px;
    font-size: 14px;
    color: #0069c0;
    background: url(/sp/st_img/rtb-f19740a31ce80c9f241ceaa04146a426.png) no-repeat left center;
    -webkit-background-size: 11px 13px;
    background-size: 11px 13px;
}

.fbox:after {
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
}

.fbox {
    min-height: 1%;
}

.fbox {
    display: block;
}

.newShop .shop_info_frame.fl_base {
    justify-content: space-between;
}

.newShop .shop_info_frame.fl_base .shop_info {
    min-width: 1px;
}

.newShop .shop_status {
    height: 34px;
    font-size: 12px;
    color: #fff;
    padding: 4px 4px 0 6px;
    background-color: #60bd46;
    flex-shrink: 0;
}

.newShop .txt {
    line-height: 1;
    margin-top: 2px;
}

.fl_base {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

[class*='clist-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btn_link {
    width: 100%;
    margin-bottom: 3px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
}

.arrow_gp,
.link_relation {
    display: block;
    background: url(/sp/st_img/cur_gray-2246529004c09c9c11444fa6d59cb6c2.png) no-repeat right center;
    -webkit-background-size: 19px 14px;
    background-size: 19px 14px;
}

.link_relation {
    max-width: 300px;
    margin: 18px auto 12px;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #08558c;
    border: 0 none;
    border-radius: 30px;
    background-color: #c6e7ff;
    background-position: 98% center;
}

.c_yellow {
    color: #ff0;
}

.clist-column {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clist-column .elm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.clist-column > .elm:first-child:nth-last-child(3),
.clist-column > .elm:first-child:nth-last-child(3) ~ .elm {
    width: 33.3%;
}

.clist_general > .elm:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.clist_general .box_image {
    width: 90px;
    height: 120px;
    margin-right: 6px;
    position: relative;
    border: 1px solid #ccc;
}

[class*='clist-'] .box_image {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.clist_general .box_image > img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.clist-inner .box_info {
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
}

.clist_general .title {
    font-size: 16px;
    display: block;
    word-break: break-all;
    color: #0080de;
}

.refinebtn-list {
    margin: 0;
    font-size: 14px;
    background-color: #000;
}

.refinebtn-list .elm {
    height: 46px;
}

.refinebtn-list .elm + .elm {
    border-left: 1px solid #333;
}

.refinebtn-list a,
.refinebtn-list .list_btn {
    height: 100%;
    line-height: 40px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border-bottom: 6px solid #ccc;
}

.refinebtn-list .active {
    font-weight: bold;
    line-height: 30px;
    position: relative;
    display: block;
    color: #fff;
    background-color: #ff4141;
}

.refinebtn-list .active > a {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.refinebtn-list .active:after {
    width: 0;
    height: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    border-width: 6px 8px 0 8px;
    border-style: solid;
    border-color: #ff4141 transparent transparent transparent;
}

.breadcrumb {
    padding: 4px 10px 0;
    font-size: 12px;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li:not(:last-child):after {
    content: ' > ';
}

.breadcrumb li a {
    color: #0080de;
}

.box_btns_job {
    padding: 4px 2px;
    border-top: 1px dashed #ccc;
}

.box_btns_job:after {
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
}