.clear {
    clear: both;
}

.blog_html_area {
    max-width: 680px;
    background-color: #ffffff;
    padding-bottom: 100px;
    margin: auto;
}


.blog_html_area .tc{
margin-bottom:5px;
}


.blog_html_area .en{
font-size:18px;
}

.blog_html_area p {
	font-size: 16px;
	padding-bottom:15px;
}
.blog_html_area .en p{
font-size:18px;
line-height:120%;
}


.blog_html_area .heading_tab {
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 30px 30px 30px 30px;
    color: #ffffff;
    font-size: 28px;
    font-family: 'dincond-bold';
    background-color: #eb001a;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.blog_html_area .table_blog_html_info_heading {
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 10px 30px 10px 30px;
    color: #ffffff;
    font-size: 28px;
    font-family: 'dincond-bold';
    background-color: #36774c;
    text-align: center;
}

.blog_html_area .table_blog_html_info {
    width: 100%;
    margin-bottom: 20px;
}

.blog_html_area .table_blog_html_info th {
    font-size: 28px;
    text-align: center;
    background-color: #f9d259;
    color: #ffffff;
}

.blog_html_area .table_blog_html_info th.col2 {
    background-color: #b3d388;
}

.blog_html_area .table_blog_html_info th.col1b {
    background-color: #e17c80;
}

.blog_html_area .table_blog_html_info th.col2b {
    background-color: #db504d;
}

.blog_html_area .table_blog_html_info td {
    width: 50%;
    text-align: center;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
}

.blog_html_area .table_blog_html_info td.img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog_html_area .table_blog_html_info td.img img {
    max-width: 90%;
    max-height: 100px;
    margin: auto;
}

.blog_html_area .table_blog_html_info2 td.img img {
    max-width: 90%;
    max-height: 240px;
    margin: auto;
}


.blog_html_area .table_blog_html_info td.bg1 {
    background-color: #fefaee;
}

.blog_html_area .table_blog_html_info td.bg2 {
    background-color: #f7fcf6;
}

.blog_html_area .table_blog_html_info td.bg3 {
    background-color: #fcf2f1;
}

.blog_html_area .table_blog_html_info td.bg4 {
    background-color: #fbeded;
}

.blog_html_footer_remark {
    color: #eb001a;
    width: 100%;
    text-align: center;
    font-size: 20px;
}