@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&family=Poppins:wght@100;400;600;700&display=swap');
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: white;
    color: black;
    font: 14px/20px "Poppins", sans-serif;
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
figure {
    margin-bottom: 0;
}
figure a {
    display: block;
}
img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
}
ol, ul {
    padding-left: 0;
    margin-bottom: 0;
}

/* header */

.ph {
    background-color: #00479a;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.container-fluid {
    max-width: 1310px;
}
.logo a {
    width: 127px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/logo-hngn-white.svg) center / contain no-repeat;
}
.ph .menu {
    font-weight: 600;
}
#searchform .form-text {
    font-weight: 600;
    font-size: 11px;
    width: 143px;
    height: 25px;
    background-color: white;
    margin: 0;
    text-indent: 7px;
}
#searchform .form-submit {
    width: 25px;
    height: 25px;
    background: url(../images/icon_search.svg) center / 16px no-repeat;
    font-size: 0;
    cursor: pointer;
}
.scrollHeader .ph {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
@media (min-width: 768px) {
    .pn a:hover {
        opacity: 0.8;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ph .menu {
        flex: 1;
    }
    .ph .menu li {
        flex-grow: 1;
        text-align: center;
    }
}
@media (min-width:992px) {
    .logo a {
        width: 150px;
        height: 36px;
    }
    .scrollHeader .ph .logo a {
        width: 127px;
        height: 30px;
    }
    .ph .menu li {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (min-width:1223px) {
    .logo::after {
        content: "Headline & Global News";
        color: white;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        margin-left: 13px;
        letter-spacing: 1px;
    }
}

.ab {
    text-align: center;
}
.ab::before {
    content: "ADVERTISEMENT";
    display: block;
    font: 10px "Helvetica", sans-serif;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 9px;
}


@media (max-width: 767px) {

    .logo::after {
        content: "Headline & Global News";
        color: white;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        margin-left: 13px;
        letter-spacing: 1px;
    }

    .icon-menu {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        background: url(../images/icon_menu.svg) center / contain no-repeat;
        cursor: pointer;
    }
    .showMenu .icon-menu {
        background-image: url(../images/icon_close.svg);
    }
    .pn {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: #efefef;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        color: black;
        z-index:1
    }
    .showMenu .pn {
        opacity: 1;
        visibility: visible;
    }
    .ph .menu {
        font-size: 20px;
    }
    .ph .menu a {
        display: block;
        padding: 15px;
    }
    #searchform .form-text {
        width: calc(100% - 54px);
        height: 54px;
        font-size: 20px;
        text-indent: 15px;
    }
    #searchform .form-submit {
        background-color: #00479a;
        width: 54px;
        height: 54px;
        background-size: 32px;
    }
}

/* footer */

.pf {
    background-color: #002551;
    color: white;
    padding-top: 60px;
}
.sns .title {
    padding-right:10px;
}
.sns a {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-left: 30px;
}
.sns a.facebook {
    background-image: url(../images/social_facebook.svg);
}
.sns a.twitter {
    background-image: url(../images/social_twitter.svg);
}
.sns a.feed {
    background-image: url(../images/social_rss.svg);
}
.pf .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #8f9aa7;
    text-transform: uppercase;
}
.pf-top {
    padding-bottom:20px;
}
.pf .copyright,
.pf-bot ul,
.pf .logo,
.sns {
    margin-bottom:20px;
}
.pf .logo a {
    width:170px;
    height:36px;
}
.pf .logo::after {
    content: "Headline & Global News";
    color: white;
    font-weight: 500;
    font-size: 12.5px;
    margin-left: 33px;
}
.pf-top .title {
    margin-bottom:17px;
}
.pf-top ul {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    margin-bottom:30px;
}
.pf-top li {
    padding-top:10px;
}
.pf-mid {
    border-top:1px solid #c3dfff;
    border-bottom:1px solid #c3dfff;
    padding-top:25px;
    padding-bottom:10px;
}
.pf-bot {
    font-size: 12px;
    line-height: 20px;
    color: #f1f1f1;
    padding-top:20px;
    padding-bottom:30px;
}
.pf-bot li {
    padding-left:30px;
}
.pf-bot li:first-child {
    padding-left:0;
}
@media (min-width: 576px) and (max-width: 767px) {
    .pf-top > div {
        width:50%;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .pf-top > div {
        width:33.33333%;
    }
}

/* home page */

main {
    padding-top: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: "PT Serif", serif;
    margin-bottom: 0;
}
h2 {
    font-size: 35px;
    line-height: 40px;
}
h3 {
    font-size: 19px;
    line-height: 21px;
}
h4 {
    font-size: 18px;
    line-height: 18px;
}
h5 {
    font-size: 14px;
    line-height: 16px;
}
h6 {
    font-size: 12px;
    line-height: 15px;
    font-family: "Poppins", sans-serif;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #00479a;
}
.news-item .cat {
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    color: #00479a;
}
.news-slider {
    margin-bottom: 15px;
}
.news-item figure {
    flex: none;
    width: 57px;
    height: 57px;
    margin-right: 20px;
}
.news-item figure a {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.news-item figure img {
    height: 100%;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.news-slider .news-item {
    padding-left: 15px;
    padding-right: 15px;
}
.slick-arrow {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    z-index: 1;
}
.slick-prev {
    background-image: url(../images/arrow_carrot-left.svg);
}
.slick-next {
    background-image: url(../images/arrow_carrot-right.svg);
}
.slick-prev:hover {
    background-image: url(../images/arrow_carrot-left-active.svg);
}
.slick-next:hover {
    background-image: url(../images/arrow_carrot-right-active.svg);
}
.slick-dots {
    font-size: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}
.slick-dots button {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e4ebf3;
}
.slick-active button {
    background-color: #f04b45;
}
.news-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}
.news-slider .slick-prev {
    left: -15px;
}
.news-slider .slick-next {
    right: -15px;
}
.editors-pick .block-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.editors-slider .slick-dots {
    position: absolute;
    top: -40px;
    right: 90px;
}
.editors-slider .slick-arrow {
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 30px;
}
.editors-slider .slick-prev {
    right: 50px;
}
.editors-slider .slick-next {
    right: 10px;
}
.editors-slider .slick-next::before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #e6edf4;
}
.editors-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.editors-slider .feature-item {
    padding-left: 15px;
    padding-right: 15px;
}
span.deco {
    display: block;
    width: 5px;
    height: 33px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}
span.deco.c1 {
    background-color: #003bc2;
}
span.deco.c2 {
    background-color: #d55500;
}
span.deco.c3 {
    background-color: #a40fc4;
}
span.deco.c4 {
    background-color: #02a4c1;
}
@media (min-width:992px) {
    .news-slider .news-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width:1200px) {
    .news-slider .slick-prev {
        left: -20px;
    }
    .news-slider .slick-next {
        right: -20px;
    }
}
@media (min-width:1220px) {
    .editors-slider {
        margin-left: 0;
        margin-right: 0;
    }
    .editors-slider .feature-item {
        padding-left: 0;
        padding-right: 30px;
    }
    .news-slider .news-item {
        padding-left: 0;
        padding-right: 40px;
    }
    .news-slider .slick-prev {
        left: -60px;
    }
}
.news-list figure {
    width: 75px;
    height: 75px;
}
.meta {
    font-size: 12px;
    line-height: 14px;
    color: #8f9aa7;
}
.meta .cat {
    font-weight: 600;
    font-size: 13px;
    color: #d55500;
    margin-right: 6px;
}
.media {
    font-weight: bold;
    line-height: 14px;
    width: 70px;
}
.listen {
    color: #181f2c;
}
.read {
    color: #e5453f;
}
.media span {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}
.listen span {
    width: 11px;
    height: 14px;
    background-image: url(../images/icon_listen.jpg);
}
.read span {
    width: 15px;
    height: 10px;
    background-image: url(../images/icon_read.jpg);
}
.media li {
    padding: 15px 1px 13px;
    border-top: 1px solid #e3e7ed;
}
.media li:first-child {
    border-top: 0;
    padding-top: 0;
}
@media (min-width:576px) {
    .media {
        float: right;
        margin-left: 40px;
    }
}
.block-title {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
summary {
    font: 14px/24px "Helvetica", san-serif;
    color: #646464;
}
.feature h2 {
    margin-bottom: 15px;
}
.feature summary {
    margin-bottom: 50px;
}
.col-md-8 .feature .meta {
    background-color: white;
    display: inline-block;
    padding: 20px 30px;
    margin-left: -30px;
}
.col-md-8 .feature .info {
    margin-top: -36px;
}
.content-top .col-md-4 .feature .meta {
    background-color: white;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}
.news-list .news-item {
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
}
.col-md-6 .feature h2 {
    font-size: 30px;
    line-height: 35px;
}
.col-md-6 .feature .meta {
    background-color: white;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}
.content-bottom .feature h2 {
    font-size: 28px;
    line-height: 33px;
}
.section-list .feature .meta {
    background-color: white;
    display: inline-block;
    padding: 20px 30px 20px 0;
}
.col-r {
    position: relative;
}
.most-read {
    position: relative;
    counter-reset: counter;
}
.most-read figure {
    position: relative;
    counter-increment: counter;
}
.most-read figure::after {
    content: counter(counter);
    font-weight: 600;
    font-size: 100px;
    line-height: 70px;
    color: white;
    position: absolute;
    bottom: -75px;
    right: -10px;
}
.most-read .bg {
    position: absolute;
    top: 0;
    left: calc(-.5 * var(--bs-gutter-x));
    right: calc(-.5 * var(--bs-gutter-x));
    height: 100%;
    background-color: #f0f8fc;
}
.most-read>div {
    position: relative;
}
.most-read .meta, .most-read h4 {
    position: relative;
}
@media (min-width: 768px) {
    .feature {
        position: relative;
        z-index: 1;
    }
    .col-md-8 .feature .info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .col-md-8 .feature {
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
    .section-list .feature, .col-r .feature {
        /* margin-right: calc(-.5 * var(--bs-gutter-x)); */
        margin-right: 0;

    }
    .most-read .d-md-flex {

        margin-left: calc(-.5 * var(--bs-gutter-x));
        margin-right: calc(-.5 * var(--bs-gutter-x));
    }
    .most-read .d-md-flex .col {
        padding-left: calc(.5 * var(--bs-gutter-x));
        padding-right: calc(.5 * var(--bs-gutter-x));
    }
    .border-t {
        display: block;
        height: 1px;
        width: 100%;
        background-color: #e5e5e5;
        position: absolute;
        top: 0;
        left: calc(-.5 * var(--bs-gutter-x));
        right: calc(-.5 * var(--bs-gutter-x));
        width: auto;
    }
    .content-top, .content-middle, .content-bottom, .border-t-wrap {
        position: relative;
    }
    .border-t-wrap .border-t {
        left: calc(-.5 * var(--bs-gutter-x));
        right: calc(-.5 * var(--bs-gutter-x));
    }
}
@media (min-width:992px) {
    .border-t, .border-t-wrap .border-t {
        left: -30px;
        right: -30px;
    }
    .col-md-8 .feature {
        margin-left: -30px;
    }
    .section-list .feature, .col-md-6 .feature {
        margin-right: -30px;
    }
    .col-md-6 .feature .meta {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .col-md-6 .feature .info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .content-middle .feature h2, .content-bottom .feature h2 {
        margin-bottom: 70px;
    }
    .section-list .feature .info {
        margin-top: -30px;
    }
    .section-list .content-top .col-md-4 .feature .info {
        padding-left: 0;
    }
    .most-read .bg {
        left: -30px;
        right: -30px;
    }
}
@media (min-width:1220px) {
    span.deco {
        left: -30px;
    }
    .col-md-6 .feature .meta {
        position: relative;
        padding-right: 80px;
        margin-right: -80px;
    }
    .col-md-6 .feature h2 {
        margin-right: 30px;
    }
    .border-t-wrap .border-t, .border-t {
        right: 0;
    }
    .border-l, .border-r {
        display: block;
        width: 1px;
        height: 100%;
        background-color: #e5e5e5;
        position: absolute;
        top: 0;
    }
    .border-l {
        left: -30px;
    }
    .col-r .border-l {
        left: calc(.5 * var(--bs-gutter-x));
    }
    .border-r {
        right: 0;
    }
    .feature .meta {
        position: relative;
    }
    .feature .meta::before {
        display: block;
        width: 2px;
        height: 100%;
        background-color: #f4f4f4;
        position: absolute;
        top: 0;
    }
    .col-md-8 .feature .meta::before {
        content: "";
        left: 50px;
    }
    .col-md-6 .feature .meta::before {
        content: "";
        right: 80px;
    }
    .content-top .col-md-4 .feature .meta::before {
        content: "";
        left: 0;
    }
    .col-md-8 .feature {
        margin-left: -80px;
    }
    .col-md-8 .feature .meta {
        padding-left: 80px;
        margin-left: -80px;
    }
    .col-md-8 .feature .info {
        padding-left: 80px;
    }
    .content-top .col-lg-3 .block-title {
        padding-left: 25px;
    }
    .content-top .col-lg-3 .feature figure {
        margin-right: 0px;
    }
    .content-top .col-lg-3 .feature .meta {
        padding-left: 25px;
        margin-left: -25px;
    }
    .content-top .col-lg-3 .feature .info {
        margin-top: -33px;
        padding-left: 25px;
        padding-right: 35px;
    }
    .news-list {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 50px;
    }
    .col-md-6 .feature .info {
        margin-left: 110px;
        margin-top: -30px;
    }
    .series-list {
        padding-right: 25px;
    }
    .most-read {
        padding-right: 30px;
    }
    .most-read .bg {
        right: 2px;
    }
}
.feature-item .meta {
    padding-top: 23px;
    padding-bottom: 21px;
}
.feature h3, .feature-item h4 {
    padding-bottom: 35px;
    line-height: 23px;
}

.content-top .col-md-4 .feature-item .meta {
    padding-bottom: 15px;
}

/* section page */

.section-header {
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}
.section-header h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    color: #00479a;
    padding-bottom: 15px;
}
.section-header ul {
    font-size: 15px;
}
.section-header ul li {
    padding-bottom: 15px;
}
.section-header a:hover {
    color: #00479a;
}
.section-header .active a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.section-header li::before {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    color: #848484;
    font-weight: 100;
}
.section-header li:first-child::before {
    content: none;
}
.section-most-read {
    position: relative;
    counter-reset: counter;
}
.section-most-read .item {
    position: relative;
    counter-increment: counter;
}
.section-most-read .item::after {
    content: counter(counter);
    font-weight: 600;
    font-size: 100px;
    line-height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    color: #efefef;
    width: 70px;
    text-align: center;
}
.section-most-read .feature .item::after {
    right: 0;
}
.section-most-read .item h3, .section-most-read .item h5 {
    position: relative;
    z-index: 1;
}
.section-most-read .feature h3 {
    padding-bottom: 30px;
}
.archive-list .block-title {
    padding-top: 25px;
    padding-bottom: 5px;
}
.archive-list .meta {
    padding-top: 20px;
    padding-bottom: 20px;
}
.archive-item {
    border-bottom: 1px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagination {
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.pagination span {
    color: #00479a;
}
.pagination li::before {
    font-weight: 100;
    content: "|";
    color: #848484;
    margin-left: 10px;
    margin-right: 10px;
}
.pagination li:first-child::before {
    content: none;
}
.col-r .ad {
    padding-bottom: 50px;
}
@media (min-width: 576px) {
    .section-header li::before {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 768px) {
    .section-header h1 {
        margin-right: 30px;
    }
}
@media (min-width: 992px) {
    .pagination li::before {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width:1220px) {
    .section-most-read .feature .item::after {
        right: 15px;
    }
    .section-most-read .item::after {
        right: -25px;
    }
    .archive-list .border-t {
        right: -25px;
    }
}

/* article page */

.article-header {
    padding-top: 30px;
}
.article-header .topic {
    font-size: 16px;
    color: #585858;
    padding-bottom: 20px;
}
.article-header .topic span {
    text-transform: uppercase;
    color: #d55500;
    font-weight: 600;
}
.article-header .topic span::after {
    font-weight: 100;
    content: "|";
    color: #585858;
    margin-left: 10px;
    margin-right: 7px;
}
.article-header h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 35px;
}
.article-header h4 {
    font: 20px/30px "Helvetica", sans-serif;
    color: #646464;
    margin-bottom: 30px;
}
.article-header .media {
    float: right;
    margin-left: 40px;
}
.article-header .byline {
    color: #8f9aa7;
    font-size: 12px;
    margin-bottom: 30px;
}
.article-header .byline .author {
    color: #00479a;
    font-weight: 600;
    text-transform: uppercase;
}
.article-body {
    color: #333;
    font: 16px/30px "Helvetica", sans-serif;
}
.article-body a {
    color: #00479a;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.article-body a:hover {
    border-bottom-width: 0;
}
.article-body ol, .article-body ul {
    margin-top: 40px;
    margin-bottom: 40px;
}
.article-body ol li, .article-body ul li {
    position: relative;
    padding-left: 30px;
}
.article-body ol li::before, .article-body ul li::before {
    position: absolute;
}
.article-body ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8f9aa7;
    top: 10px;
    left: 5px;
}
.article-body ol {
    counter-reset: counter;
}
.article-body ol li {
    counter-increment: counter;
}
.article-body ol li::before {
    content: counter(counter) ".";
    color: #8f9aa7;
    font-weight: 600;
    font-size: 17px;
    top: 0;
    left: 0;
}
.article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6 {
    font-family: "Helvetica", sans-serif;
}
.article-body h2 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.article-body p {
    margin-bottom: 30px;
}
.article-body .copyright {
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
}

.article-body blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;

    border-left: 5px solid #eeeeee;
}

.imageNone {
    margin-top: 50px;
    margin-bottom: 50px;
}
.article-body .imageNone:first-of-type {
    margin-top: 0;
}
.imageNone img {
    margin-bottom: 13px;
}
.imageNone h6 {
    color: #646464;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
@media (min-width:992px) {
    .imageNone img {
        margin-left: 0px;
        position: relative;
    }
}
@media (min-width:1220px) {
    .imageNone img {
        margin-left: 0px;
    }
}

/*newsletter*/

.article-content .newsletter {
    width: 99.7%;
    padding: 4% 2%;
    vertical-align: top;
    border: #000000 1px solid;
    background: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin: 25px 0 50px;
}
.article-content .newsletter form {
    padding-top: 10px;
}
.article-content .newsletter input {
    display: inline-block;
    height: 42px;
    margin-top: 10px;
}
.article-content .newsletter .form {
    width: 283px;
    background: url(../images/newsletter.gif) 0 0 no-repeat;
    margin-right: 10px;
    text-indent: 53px;
    color: #a3a3a3;
    font-size: 15px;
}
.article-content .newsletter .bt {
    line-height: 42px;
    width: 205px;
    background: #333333;
    color: #e5e5e5;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.article-content .newsletter .description {
    display: block;
    font-size: 11px;
    color: #888888;
    padding: 10px 0 0 0;
}

/* design page*/

dt.tit{
    padding-bottom: 15px;
}

.info_com h2{
    padding-bottom: 25px;
}
