@charset "utf-8";
/* CSS Document */

/********************************************************************/

@media screen {
#press_data_detail .text-12 {

}

#press_data_detail {
    color: #000000;
}

#press_data_detail h2 {
    font-size: 15px;
    font-weight: bold;
}

#press_data_detail h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 140%;
}

#press_data_detail h4 {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0px;
    padding: 0px;
}

#press_data_detail p {
    font-size: 12px;
    margin: 0px;
    padding: 5px 20px;
    line-height: 140%;
}

.parea {
    display: none;
}
}

