@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl,
input.tapCtrl,
.tapCtrl a,
.tapCtrl input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
    padding: 0 15px;
}
.headLine01 {
    margin-bottom: 10px;
    color: #135187;
    font-size: 1.5rem;
    text-align: center;
}
.headLine01 img {
    height: 33px;
    vertical-align: middle;
}
.headLine01 span {
    margin-top: 10px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: top;
}
.headLine01 span small {
    margin-top: -1px;
    display: block;
    font-size: 1.2rem;
}

.headLine02 {
    color: #fff;
}
.headLine02 span {
    padding: 0 8px 0 16px;
    margin-top: 0;
}
.grey {
    background-color: #f2f2f2;
}

.date {
    padding: 10px 0 18px;
    margin-bottom: 5px;
    overflow: auto;
    background-color: #fff;
}
.date ul {
    flex-wrap: nowrap;
}
.date li {
    border-right: 3px solid #fff;
    width: 54px;
    flex: none;
    position: relative;
    font-size: 1.5rem;
    font-weight: normal;
    background-color: #f4f4f4;
    text-align: center;
}
.date li.line::before {
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -4px;
    background: url(../../../img/my/common/line.png) no-repeat left top / 100%
        100%;
    content: "";
}
.date li.green {
    padding: 0 3px;
    width: 58px;
    background-color: #83c579;
    color: #fff;
    box-sizing: border-box;
}
.date li span {
    border-bottom: 2px solid #fff;
}
.date li span,
.date li small {
    display: block;
    padding: 4px;
}
.date li small {
    padding-bottom: 0;
}
.date li.blue {
    color: #fff;
    background-color: #0096db;
}
.date li.red {
    color: #fff;
    background-color: #e6666a;
}

.comTabBox table {
    width: 100%;
    border-collapse: collapse;
}
.comTabBox th,
.comTabBox td {
    padding: 8px 5px 6px;
    font-size: 1.3rem;
    color: #333;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
.comTabBox th {
    width: 30%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    background-color: #135187;
}
.comTabBox th small {
    display: block;
    font-size: 1rem;
}
.comTabBox td {
    padding: 0 10px;
    font-size: 1.4rem;
}
input,
select {
    padding: 0 12px;
    border: none;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 1.4rem;
    -webkit-appearance: none;
}
select {
    padding: 0 12px;
    background: url(../../../img/my/common/icon10.png) no-repeat right 5px top,
        url(../../../img/my/common/bg03.png) repeat-x left top;
    background-size: auto 100%;
}
select::-ms-expand {
    display: none;
}
.comTabBox td input::-webkit-input-placeholder {
    color: #333;
    font-size: 1.4rem;
    opacity: 1;
}
.comTabBox td input::-webkit-input-placeholder {
    color: #333;
    font-size: 1.4rem;
    opacity: 1;
}
.comTabBox td input::-webkit-input-placeholder {
    color: #333;
    font-size: 1.4rem;
    opacity: 1;
}
.comTabBox td input::-webkit-input-placeholder {
    color: #333;
    font-size: 1.4rem;
    opacity: 1;
}

.btn {
    margin-bottom: 13px;
    text-align: center;
}
.btn input {
    width: 204px;
    height: 43px;
    cursor: pointer;
    background: url(../../../img/my/common/btn_bg01.png) no-repeat left center /
        100% auto;
}
.comUlBox p {
    padding: 5px 10px 3px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #135187;
}
.comUlBox {
    margin-bottom: 15px;
    padding: 7px 0 18px;
    overflow: auto;
    background-color: #fff;
}
.comUlBox ul {
    flex-wrap: nowrap;
}
.comUlBox li {
    margin-right: 4px;
    width: 112px;
    flex: none;
    background-color: #f4f4f4;
}
.comUlBox li .pho {
    padding: 2px 6px;
    position: relative;

}
.comUlBox li .option {
    position: absolute;
    top:0px;
    left:0px;
    width: 30px;
    height: 30px;
}
.comUlBox li .pho img {
    width: 100px;
}
.comUlBox li.on {
    background-color: #69acc9;
}

.ui-widget-content .ui-state-default {
    color: white;
    background: #33a;
    border: 1px solid #ccc;
}
.dialog tbody#message_warning td {
    padding: 0px 6px;
    font-weight: normal;
}
