@charset "UTF-8";
#profile h3 img {
    width: 100%;
    vertical-align: bottom;
}

.summary {
    box-sizing: border-box;
    padding: 20px 10px 10px;
}

.summary h4 {
    font-size: 1.5rem;
    line-height: 1.0em;
    color: #f69;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.summary h4 span.age {
    font-size: 1.0rem;
    line-height: 1.0em;
    margin-left: 2.5px;
}

.summary ul.size {
    font-size: 0;
    line-height: 1.0em;
    text-align: center;
    font-weight: bold;
}

.summary ul.size li {
    display: inline-block;
    font-size: 1.0rem;
    line-height: 1.0em;
    box-sizing: border-box;
    padding: 0 2.5px;
}

.summary ul.size li span.note {
    font-size: 1.0rem;
    line-height: 1.0em;
    padding-right: 2.5px;
}

.summary ul.size li span.cup {
    font-size: 1.0rem;
    line-height: 1.75em;
    padding-left: 2.5px;
}

.summary p.copy {
    margin: 5px;
    padding: 5px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    color: #ff2626;
}

.summary ul.casttype {
    text-align: center;
    font-size: 0;
    line-height: 1.0em;
    box-sizing: border-box;
    padding: 5px 0;
    /* margin-bottom: 10px; */
    width: 50%;
    margin: auto;
}

.summary ul.casttype li {
    display: inline-block;
    width: calc(100%/3);
}

.summary ul.casttype li img {
    width: 100%;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 1.5px;
}

#slider-profile li img {
    width: 100%;
    vertical-align: bottom;
}

#slider-profile div.prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    z-index: 10;
    opacity: 0.8;
}

#slider-profile div.prev:hover {
    cursor: pointer;
}

#slider-profile div.prev span.ol {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#slider-profile div.prev img {
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#slider-profile div.next {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    z-index: 10;
    opacity: 0.8;
}

#slider-profile div.next:hover {
    cursor: pointer;
}

#slider-profile div.next span.ol {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#slider-profile div.next img {
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.summary p.standby {
    width: 100%;
    background-color: #ffd;
    color: #FF4D4D;
    font-size: 1.25rem;
    line-height: 1.0em;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: solid 2px #FF4D4D;
    border-radius: 2.5px;
}

.summary p.standby span.note {
    display: inline-block;
    background-color: #FF4D4D;
    color: #fff;
    box-sizing: border-box;
    padding: 5px 10px;
}

.summary p.standby span.time {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
}

.summary p.standby2 {
    width: 100%;
    background-color: #ffd;
    color: darkslateblue;
    font-size: 1.25rem;
    line-height: 1.0em;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: solid 2px darkslateblue;
    border-radius: 2.5px;
}

.summary p.standby2 span.note {
    display: inline-block;
    background-color: darkslateblue;
    color: #fff;
    box-sizing: border-box;
    padding: 5px 10px;
}

.summary p.standby2 span.time {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 1rem;
    text-align: center;
}
.summary ul.media {
    text-align: center;
    font-size: 0;
    line-height: 1.0em;
}

.summary ul.media li {
    display: inline-block;
    width: 50%;
}

.summary ul.media li a {
    display: block;
}

.summary ul.media li img {
    width: 100%;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 2.5px;
}

.weekly {
    font-size: 0;
    line-height: 1.0em;
}

.weekly div.row {
    display: inline-block;
    width: calc(100%/7);
    vertical-align: top;
    font-size: 0.8rem;
    line-height: 1.0em;
    text-align: center;
    box-sizing: border-box;
    border-right: solid 1px #fff;
}

.weekly p.data {
    font-weight: bold;
    box-sizing: border-box;
    padding: 5px 0;
    background-color: #ffd;
}

.weekly p.sun {
    background-color: #fdd;
}

.weekly p.sat {
    background-color: #dff;
}

.weekly p.data span.week {
    display: block;
    font-weight: normal;
    margin-top: 2.5px;
    font-size: 0.7rem;
    line-height: 1.0em;
}

.weekly p.time {
    box-sizing: border-box;
    padding: 5px 0;
    background-color: #eee;
    line-height: 1.0em;
}

.weekly p.time span.separate {
    display: block;
    font-size: 0.7rem;
    line-height: 1.25em;
}

.comment p {
    box-sizing: border-box;
    padding: 10px;
}

.option-omote {
    background-color: #FFE2E1;
    box-sizing: border-box;
    padding: 10px;
}

.option-omote dt img {
    width: 100%;
    vertical-align: bottom;
}

.option-omote dd {
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    color: #444;
    margin-top: 10px;
    border-radius: 5px;
}

.option-omote dd p.caption {
    font-size: 0.8rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
}

.option-omote dd ul.note {
    font-size: 0.6rem;
    line-height: 1.75em;
}

.option-omote dd ul.note li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

.option-omote dd ul.option-list {
    padding-top: 10px;
    font-size: 0;
}

.option-omote dd ul.option-list li {
    background-color: #eee;
    color: #888888;
    box-sizing: border-box;
    border: solid 2px #ccc;
    border-radius: 2.5px;
    margin-bottom: 10px;
}

.option-omote dd ul.option-list li.highlight {
    background-color: #ffd;
    /* background-image: url(../images/bg-slide-blue.png); */
    background-repeat: repeat;
    background-size: 14px;
    color: #f69;
    box-sizing: border-box;
    border: solid 2px #f69;
    border-radius: 2.5px;
    /* margin-bottom: 2px; */
    width: 48%;
    display: inline-block;
    font-size: 0.8rem;
    margin: 2px;
}

.option-omote dd ul.option-list li.highlight2 {
    background-color: #ffd;
    /* background-image: url(../images/bg-slide-blue.png); */
    background-repeat: repeat;
    background-size: 14px;
    color: #f69;
    box-sizing: border-box;
    border: solid 2px #f69;
    border-radius: 2.5px;
    /* margin-bottom: 2px; */
    width: 97%;
    display: inline-block;
    font-size: 0.8rem;
    margin: 2px;
}

.option-omote dd ul.option-list li span.ol {
    display: block;
    box-sizing: border-box;
    border: solid 1px #ffd;
    border-radius: 2.5px;
    padding: 1px 3px;
    font-weight: bold;
    color: #f69;
}

.option-ura {
    background-color: #dff;
    box-sizing: border-box;
    padding: 10px;
}

.option-ura dt img {
    width: 100%;
    vertical-align: bottom;
}

.option-ura dd {
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    color: #444;
    margin-top: 10px;
    border-radius: 5px;
}

.option-ura dd p.caption {
    font-size: 0.8rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
}

.option-ura dd ul.note {
    font-size: 0.6rem;
    line-height: 1.75em;
}

.option-ura dd ul.note li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

.option-ura dd ul.option-list {
    padding-top: 10px;
}

.option-ura dd ul.option-list li {
    background-color: #eee;
    color: #888888;
    box-sizing: border-box;
    border: solid 2px #ccc;
    border-radius: 2.5px;
    margin-bottom: 10px;
}

.option-ura dd ul.option-list li.highlight {
    background-color: #09f;
    background-image: url(../images/bg-slide-blue.png);
    background-repeat: repeat;
    background-size: 14px;
    color: #fff;
    box-sizing: border-box;
    border: solid 2px #09f;
    border-radius: 2.5px;
    margin-bottom: 10px;
}

.option-ura dd ul.option-list li span.ol {
    display: block;
    box-sizing: border-box;
    border: solid 2px #fff;
    border-radius: 2.5px;
    padding: 5px 10px;
}