body {
    position: relative;
    margin: 0;
    font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
}

.form-control {
    background-color: #F6FBFF;
    padding: 5px 6px;
    height: 36px;
    display: inline-block;
}
.btn {
    display: inline-block;
}
.form-control.p60 {
    width: 60%;
}
.form-control.p70 {
    width: 70%;
}
.p28 {
    width: 28%;
}
.p35 {
    width: 35%;
}
.p40 {
    width:40%;
}
.p15 {
    width: 15%;
}
.text-center {
    text-align: center;
}
.ws100 {
    width: 100px;
}
.mw400 {
    max-width: 400px;
}
.p10 {
    width: 10%;
}
.help-block {
    margin-bottom: 0;
}
.panel-body {
    padding : 5px;
}
.btn-inline {
    display: inline-block;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb-10 {
    margin-bottom: -10px;
}
.mr10 {
    margin-right: 10px;
}
.ml10 {
    margin-left: 10px;
}
.m5 {
    margin: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.colMainCenter {
    width: 760px;
    margin: 0 auto;
}
.stepper {
    table-layout: fixed;
    width: 100%;
	color:#AAAAAA;
}
.red {
    color : red;
}
.blue {
    color : #005999;
}
.req {
    margin-left: 10px;
    padding: 1px 6px 0;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    color : #FFF;
    background-color: #E84C3C;
}
.any {
    margin-left: 10px;
    padding: 1px 6px 0;
    border-radius: 4px;
    border: 1px solid #3399CC;
    font-weight: bold;
    font-size: 12px;
    color : #3399CC;
    background-color: #FFF;
}
.guidance {
    margin-left: 0;
    padding: 3px 0 3px 36px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    background: #FFF url(https://keiba.com/images/icon_guidance.png) 6px 6px no-repeat;
}
.coupon-choice {
    margin: 10px 0 0 20px;
}
.coupon-choice p {
    width: 100%;
    text-align: left;
}
.pay-choice {
    overflow: hidden;
    margin: 20px 150px 20px 150px;
}
.pay-choice input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.pay-choice label {
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
    color: #999;
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 4px;
    transition: all 0.2s ease-in;
}
.pay-choice input:checked + label {
    background-color: #005999;
    color:#FFFFFF;
}
.pay-choice p {
    width: 100%;
    text-align: left;
    margin:5px 0 30px 0;
}
label.block {
    width: 100px;
    display: inline-block;
    padding: 4px;
    margin-right: 10px;
}
label.block.w160 {
    width: 160px;
}
label.sblock {
    width: 80px;
    display: inline-block;
    padding: 4px;
    margin-right: 10px;
}
.btn-xs {
    height: 28px;
    padding: 3px 5px;
    vertical-align: top;
}
.btn-que {
    width: 20px;
    height: 20px;
    padding: 0 1px;
}
.out-link {
    padding-right: 17px;
    background:url(/images/icon_link.png) right 4px no-repeat;
    background-size:12px;
}
.left {
    float: left;
}
.blue {

}
textarea {
    min-height: 100px;
}
textarea.form-control.h200 {
    height: 200px;
}
textarea.form-control.h300 {
    height: 300px;
}
textarea.form-control.h400 {
    height: 400px;
}
.tbl1 .btn {
    margin-top: -2px;
}
.default td {
    background-color: #E7EDF2;
}
.right {

}
.mh50 {
    min-height: 50px;
}
img {
    max-width: 100%;
}
img.media-object {
    max-width: 100px;
}
.btn.btn-umoney {
    display: block;
}
.pd10 {
    padding: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.colSub .btn {
    display: block;
}
.media img {
    max-width: none;
}
.magazine-image img {
    width: 100px;
	max-height: 100px;
}
.magazine-simage img {
    width: 50px;
	max-height: 50px;
}
.white {
    background-color: #FFF !important;
}
.mb0 {
    margin-bottom: 0;
}
.checked-row td {
	color: #FFF !important;
	background-color: #005999 !important;
}
.checked-row td:nth-child(2) a {
	color: #FFF !important;
}
.btn.btn-input {
    padding-top : 6px;
    padding-bottom: 6px;
}
.vt {
    vertical-align: top !important;
}

.titleSub {
    position: relative;
    margin: 0 0 10px;
    padding: 10px 10px 12px 15px;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
}
.titleSub:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    background-color: #2E3E5E;
    bottom: 1px;
    left: 0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.btn.btn-default[disabled] {
    background-color: #ECA535;
}
.w-auto {
    width: auto;
}
.unitId dt.mailStatus {
    font-size: 14px;
}
.unitId dt.mailStatus0 {
    background-color: #669900;
}
.unitId dt.mailStatus1 {
    background-color: #669900;
}
.unitId dt.mailStatus2 {
    background-color: #0066CC;
}
.unitId dt.mailStatus3 {
    background-color: #999999;
}
.unitId dt.mailStatus4 {
    background-color: #ECA535;
}
.unitId dt.mailStatusStop {
    background-color: #E84C3C;
}
.melmagalistWrap .media.loop0 {
    border-top: 1px solid #DDDDDD;
}
.pd15 {
    padding: 15px;
}
.pd5 {
    padding: 5px;
}
.unitId.w205 {
    width: 205px;
}
.pl20 {
    padding-left: 20px;
}
label.block.full {
    width: 100%;
}
a {
    cursor: pointer;
}
.listSubCommon .disabled a {
    color : #666;
    cursor: auto;
}
.listSubCommon .disabled a:hover {
    background-color: white;
}
@media (min-width: 769px) {
    .tbl1.w180 dt {
        width: 180px;
    }
    .tbl1.w180 dd {
        margin-left: 180px;
    }
}

@media (max-width: 768px) {
    .p28 {
        width: 56%;
    }
	.p35 {
        width: 60%;
    }
    .p15 {
        width: 30%;
    }
    .sp28 {
        width: 28%;
    }
    .sp15 {
        width: 20%;
    }
    .nav-tabs.nav-justified > .active > a {
        border: none;
        padding-bottom: 3px;
    }
    .nav-tabs.nav > li > a {
        padding: 0;
    }
    .nav-tabs li.active a {
        border-bottom: 2px solid #3499cc !important;
        border-radius: 0 !important;
    }
    .rankingWrap .nav-tabs li.active a {
        border : none;
        border-bottom:none !important;
        padding: 0;
    }
    .rankingWrap .nav-tabs li.active {
        border-bottom:none !important;
    }
    .rankingWrap .nav-tabs{
        border-bottom:none !important;
    }
    .nav-tabs li {
        padding: 7px 2px 2px;
        border-bottom: 1px solid #ccc;
        display: table-cell;
        text-align: center;
        cursor: pointer;
    }
    .nav-tabs li.active {
        border-bottom:none;
    }
    .nav-tabs li:not(:last-child) {
        border-right: 1px solid #ccc;
    }
    .nav-tabs {
        width: 100%;
        margin-bottom: 10px;
        display: table;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .colMainCenter {
        width: 100%;
    }
    table.itemList__price {
        width: 100%;
        table-layout:auto;
    }
    .melmagalistWrap .media-body {
        display: block;
        width: 100%;
    }
    .mailStatus0 {
        background-color: #00cc00;
    }
    .mailStatus1 {
        background-color: #00cc00;
    }
    .mailStatus2 {
        background-color: #3366ff;
    }
    .mailStatus3 {
        background-color: #666666;
    }
    .mailStatus4 {
        background-color: #ff6600;
    }
    .mailStatusStop {
        background-color: #ff3333;
    }
    .subscriberMenu {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .itemDetail, .articleList > li {
        border-bottom: none;
    }
    .articleList:last-child {
        border-bottom: 1px solid #ccc;
    }
    .unit-rank {
        position: absolute;
        width: 100px;
        height: 100px;
        margin-top: 0;
        top: 5px;
        bottom: 0;
        left: 5px;
    }
    .unit-rank.rank1 span {
        background: url(/images/label_ranking1.png) no-repeat 0 0;
    }
    .unit-rank.rank2 span {
        background: url(/images/label_ranking2.png) no-repeat 0 0;
    }
    .unit-rank.rank3 span {
        background: url(/images/label_ranking3.png) no-repeat 0 0;
    }
    .unit-rank span {
        position: absolute;
        width: 25px;
        height: 27px;
        padding-right: 1px;
        top: 0;
        left: 0;
        color: #ffffff;
        text-align: center;
        background: url(/images/label_ranking4.png) no-repeat 0 0;
    }
    .pt0 {
        padding-top: 0;
    }
}
.crop {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.crop.w350 {
  width: 350px; }
.crop.w400 {
  width: 400px; }
.crop.w450 {
  width: 450px; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.breadcrumb select.form-control {
    display: inline;
    width: auto;
}
.breadcrumb li.counter {
    display: block;
    height: 28px;
    line-height: 28px;
}