/*
Theme Name:     News Portal
Theme URI:      https://mysterythemes.com/wp-themes/news-portal
Author:         Mystery Themes
Author URI:     https://mysterythemes.com
Description:    News Portal is ultimate magazine theme with creative design and powerful features that allow you to quickly and easily create a style to suit your needs.It is completely built on Customizer which allows you to customize most of the theme settings easily with live previews. It is the fully widgetized theme so as to let users manage the website using the easy to use widgets.News Portal Theme is best choice to create a Beautiful & Powerful News/magazine/blog websites with ease.Get free support at https://mysterythemes.com/support/forum/themes/free-themes/ and check the demo at http://demo.mysterythemes.com/news-portal/
Version:        1.0.82
License:        GNU General Public License v3 or later
License URI:    http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:    news-portal
Tags:           news, grid-layout, custom-colors, one-column, two-columns, three-columns, left-sidebar, right-sidebar, featured-images, footer-widgets, full-width-template, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

News Portal is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #3d3d3d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}



/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #029fb2;
    color: #ffffff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #029fb2;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #029fb2;
    color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}

.no-results input[type="search"] {
    width: 45%;
}



/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #029fb2;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #029fb2;
}



/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}



/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.np-clearfix:before,
.np-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.mt-container:after,
.mt-container:before {
    content: '';
    display: table;
}

.np-clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
    clear: both;
}

.clear {
    clear: both;
}



/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}

.widget_search .search-field {
    float: left;
    width: 78%;
}

.widget_search .search-submit {
    background: #f54337 none repeat scroll 0 0;
    color: #ffffff;
    height: 36px;
    width: 22%;
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
    border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 26px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #029FB2;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
    color: #9f9f9f;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_categories a::before {
    content: "\f07b";
}

.widget_recent_entries a::before {
    content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
    content: "\f105";
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li a:before {
    content: "\f1ea";
    top: 0;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 36px;
    width: 25%;
    background: #029FB2;
    border-color: #029FB2;
    color: #ffffff;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    margin-bottom: -10px;
    margin-top: 10px;
    padding-left: 10px;
}

.widget_nav_menu li::before {
    top: 0;
}

.widget_tag_cloud .tagcloud a {
    color: #909090;
    font-size: 14px !important;
    border: 1px solid #cfcfcf;
    padding: 1px 10px;
    display: inline-block;
    margin: 0 5px 10px 0;
    border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #F54037;
    color: #fff;
    border-color: #F54037;
}


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

h1.entry-title {
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

h1.entry-title a {
    color: #3d3d3d;
}

.hentry {
    margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.cat-links {
    margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: #029fb2;
    padding: 4px 10px;
    color: #FFF !important;
    line-height: 1;
    border-radius: 3px;
    font-size: 13px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDD;
}

.blog article.hentry:first-child {
    margin-top: 30px;
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
}

article.hentry .entry-footer>span {
    margin-right: 15px;
    font-size: 13px;
}

.page-header .page-title {
    color: #333333;
    padding-bottom: 15px;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.byline:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.tags-links:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 3px;
}

.entry-footer .tags-links a {
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
}

.updated {
    display: none;
}

.published.updated {
    display: inline-block;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #029fb2
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 50%;
    float: left;
}

.nav-links .nav-next {
    text-align: right;
    float: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    float: left;
    width: 25%;
}

.nav-links .nav-next {
    float: right;
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entry-thumbnail {
    width: 38%;
    float: left;
}

.entry-excerpt {
    width: 60%;
    float: right;
}

.short-content {
    margin-bottom: 10px;
}

.short-content+.bttn {
    float: right;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}



/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}



/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px;
}

#comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}

#commentform label {
    width: 120px;
    display: block;
}

textarea#comment {
    width: 100%;
    height: 150px;
}



/*Comment Lists*/

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    padding: 15px;
    margin-bottom: 20px;
    background: #F2F2F2;
    border-top: 2px solid #029fb2;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
}

.comment-metadata {
    margin-top: -10px;
    padding-left: 57px;
}

.comment-content {
    padding-left: 58px;
    margin-top: 10px;
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    color: #029fb2;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #01AEFD;
}

.commentmetadata+.clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #029fb2;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #141414;
    margin-top: 40px;
    padding: 20px;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #029fb2;
}

#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #029fb2;
}

.logged-in-as a {
    color: #029fb2;
}



/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,


/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}



/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}



/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}



/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-left: -2%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3%;
    margin-left: 2%;
}

.site-main .gallery a img {
    max-width: none;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 47%;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
}

.gallery-columns-5 .gallery-item {
    max-width: 18%;
}

.gallery-columns-6 .gallery-item {
    max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 9.11%;
}

.gallery-caption {
    display: block;
}



/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.mt-column-wrapper {
    margin-left: -2%;
}

.mt-column-1 {
    float: left;
    width: 98%;
    margin-left: 2%;
}

.mt-column-2 {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.mt-column-3 {
    float: left;
    width: 31.33%;
    margin-left: 2%;
}

.mt-column-4 {
    float: left;
    width: 23%;
    margin-left: 2%;
}


/*--------------------------------------------------------------
Sidebar layout css 
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
    float: left;
    width: 430px;
	/*width: 55%;*/
	box-sizing:border-box;
}

#secondary,
.home.blog #secondary {
    float: right;
    /*width: 27%;*/
	width:23%;
	min-width:300px;
}

.page-template-magazine-template #primary {
    float: none;
    width: 100%;
}

.left-sidebar #primary {
    float: right;
}

.left-sidebar #secondary {
    float: left;
}

.no-sidebar #primary {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.no-sidebar #secondary {
    display: none;
}

.no-sidebar-center #primary {
    float: none;
    margin: 0 auto;
}

.home.blog #content .mt-container {
    margin: 20px auto;
}

.home.blog #content #primary article:first-child {
    margin-top: 0;
}



/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    font-weight: 400;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}

.boxed_layout #page {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 1200px;
    background: #ffffff;
}

body.fullwidth-layout #page {
    background: #fff none repeat scroll 0 0;
}

.mt-container {
    /*width: 1260px;*/
	width: 950px;
    margin: 0 auto;
}

.hide {
    display: none;
}


/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Top Header CSS
--------------------------------------------------------------*/

.np-top-header-wrap {
    background: #029fb2 none repeat scroll 0 0;
    color: #fff;
    padding: 8px 0;
}

.np-top-left-section-wrapper {
    float: left;
    font-size: 12px;
}

.np-top-left-section-wrapper .date-section {
    float: left;
    margin-right: 10px;
}

.np-top-left-section-wrapper .date-section::before {
    content: "\f017";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 8px;
}

.top-navigation {
    float: left;
}

.top-navigation ul {
    list-style: outside none none;
    margin: 0;
}

.top-navigation ul li {
    border-left: 1px solid #fff;
    display: inline-block;
    line-height: 12px;
    padding: 0 10px;
}

.top-navigation ul li a {
    color: #fff;
}

.np-top-right-section-wrapper {
    float: right;
}

.np-top-right-section-wrapper .social-link {
    display: block;
    float: left;
    margin-top: -5px;
}

.np-top-right-section-wrapper .social-link a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 10px;
}

#masthead .site-branding {
    float: left;
    margin: 20px 0 0;
}

header .np-logo-section-wrapper .mt-container {
	/*margin-bottom:10px;*/
}

#masthead .np-header-ads-area .news_portal_ads_banner {
    margin: 0;
    padding: 0;
}


#custom_html-7 {
	float: left;
    width: 540px;
	margin-left: 10px;
    margin-right: 20px;
	margin-bottom: 15px;
}

.l-search {
    width:100%;
}

.np-header-ads-area {
	overflow:hidden;
	margin-top:30px;
}


#custom_html-13 {
	float:left;
	margin-top:-15px;
	margin-bottom:0;
	width:215px;
}

#custom_html-12 {
	float:left;
	max-width:570px;
	width:100%;
}


.header_icon_list {
	list-style-type:none;
	width: 225px;
	margin-left:0px;
	box-sizing:border-box;
	padding-left:0px;
}

.header_icon_list li {
	float:left;
	width:33%;
	box-sizing:border-box;
	text-align:center;
}

.header_icon_list li a{
	list-style-type:none;
	font-size:12px !important;
}




.np-logo-section-wrapper {
    padding: 0px 0 10px;
}


/*--------------------------------------------------------------
## Menu Header CSS
--------------------------------------------------------------*/
.site-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  width:165px;
}

.site-description {
  margin: 0;
}

.np-header-menu-wrapper {
    background: #029fb2 none repeat scroll 0 0;
    margin-bottom: 20px;
    position: relative;
}

.np-header-menu-wrapper .mt-container {
    position: relative;
}

.np-header-menu-wrapper .mt-container::before {
    background: rgba(0, 0, 0, 0) url("assets/images/menu-shadow.png") no-repeat scroll center top;
    content: "";
    height: 38px;
    left: 50%;
    margin-left: -480px;
    opacity: 1;
    position: absolute;
    top: 100%;
    width: 960px;
}

.np-home-icon a {
    color: #fff !important;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 40px;
    padding: 0 12px;
    position: relative;
}

.home .np-home-icon a,
.np-home-icon a:hover {
    background: #028a9a none repeat scroll 0 0;
}

#site-navigation {
    float: left;
}

#site-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-navigation ul li {
    display: inline-block;
    line-height: 40px;
    margin-right: -3px;
    position: relative;
	font-size:16px;
}

#site-navigation ul li a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    color: #00238C;
    display: block;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
}

#site-navigation ul ul.children li a {
    line-height: 25px;
    padding: 8px 15px;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current_page_item>a,
#site-navigation ul li.current-menu-ancestor>a {
    background: #028a9a;
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
    background: #029fb2 none repeat scroll 0 0;
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 120%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
    float: none;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
    border: none;
}

#site-navigation ul.sub-menu ul,
#site-navigation ul.children ul {
    right: -100%;
    left: auto;
    top: -20%;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul {
    top: 0;
}

#site-navigation ul li.menu-item-has-children>a:before,
#site-navigation ul li.page_item_has_children>a:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 2px;
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:before,
#site-navigation ul.children li.page_item_has_children>a:before {
    content: "\f105";
}

#site-navigation ul#primary-menu li.menu-item-has-children a,
#site-navigation #primary-menu li.page_item_has_children a {
    padding-right: 30px;
}

.home .np-home-icon a::after,
.np-home-icon a:hover::after,
#site-navigation ul#primary-menu>li:hover>a:after,
#site-navigation ul#primary-menu>li.current-menu-item>a::after {
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.np-header-menu-wrapper::before,
.np-header-menu-wrapper::after {
    background: #029fb2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 99;
}

.np-header-menu-wrapper::after {
    left: auto;
    right: -5px;
    visibility: visible;
}

.np-header-menu-block-wrap::before,
.np-header-menu-block-wrap::after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #03717f;
    border-top: 5px solid transparent;
    bottom: -6px;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    width: 5px;
}

.np-header-menu-block-wrap::after {
    left: auto;
    right: -5px;
    transform: rotate(180deg);
    visibility: visible;
}

.is-sticky .np-header-menu-wrapper {
  z-index: 99;
}

/*--------------------------------------------------------------
## Header Search CSS
--------------------------------------------------------------*/

.np-header-search-wrapper {
    float: right;
    position: relative;
}

.search-main {
    display: block;
    line-height: 40px;
    cursor: pointer;
    color: #ffffff;
}

.np-header-search-wrapper .search-form-main {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #029FB2;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.np-header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #029FB2;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}

.np-header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 80%;
    float: left;
}

.np-header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    width: 20%;
    height: 36px;
    background: #029FB2;
}

.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}

.menu-toggle {
    color: #333;
    display: none;
    float: left;
    font-size: 20px;
    padding: 2px 15px;
}

.sub-toggle {
    display: none;
}


/*--------------------------------------------------------------
Ticker CSS
--------------------------------------------------------------*/

.np-ticker-block {
    border: 1px solid #e1e1e1;
    margin: 30px 0;
    position: relative;
}

.ticker-caption {
    background: #464646 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 5px 15px;
}

.ticker-content-wrapper {
    display: block;
    float: left;
    width: 80%;
}

.ticker-content-wrapper .post-cats-list {
    float: left;
    margin-right: 15px;
}

.ticker-content-wrapper .lslide.active {
    height: auto !important;
}

.ticker-content-wrapper .cS-hidden {
    opacity: 1;
}

.news-ticker-title>a {
    color: #333;
    display: block;
    margin: 5px 0 0;
}

.np-ticker-block .lSAction {
    position: absolute;
    right: 10px;
    top: 5px;
}

.np-ticker-block .lSAction>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    height: auto;
    margin: 0 5px!important;
    position: static;
    width: auto;
    opacity: 1;
}

.np-ticker-block .lSSlideOuter.vertical,
.np-ticker-block .lSSlideWrapper,
.np-ticker-block .lSSlideWrapper .lSFade {
    position: static;
}

.post-cats-list span {
    display: inline-block;
    vertical-align: top;
}

.post-cats-list a {
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    padding: 1px 12px;
    text-transform: capitalize;
}


/*--------------------------------------------------------------
Slider CSS
--------------------------------------------------------------*/

.news_portal_slider .lSAction>a {
    background: none;
}

.news_portal_featured_slider {
  margin: 0 0 25px;
}

.news_portal_featured_slider .slider-posts {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.news_portal_slider {
    float: none;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}

.np-single-slide-wrap,
.news_portal_carousel .np-single-post,
.news_portal_block_posts .layout3 .np-primary-block-wrap {
    position: relative;
}

.np-slide-content-wrap,
.news_portal_carousel .np-single-post .np-post-content,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-content {
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
}

.np-slide-content-wrap .post-title,
.news_portal_featured_posts .np-single-post .np-post-content .np-post-title,
.news_portal_carousel .np-single-post .np-post-title,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title {
    line-height: 26px;
    margin: 5px 0;
}

.np-slide-content-wrap .post-title a,
.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a,
.news_portal_carousel .np-single-post .np-post-title a,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

.np-slide-content-wrap .post-title a:hover,
.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a:hover,
.news_portal_carousel .np-single-post .np-post-title a:hover,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a:hover {
    color: #029fb2;
}

.np-slide-content-wrap .np-post-meta span,
.np-slide-content-wrap .np-post-meta span a,
.news_portal_featured_posts .np-single-post .np-post-meta span,
.news_portal_featured_posts .np-single-post .np-post-meta span a {
    color: #cccccc;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.np-slide-content-wrap .np-post-meta span,
.news_portal_featured_posts .np-single-post .np-post-meta span {
    margin-right: 15px;
}

.news_portal_featured_slider .slider-posts .lSAction {
    position: absolute;
    right: 20px;
    top: 20px;
}

.news_portal_featured_slider .slider-posts .lSAction > a {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin: 0 2px;
    opacity: 1;
    position: static;
    text-align: center;
}

.news_portal_featured_slider .slider-posts .lSAction > a:hover {
    background: #029FB2;
    color: #fff;
}

.news_portal_featured_slider .featured-posts {
    float: right;
    width: 50%;
    padding: 0;
}

.news_portal_featured_slider .featured-posts .np-single-post-wrap {
    float: left;
    margin-bottom: 5px;
    padding-left: 5px;
    position: relative;
    width: 50%;
}

.news_portal_featured_slider .featured-posts .np-single-post {
    position: relative;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title {
    line-height: 20px;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a {
    font-size: 15px;
    color: #fff;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a:hover{
    color: #029fb2;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-meta span,
.news_portal_featured_slider .featured-posts .np-single-post .np-post-meta span a {
    font-size: 12px;
}

.np-home-top-section .news_portal_featured_posts .np-block-wrapper {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 20px;
}

.news_portal_featured_posts .np-featured-posts-wrapper {
    margin-left: -2%;
}

.news_portal_featured_posts .np-single-post-wrap {
    float: left;
    margin-left: 2%;
    width: 23%;
}

.news_portal_featured_posts .np-single-post .np-post-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    padding: 0;
    position: static;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-thumb {
    float: left;
    width: 42%;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content {
    float: left;
    margin-left: 4%;
    width: 54%;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a {
    color: #333;
    font-size: 14px;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a:hover {
    color: #029fb2;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title {
    line-height: 20px;
    margin: 0 0 2px;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta .byline {
    display: block;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span,
.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a {
    color: #989898;
}


/*--------------------------------------------------------------
Block Post Widget CSS
--------------------------------------------------------------*/

.np-post-thumb,
.np-slide-thumb {
    overflow: hidden;
}

.np-post-thumb img,
.np-slide-thumb img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.np-post-thumb:hover img,
.np-slide-thumb:hover img {
    -webkit-transform: scale(1.05) rotate(1deg);
    -ms-transform: scale(1.05) rotate(1deg);
    -o-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
    opacity: 0.8;
}

.np-home-middle-section .middle-primary {
    float: left;
    width: 67%;
}

.np-home-middle-section .middle-aside {
    float: right;
    width: 31%;
}

.np-block-title,
.widget-title,
.page-header .page-title,
.np-related-title {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 6px 20px;
    text-transform: uppercase;
    border-left: none;
    border-right: none;
    color: #029FB2;
    text-align: left;
}

.news_portal_block_posts .np-primary-block-wrap {
    float: left;
    width: 48%;
}

.news_portal_block_posts .np-secondary-block-wrap {
    float: right;
    width: 49%;
}

.np-post-title.large-size a,
.np-post-title.small-size a {
    color: #333;
    display: block;
    font-size: 16px;
}

.np-post-title.large-size,
.np-post-title.small-size {
    margin: 15px 0 10px;
    text-transform: capitalize;
}

.np-post-meta span,
.np-post-meta span a {
    color: #a6a6a6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
}

.np-post-meta span:hover,
.np-post-meta span a:hover,
.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span:hover,
.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a:hover {
    color: #029fb2;
}

.np-post-meta span {
    margin-right: 15px;
}

.np-post-excerpt {
    margin-top: 12px;
}

.np-post-excerpt p {
    margin-bottom: 0;
}

.np-secondary-block-wrap .np-post-thumb,
.news_portal_default_tabbed .np-post-thumb {
    float: left;
    width: 30%;
}

.np-secondary-block-wrap .np-post-content,
.news_portal_default_tabbed .np-post-content {
    float: right;
    width: 66%;
}

.np-post-title.small-size {
    margin-top: 0;
}

.np-post-title.small-size {
    line-height: 22px;
    margin: 2px 0 3px;
}

.np-post-title.small-size a {
    font-size: 14px;
    font-weight: 500;
}

.np-post-title.small-size a:hover {
    color: #029FB2
}

.np-secondary-block-wrap .np-single-post,
.news_portal_default_tabbed .np-single-post,
.news_portal_default_tabbed #comments ul li {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.np-secondary-block-wrap .np-single-post:last-child,
.news_portal_default_tabbed .np-single-post:last-child,
.news_portal_default_tabbed #comments ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.np-secondary-block-wrap .np-post-meta span,
.np-secondary-block-wrap .np-post-meta span a,
.news_portal_default_tabbed .np-post-meta span,
.news_portal_default_tabbed .np-post-meta span a,
.np-related-posts-wrap .np-post-meta span,
.np-related-posts-wrap .np-post-meta span a {
    font-size: 12px;
}

.news_portal_block_posts .layout2 .np-primary-block-wrap,
.news_portal_block_posts .layout2 .np-secondary-block-wrap {
    margin-left: -3%;
    width: 103%;
}

.news_portal_block_posts .layout2 .np-primary-block-wrap {
    margin-bottom: 10px;
}

.news_portal_block_posts .layout2 .np-primary-block-wrap .np-single-post,
.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post {
    display: inline-block;
    float: none;
    margin-left: 3%;
    margin-right: -4px;
    vertical-align: top;
    width: 47%;
}

.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post:nth-child(4) {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
}

.news_portal_block_posts .layout3 .np-primary-block-wrap {
    width: 100%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap {
    margin-top: 20px;
    width: 102%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap {
    margin-left: -2%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post {
    border: medium none;
    float: left;
    margin-bottom: 0;
    margin-left: 2%;
    padding: 0;
    width: 31.33%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-thumb,
.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-content {
    float: none;
    width: 100%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-content {
    margin-top: 10px;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post {
    display: flex;
    flex-direction: column;
    width: 33.33%;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post .np-post-content {
    background: #f2f2f2 none repeat scroll 0 0;
    height: 242px;
    overflow: hidden;
    padding: 11px 15px 15px;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post:nth-child(2) {
    flex-direction: column-reverse;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post .np-post-content .np-post-excerpt {
    line-height: 27px;
    margin-top: 10px;
}


/*--------------------------------------------------------------
Featured Widget CSS
--------------------------------------------------------------*/

.middle-primary .news_portal_featured_posts .np-single-post-wrap {
    float: left;
    margin-bottom: 2%;
    margin-left: 2%;
    width: 31.33%;
}

.middle-primary .news_portal_featured_posts .np-featured-posts-wrapper {
    margin-left: -2%;
}

.middle-primary .news_portal_featured_posts .np-single-post img {
    width: 100%;
}

.middle-primary .news_portal_featured_posts .np-single-post-wrap {
    width: 48%;
}

.middle-aside .news_portal_featured_posts .np-single-post-wrap {
    margin-bottom: 20px;
    width: 98%;
}

.middle-aside .news_portal_featured_posts .np-single-post-wrap {
    width: 98%;
}

.middle-aside .news_portal_featured_posts .np-single-post-wrap:last-child {
    margin-bottom: 0;
}

.news_portal_default_tabbed ul.widget-tabs {
    margin: 0;
    list-style: none;
}

.news_portal_default_tabbed ul.widget-tabs li {
    background: #029fb2 none repeat scroll 0 0;
    display: inline-block;
    margin-right: -4px;
    padding: 5px 0;
    text-align: center;
    width: 50%;
    position: relative;
}

.news_portal_default_tabbed ul.widget-tabs li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active,
.news_portal_default_tabbed ul.widget-tabs li:hover {
    background: #028A9A;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*transition: all 0.5s ease;*/
}


.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active:before,
.news_portal_default_tabbed ul.widget-tabs li:hover:before {
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

.news_portal_default_tabbed .np-tabbed-section {
    margin-top: 20px;
}

.news_portal_default_tabbed .np-tabbed-section {
    border: 1px solid #e1e1e1;
    border-top: none;
    margin-top: 0;
    padding: 20px;
}

.news_portal_default_tabbed .np-post-meta span {
    margin-right: 10px;
}

.news_portal_default_tabbed #comments ul {
    margin: 0;
    list-style: none;
}

.news_portal_default_tabbed #comments ul .np-comment-avatar {
    float: left;
    width: 25%;
}

.news_portal_default_tabbed #comments ul .np-comment-desc-wrap {
    float: right;
    width: 71%;
}

.news_portal_default_tabbed #comments ul .np-comment-avatar img {
    width: 100%;
}


/*--------------------------------------------------------------
Full width Widget CSS
--------------------------------------------------------------*/

.np-block-title-nav-wrap {
    position: relative;
}

.np-block-title-nav-wrap .carousel-nav-action {
    position: absolute;
    right: 0;
    top: 0;
}

.np-block-title-nav-wrap .carousel-nav-action .carousel-controls {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-left: 0;
    padding: 3px 13px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.np-block-title-nav-wrap .carousel-nav-action .carousel-controls:hover {
    background: #029FB2;
}


.news_portal_carousel .np-post-meta span,
.news_portal_carousel .np-post-meta span a,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-post-meta span,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-post-meta span a {
    color: #cfcfcf;
}


/*--------------------------------------------------------------
Recent Post Widget CSS
--------------------------------------------------------------*/

.news_portal_recent_posts .np-recent-posts-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news_portal_recent_posts .np-recent-posts-wrapper .np-single-post {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb {
    float: left;
    width: 30%;
}

.news_portal_recent_posts .np-recent-posts-wrapper .np-post-content {
    float: left;
    margin-left: 4%;
    width: 66%;
}

.mt-social-icons-wrapper {
    text-align: center;
}

.news_portal_social_media .social-link {
    display: inline-block;
    vertical-align: top;
}

.news_portal_social_media .social-link a {
    background: #029fb2 none repeat scroll 0 0;
    color: #fff;
    display: block;
    margin-right: 10px;
    padding: 7px 14px;
}

.news_portal_social_media .social-link a:hover {
    background: #028A9A;
}

.news_portal_ads_banner {
    text-align: center;
}


/*--------------------------------------------------------------
Footer CSS
--------------------------------------------------------------*/

#colophon {
    background: #000000 none repeat scroll 0 0;
    margin-top: 40px;
    padding: 40px 0 0;
}

#top-footer .np-footer-widget-wrapper {
    /*margin-left: -2%;*/
}

#top-footer.footer_column_one .np-footer-widget,
#top-footer.footer_column_two .np-footer-widget,
#top-footer.footer_column_three .np-footer-widget,
/*#top-footer.footer_column_four .np-footer-widget*/ {
    float: left;
    margin-left: 2%;
    width: 31.33%;
}

#top-footer .widget a,
#top-footer .widget a:before,
#top-footer .widget li:before {
    color: #cfcfcf;
}

#top-footer .widget a:hover,
#top-footer .widget a:hover:before,
#top-footer .widget li::hover:before {
    color: #029fb2;
}

#top-footer.footer_column_one .np-footer-widget {
    width: 98%;
}

#top-footer.footer_column_two .np-footer-widget {
    width: 48%;
}

#top-footer.footer_column_four .np-footer-widget {
    width: 23%;
}

#top-footer .widget-title {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.bottom-footer {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    color: #bfbfbf;
    font-size: 12px;
    padding: 10px 0;
}

.site-info {
    float: left;
}

#footer-navigation ul {
    float: right;
    list-style: outside none none;
    margin: 0;
}

#footer-navigation ul li {
    display: inline-block;
    vertical-align: top;
}

#footer-navigation ul li a {
    border-left: 2px solid #7f7f7f;
    color: #cfcfcf;
    margin-left: 10px;
    padding-left: 10px;
}

#footer-navigation ul li:first-child a {
    margin-left: 0;
}

#footer-navigation ul li a:hover {
    color: #029fb2;
}


/*--------------------------------------------------------------
Archive CSS
--------------------------------------------------------------*/

.archive article {
    border: none !important;
}

.np-archive-post-content-wrapper {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
}

.np-archive-post-content-wrapper:before {
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    left: 20px;
    position: absolute;
    top: -15px;
}

.entry-meta span {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 15px;
    text-transform: capitalize;
}

.entry-meta span a,
.entry-meta span {
    color: #767676;
    font-style: normal;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.np-archive-post-content-wrapper .entry-title {
    font-size: 20px;
    margin: 0 0 6px;
}

.np-archive-post-content-wrapper .entry-title a {
    color: #333;
}

.entry-title a:hover,
.entry-meta span a:hover,
.entry-meta span:hover {
    color: #029fb2;
}

.np-archive-more .np-button {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    ;
    padding: 4px 20px;
    text-decoration: none;
}

.np-archive-more .np-button:hover {
    background: #029fb2;
    color: #fff;
    border-color: #029FB2;
}

.np-archive-more .np-button i {
    margin-right: 8px;
}

.np-archive-grid-post-wrapper article {
    display: inline-block;
    margin-left: 3%;
    margin-right: -4px;
    width: 47%;
    vertical-align: top;
}

.np-archive-grid-post-wrapper {
    margin-left: -3%;
}

.np-related-posts-wrap .np-post-title {
  margin: 10px 0 5px;
}

article.hentry h1.entry-title {
    font-size: 26px;
    margin: 10px 0;
}

.np-related-section-wrapper {
    margin-top: 80px;
}

.np-related-section-wrapper .np-single-post {
    float: left;
    margin-left: 2%;
    width: 31.33%;
}

.np-related-posts-wrap {
    margin-left: -2%;
}

#content {
    margin-top: 30px;
}

.home #content {
    margin-top: 0;
}

.single .post-cats-list {
  margin: 6px 0;
}

/*--------------------------------------------------------------
Error 404 css 
--------------------------------------------------------------*/

.error404 #primary {
    float: none;
    padding: 90px 0;
    width: 100%;
}

.error-404.not-found {
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    max-width: 700px;
}

.error404 .page-title {
    background: #029FB2 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.error-num {
    font-size: 114px;
    font-weight: 700;
    text-align: center;
}

.error-num>span {
    font-size: 34px;
    text-transform: uppercase;
}

.error404 .page-content {
    font-size: 14px;
    text-align: center;
}

/*--------------------------------------------------------------
scroll to top css 
--------------------------------------------------------------*/

#np-scrollup {
    background-color: #029FB2;
    bottom: 20px;
    color: #ffffff;
    display: none;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 20px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#np-scrollup {
    display: none;
}

#np-scrollup:hover,
#np-scrollup:focus,
#np-scrollup:active {
    color: #ffffff;
    border-radius: 100%;
}






/*---------------------------------------------------------------------------------------------

                             ▼ ここから追加CSS   

---------------------------------------------------------------------------------------------*/

.sp_display {
	display:none !important;
}


/*ヘッダー*/

header #np-menu-wrap {
	border-top:solid 2px #00238C;
	background: linear-gradient(#fff, #ddd);
	margin-bottom:40px;
}


.search_menu_link {
	clear:both;
	margin:0 auto;
	text-align:center;
}

.search_menu_link li {
	margin:0;
	list-style-type:none;
	display:inline-block;
	margin-right:10px;
}

.search_menu_link li a {
	color:#00238C;
}

.search_menu_link li a:hover {
	text-decoration:underline;
}

.current-menu-item a {
	color:#fff !important;
}

#site-navigation ul li a:hover {
	color:#fff;
}

#custom_html-10 {
	width:100% !important;
	float:none !important;
	margin:0 !important;
}

#custom_html-13 {
	width:215px;
	float:left;
	margin-top:-15px;
}

.language_box {
	float:right;
}

.np-top-header-wrap .np-top-left-section-wrapper {
    height: 31px;
    line-height: 35px;
}

/*トップレイアウト関連*/

.entry-title {
	display:none;
}

.page-id-14 .widget-title {
	display:none;
}

.responsive-tabs__list {
	margin-top:0;
}

.page-id-14 .entry-content {
	margin-top:0;
}

.page-id-123 #custom_html-2 .widget-title {
	display:none;
}


.release-loginbox {
	padding:0;
}

/*--左サイドバー--*/

#third {
	/*width:18%;*/
	width:183px;
	float:left;
	margin-right:18px;
}

.service_link_list {
	list-style-type:none;
	margin-left:0;
	border:solid 1px #ddd;
}


.service_link_list li {
	box-sizing:border-box;
	/*padding-left:15px;*/
	margin: 8px 0 6px;
}

.service_link_list li a img {
    margin: 0 6px 2px 4px;
}

.service_link_list li a {
	color:#777;
}

#third .service_title {
	font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #00238C;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    padding: 8px 15px 6px;
	margin:0;
}

.left_banner_list01 {
	list-style-type:none;
	margin:0;
}

.left_banner_list01 li {
	margin-bottom:10px;
}

/*--ここまで左サイドバー--*/


#secondary .widget-title {
	display:none !important;
}



/*--トップページ--*/


/*----hover時の調整追加----*/

.getPostTitle a:hover,
.shoppingmall_box02 a:hover,
.shoppingmall_box03 a:hover,
.second_hot_topics a:hover,
.service_link_list a:hover,
.tab_next_nav a:hover,
.ninja-recommend-article-title:hover,
.header_icon_list li a:hover span,
.post_content a:hover {
	text-decoration:underline;
}

.login_box01 a:hover {
	opacity:0.8;
}

.read_more_entertainment {
	text-align: right;
    margin: 0 3px 5px;
    border-top: solid 1px #ccc;
    padding: 5px 2px 0;
}

.read_more_entertainment a:hover {
	text-decoration:underline;
}


/*ニュース　タブ設定*/

#tab_limit {
	height: 445px;
	overflow: hidden;
}

.newstab_iframe {
	width:100%;
	height:340px;
}

.newstab_iframe .rss_blog_title {
	font-size:12px !important;
}

.tab_content01 {
	width:61%;
	float:left;
	box-sizing:border-box;
}

.tab_content02 {
	width:39%;
	float:left;
	box-sizing:border-box;
}

.focus iframe {
	height: 330px;
}

.focus:nth-child(2) {

}

.tab_next_nav {
	clear:both;
	text-align:right;
	margin-right: 5px;
    padding-bottom: 15px;
}

.newstab_box {
	background-color:#fafafa;
}



/*ここまでニュース　タブ設定*/

#custom_html-17 {
	margin-bottom:0;
}


/*ここまで*/


/*カスタム検索調整*/
#cse-search-box input {
	width:85%;
	box-sizing:border-box;
	padding:2px 2px 2px 7px !important;
}

.l-search__btn {
	height:34px;
    margin-left: 4px;
}

#cse-search-box {
	padding:10px;
	background: linear-gradient(#f6f6f6, #ddd);
}




/*トップページ　ショップコンテンツ部分CSS*/

.shoppingmall_box01 h2,
.shoppingmall_box02 h2,
.shoppingmall_box03 h2 {
	font-size:16px;
	margin-bottom:5px;
	border-left: solid 5px #0087cd;
    padding-left: 8px;
}

.shoppingmall_box02 ul {
	margin:0;
}

.shoppingmall_box02 li {
	list-style-type:none;
	display:inline-block;
	margin-left:5px;
}

.shoppingmall_box01 .product_box01 {
	float:left;
	width:24%;
	box-sizing:border-box;
	margin-right:1.33%;
}

.shoppingmall_box01 .product_box01:last-child {
	margin-right:0;
}

.shoppingmall_box01 .product_box01 div {
	background-color: #eee;
    height: 130px;
}

.shoppingmall_box02 {
	border-top:solid 1px #eee;
	box-sizing: border-box;
    padding: 17px 8px 10px;
}

.shoppingmall_box03 {
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	box-sizing: border-box;
    padding: 17px 8px 10px;
}

.shoppingmall_box03 ul {
	margin-bottom:0;
}

.hot_topics_news {
}

.hot_top {
	float:left;
	width:30%;
	box-sizing:border-box;
	margin-right:7%;
	height: 200px;
    width: 193px;
	background-color:#eee;
}

.hot_random {
	float:left;
	width:63%;
	box-sizing:border-box;
}

.hot_random h2 {
	font-size:16px;
    margin-bottom: 5px;
}


.getPost {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding-right:5px;
}

.getPost:last-child {
	padding-right:0px;
}

.getPostTitle {
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
}

#primary #main article:nth-child(n+2) {
	display:none;
}

.search-results #primary #main article:nth-child(n+2) {
	display:block;
}

.section_title {
	font-size:16px !important;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	box-sizing:border-box;
	padding:10px;
}

.title_mark {
	margin-bottom: 2.5px;
    margin-right: 5px;
}

#panel-14-1-0-0,
#panel-14-2-0-0,
#panel-14-3-0-0,
#panel-14-4-0-0,
#panel-14-5-0-0 {
    background-color: #fafafa;
	border: 1px solid #ddd;
	box-sizing:border-box;
	/*padding: 0px 5px 5px 5px;*/
}


#panel-14-0-0-0 {
	background-color: #fff;
	border: none;
}

.ninja-recommend-block {
	width:97%;
	margin:0 auto;
}

.hoppingmall_box01,
.hoppingmall_box02,
.hoppingmall_box03,
.shoppingmall_box01 {
	box-sizing:border-box;
	padding:0 8px;
}

#pg-14-0 {
	margin-bottom:0 !important;
}

#pg-14-1,
#pg-14-2,
#pg-14-3,
#pg-14-4,
#pg-14-5 {
	margin-bottom:10px !important;
}

/*サイドバー*/

.company_link_banner {
	margin:0;
}

.company_link_banner li {
	list-style-type:none;
	margin-bottom:10px;
}

/*ここまで*/


/*フッター*/

.footer_link_banner {
	margin:0;
}

.footer_link_banner li {
	list-style-type:none;
	margin-bottom:10px;
	float:left;
	width:19%;
	margin-right:1.2%;
}

.footer_link_banner li:nth-child(4) {
	margin-right:0.7%;
}

.footer_link_banner li:last-child {
	margin-left:0.7%;
	margin-right:0;
}

.footer_link_banner li a:hover {
	opacity:0.9;
}

.copyright {
	text-align:center;
	margin:0;
	padding:0;
}

.footer_link_pc_title {
	color:#00238C;
	border-bottom:solid 2px #00238C;
	font-size:17px;
}

#top-footer {
	background-color:#fff;
}

#colophon {
	padding:0;
	margin-top:10px;
}

.footer_link_banner li {
	text-align:center;
}

.footer_link_banner li a:hover span {
	text-decoration:underline;
}

.footer_link_banner li a img {
	margin-bottom:5px;
}

.footer_banner_des {
	text-align:center;
	margin-top:5px;
	color:#00238C
}

.footer_banner_des a {
	color:#00238C !important;
}

.footer_banner_des a:hover {
	text-decoration:underline;
}

.footer_sitemap {
}

.footer_sitemap_box01 {
	float:left;
	box-sizing:border-box;
	width:10%;
	margin-right:3%;
}

.footer_sitemap_box02 {
	float:left;
	box-sizing:border-box;
	width:66%;
}

.footer_sitemap_box03 {
	float:left;
	box-sizing:border-box;
	width:18%;
	margin-right:3%;
}

#top-footer .widget-title {
	display:none;
}

#custom_html-19 {
	margin:0;
}

#custom_html-16 {
	margin-bottom:10px;
}

.sitemap_c_name {
	font-size:16px;
	margin-bottom:5px;
	/*border-bottom:solid 2px #00238C;*/
}



.sitemap_c_name a {
	color:#000 !important;
}

.sitemap_c_name a:hover {
	text-decoration:underline;
}


.sitemap_list01 {
	list-style-type:none;
	margin:0;
}

.sitemap_list01 li:before {
    content: "・ ";
    color: #00238C !important;
}

.sitemap_list01 li {
	margin-bottom:3px;
}

.sitemap_list01 li a {
	color:#00238C !important;
}

.sitemap_list01 li a:hover {
	text-decoration:underline;
}

.sitemap_list02 {
	float:left;
	width:33%;
}



/*ここまで*/



/*--カテゴリニュースページ--*/

.page-id-128 #third,
.page-id-389 #third,
.page-id-401 #third,
.page-id-397 #third,
.page-id-395 #third,
.page-id-393 #third,
.page-id-391 #third,
.page-id-399 #third,
.page-id-320 #third {
	display:none;
}

.page-id-128 #primary,
.page-id-389 #primary,
.page-id-401 #primary,
.page-id-397 #primary,
.page-id-395 #primary,
.page-id-393 #primary,
.page-id-391 #primary,
.page-id-399 #primary,
.page-id-320 #primary {
	width:76%;
}

.clearfix:after {
	clear:both;
	display:block;
	content:"";
}

.category_nav_list {
	margin:0;
}



.category_nav_list li {
	width:12.5%;
	box-sizing:border-box;
	float:left;
	list-style-type:none;
}

.category_nav_list li a {
	display:block;
	color:#fff;
	background-color:#000;
	text-align:center;
	padding: 10px 0 8px;
}

.category_nav_list a.active {
	background-color:#0087cd;
}

.category_nav_list li a:hover {
	background-color:#000;
	color:#0087cd;
}

.category_nav_list a.active:hover {
	background-color:#0087cd;
	color:#fff;
}

.category_news_rss_box00 {
	padding:10px 0;
	width:100%;
}

.category_news_rss_box00 {
	padding:10px 0;
	width:50%;
	float:left;
}

.category_news_rss_box00 ul {
	margin:0;
	width:100%;
	box-sizing:border-box;
}


.category_news_rss_box00 li {
	width:100%;
	box-sizing:border-box;
	list-style-type:none;
	border-bottom:solid 1px #eee;
}

.category_news_rss_box00 li a {
	display: block;
    padding: 9px 0 6px;
}

.category_news_rss_box00 li:last-child {
	border-bottom:none;
}

.category_news_rss_box01 {
	padding:10px 0;
	width:100%;
}

.category_news_rss_box01 ul {
	margin:0;
	width:100%;
	box-sizing:border-box;
}


.category_news_rss_box01 li {
	float:left;
	width:50%;
	box-sizing:border-box;
	list-style-type:none;
	border-bottom:solid 1px #eee;
}

.category_news_rss_box01 li a {
	display: block;
    padding: 9px 0 6px;
}

.category_news_rss_box01 li:last-child {
	border-bottom:none;
}

.category_news_rss_box02 {
    background: #eee;
    width: 48%;
	margin-left:2%;
    height: 425px;
    float: left;
	box-sizing:border-box;
}

#pg-128-1,
#pg-389-1,
#pg-401-1,
#pg-397-1,
#pg-395-1,
#pg-393-1,
#pg-391-1,
#pg-399-1,
#pg-320-1
 {
	margin-bottom:4px !important;
}

.contents_slider_test {
	width:100%;
	margin:0;
}

.contents_slider_test li {
	float:left;
	width:23.5%;
	margin-right:2%;
	box-sizing:border-box;
	background-color:#eee;
	display:block;
	height:200px;
}

.contents_slider_test li:nth-child(3) {
	margin-right:1%;
}

.contents_slider_test li:nth-child(4) {
	margin-left:1%;
	margin-right:0;
}

.read_more_news {
	border-top: solid 3px #eee;
    text-align: right;
    padding: 10px 10px 0;
}

.read_more_news a{
	color:#555;
	font-size:15px;
}

#pg-128-0,
#pg-128-4,
#pg-389-0,
#pg-389-4,
#pg-401-0,
#pg-401-4,
#pg-397-0,
#pg-397-4,
#pg-395-0,
#pg-395-4,
#pg-393-0,
#pg-393-4,
#pg-391-0,
#pg-391-4,
#pg-399-0,
#pg-399-4,
#pg-320-0,
#pg-320-4 {
	margin:0 !important;
}


.category_news_topics {
    font-size: 26px;
    border-bottom: solid 3px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}


/*ここまで*/

.np-header-search-wrapper {
	display:none;
}

/*ショップページ*/

.page-links {
	font-size:20px;
}

.page-links a {
	font-size:20px;
}

#post-123 .entry-content,
#post-163 .entry-content,
#post-172 .entry-content,
#post-176 .entry-content,
#post-180 .entry-content,

#post-182 .entry-content,
#post-192 .entry-content,
#post-194 .entry-content,
#post-196 .entry-content,
#post-200 .entry-content,

#post-202 .entry-content,
#post-204 .entry-content,
#post-206 .entry-content,
#post-208 .entry-content,
#post-214 .entry-content,

#post-216 .entry-content,
#post-218 .entry-content,
#post-220 .entry-content,
#post-222 .entry-content,
#post-188 .entry-content,

#post-184 .entry-content {
	margin-top:0;
}

.child_page-container:nth-child(-n+2) {
	margin-top:0;
}

/*ゲーム部分*/

.game_box {
	width:100%;
	border:none;
	background-color:#fff;
}

.game01 {
	float:left;
	width:50%;
	box-sizing:border-box;
}

.game02 {
	float:left;
	width:50%;
	box-sizing:border-box;
}

#panel-14-5-0-0 {
	background-color:#fff;
	border:none;
}

/*サイドバー追加*/

.official_social {
}

.official_social h2 {
	font-size: 17px;
    margin-bottom: 10px;
}

.official_social h2 span {
	font-weight:normal;
	padding-left:10px;
}

.official_social ul {
	margin:0 auto;
	width:100%;
	box-shadow: 2px 2px 3px #ccc;
    overflow: hidden;
}

.official_social ul li {
	margin:0 auto;
	width:33.3%;
	box-sizing:border-box;
	float:left;
	list-style-type:none;
	text-align:center;
    border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: linear-gradient(#fff, #ddd);
	height:61px;
}

.official_social ul li:first-child {
	border-left: solid 1px #ccc;
}

.official_social ul li a {
	margin: 0 auto;
    display: block;
    width: 100%;
    padding: 10px 15px;
}

.official_social ul li a img {
	width:38.5px;
}

.official_social ul li a:hover {
	opacity:0.8;
}

.official_social_info {
	clear: both;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	margin:0;
	padding-top:8px;
}

.official_social_box01 {
	border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 8px 8px 3px;
}

.affiliated_box .more-link span {
	display:none;
}


/*提携サイト　サイト内検索関連*/

.search_pagination {
	text-align:center;
	font-size:20px;
}

.lkc-excerpt {
	clear:both;
}

.lkc-url {
	margin: 3px 0 0px;
}

.lkc-thumbnail {
	margin-right:20px;
}

.lkc-excerpt {
	padding-top: 10px;
    font-size: 13px;
    line-height: 1.5em;
}

.lkc-content {
	height:170px;
}


/*-------------------------------------------------

ショッピングモール

-------------------------------------------------*/

/*変更テスト用追加*/

.page-id-1977 #content .mt-container {
	background-color:#fafafa;
	margin:30px auto;
	width:950px;
}

.page-id-1977 #content {
    background-color: #f6f6f6;
}

.page-id-1977 #primary {
	background-color:#fff;
	padding-left:20px;
	width:590px;
	padding-right:20px;
}

.page-id-1977 #third {
    margin-right: 0px;
}

.page-id-1977 #colophon {
    margin-top: 0px;
}

.page-id-1977 #secondary {
	width:200px;
}

.page-id-1977 .np-top-header-wrap {
	background: linear-gradient(#004040,#232f3e);
}

.page-id-1977 #top-footer {
    padding: 60px 0 30px;
	background: linear-gradient(#004040,#232f3e);
}

.page-id-1977 .sitemap_list01 li a,
.sitemap_list01 li:before,
.page-id-1977 .sitemap_c_name a,
.page-id-1977 .footer_banner_des {
	color:#fff !important;
}

.page-id-1977 .footer_link_pc_title {
	color:#FFB973 !important;
	border-bottom: solid 2px #FFB973 !important;
}

.mall_intro_list {

}

.mall_intro_list li {
	list-style-type:none;
	float:left;
	width:25%;
}

.page-id-1977 #custom_html-28 {
	margin:0 0 17px;
}


/*ここまで*/

.mall_card {
	position:relative;
	text-align:center;
	width:100%;
	top:0;
	height:0;
}

.mall_card img {
	margin-top:-166px;
}

.mall_des {
	text-align:center;
	font-size:18px;
}

.mall_des01 {
	font-size:22px;
	color:#E50012;
	font-weight:bold;
}

.mall_des02 {
	font-size:20px;
	color:#2CB200;
}

.mall_des03 {
	font-size:20px;
	color:#FFA54C;
}

.mall_container .section01 {
	text-align:center;
	
}

.mall_container .section02 {
	/*background-color:#fafafa;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee;*/
	margin-bottom:30px;
}

.mall_container .section02 .section_title {
	padding:10px 0;
	border-top:none;
}

.mall_container .section03 {
	margin-bottom:100px;
}

.mall_container .section03 h1,
.mall_container .section04 h1 {
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;
}

.mall_popular_content {
	border-bottom: dotted 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.mall_popular_content:last-child {
	border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.mall_popular_box {
	float:left;
	width:24.2%;
	box-sizing:border-box;
	margin-right:1%;
}

.mall_popular_box:last-child {
	margin-right:0%;
}

.mall_p_price {
	color:#B20000;
}

.mall_p_thumbnail {
	height:120px;
	width:120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mall_container .shoppingmall_box01 h2,
.mall_container .shoppingmall_box02 h2, 
.mall_container .shoppingmall_box03 h2 {
    font-size: 16px;
    margin-bottom: 5px;
    border-left: solid 5px #B20000;
    padding-left: 8px;
}

.mall_p_thumbnail a:hover {
	opacity:0.7;
}

.mall_p_description a:hover {
	text-decoration:underline;
}

.mall_p_description a {
    display: block;
    margin-top: 5px;
    max-width: 120px;
    line-height: 1.5em;
    height: 42px;
}

.mall_container .shoppingmall_box01 {
    margin-bottom: 15px;
}

/*モールサイドバー*/

.mall_slider {
	position:relative;
	width:100%;
	margin-bottom:20px;
	box-shadow: 0 0 9px #eaeafa;
	height:140px;
}

.mall_feature ul {
	list-style-type:none;
	margin-left:0;
}

.mall_feature ul li {
	margin-bottom:15px;
}

.mall_feature ul li a:hover {
	opacity:0.7;
}

/*モールサイドバー（左）*/

.page-id-1977 #third {
	background-color:#fafafa;
}

.mall_category {
	
}

.mall_category h2 {
	font-size: 16px;
    color: #fff;
    font-weight: normal;
    background-color: #333;
    box-sizing: border-box;
    padding: 6px 6px 4px;
    margin: 0 0 6px;
}

.mall_category ul {
	font-size:15px;
	list-style-type:none;
	margin:0;
}

.mall_category ul li{
    
}

.mall_category ul li a {
    font-size:14px;
	color:#555;
	display:block;
	box-sizing:border-box;
	padding: 8px 0 6px 5px;
}

.mall_category ul li a:hover {
	text-decoration:underline;
	background-color:#eee;
}

.mall_left_icon {
    display: inline-block;
    width: 19px;
    margin-right: 7px;
}


/*上部スライダー*/

.button {
  display: inline-block;
  width: 270px;
  height: 140px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  -webkit-perspective: 720px;
  perspective: 720px;
}
.button span {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  /*border: 2px solid #333;*/
  text-align: center;
  line-height: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
.button span:nth-child(1) {
  background-color: #FF7A4D;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -40px;
  -moz-transform-origin: 50% 50% -40px;
  transform-origin: 50% 50% -40px;
}
.button span:nth-child(2) {
  background-color: #fff;
  color: #333;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -90px;
  -moz-transform-origin: 50% 50% -90px;
  transform-origin: 50% 50% -90px;
}
.button:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.button:hover span:nth-child(2) {
  background-color: #333;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.loopSlider ul li:nth-child(2n) .button span:nth-child(1) {
	background-color:#FFA64D;
}



/*-------------------------------------------------

ゲーム

-------------------------------------------------*/

#game_search {
	float: left;
    width: 46%;
    margin-top: 22px;
}

#testSearchInput {
	width:340px;
}

.game {
	background-color:#fff;
    padding-top: 30px;
}

.game_body {
	/*background-image:url(images/game/back.png);
	background-repeat:no-repeat;*/
	margin-top: -30px !important;
}

.for_game_back {
	width:100%;
	position:fixed;
	background-image:url(images/game/back.png);
	background-repeat:no-repeat;
	height:100vh;
	top:0;
	z-index:-1;
}

#game_search .search-field {
	width:340px;
}

.game #primary {
	max-width:750px;
	width:100%;
	padding:0 20px;
	margin-bottom:120px;
}

.game_container h2 {
	
}

.game_container .section_title {
	color:#000059;
	border-top:solid 1px #000059;
	border-bottom:none;
	background: linear-gradient(#FFFFFF,#E5E5E5);
	font-size:18px;
	padding: 10px 10px 8px;
}

.game_container .title_mark {
    height: 20px;
}

.game #third {
    width: 160px;
    float: left;
    margin-right: 0px;
    margin-left: 20px;
}

.game #third h4 {
	display:none;
}

.game_banner01 {
	margin-top:10px;
}

.game_category_title {
	font-size:22px;
    border-top: solid 1px #00005a;
    border-bottom: solid 1px #00005a;
    padding-left: 5px;
    padding: 5px 10px 3px;
    font-weight: normal;
    margin-bottom: 35px;
	color:#00005a;
}

/*section01*/

.game_container .section01 {
	margin-bottom:10px;
}

.game_pickup02 {
	margin-top:10px;
}

.sub_pickup {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-right:0.5%;
	margin-bottom:5px;
}

.sub_pickup:hover img,
.pickup01_image:hover img,
.g_slide_image:hover img {
	opacity:0.8;
}

.g_slide_content h2 a:hover {
	text-decoration:underline;
}

.sub_pickup:nth-child(2n) {
	float:right;
	width:50%;
	box-sizing:border-box;
	padding-left:0.5%;
	padding-right:0%;
}

.pickup01_des {
	float:left;
	width:30%;
	box-sizing:border-box;
	padding-top: 10px;
    padding-right: 10px;
}

.game_pickup01 {
	border-bottom: dotted 1px #ccc;
    padding-bottom: 16px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.pickup01_des h2 {
	font-size:20px !important;
	color:#D90000;
	margin-bottom:5px;
    border-bottom: dotted 2px #D90000;
    padding-bottom: 5px;
	max-width:197px;
}

.pickup01_des p {
	font-size:16px;
	line-height:1.7em;
	margin:0;
}

.pickup01_image {
	float:right;
	width:70%;
	box-sizing:border-box;
}


/*section02*/

.game_container .section02 {
	margin-bottom:20px;
}

.game_slider {
	max-width:670px;
	width:96%;
	margin:0 auto;
	padding-top:0px;
	position:relative;
}

.g_slide_image {
	float:left;
	width:35%;
	height:290px;
	text-align:center;
}

.g_slide_image img {
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}


.g_slide_content {
	float:left;
	width:65%;
	box-sizing:border-box;
	padding-left:3%;
	padding-top:15px;
}

.g_slide_button {
    display: block;
    width: 100%;
    text-align: center;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    padding: 7px 0 5px;
	border:solid 1px #333;
	width:415px;
	position:absolute;
	bottom:15px;
}

.g_slide_button:hover {
    background:#fff ;
    color: #333;
}

.game_container h2 {
	font-size:22px;
}

/*section03*/

.game_popular_content {
	border-bottom: dotted 1px #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.game_popular_content:last-child {
	border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.game_popular_box {
	float:left;
	width:32%;
	box-sizing:border-box;
	height:230px;
	overflow:hidden;
}

.game_popular_box:nth-child(2) {
	margin:0 2%;
}

.game_popular_box:nth-child(n+4) {
	width:18.4%;
	margin-right:2%;
	margin-top:15px;
	height:190px;
	overflow:hidden;
}

.game_popular_box:last-child {
	margin-right:0%;
}

.game_p_price {
	color:#B20000;
}

.game_p_thumbnail {
	height:auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game_p_thumbnail a:hover {
	opacity:0.7;
}

.game_p_description a:hover {
	text-decoration:underline;
}

.game_p_description a {
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    height: 42px;
}


.game .more-link {
	display:none;
}

/*話題のゲーム　スリックスライダー*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/*シングル*/

.buy_the_game {
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 8px;
    font-weight: bold;
	color:#fff;
	background-color: #00238c;
    max-width: 350px;
    margin: 30px auto 25px;
}

.buy_the_game:hover {
	background-color:#fff;
	border:solid 1px #00238c;
	color:#00238c;
}

/*-------------------------------------------------------------

            タブレット用設定

-------------------------------------------------------------*/



@media screen and (min-width:768px) and ( max-width:1024px) {

body {
	min-width:950px;
}

#custom_html-12 {
    max-width: 520px !important;
}

.mt-container #site-navigation {
	background:linear-gradient(#fff, #ddd) !important;
}

#moshimo_search .search-input {
    width: 290px !important;
}

.mall_card img {
	padding:1px 0;
	background-color:#fff;
}

#secondary {
	min-width:280px;
}


}




/*-------------------------------------------------------------

            スマホ用設定

-------------------------------------------------------------*/

@media (max-width: 736px) {

.sp_display {
	display:block !important;
}

.pc_display {
	display:none;
}

.np-home-icon {
	display:none;
}

/*↓np-responsive*/

#masthead .np-header-ads-area {
        width: 100%;
        text-align: center;
    }

    .news_portal_featured_slider .slider-posts {
        float: none;
        width: 100%;
    }
    .np-home-top-section .news_portal_featured_posts,
    .news_portal_featured_slider .featured-posts {
        margin-top: 5px;
        width: 100%;
    }

    .news_portal_featured_slider .slider-posts img,
    .news_portal_featured_slider .featured-posts img {
        width: 100%;
    }
    .news_portal_featured_slider .featured-posts .np-single-post-wrap {
        margin-left: 2%;
        margin-top: 2%;
        padding-left: 0;
        width: 48%;
    }
    .news_portal_featured_slider .featured-posts .featured-posts-wrapper {
        margin-left: -2%;
    }
    .news_portal_featured_posts .np-single-post .np-post-content .np-post-title a {
        font-size: 16px;
    }
    .np-home-top-section .news_portal_slider .np-single-slide-wrap img {
        width: 100%;
    }
    .news_portal_featured_posts .np-featured-posts-wrapper {
        margin-left: 0;
    }
    .news_portal_featured_posts .np-single-post-wrap {
        margin: 1% 0 1% 2%;
        width: 48%;
    }
    .news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a {
        font-size: 14px;
    }
    .news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb img,
    .news_portal_default_tabbed .np-post-thumb img {
        width: 100%;
    }
    .news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb {
        float: left;
        width: 30%;
    }
    .news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb .np-post-title.small-size a {
        font-size: 16px;
        font-weight: 500;
    }
    .news_portal_recent_posts .np-recent-posts-wrapper .np-post-title.small-size a,
    .news_portal_default_tabbed .np-post-title.small-size a {
        font-size: ;
    }

    .np-home-middle-section .middle-primary,
    .np-home-middle-section .middle-aside {
        float: none;
        width: 100%;
    }
    .news_portal_recent_posts .np-recent-posts-wrapper .np-post-title.small-size a,
    .news_portal_default_tabbed .np-post-title.small-size a {
        font-size: 16px;
    }
    #top-footer.footer_column_one .np-footer-widget,
    #top-footer.footer_column_two .np-footer-widget,
    #top-footer.footer_column_three .np-footer-widget,
    #top-footer.footer_column_four .np-footer-widget {
        float: none;
        width: 98%;
    }
    .menu-toggle {
        display: block;
        color: #ffffff !important;
    }
    #site-navigation {
        background: #029FB2 none repeat scroll 0 0;
        display: none;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 99;
    }
    .np-header-menu-wrapper {
        position: relative;
    }
    #site-navigation ul li {
        display: block;
        float: none;
    }
    .sub-toggle {
        background: #fff none repeat scroll 0 0;
        color: #029FB2;
        cursor: pointer;
        display: block;
        height: 24px;
        line-height: 25px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 6px;
        width: 24px;
    }
    #site-navigation ul>li:hover>.sub-toggle,
    #site-navigation ul>li.current-menu-item .sub-toggle,
    #site-navigation ul>li.current-menu-ancestor .sub-toggle {
        background: #fff;
    }
    .main-small-navigation li.current-menu-item>.sub-toggle {
        background: #ffffff none repeat scroll 0 0;
    }
    .main-small-navigation li.current-menu-item>.sub-toggle i {
        color: #029FB2;
    }
    .menu-primary-container .sub-menu,
    #site-navigation li.menu-item-has-children>a:before,
    #site-navigation ul li.page_item_has_children>a:before {
        display: none;
    }
    #site-navigation ul.sub-menu,
    #site-navigation ul.children {
        position: static;
        min-width: 100%;
        opacity: 1;
        top: 0;
        left: 0;
        visibility: visible;
        display: none;
        background: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    #site-navigation ul>li:hover>.sub-menu,
    #site-navigation ul>li:hover>.children {
        top: 0;
    }
    #site-navigation ul#primary-menu>li:hover>a::after,
    #site-navigation ul#primary-menu>li.current-menu-item>a::after {
        display: none;
    }
    #primary,
    .home.blog #primary,
    #secondary,
    .home.blog #secondary {
        float: none;
        width: 100%;
    }



/*↓追加*/



/*--------------------

     ヘッダー部分

--------------------*/
.release-loginbox {background:#eee;border:#ddd solid 1px;padding:60px 0 20px;}

.np-logo-section-wrapper {
    padding: 20px 0 0px;
}

.np-header-ads-area {
	margin-top:0;
}

.l-search {
	float:none;
	margin:0 auto;
	background-color: #bee3f5;
	width:100% !important;
	clear:both;
}

#custom_html-7 {
	width:100%;
}

#cse-search-box {
	padding:5px;
}

#cse-search-box input {
	width:77%;
}


#masthead .mt-container {
	width:100% !important;
}

.site-branding {
	box-sizing: border-box;
    width: 40%;
    float: left;
	margin:0 !important;
}

.site-branding .site-title {
	font-size:20px;
	margin-top: 4px;
}

.sp_header_icon {
	width:60%;
	box-sizing:border-box;
	float:right;
}

.header_icon_list li {
	float:left;
	width:25%;
	box-sizing:border-box;
	text-align:center;
}


.header_icon_list li a{
	list-style-type:none;
	font-size:10px !important;
}

.header_icon_list li a img {
	height:33px;
	width:auto;
}

.header_icon_list {
	width:100%;
}

.sp_g-nav {
	float:left;
}

.np-header-menu-block-wrap {
	display:none;
}

header #np-menu-wrap {
	display:none;
}

.site-branding-container {
	width: 98%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
	padding-bottom:10px;
}

.header_icon_list {
	margin-left:5px;
}

.site-branding .site-title img {
    height: 60px;
    margin-top: -15px;
    z-index: 3000;
    position: absolute;
}

#custom_html-7 {
	margin-left:0 !important;
	margin-right:0;
}

.search_menu_link {
    padding: 10px 0px;
	background-color:#ccc;
}

.search_menu_link li {
	float:left;
	width:20%;
	margin:0;
	border-bottom:solid 1px #eee;
	border-right:solid 1px #eee;
	background-color:#fff;
}

.search_menu_link li:nth-child(1),
.search_menu_link li:nth-child(6) {
	border-left:solid 1px #eee;
}

.search_menu_link li:nth-child(-n+5) {
	border-top:solid 1px #eee;
}

.search_menu_link li a {
	display:block;
	width:100%;
	box-sizing:border-box;
	margin:0;
	background-repeat:no-repeat;
	background-position:center;
	height:80px;
}

.search_menu_link li:nth-child(1) a {
	background-image:url(images/icon-list/youtube.png);
}

/*
.search_menu_link li:nth-child(2) a {
	background-image:url(images/icon-list/gplus.png);
}*/

.search_menu_link li:nth-child(2) a {
	background-image:url(images/icon-list/twitter.png);
}

.search_menu_link li:nth-child(3) a {
	background-image:url(images/icon-list/facebook.png);
}

.search_menu_link li:nth-child(4) a {
	background-image:url(images/icon-list/insta.png);
}

.search_menu_link li:nth-child(5) a {
	background-image:url(images/icon-list/naver.png);
}

.search_menu_link li:nth-child(6) a {
	background-image:url(images/icon-list/pintarest.png);
}

.search_menu_link li:nth-child(7) a {
	background-image:url(images/icon-list/linkedi.png);
}

.search_menu_link li:nth-child(9) a {
	background-image:url(images/icon-list/release.png);
}

.search_menu_link li:nth-child(8) a {
	background-image:url(images/icon-list/tumblr.png);
}

.language_box {
	margin-right:10px;
}

/*

#:2.container {
	overflow:scroll;
}


.skiptranslate {
	position:static !important;
	width:470px !important;
	max-width:470px !important;
}

*/


/*--------------------

 サイドバー    

--------------------*/


#third {
	display:none;
}


.adsense {
    text-align: center;
    background-color: #eee;
    box-sizing: border-box;
    padding: 10px 0 3px;
}

#custom_html-14 {
	text-align:center;
}

table {
	margin:0 auto;
}

#custom_html-5,
#custom_html-9,
#custom_html-15 {
	text-align:center;
}

.ranking_frame {
	width:98%;
	margin:0 auto;
}

.login_box01 {
	text-align:center;
}

#custom_html-14 .textwidget div {
	margin:0 auto;
}

#custom_html-5 iframe {
	width:100% !important;
}

#custom_html-19 {
	width: 96%;
    margin: 0 auto !important;
}

/*--------------------

 ニュースタブ    

--------------------*/

#tab_limit {
	height: auto;
	overflow: auto;
}

.tab_content01 {
	float:none;
	width:100%;
}

.tab_content02 {
	display:none;
}

.newstab_box {
    background-color: #fff;
}

.tab_next_nav a {
	display:block;
	text-align:center;
	background-color:#00238C;
	color:#fff;
    box-sizing: border-box;
    padding: 8px 0 6px;
    border-radius: 6px;
    margin-top: 7px;
}

/*--------------------

 フッター    

--------------------*/

.np-footer-widget {
	width:100% !important;
	margin:0 auto;
	background-color:#fff;
}

.footer_link_banner li {
	float:none;
	width:100%;
	text-align:center;
}

#footer-navigation .menu-toggle {
	display:none;
}

.footer_link_banner {
	display:none;
}

.footer_link_banner li+a:hover {
	opacity:0.8;
}

.footer_link_box_sp {
	border-bottom: solid 1px #ccc;
}

.footer_link_inbox_sp {
	padding-top:10px !important;
}

.footer_link_inbox_sp:nth-child(-n+2) {
	border-right:solid 1px #ccc;
}

.footer_link_inbox_sp h2 {
	font-size:13px;
	margin-bottom:0;
	text-align:center;
	padding-top:10px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_link_inbox_sp p {
	font-size:11px;
	margin-bottom:0;
	padding-bottom:10px;
	color:#333;
	padding-top:5px;
	text-align:center;
}

.footer_link_inbox_sp {
    float: left;
    box-sizing: border-box;
    width: 33.3%;
	padding: 0 5px;
	height:150px;
}

.footer_link_sp_title {
	font-size: 16px;
    background: linear-gradient(#fff, #ddd);
    box-sizing: border-box;
    padding: 10px 5px 7px;
    margin-bottom: 0;
    color: #00238C;
	border-top:solid 2px #00238C;
	border-bottom:solid 1px #ccc;
}

.footer_link_sp_img {
	text-align:center;
}

.footer_link_sp_img img {
	max-width:100%;
}

#colophon {
    background: #000000 none repeat scroll 0 0;
    margin-top: 0px;
    padding: 0px 0 0;
}
	
#custom_html-19 {
	margin:0;
	padding: 30px 0;
}

#custom_html-16 {
	margin:0;
}

.copyright {
	text-align:center;
	margin:0;
	padding:0;
}

.for_sp_footer_link {
	width:100%;
	margin:0;
	list-style-type:none;
	margin-top:10px;
}

.for_sp_footer_link li {
	width:50%;
	text-align:center;
	box-sizing:border-box;
	float:left;
}

.for_sp_footer_link li a {
	color:#00238C !important;
}

.for_sp_footer_link li a:hover {
	text-decoration:underline;
}

.sp_footer_nav {
	width:80%;
	margin:0px auto 10px;
	list-style-type:none;
}

.sp_footer_nav li {
	float:left;
	width:50%;
	text-align:center;
}

.sp_footer_nav li a {
	color:#000 !important;
}

#custom_html-4 {
	margin-bottom:10px;
}

#custom_html-3 {
	display:none;
}

.sitemap_list01 {
	text-align:center;
}

/*--------------------

 提携サイト    

--------------------*/

.search_pagination {
    text-align: center;
    font-size: 20px;
    margin: 10px 0 30px;
}

.lkc-title {
	font-size:16px;
}

.lkc-excerpt {
    clear: both;
    font-size: 13px;
    line-height: 1.5em;
	padding-top:0;
}

.lkc-url {
	margin:3px 0 7px;
}

.lkc-content {
	height:170px;
}

.lkc-thumbnail,
.lkc-thumbnail img {
	max-width:70px !important;
	max-height:70px !important;
	margin-right:10px;
}

.official_social ul li a img {
	width:40px;
	height:40px;
}

/*--------------------

 ショップページ    

--------------------*/

.page-links {
	text-align:center;
}

.alliance_title {
	color: #00238C;
    background: linear-gradient(#fafafa, #eee);
    font-size: 18px;
    text-align: center;
    padding: 5px 0;
	border-top:solid 1px #00238C;
}


/*--------------------

 ショッピングモールページ    

--------------------*/


.page-id-1977 .site-branding {
	width:80%;
	max-width:288px;
}

.mall_popular_box {
	width:31.5%;
	margin-right:2.5%;
}

.shoppingmall_box01 .mall_popular_box {
	width:31.5%;
}

.mall_p_thumbnail {
	max-width:120px;
	max-height:120px;
	width:100%;
	height:auto;
}

.shoppingmall_box01 .mall_popular_box:nth-child(3),
.mall_popular_content .mall_popular_box:nth-child(4) {
	display:none;
}

.mall_card {
	display:none;
}

#moshimo_search {
    margin-top: 20px !important;
    margin-left: 30px !important;
    float: none !important;
    width: 96% !important;
    margin: 0 auto !important;
	padding-top:10px;
}

#moshimo_search .search-input {
	width:70% !important;
}

#moshimo_search .button-search-execute {
    display: inline-block;
    background-color: #00238c;
    box-sizing: border-box;
    height: 34px;
    width: 30%;
    text-align: center;
}

.mall_des p {
	padding:10px 0 0;
	line-height:1.5em;
	margin-bottom:10px;
}

.mall_slider {
	margin-bottom:0px;
}

.mall_category_box {
	margin:10px auto 20px;
}

.mall_category_box ul {
	list-style-type:none;
	margin:0;
}

.mall_category_box ul li {
	float:left;
	width:50%;
	box-sizing:border-box;
	line-height:1.4em;
	border-bottom: solid 1px #eee;
}

.mall_category_box ul li:nth-child(2n+1) {
	border-right: solid 1px #eee;
}

.mall_category_box ul li a {
	display: block;
    box-sizing: border-box;
    padding-left: 10px;
	height: 50px;
	font-size: 12px;
	line-height:50px;
}

.mall_category_box ul li:first-child a {

}

.mall_icon_list {
	display: block;
    float: left;
    margin-right: 10px;
}

.mall_icon_list img {
	height:20px;
}

.mall_category_box ul li:first-child .mall_icon_list img {
	height:20px;
}

.mall_category_call {
	font-size:18px;
	color:#00238c;
	border-bottom:solid 1px #00238c;
	padding-bottom:5px;
}

.mall_container .section03 {
	margin-bottom:50px;
}

.mall_feature h1 {
	border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

.mall_des {
	font-size:16px;
}

.mall_popular_content h2 {
	margin-bottom:10px;
}

.mall_popular_content {
	margin-bottom:20px;
	padding-bottom:20px;
}

.page-id-1977 #primary {
	width:96%;
	padding-left:0;
	padding-right:0;
}

.page-id-1977 #secondary {
	width:96%;
}

.page-id-1977 #top-footer {
	padding:0;
}

.page-id-1977 #custom_html-2 {
	margin:0;
}

.page-id-1977 #content,
.page-id-1977 #content .mt-container {
	background-color:#fff;
}
 

/*--------------------

 ゲームページ   

--------------------*/

.game {
	padding-top:20px;
}

.game #primary {
	padding:0;
	width:100%;
	margin-bottom:0px;
}

.pickup01_image {
	float: none;
    width: 100%;
	text-align:center;
}

.pickup01_des {
	float: none;
    width: 96%;
	text-align:center;
	padding:10px 0 0;
	margin:0 auto;
}

.pickup01_des h2 {
	max-width:100%;
}


.g_slide_image {
    float: none;
    width: 100%;
    height: 250px;
    text-align: center;
}

.g_slide_content {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0%;
    padding-top: 5px;
}

.g_slide_button {
	width:100%;
}

.game_container h2 {
	font-size:20px;
	margin-bottom:0;
	padding:5px 0 3px;
}

.g_slide_content p {
	padding-bottom:65px;
	padding-top:0;
}

#game_search {
	width:96%;
	margin:15px auto 0;
	float:none;
}

#testSearchInput {
    width: 70%;
}

#testSearch input:last-child {
	width:28%;
}

.game_container .mall_category_call {
	font-size:16px;
	padding: 10px 10px 8px;
    background: linear-gradient(#FFFFFF,#E5E5E5);
}

.game .mall_category_box ul li:first-child a {
	line-height: 50px;
    padding-top: 0px;
}

.game .mall_category_box ul li:first-child .mall_icon_list img {
	margin-top:0;
}

.g_slide_image img {
	margin:0 auto;
}

.game_pickup01 {
	padding-bottom:0;
}

.game_pickup02 {
    margin: 10px auto 0;
    width: 96%;
}

.pickup01_image a img {
	width:100%;
	max-width:414px;
}

.game .lkc-content {
	height:140px;
}

/*人気ランキング*/

.gfweb_juni {
	font-size:20px !important;
	clear:none !important;
}

.gfweb_name {
    font-size: 18px !important;
    margin-bottom: 4px !important;
}

.gfweb_img03 {
    margin: 1% 2% 0 0 !important;
}

.gfweb_icon01 {
	width:26px !important;
	margin: 3px 6px !important;
}

.gfweb_ue {
	float:left;
	width:23% !important;
}

.gfweb_title {
	overflow:hidden;
}

.gfweb_sub {
	clear:none !important;
	float:left;
	font-size:16px !important;
	padding-top: 9px;
}


/*各カテゴリ*/

.game_category_title {
	margin-top:15px;
	background: linear-gradient(#FFFFFF,#E5E5E5);
	border-bottom:none;
}

/*検索*/

#game_search {
    margin: 15px auto;
}

.game .afi_contents {
	margin-bottom:30px;
}



/*シングル*/

.buy_the_game {
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 8px;
    font-weight: bold;
    margin-bottom: 25px;
	color:#fff;
	background-color: #00238c;
}

.buy_the_game:hover {
	background-color:#fff;
	border:solid 1px #00238c;
	color:#00238c;
}

/*--------------------

 トップコンテンツ部分    

--------------------*/

.mt-container {
    width: 100% !important;
}


#panel-14-1-0-0,
#panel-14-2-0-0,
#panel-14-3-0-0,
#panel-14-4-0-0,
#panel-14-5-0-0 {
    background-color: #fafafa;
	border: none;
	box-sizing:border-box;
}



/*検索時*/

.page-content .search-form {
	text-align: center;
    margin-bottom: 30px;
}


/*SP時タブ調整*/

#pl-14 .tabcontent ul {
	margin-left: 0;
	list-style-type: none;
}

#pl-14 .tabcontent ul li{
	border-bottom:dotted 1px #ccc;
	padding: 5px 0;
}

.np-header-ads-area #custom_html-7 {
	margin-bottom:0;
}



<!--サービスアイコン表示用モーダル設定-->
◆CSS
/* ContentsArea
-------------------------- */
#contents {
    margin: 0 auto;
    padding: 10px 0 50px 0;
    width: 100%;
}
 
p {
    padding: 10px 0;
}
 
#open01,
#open02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
	z-index:9999;
}
 
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
    top: 0;
    width: 100%;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 3500;
}
 
.modal_window h2 {
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #000;
}
 
.modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}

.modal_service_list .service_link_list {
	border:none;
}

.modal_service_title {
	position:fixed;
	width:100%;
	background-color:#106FB1;
	height:45px;
}

.modal_service_title h2 {
    float: left;
    width: 50%;
    font-size: 23px;
    margin-top: 8px;
    font-weight: normal;
	background-color:#106FB1;
}

.modal_service_close {
	float: right;
    margin: 10px;
	color:#fff;
}

.modal_service_list {
	margin-top:50px;
}

#pg-14-5 {
	/*display:none;*/
}

#pl-14+.clearfix {
	display:none;
}

.page-id-736 #secondary {
	width:96% !important;
	margin:0 auto !important;
}

.read_more_entertainment {
	clear:both;
}

.shopsp1 {
	text-align:center;
}

#custom_html-11,
#custom_html-6 {
	text-align:center !important;
}
  
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
 
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 0s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}
/*ここまでサービスアイコン表示用モーダル設定*/




}


/*トップページのニュース取得部分のためのタブ*/
.tabs {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0 20px 0px;
    padding: 0;
    border-radius: 4px 4px 0 0;
    background-color: #ddd;
    overflow: hidden;
	
  }

/*タブのスタイル*/
.tab_item {
background: transparent;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-transform: inherit;
    /* margin: 1px 12px 0 0; */
    padding: 8px 8px 7px;
    white-space: nowrap;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}
.tab_item:hover {
  text-decoration:underline;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    /*clear: left;*/
    margin-bottom: 0;
    padding: 10px 10px 0;
    word-wrap: break-word;
    background-color: #fafafa;
    /*border-top: none;*/
	
  display: none;

  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#politics:checked ~ #politics_content,
#business:checked ~ #business_content,
#society:checked ~ #society_content,
#international:checked ~ #international_content,
#sports:checked ~ #sports_content,
#entertainment:checked ~ #entertainment_content,
#it:checked ~ #it_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
#all:checked ~ .tabs_name_outbox .tabs_name_inbox .label_all,
#politics:checked ~ .tabs_name_outbox .tabs_name_inbox .label_politics,
#business:checked  ~ .tabs_name_outbox .tabs_name_inbox .label_business,
#society:checked ~ .tabs_name_outbox .tabs_name_inbox .label_society,
#international:checked ~ .tabs_name_outbox .tabs_name_inbox .label_international,
#sports:checked ~ .tabs_name_outbox .tabs_name_inbox .label_sports,
#entertainment:checked ~ .tabs_name_outbox .tabs_name_inbox .label_entertainment,
#it:checked ~ .tabs_name_outbox .tabs_name_inbox .label_it {
	background: #fff;
    border-color: #ddd;
    color: #00238C;
    padding-bottom: 7px;
    margin-top: 0;
    position: relative;
    top: 0px;
    border-top: solid 2px;
    background-color: #fafafa;
	font-weight:bold;
}




/*タブ部分追加*/
.tab_next_nav {
    clear: both;
    text-align: right;
    margin-right: 5px;
    padding-bottom: 15px;
}
.tab_next_nav a{ font-size: 0.7em;}






/*Googleカスタム検索のCSSリセット用*/
.customSearch-area table, .customSearch-area td, .customSearch-area th, .customSearch-area .gs-title {
    border: none;
    height: initial !important;
}

.customSearch-area .gs-title {
	text-decoration:none !important;
}

.customSearch-area .gs-title b {
	text-decoration:none !important;
}

.customSearch-area .gs-title:hover,
.customSearch-area .gs-title:hover b {
	text-decoration:underline !important;
}

.customSearch-area .gsc-cursor-page {
	margin: 0px 34px 0 15px;
	width: 230px;
    	display: inline-block;
    	text-align: center;
    	box-sizing: border-box;
}




/*ショッピングトップ もしも枠線削除*/
.moshimolinecut table, .moshimolinecut td {
    border: none;
    margin: 0;
}



@media (max-width: 414px) {

/*スマホ時タブリストスライド対応用*/

.tabs_name_outbox {
	width:84%;
	overflow:scroll;
	float:left;
}

.tabs_name_inbox {
	width:200%;
}

.tab_item {
	font-size:18px;
}

.tabs_name_left {
	float:left;
    height: 37px;
    width: 8%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #00238c;
    color: #fff;
}

.tabs_name_right {
	float:right;
    height: 37px;
    width: 8%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #00238c;
    color: #fff;
}



}



@media (max-width: 320px) {

/*iphone5 対応*/

.mall_p_description a {
	height:62px;
}

.mall_p_price {
    font-size: 13px;
}








