#main {
    max-width: 1260px;
    margin: auto;
    font-family: Arial;
    padding: 0 20px;
    display: block;
}

#main img {
    width: 100%;
    height: auto;
}

#main img.pixel {
    width: 1px;
    height: 1px;
}

#main li {
    list-style-type: none;
}

.main_content .primary_cat a {
    display: inline-block;
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 30px;
}

.main_content .social_media {
    position: fixed;
    bottom: 40px;
    left: 0;
    z-index: 1;
}

.post_content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.main_content .nav_next {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -96px;
    z-index: 1;
}

.main_content .social_media .icons {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 3px;
    background-image: url('/assets/themes/ntd/images/NTD_Icons.png');
    background-repeat: no-repeat;
}

.main_content .social_media .icons:hover {
    opacity: 0.5;
}

.main_content .social_media .facebook {
    background-color: #3b5998;
    background-position: -13px -998px;
}

.main_content .social_media .twitter {
    background-color: #4099ff;
    background-position: -12px -1273px;
}

.main_content .social_media .email {
    background-color: #888888;
    background-position: -13px -1108px;
}

.article_title {
    margin: 20px 0;
    font-size: 48px;
    font-family: Arial;
    font-weight: 700;
    line-height: 57px;
}

.article_sub_title h2 {
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3em;
}

.article_body {
    overflow: hidden;
}

.article_body .left_block {
    display: block;
    width: 70%;
    border-right: 1px solid #ddd;
    padding-right: 3%;
    float: left;
    margin-bottom: -100%;
    padding-bottom: 100%;
}

.article_body .sidebar {
    display: inline-block;
    width: 27.5%;
    float: right;
}

.article_body .author {
    display: inline-block;
    width: 100%;
}

.article_body .author_name {
    float: left;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.article_body .post_date {
    display: inline-block;
    float: right;
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
}

.article_body .featured_image figure {
    margin: 0;
    width: 100%;
}

.article_body .featured_image figure img {
    display: block;
}

.article_body .video_fit_container {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.25%;
}

.article_body .video_fit_container>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article_body .video_fit_container>div.wp-video,
.article_body .video_fit_container>div.player-container	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video_fit_container .vjs-theme-epoch .vjs-remaining-time {
	display: none;
}

.video_fit_container .vjs-theme-epoch .vjs-time-divider, .video_fit_container .vjs-theme-epoch .vjs-duration, .video_fit_container .vjs-theme-epoch .vjs-current-time {
	display: block;
	min-width: auto;
	padding: 0;
	padding-right: 6px;
}

.video_fit_container center,
.video_fit_container .jwplayer.jw-flag-aspect-mode {
	height: 100% !important;
	zoom: 1;
}

.wp_video_fit_container .wp-video {
	margin: auto;
}

.article_body .featured_image .caption {
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.article_body .post_content {
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.article_body .post_content figure,
.article_body .post_content iframe {
    max-width: 100%;
    margin: auto;
}

.article_body .post_content p {
    margin: 20px 0;
}

.article_body .post_content figcaption {
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-top: 5px;
}

#main .article_body .post_content li {
    list-style-type: disc;
    list-style-position: inside;
}

.article_body .post_content .alignleft {
    float: left;
    margin-right: 16px;
}

.article_body .post_content .alignright {
    float: right;
    margin-left: 16px;
}

.article_body .post_content .aligncenter {
    display: block;
    margin: auto auto;
}

.article_body .post_content .twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto;
}

.article_body .post_content .instagram-media-rendered {
    margin-left: auto !important;
    margin-right: auto !important;
}

.article_body .post_content h1 {
    display: block;
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article_body .post_content h2 {
    display: block;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article_body .post_content h3 {
    display: block;
    font-size: 1.17em;
    line-height: 1.2em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article_body .post_content h4 {
    display: block;
    font-size: 1em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article_body .post_content h5 {
    display: block;
    font-size: .83em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article_body .post_content h6 {
    display: block;
    font-size: .67em;
    line-height: 1.4em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article_body a.ntd_japan_nor_cms {
	display: block;
	width: 96%;
	border-radius: 10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: #5f76f8;
	margin: 15px auto;
}

.article_body a.ntd_japan_nor_cms:hover {
	color: #fff !important;
	background-color: #0b1e88;
}

.main_content .division hr {
    margin: 30px 0 20px;
    display: inline-block;
    width: 100%;
    height: 2px;
    border: 1px solid #d9d9d9;
}

.recommended_article {
    margin: 10px 0 30px;
    display: inline-block;
    width: 100%;
}

.recommended_article .block_title {
    color: #5f76f8;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    display: block;
}

.recommended_article li {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.recommended_article .triangle {
    display: inline-block;
    width: 18px;
    height: 30px;
    background-image: url(/assets/themes/ntd/images/NTD_Icons.png);
    background-position: -6px -3218px;
    background-repeat: no-repeat;
}

.recommended_article li a {
    display: inline-block;
    width: 96%;
    float: right;
    font-family: Arial;
    color: #100793;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.related_article {
    background-color: #5f76f8;
    padding: 0 7px 7px 7px;
}

.related_article .block_title {
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
}

.related_article ul {
    display: inline-block;
    background-color: #ffffff;
    margin-top: 3px;
    padding: 0 8px;
    width: 100%;
}

.related_article li {
    display: inline-block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #b4b1de;
}

.related_article li:first-child {
    padding-top: 8px;
}

.related_article li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: -6px;
}

.related_article li .image {
    display: inline-block;
    width: 12%;
    float: left;
}

.related_article li .title {
    display: inline-block;
    width: 86%;
    float: right;
}

.related_article li .title a {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
}

.editor_choice {
    display: inline-block;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    padding: 0 10px 30px 10px;
}

.editor_choice .block_title {
    color: #001327;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 10px;
    padding: 15px 0;
    display: inline-block;
}

.editor_choice li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    width: 25%;
}

.editor_choice li .image {
    position: relative;
}

.editor_choice li.videos {
    width: 50%;
    padding-bottom: 15px;
}

.editor_choice li.start {
    clear: both;
}

.editor_choice li .title a {
    display: inline-block;
    color: #0a0556;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.red-caption {
    line-height: 1.2em;
    padding-top: 8px;
    color: #777;
    font-size: 14px;
    padding-bottom: 10px;
}

.post_content .pull-quote {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px;
    padding: 33px 0 30px 0;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center;
    background-color: #eee;
    background: -webkit-linear-gradient(right, #fff, #eee 50%, #fff);
    background: -o-linear-gradient(left, #fff, #eee 50%, #fff);
    background: -moz-linear-gradient(left, #fff, #eee 50%, #fff);
    background: linear-gradient(to left, #fff, #eee 50%, #fff);
}

.pull-quote .quote-content:after, .pull-quote .quote-content:before {
    content: "“";
    line-height: 0;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    color: #777;
    margin: 0 10px 0 0;
    position: relative;
    top: -4px;
}

.pull-quote .quote-content:after {
    content: "”";
    top: 0;
    margin-left: 5px;
}

.pull-quote .quote-info {
    color: #777;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}

.pull-quote .quote-info .author {
    color: #777;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    width: auto;
}

.morearticles {
    margin-bottom: 15px;
}

.morearticles strong {
    border-top: 3px solid #111;
    font-family: Georgia;
    font-size: 18px;
    padding-top: 4px;
}

.morearticles .post_list {
    color: #2e6d9d;
    margin: 5px 0 0 20px !important;
}

.morearticles .post_list .article {
    list-style: disc;
    display: list-item;
    line-height: normal;
    margin-bottom: 8px;
}

.morearticles .post_list .article a {
    color: #41a0ce;
    font-size: 18px;
    font-family: Georgia;
    line-height: 19px;
}

.coverage {
    padding: 15px 20px 15px 0;
    width: 50%;
    float: left;
}

.coverage strong {
    font-size: 20px;
    border-top: 2px solid #111;
    padding-top: 10px;
}

.coverage .post_list {
    margin: 0;
    padding: 0;
}

.coverage .post_list .article {
    list-style: none;
    border-top: 1px dotted #ddd;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px 0 14px;
    line-height: 20px;
    overflow: hidden;
}

.coverage .post_list .article:first-child {
    border-top: none;
}

.coverage .post_list .article img {
    float: left;
    width: 40% !important;
}

.coverage .post_list .article span {
    float: left;
    width: 57%;
    padding-left: 3%;
    font-size: 14px;
    color: #41a0ce;
}

.coverage .post_list .article a:hover span {
    color: #555;
}

@media screen and (max-width: 800px) {
    .article_title {
        font-size: 38px;
        line-height: 49px;
    }
    .article_body .author_name {
        font-size: 19px;
    }
    .article_body .post_date {
        font-size: 14px;
    }
    .article_body .post_content {
        font-size: 17px;
        line-height: 24px;
    }
    .recommended_article .block_title {
        font-size: 21px;
        line-height: 31px;
    }
    .recommended_article li {
        margin: 8px 0;
    }
    .recommended_article li a {
        width: 94.5%;
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
    }
    .related_article .block_title {
        margin-top: 7px;
        font-size: 17px;
        line-height: 25px;
    }
    .related_article li .title a {
        font-size: 16px;
        line-height: 19px;
    }
    .editor_choice li .title a {
        font-size: 14px;
        line-height: 16px;
    }
    aside {
        width: 100%;
    }
}