@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
BODY {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Noto Sans Japanese', serif;
  font-weight: 400; }

.base-box {
  padding: 0;
  border: none; }

.mom-social-share.ss-horizontal {
  margin: 0;
  padding: 20px 0; }

#footer {
  background: url("../images/bg/footer-bg.png") no-repeat bottom center #f1f1f1;
  padding: 30px 0 120px 0; }

.footer-nav-area {
  background: #373737;
  padding: 20px 10px;
  color: #fff; }
  .footer-nav-area .site-name {
    margin: 0;
    font-size: 18px;
    color: #fff; }
  .footer-nav-area .site-description {
    font-size: 14px; }
  .footer-nav-area UL {
    margin: 0;
    padding: 10px 0 0 0; }
    .footer-nav-area UL LI {
      list-style: none;
      display: inline-block;
      margin-right: 5px; }
      .footer-nav-area UL LI:after {
        content: "|"; }
      .footer-nav-area UL LI:last-child:after {
        content: none; }
      .footer-nav-area UL LI A {
        color: #fff;
        margin-right: 5px; }

.pickup-post-area {
  margin-bottom: 20px; }
  .pickup-post-area .title-pickup-post {
    background: url("../images/title/title-border-red.png") repeat-x bottom left;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
    color: #d10d25; }

.pickup-post-area--link {
  display: block;
  color: #fff;
  position: relative; }
  .pickup-post-area--link:hover {
    color: #fff; }
  .pickup-post-area--link img {
    display: block;
    margin: 0 auto; }
  .no-touch .pickup-post-area--link img:hover {
    opacity: 1; }
  @media (max-width: 670px) {
    .pickup-post-area--link .text {
      display: none; } }

.pickup-sorcial {
  padding: 5px;
  background: #e5e5e5;
  margin: 0 0 15px 0; }
  .pickup-sorcial .wp_social_bookmarking_light_clear {
    display: none; }

.pickup-post-area--text {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 10px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0; }
  .pickup-post-area--text h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal; }
    .pickup-post-area--bottom-entry .pickup-post-area--text h2 {
      font-size: 14px;
      margin-bottom: 0; }
  .pickup-post-area--text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%; }

.pick-up-pr {
  border: solid 1px #ddd;
  border-width: 1px 0;
  margin: 10px 0;
  padding: 15px 0; }

.category-latest-entries {
  margin-bottom: 35px; }

.category-latest-entries--column:before, .category-latest-entries--column:after,
.category-latest-entries--report:before,
.category-latest-entries--report:after,
.category-latest-entries--interview:before,
.category-latest-entries--interview:after {
  content: '';
  display: table; }
.category-latest-entries--column:after,
.category-latest-entries--report:after,
.category-latest-entries--interview:after {
  clear: both; }
.category-latest-entries--column .category-latest-entries--title,
.category-latest-entries--report .category-latest-entries--title,
.category-latest-entries--interview .category-latest-entries--title {
  background: #000;
  border: solid 1px #80807f;
  border-radius: 3px;
  margin-bottom: 10px;
  overflow: hidden; }
  .category-latest-entries--column .category-latest-entries--title:before,
  .category-latest-entries--report .category-latest-entries--title:before,
  .category-latest-entries--interview .category-latest-entries--title:before {
    background: #fff;
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px; }
  .category-latest-entries--column .category-latest-entries--title > h3,
  .category-latest-entries--report .category-latest-entries--title > h3,
  .category-latest-entries--interview .category-latest-entries--title > h3 {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
    padding: 0 10px; }
.category-latest-entries--column .text,
.category-latest-entries--report .text,
.category-latest-entries--interview .text {
  font-size: 14px;
  line-height: 150%; }

.category-latest-entries--column .category-latest-entries--title:before {
  content: ""; }

.category-latest-entries--report .category-latest-entries--title:before {
  content: ""; }

.category-latest-entries--interview .category-latest-entries--title:before {
  content: ""; }

.category-latest-entries--report,
.category-latest-entries--interview {
  clear: both;
  padding-top: 25px; }
  .category-latest-entries--report .entry-thumbnail,
  .category-latest-entries--interview .entry-thumbnail {
    margin-bottom: 10px; }

.category-latest-entries .entry-thumbnail {
  float: left;
  margin-right: 15px; }
.category-latest-entries .entry-title {
  font-size: 14px;
  font-weight: bold; }
.category-latest-entries .text p {
  display: inline; }
.category-latest-entries .author {
  background: #eff2f8;
  border-radius: 3px;
  float: right;
  padding: 3px 3px 3px 15px; }
  .category-latest-entries .author:before, .category-latest-entries .author:after {
    content: '';
    display: table; }
  .category-latest-entries .author:after {
    clear: both; }
  .category-latest-entries .author .entry-author-avatar {
    float: right;
    width: 25px;
    margin-left: 10px; }
  .category-latest-entries .author .entry-author-name {
    float: left;
    font-size: 10px;
    line-height: 25px;
    margin-bottom: 0; }

.newsbox-thumb-title .news-box {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px dashed #ccc; }
  .newsbox-thumb-title .news-box:before, .newsbox-thumb-title .news-box:after {
    content: '';
    display: table; }
  .newsbox-thumb-title .news-box:after {
    clear: both; }
  .newsbox-thumb-title .news-box .img-thumbnail {
    float: left;
    margin: 0 10px 10px 0; }

.news-box {
  line-height: 150%; }
  .news-box UL.vc_row {
    margin-left: -15px;
    margin-right: -15px; }

.newsbox-list {
  padding: 0;
  margin-bottom: 10px; }
  .newsbox-list LI {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ccc;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 150%; }

.newsbox-list-inlinebox LI {
  border-right: 1px dashed #ccc; }
  .newsbox-list-inlinebox LI:last-child {
    border-right: none; }

.mailmag-link {
  clear: both;
  background: url(/wp-content/themes/goodnews5/images/icons/icon-mailmagazine.png) no-repeat 20px center;
  padding: 30px 20px 20px 120px;
  line-height: 140%;
  border: 1px solid #eee;
  margin-bottom: 20px;
  font-size: 16px; }

.tagname {
  margin: 0; }
  .tagname a {
    background: #ccc url(/wp-content/themes/goodnews5/images/icons/tag.png) no-repeat 0 0;
    display: inline-block;
    line-height: 16px;
    white-space: nowrap;
    font-size: 11px;
    color: #333;
    padding: 2px 7px 0 18px;
    margin: 0 5px 5px 0; }

UL + .tagname {
  margin-top: 20px; }

#yourvoice {
  margin: 20px 0;
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }
  #yourvoice .thread {
    padding: 0 10px 10px 10px; }

#yourvoice H4 {
  padding: 15px;
  margin: 0;
  color: #FFF;
  background: #444;
  font-size: 14px;
  line-height: 100%;
  font-weight: normal; }

#yourvoice H4 SPAN {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  color: #ed1a3b;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 5px 15px;
  margin-right: 10px;
  margin-bottom: 5px; }

.display-2col {
  display: block; }
  @media (min-width: 1210px) {
    .display-2col {
      display: none; } }

@media (max-width: 1000px) and (max-width: 1210px) {
  .both-sidebars-all .display-2col {
    display: block; } }

.display-3col {
  display: block; }
  @media (max-width: 1210px) {
    .display-3col {
      display: none; } }

#index-top-bnr {
  display: none; }

@media (max-width: 1000px) and (max-width: 1210px) {
  #index-top-bnr {
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px; }

  .ad_0 {
    display: none; } }
.yahoo_ad {
  margin-bottom: 25px; }

#header-wrapper .topbar {
  border-top: 7px solid #1a1a1a;
  background: #ccc; }

#navigationClone {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-left: 0;
  border-right: 0;
  line-height: 44px;
  position: relative;
  z-index: 110;
  clear: both;
  left: 0;
  right: 0; }
  #navigationClone ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #navigationClone ul.main-menu {
    height: 44px;
    margin-right: 50px; }
    #navigationClone ul.main-menu li:not(.mom_mega) {
      position: relative; }
    #navigationClone ul.main-menu > li {
      border: none;
      float: left;
      font-size: 15px; }
  #navigationClone .nav-buttons {
    position: absolute;
    right: 0;
    top: 0; }
  #navigationClone .nav-button {
    position: relative;
    float: left;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-left-width: 0;
    border-top: 0;
    border-bottom: 0;
    height: 44px;
    min-width: 48px;
    text-align: center;
    font-size: 16px;
    color: #4a525d;
    cursor: pointer;
    z-index: 1001; }
    #navigationClone .nav-button:first-child {
      border-left-width: 1px; }
  #navigationClone .device-menu {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: 0;
    margin-top: 6px;
    display: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #navigationClone .device-menu li.menu-item {
      border-top: 1px solid #f0f0f2;
      line-height: 21px;
      position: relative; }
      #navigationClone .device-menu li.menu-item a {
        padding: 9px 15px;
        display: block;
        color: #373c43;
        font-size: 14px; }

@media (max-width: 1000px) {
  .topbar {
    display: none; } }

@media (min-width: 1000px) {
  .header {
    padding: 10px 0; } }
.header .header-right {
  text-align: right; }
  @media (max-width: 1000px) {
    .header .header-right {
      clear: both;
      float: none;
      text-align: center;
      margin-bottom: 5px; } }
  .header .header-right .mailmagazine-bnr {
    margin: 10px 0;
    float: right; }
    @media (max-width: 1210px) {
      .header .header-right .mailmagazine-bnr {
        float: none;
        margin: 10px auto; } }
.header .logo {
  padding-top: 15px;
  text-align: left;
  margin: 0 auto;
  height: 90px;
  line-height: normal; }
  @media (max-width: 1210px) {
    .header .logo {
      height: 70px; } }
  @media (max-width: 1000px) {
    .header .logo {
      float: none;
      width: 300px;
      padding: 10px 0 0 0;
      margin: 0 auto; } }
  @media (max-width: 1000px) {
    .header .logo H1 {
      padding-top: 0;
      padding-left: 0;
      float: none;
      margin: 0 auto; } }
  .header .logo A.logolink {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: left; }
    .header .logo A.logolink IMG {
      margin: 0;
      padding: 0; }
      @media (max-width: 1000px) {
        .header .logo A.logolink IMG {
          width: 80px;
          height: auto; } }
  .header .logo .site-name-area {
    padding-top: 10px;
    padding-left: 10px;
    float: left; }
    @media (max-width: 1000px) {
      .header .logo .site-name-area {
        padding: 0 0 0 5px;
        margin: 0; } }
    @media (max-width: 1000px) {
      .header .logo .site-name-area {
        padding-top: 5px; } }
    .header .logo .site-name-area .site-name {
      margin-top: 8px;
      font-size: 20px;
      font-weight: 700;
      padding: 0 0 5px 0;
      margin: 0;
      line-height: 1;
      display: block; }
    .header .logo .site-name-area .site-description {
      font-size: 14px;
      padding-top: 10px;
      font-weight: normal;
      padding: 0;
      margin: 0;
      line-height: 1;
      display: block; }
    .header .logo .site-name-area .label {
      display: inline;
      padding: .2em .6em .3em;
      font-size: 92%;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .25em;
      background: #d10d25;
      color: #fff; }
      @media (max-width: 1000px) {
        .header .logo .site-name-area .label {
          display: none; } }

.topbar #menu-item-63333 A {
  background: #b2b8c1; }

#navigation .device-menu li.menu-item > a, #navigationClone .device-menu li.menu-item > a {
  color: #d10d25; }

.sp-ad-header {
  display: none; }
  @media (max-width: 1000px) {
    .sp-ad-header {
      display: block;
      margin-top: -15px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      padding-top: 10px;
      background: #eee; } }

.header-right {
  width: 295px;
  padding: 0; }

.mailmagazine-bnr {
  display: block;
  line-height: 1.4;
  background-image: url(../images/icons/header-mailmag-icon.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  height: 56px;
  padding: 15px 10px 10px 75px;
  margin: 10px auto 40px auto;
  border: 1px solid #ccc;
  text-align: left;
  color: #000;
  font-size: 14px; }
  .mailmagazine-bnr:hover {
    color: #d10d25; }
  .mailmagazine-bnr P {
    background: linear-gradient(transparent 20%, #ff0 0%);
    display: inline;
    padding: 0;
    margin: 0; }

.header-right {
  width: 728px; }
  @media (max-width: 1210px) {
    .header-right {
      width: 100%; } }
  .header-right A {
    width: 100%; }
  .header-right .mailmagazine-bnr {
    max-width: 210px;
    font-size: 14px;
    padding: 7px 10px 10px 75px;
    margin: 10px auto 10px auto; }
  @media (max-width: 1210px) {
    .header-right {
      text-align: center; }
      .header-right IMG {
        margin: 0 auto;
        width: 100%; } }

#navigation, #navigationClone {
  height: auto; }
  #navigation .nav-logo, #navigationClone .nav-logo {
    display: none; }

.navigation-inner {
  border-bottom: none; }

#navigation .main-menu > li, #navigationClone .main-menu > li {
  border: none; }

.topnav {
  padding: 0 20px;
  margin: 0 auto 60px;
  width: 760px; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#navigationClone .nav-logo {
  display: block;
  float: left;
  margin: 0;
  padding: 0; }
  #navigationClone .nav-logo IMG {
    margin: 0 15px 2px 0;
    padding: 0; }
#navigationClone #menu-item-2692 {
  display: none; }

.topbar .top-nav li a {
  background: #4a525d; }

#navigation .main-menu, #navigationClone .main-menu,
#navigationClone .main-menu {
  margin-right: 0 !important; }
  #navigation .main-menu > li:hover A, #navigationClone .main-menu > li:hover A,
  #navigationClone .main-menu > li:hover A {
    color: #fff;
    background-color: #999; }
  #navigation .main-menu > li:last-child, #navigationClone .main-menu > li:last-child,
  #navigationClone .main-menu > li:last-child {
    border-right: none;
    float: right;
    background: #eee; }
  #navigation .main-menu > li.current-menu-item > A, #navigationClone .main-menu > li.current-menu-item > A,
  #navigation .main-menu > li.current-menu-parent > A,
  #navigationClone .main-menu > li.current-menu-parent > A,
  #navigationClone .main-menu > li.current-menu-item > A,
  #navigationClone .main-menu > li.current-menu-parent > A {
    color: #fff !important;
    background-color: #444 !important;
    position: relative; }
    #navigation .main-menu > li.current-menu-item > A:after, #navigationClone .main-menu > li.current-menu-item > A:after,
    #navigation .main-menu > li.current-menu-parent > A:after,
    #navigationClone .main-menu > li.current-menu-parent > A:after,
    #navigationClone .main-menu > li.current-menu-item > A:after,
    #navigationClone .main-menu > li.current-menu-parent > A:after {
      content: '●';
      position: absolute;
      top: 0;
      right: -0.5em;
      background: none; }
    #navigation .main-menu > li.current-menu-item > A:before, #navigationClone .main-menu > li.current-menu-item > A:before,
    #navigation .main-menu > li.current-menu-parent > A:before,
    #navigationClone .main-menu > li.current-menu-parent > A:before,
    #navigationClone .main-menu > li.current-menu-item > A:before,
    #navigationClone .main-menu > li.current-menu-parent > A:before {
      content: '●';
      position: absolute;
      top: 0;
      left: -0.5em;
      background: none; }

H3 {
  font-size: 19px; }

.title-corner {
  background: url("../images/title/title-border-gray.png") repeat-x bottom left;
  font-weight: 500;
  padding-bottom: 12px; }
  .title-corner .fa-stack {
    font-size: 0.7em; }
    .title-corner .fa-stack .fa-stack-1x {
      font-size: 1.1em; }

.title-box {
  margin-bottom: 0 !important; }

.more {
  text-align: right; }
  .more A {
    color: #1a1a1a; }
    .more A:after {
      margin-left: 0.5em;
      font-family: FontAwesome;
      content: "\f152"; }

.cat-post-footer-link {
  text-align: right;
  color: #1a1a1a; }
  .cat-post-footer-link:after {
    margin-left: 0.5em;
    font-family: FontAwesome;
    content: "\f152"; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.link-default {
  color: #666; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 92%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label-primary {
  background-color: #d10d25; }

.tableData {
  display: table;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

.tableData .tableCell {
  display: table-row-group; }

.tableData dl {
  display: table-row;
  margin: 0; }

.tableData dt,
.tableData dd {
  display: table-cell;
  padding: 5px 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; }

.tableData dt {
  font-weight: normal;
  background: #FAFAFA;
  white-space: nowrap; }

.tableData dd {
  width: 100%; }

.base-box:after,
.sidebar .widget:after,
div.bbp-template-notice:after,
div.indicator-hint:after,
#bbpress-forums fieldset.bbp-form legend:after {
  border-bottom: none; }

.sidebar.secondary-sidebar .widget .widget-head,
.sidebar .widget .widget-head {
  margin: 0 0 10px 0;
  padding: 0; }

.sidebar .widget {
  padding: 0;
  margin: 0 0 20px 0;
  border: none; }
  .sidebar .widget .widget-head {
    padding: 0;
    background: none;
    border: none; }
  .sidebar .widget .widget-title {
    background: url("../images/title/title-border-gray.png") repeat-x bottom left;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 12px; }
    .sidebar .widget .widget-title SPAN {
      background: none; }
    .sidebar .widget .widget-title.widget-title-blue {
      background: url("../images/title/title-border-blue.png") repeat-x bottom left;
      color: #3a5795; }
    .sidebar .widget .widget-title.widget-title-defoult {
      background: none;
      padding-bottom: 3px; }
  .sidebar .widget UL {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar .widget UL LI {
      margin-bottom: 7px;
      padding-left: 0;
      list-style: none;
      line-height: 130%;
      border-bottom: 1px dashed #ccc;
      padding: 5px 0; }
      .sidebar .widget UL LI:before, .sidebar .widget UL LI:after {
        content: '';
        display: table; }
      .sidebar .widget UL LI:after {
        clear: both; }
      .sidebar .widget UL LI:last-child {
        border-bottom: none; }
      .sidebar .widget UL LI .wp-post-image {
        float: left !important;
        margin: 0 10px 10px 0 !important;
        border: 1px solid #ddd !important; }
      .sidebar .widget UL LI .cat-post-thumbnail {
        float: left !important;
        margin: 0 10px 10px 0 !important; }
        .sidebar .widget UL LI .cat-post-thumbnail .wp-post-image {
          float: none;
          margin: 0 !important;
          border: 1px solid #ddd !important; }
      .sidebar .widget UL LI .cat-post-title {
        display: inline !important; }
  .sidebar .widget .cat-post-title {
    font-size: 100%; }
  .sidebar .widget.widget-nopadding {
    padding: 0; }
  .sidebar .widget.widget-noborder {
    border: none; }
  .sidebar .widget.widget-first {
    margin-top: 0; }
  .sidebar .widget.widget-date {
    border: none;
    padding: 0;
    font-size: 428%;
    font-weight: bold;
    color: #d10d25;
    line-height: 100%;
    margin-bottom: 0; }
  .sidebar .widget.widget-news {
    border: 1px solid #ccc; }
    .sidebar .widget.widget-news .widget-head {
      background: #1a1a1a;
      padding: 5px 0;
      margin: 0; }
    .sidebar .widget.widget-news .widget-title {
      background: none;
      font-size: 100%;
      font-weight: bold;
      text-align: center;
      padding: 0; }
      .sidebar .widget.widget-news .widget-title SPAN {
        position: relative;
        background: no-repeat;
        padding-right: 0;
        top: 1px;
        padding-top: 2px;
        color: #fff; }
    .sidebar .widget.widget-news LI {
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 1px solid #ccc; }
      .sidebar .widget.widget-news LI:last-child {
        border-bottom: none; }
    .sidebar .widget.widget-news A {
      display: block;
      background: #fafafa;
      padding: 5px 10px; }
      @media (max-width: 1000px) {
        .sidebar .widget.widget-news A {
          padding: 13px 10px;
          font-size: 114%; } }
  .sidebar .widget.widget_search {
    border: 1px solid #ccc;
    background: #eee;
    padding: 3px; }
    .sidebar .widget.widget_search INPUT {
      background: #fff; }
  .sidebar .widget.ad-bnr-right {
    text-align: center; }
    .sidebar .widget.ad-bnr-right IMG {
      text-align: center; }
  .sidebar .widget.widget_mailmag .mailmagazine-bnr {
    padding: 5px 10px 5px 75px; }
  .sidebar .widget.widget-sns-bookmark {
    background: #fffada;
    border-radius: 4px;
    padding: 10px 10px 5px 10px;
    border-bottom: none; }
    .sidebar .widget.widget-sns-bookmark UL {
      list-style: none;
      margin: 0;
      border-bottom: none; }
    .sidebar .widget.widget-sns-bookmark LI {
      line-height: 110%;
      border-bottom: 1px dashed #ccc;
      padding: 5px 0; }
      .sidebar .widget.widget-sns-bookmark LI:last-child {
        border-bottom: none;
        padding: 5px 0 0 0; }
      .sidebar .widget.widget-sns-bookmark LI A IMG {
        float: left;
        margin: 0 5px 0 0; }
  .sidebar .widget.widget-ranking LI A {
    padding-left: 22px;
    display: block; }
  .sidebar .widget.widget-ranking LI:nth-child(1) A {
    background: url("../images/icons/poplar1.png") no-repeat 4px 2px; }
  .sidebar .widget.widget-ranking LI:nth-child(2) A {
    background: url("../images/icons/poplar2.png") no-repeat 4px 2px; }
  .sidebar .widget.widget-ranking LI:nth-child(3) A {
    background: url("../images/icons/poplar3.png") no-repeat 4px 2px; }
  .sidebar .widget.widget-ranking LI:nth-child(4) A {
    background: url("../images/icons/poplar4.png") no-repeat 4px 2px; }
  .sidebar .widget.widget-ranking LI:nth-child(5) A {
    background: url("../images/icons/poplar5.png") no-repeat 4px 2px; }
  .sidebar .widget.widget-ranking LI:nth-child(6) A {
    background: url("../images/icons/poplar6.png") no-repeat 4px 2px; }
  .sidebar .widget.widget-ranking LI:nth-child(7) A {
    background: url("../images/icons/poplar7.png") no-repeat 4px 2px; }
  .sidebar .widget.widget-ranking LI:nth-child(8) A {
    background: url("../images/icons/poplar8.png") no-repeat 4px 2px; }
  .sidebar .widget.widget-ranking LI:nth-child(9) A {
    background: url("../images/icons/poplar9.png") no-repeat 4px 2px; }
  .sidebar .widget.widget-ranking LI:nth-child(10) A {
    background: url("../images/icons/poplar10.png") no-repeat 4px 2px; }
  @media (max-width: 1000px) {
    .sidebar .widget.widget-ranking LI:nth-child(6),
    .sidebar .widget.widget-ranking LI:nth-child(7),
    .sidebar .widget.widget-ranking LI:nth-child(8),
    .sidebar .widget.widget-ranking LI:nth-child(9),
    .sidebar .widget.widget-ranking LI:nth-child(10) {
      display: none; } }

.widget-footer .widget-title {
  margin-bottom: 2px; }
.widget-footer .widget-footer-inner {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 25px; }
.widget-footer P {
  margin-bottom: 0; }
.widget-footer .weather-table TH,
.widget-footer .weather-table TD {
  text-align: center; }

.widget-eventcalender .event-date {
  font-size: 14px;
  margin-bottom: 5px; }
.widget-eventcalender .event-title H5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px; }
.widget-eventcalender LI {
  padding: 4px 0;
  border-bottom: 1px dashed #ccc;
  list-style: none; }

.news-box-thumbnail {
  margin-bottom: 7px;
  padding-left: 0;
  list-style: none;
  line-height: 130%;
  border-bottom: 1px dashed #ccc;
  padding: 5px 0; }
  .news-box-thumbnail:before, .news-box-thumbnail:after {
    content: '';
    display: table; }
  .news-box-thumbnail:after {
    clear: both; }
  .news-box-thumbnail .img-thumbnail {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0; }

.ad-widget {
  text-align: center;
  margin-bottom: 20px; }

#upcoming-events {
  list-style: none;
  margin: 0;
  padding: 0; }
  #upcoming-events LI {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc; }
    #upcoming-events LI H3 A {
      color: #F09222; }

@media (max-width: 1210px) {
  .pc-br {
    display: none; } }
.display-none {
  display: none; }

.gallery-item .gallery-icon {
  text-align: center;
  padding-bottom: 10px; }
.gallery-item .gallery-caption {
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 130%;
  font-size: 14px; }

#mail-slide {
  position: fixed;
  width: 200px;
  height: 30px;
  bottom: 0;
  right: 0;
  color: #666;
  background: #fff;
  border-left: solid 1px #999;
  border-top: solid 1px #999;
  box-shadow: 0px 0px 10px 0px black;
  z-index: 9999; }

#mail-slide-in {
  padding: 0; }

#mail-slide a {
  text-decoration: none;
  cursor: pointer; }

#mail-slide h3 {
  margin-bottom: 10px;
  background: linear-gradient(transparent 0%, #ff0 0%);
  display: inline;
  padding: 0; }

#mail-slide #open-btn {
  padding: 5px 10px;
  cursor: pointer; }
  #mail-slide #open-btn IMG {
    position: absolute;
    right: 7px;
    top: 7px;
    margin: 0;
    padding: 0;
    vertical-align: top; }

#mail-slide-contents {
  padding: 5px 10px; }
  #mail-slide-contents .mailmagazine-bnr {
    margin: 0; }

.widget-chanel-list {
  margin-bottom: 20px;
  background: url(../images/layout/bg-pattern01.gif);
  padding: 10px; }
  .widget-chanel-list .widget-chanel-list--inner {
    background: #fff;
    padding: 11px 13px; }
  .widget-chanel-list .widget-title {
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px; }
  .widget-chanel-list .logo {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 3px;
    background: #fff; }
  .widget-chanel-list P {
    line-height: 140%;
    margin: 0;
    padding: 0; }
    .widget-chanel-list P A {
      color: #2d2d2d; }

.home .widget-chanel-list P {
  font-size: 12px; }

.archive .base-box.blog-post,
.category .base-box.blog-post {
  border: 1px solid #eee;
  padding: 20px; }

.post-img {
  float: right;
  width: 35%;
  margin: 0 0 20px 20px; }
  .post-img IMG {
    max-width: 100%;
    height: auto; }

.mom-social-share {
  clear: both; }

.english-link {
  text-align: center;
  background: #eee;
  padding: 20px 10px;
  margin-bottom: 30px; }

.tag-list-area LI {
  display: inline-block;
  margin: 0 5px 0 0; }
  .tag-list-area LI A {
    border: 1px solid #ccc;
    padding: 2px 10px 4px 10px;
    border-radius: 2px;
    line-height: 100%; }

.about-the-author {
  background: #ffffee;
  padding: 20px; }

.profile-area {
  border: 1px solid #ccc;
  line-height: 130%;
  font-size: 12px;
  background: #FCFCFC;
  padding: 10px 10px 0 10px;
  margin: 0 0 20px 0; }
  .profile-area:before, .profile-area:after {
    content: '';
    display: table; }
  .profile-area:after {
    clear: both; }
  .profile-area IMG {
    width: 100px;
    float: left;
    margin: 0 10px 10px 0 !important; }
  .profile-area P {
    margin-bottom: 10px;
    padding-bottom: 10px; }

#disqus_thread {
  margin-bottom: 30px; }

.mom-post-meta .post-tools A {
  font-size: 18px;
  color: #F09217;
  display: inline-block;
  margin-left: 25px !important; }

.source-area {
  clear: both;
  padding: 15px 25px;
  margin: 10px 0 30px 0;
  border: 1px solid #eee;
  background-color: #FFe;
  font-size: 12px;
  font-style: italic; }

.weather-table TD {
  text-align: center; }

.channel-single .channel-logo {
  float: left;
  width: 150px;
  margin: 0 20px 10px 0; }
  .channel-single .channel-logo IMG {
    max-width: 100%;
    height: auto; }
.channel-single .cannel-description P {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 160%; }
.channel-single .archive {
  padding: 20px 0 20px 0; }
.channel-single .pickup-post-area--link IMG {
  width: 100%; }

.post-type-archive-channel .channel-logo {
  float: left;
  width: 150px;
  margin: 0 20px 10px 0; }
  .post-type-archive-channel .channel-logo IMG {
    max-width: 100%;
    height: auto; }
.post-type-archive-channel .cannel-description P {
  margin: 0;
  padding: 0;
  line-height: 160%; }
.post-type-archive-channel .base-box {
  margin-bottom: 40px; }

.label-channel {
  background: #ffb900;
  color: #fff;
  padding: .2em .6em .3em;
  font-size: 92%;
  line-height: 1;
  border-radius: .25em;
  display: inline-block; }

.wp_social_bookmarking_light div {
  float: left !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 5px 0px 0 !important;
  min-height: 30px !important;
  line-height: 18px !important;
  text-indent: 0 !important; }

.wsbl_facebook_like IFRAME {
  max-width: none !important;
  max-height: none !important; }

.wp_social_bookmarking_light_clear {
  clear: both; }

.wsbl_twitter {
  width: 100px; }

.wp_social_bookmarking_light:before,
.wp_social_bookmarking_light:after {
  content: " ";
  display: table; }

.wp_social_bookmarking_light:after {
  clear: both; }

/*# sourceMappingURL=custom.css.map */
