
/*
 * すべて
 */
body {
    background-color: darkgrey;
}

p {
    margin-bottom: 0;
}

/*
 * 共通ヘッダー
 */
.my-header {
    background-color: #000000;
    padding: 4px 16px 4px 16px;
}

.my-header img {
    width: 150px;
    height: 32px;
}

.my-header-with-back {
    background-color: #000000;
    padding: 0;
}

.my-header-with-back img {
    width: 32px;
    height: 32px;
}

.my-header-with-back-row {
    margin-left: 0;
    margin-right: 0;
}

.my-header-with-back-icon {
    background-color: #404040;
    width: 20%;
    padding: 16px;
}

.my-header-with-back-icon img {
    width: 32px;
    height: 32px;
}

.my-header-with-back-frame {
    width: 80%;
    padding: 16px;
}

.my-header-with-back-frame img {
    width: 150px;
    height: 32px;
}

/*
 * a00_home
 */
.my-a00-name {
    background-color: #F2F2F2;
    padding: 20px 16px 8px 16px;
}

.my-a00-name-user {
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    text-align: center;
}

.my-a00-name-label {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.my-a00-home-list {
    background-color: #F2F2F2;
    padding: 16px 16px 16px 16px;
}

.my-a00-home-list img {
    width: 76px;
    height: 76px;
}

.my-a00-home-list-item-row {
    background-color: #FDE100;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
}

.my-a00-home-list-item-icon {
    width: 30%;
    padding-top: 16px;
}

.my-a00-home-list-item-text {
    width: 70%;
    padding: 16px 16px 16px 16px;
}

.my-a00-home-list-item-title {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.my-a00-home-list-item-description {
    color: #222222;
    font-size: 16px;
    margin-bottom: 0;
}

.my-a00-home-list-item-operating-time-status-row {
    background-color: #FEFCE6;
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
}

.my-a00-home-list-item-operating-time-status-label {
    width: 50%;
    font-size: 14px;
    padding: 8px 8px 8px 8px;
}

.my-a00-home-list-item-operating-time-status-value {
    width: 50%;
    font-size: 18px;
    padding: 8px 8px 8px 8px;
}

.my-a00-sub-home-list {
    background-color: #FFFFFF;
    padding: 0;
}

.my-a00-sub-home-list img {
    width: 32px;
    height: 32px;
}

.my-a00-sub-home-list-item-row {
    background-color: #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #979797;
}

.my-a00-sub-home-list-last-item-row {
    background-color: #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}

.my-a00-sub-home-list-item-icon {
    width: 25%;
    padding-top: 16px;
    padding-bottom: 16px;
}

.my-a00-sub-home-list-item-text {
    width: 75%;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

.my-a00-white-space {
    background-color: #F2F2F2;
    height: 100px;
}

/*
 * b00
 */
.my-b00-title {
    background-color: #E5FBFC;
    padding: 16px 16px 16px 16px;
}

.my-b00-title-date {
    font-size: 16px;
    color: #222222;
    margin-bottom: 4px;
}

.my-b00-title-company-name {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

.my-b00-input-list {
    background-color: #F2F2F2;
    padding: 16px 16px 16px 16px;
}

.my-b00-input-list img {
    width: 35px;
    height: 32px;
}

/* 以下、休憩タイプではない、タッチ不可のアイテム */
.my-b00-input-list-item-row-cant-touch {
    margin-left: 0;
    margin-right: 0;
    background-color: #CDCDCD;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 12px 12px 12px 12px;
    margin-bottom: 16px;
}

.my-b00-input-list-item-icon-cant-touch {
    width: 20%;
}

.my-b00-input-list-item-text-cant-touch {
    width: 60%;
    color: #757575;
    font-size: 18px;
    font-weight: bold;
}

.my-b00-input-list-item-timestamp-cant-touch {
    width: 20%;
    background-color: #FFFFFF;
    padding: 8px 8px 8px 8px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

/* 以下、休憩タイプではない、タッチ可能のアイテム */
.my-b00-input-list-item-row-can-touch {
    margin-left: 0;
    margin-right: 0;
    background-color: #FDE100;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 12px 12px 12px 12px;
    margin-bottom: 16px;
}

.my-b00-input-list-item-icon-can-touch {
    width: 20%;
}

.my-b00-input-list-item-text-can-touch {
    width: 60%;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.my-b00-input-list-item-timestamp-can-touch {
    width: 20%;
    background-color: #FFFFFF;
    opacity: 0.68;
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

/* 以下、休憩タイプの、タッチ不可のアイテム */
.my-b00-input-list-break-item-row-cant-touch {
    width: 80%;
    margin-left: 20%;
    margin-right: 0;
    background-color: #CDCDCD;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 12px 12px 12px 12px;
    margin-bottom: 16px;
}

.my-b00-input-list-break-item-icon-cant-touch {
    width: 30%;
}

.my-b00-input-list-break-item-text-cant-touch {
    width: 45%;
    color: #757575;
    font-size: 18px;
    font-weight: bold;
}

.my-b00-input-list-break-item-timestamp-cant-touch {
    width: 25%;
    background-color: #FFFFFF;
    padding: 8px 8px 8px 8px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

/* 以下、休憩タイプの、タッチ可能のアイテム */
.my-b00-input-list-break-item-row-can-touch {
    width: 80%;
    margin-left: 20%;
    margin-right: 0;
    background-color: #FDE100;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 12px 12px 12px 12px;
    margin-bottom: 16px;
}

.my-b00-input-list-break-item-icon-can-touch {
    width: 30%;
}

.my-b00-input-list-break-item-text-can-touch {
    width: 45%;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.my-b00-input-list-break-item-timestamp-can-touch {
    width: 25%;
    background-color: #FFFFFF;
    opacity: 0.68;
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

/* 以下、合計休憩時間 */
.my-b00-input-list-item-sum-break-time {
    margin-bottom: 16px;
    font-size: 16px;
    color: #000000;
}

/* 以下、注意書き */
.my-b00-caution {
    background-color: #F2F2F2;
    padding: 16px 32px 32px 32px;
}

.my-b00-caution-row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
}

.my-b00-caution-title-icon {
    padding-left: 0;
    padding-right: 0;
}

.my-b00-caution-title-icon img {
    width: 32px;
    height: 32px;
}

.my-b00-caution-title-text {
    font-size: 16px;
    color: #FF005C;
}

.my-b00-caution-body {
    font-size: 14px;
    color: #4C4C4C;
}

/* 以下、自宅出発モーダル01 */
.my-modal-departure-01-body-description {
    font-size: 18px;
    margin-bottom: 24px;
}

.my-modal-departure-01-close-button {
    background-color: #CDCDCD;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    color: #757575;
    font-size: 16px;
    font-weight: normal;
    border: none;
    width: 45%;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: 12px;
}

.my-modal-departure-01-ok-button {
    background: #FDE100;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    border: none;
    width: 55%;
    padding-top: 16px;
    padding-bottom: 16px;
}

input[type="radio"] {
    filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
    position: absolute;
}

.my-modal-departure-01-radio-li {
    list-style: none;
    margin-bottom: 16px;
    height: 30px;
}

.my-modal-departure-01-radio-off {
    background:url(../img/radio_off.png) no-repeat left top;
    background-size: contain;
    display: inline-block;
    padding: 0 0 0 40px;
    cursor: pointer;
    overflow: hidden;
}

.my-modal-departure-01-radio-on {
    background: url(../img/radio_on.png) no-repeat left top;
    background-size: contain;
    display: inline-block;
    padding: 0 0 0 40px;
    cursor: pointer;
    overflow: hidden;
}

.my-modal-departure-01-radio-text {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}