﻿/* 內容區塊 */
.cls_Content_Area {width:100%;max-width:345px;margin:0px auto}

/* 出生年月日 - 寬度 */
.cls_Birthday_Year_W {width:40%}
.cls_Birthday_Slash {color:#172439;font-weight:bold;font-size:21px;width:9%;text-align:center;vertical-align:bottom;padding-bottom:5px}
.cls_Birthday_MonthDay_Width {width:21%}


/* ▁▁▁▁▁▁▂▄▆█ RWD Setting █▆▄▂▁▁▁▁▁▁ */

@media screen and (max-width: 393px) {
    /* 出生年月日 - 月、日寬度 */
    .cls_Birthday_MonthDay_Width {width:50px}
}
@media screen and (max-width: 320px) {
    /* 出生年月日 - 寬度 */
    .cls_Birthday_Year_W {width:42%}
    .cls_Birthday_MonthDay_Width {width:20%}
}