body{
    margin:0;
    padding:0;
    font-size:0.8em;
    background-color:#fff !important;
}
.divcontenthidden{
    overflow:hidden;
}
.divbody{
    max-width:640px;
    background-color:#fff;
}
.divlayout{
    width:100%;
    background-color:#fff;
    display:table;
    text-align:justify;
    line-height:1.5em;
    margin:0 auto;
    color:#252424;
}
.div_background_color{
    background-color:#f9e5dc;
}
.divlayout img{
    width:100%;
}
.item_layout{
    width:96%;
    margin-left:auto;
    margin-right:auto;
}
.item_title{
    color:#934048;
    font-weight:bold;
    font-size:1.5em;
    text-align:center;
}
.padding_top_bottom{
    padding-top:3%;
    padding-bottom:3%;
}
.padding_bottom{
    padding-bottom:3%;
}
.padding_top{
    padding-top:3%;
}
a{
    text-decoration:none;
    color:inherit;
}
.know_menopause_table{
    margin-top:3%;
    width:100%;
    border-spacing:0;
    font-size:1em;
    color:#252424;
}
.know_menopause_table td:first-child{
    width:18%;
    vertical-align:middle;
}
.know_menopause_table td:last-child{
    padding-left:3%;
    vertical-align:middle;
}
.what_menopause{
    font-weight:bold;
}
.what_menopause_content{
    text-indent:2em;
}
.three_periods_table{
    width:100%;
    font-size:1em;
    color:#252424;
}
.three_periods_table td:last-child{
    width:20%;
}
.three_periods_table td:first-child{
    padding-right:2%;
}
.three_periods_table ul{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}
.three_periods_table ul li{
    margin-top:2%;
}
.three_periods_table ul li span{
    font-weight:bold;
}
.entering_menopause_ul{
    margin:0;
    padding:0;
    list-style:none;
}
.entering_menopause_ul li{
    margin-top:10%;
}
.entering_menopause_ul li:first-child{
    margin-top:4%;
}
.evaluation_criteria{
    width:25%;
    color:#fff;
    text-align:center;
    border-radius:10px;
    padding:1% 0;
    background-color:#f18a6e;
}
.three_types{
    width:62%;
}
.entering_menopause_ul li ul{
    margin:0;
    padding:0;
    list-style:none;
}
.entering_menopause_ul li ul li{
    float:left;
    width:33.3%;
    margin-top:2% !important;
}
.menopause{
    text-indent:2em;
    margin-top:2%;
}
.symptom_table{
    width:100%;
    margin-top:3%;
    font-size:1em;
    color:#252424;
}
.symptom_table td:first-child{
    width:2.3%;
}
.symptom_table td:last-child{
    padding-left:3%;
    line-height: 1.6em;
}
.symptom_table td span{
    font-weight:bold;
    color:#934048;
}
.hormone span{
    color:#934048;
    font-weight:bold;
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
   .three_types{
        width:72%;
    }
   .entering_menopause_ul li{
        margin-top:15%;
    }
   .symptom_table td:first-child{
        width:3%;
    }
}
@media screen and (min-device-width:371px) and (max-device-width: 410px) {
    .three_types{
        width:65%;
    }
    .symptom_table td:first-child{
        width:2.5%;
    }
}