@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

#container {
  background-color: #E2EEF1;
  text-align: left;
  color: #666666;
}

#main {
  width: 100%;
  font-size: 1.2rem;
}

#main:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (min-width: 780px) {
  body {
    min-width: 1015px;
    line-height: 1.5;
    text-align: center;
  }
  #container {
    width: 100%;
  }

  #main {
    margin: 0 auto 60px;
    width: 1015px;
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.headerBlock {
  z-index: 99;
}

#header {
  width: 100%;
  position: relative;
  background-color: #E2EEF1;
}

#header .logoBox {
  padding: 10px  0;
  text-align: center;
}

#header .logoBox .logo {
  margin: 0 auto 5px;
  display: inline-block;
}

#header .logoBox .logo:hover {
  opacity: 0.7;
}

#header .logoBox .logo img {
  width: 117px;
  height: 22px;
}

#header .logoBox p,
#header .logoBox h1 {
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
  letter-spacing: -0.1em;
}

@media only screen and (min-width: 780px) {
  #header {
    margin: 0 auto;
    width: 100%;
    padding: 10px 0 20px;
    background-color: #FFF;
  }

  #header .logoBox {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  #header .logoBox .logo {
    margin-bottom: 0;
    float: none;
  }

  #header .logoBox .logo img {
    width: 250px;
    height: 47px;
  }

  #header .logoBox p,
  #header .logoBox h1 {
    margin: 6px 0 0;
    font-size: 1.1rem;
    text-align: center;
    overflow: visible;
  }
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  padding: 25px 0 15px;
  display: none;
}

#pagePath li {
  margin-right: 2px;
  display: inline;
  font-size: 1.2rem;
  line-height: 1.4;
}

#pagePath li a {
  margin-right: 5px;
  color: #666;
}

#pagePath li a:hover {
  text-decoration: none;
}

.pagePathWrap #pagePath {
  margin: 10px 0 0;
  padding: 0 5px 5px;
  display: block;
}

.pagePathWrap {
  display: block;
}

@media only screen and (min-width: 780px) {
  #pagePath {
    display: block;
    margin: 0 auto;
    width: 1015px;
    display: block;
  }

  #pagePath.spBreadcrumb {
    display: none;
  }

  .pagePathWrap {
    display: none;
  }

}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
  width: 100%;
  background: #FFF;
}

#conts h1.taxTtl {
  padding: 10px;
  background: #666;
  font-size: 1.7rem;
  color: #FFF;
}

#conts .lead {
  margin-bottom: 25px;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
}


#conts .articleBox {
  padding: 15px 0 0;
}

#conts .noArticle {
  padding: 30px 15px;
  font-size: 1.6rem;
}

 #conts .listLink a {
  display: block;
  padding: 16px 0;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #DFDFDF;
  font-size: 1.2rem;
  color: #258CD8;
  text-decoration: none;
  text-align: center;
}

 #conts .listLink a span {
  padding: 2px 0 2px 17px;
  background: url(/img/newsplus/common/icon/icon01.png) 0 4px no-repeat;
  background-size: 13px 13px;
}

 #conts .contsList h2,
 #conts .recommend h2,
 #conts .keyword h2 {
  padding: 8px 8px 8px 29px;
  font-size: 1.4rem;
  color: #FFF;
  position: relative;
}

 #conts .contsList h2 {
  background: #3E3A39 url(/img/newsplus/common/ttl08.png) 8px 8px no-repeat;
}

 #conts .recommend h2 {
  background: #3E3A39 url(/img/newsplus/common/ttl04.png) 8px 8px no-repeat;
}

 #conts .keyword h2 {
  background: #3E3A39 url(/img/newsplus/common/ttl02.png) 8px 8px no-repeat;
}

 #conts .tagListBox {
  width: 100%;
}

 #conts .tagListBox a {
  display: block;
  padding: 9px 6px 8px 20px;
  background: url(/img/newsplus/common/icon/icon05.png) 5px 10px no-repeat;
  border-bottom: 1px solid #DFDFDF;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.0;
  text-decoration: none;
  box-sizing: border-box;
}

 #conts .catelist a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #DFDFDF;
  color: #666;
  text-decoration: none;
}

 #conts .catelist a:hover {
  background: #FFF;
}

 #conts .catelist a span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}

 #conts .catelist a span.cateTtl {
  margin-bottom: 3px;
  padding-left: 20px;
  background: url(/img/newsplus/common/icon/icon01.png) 0 3px no-repeat;
  font-size: 1.6rem;
  font-weight: bold;
  color: #258CD8;
}

/* AnswersNewsについて */

#conts .wysiwyg {
  padding: 15px 13px 20px;
  color: #333;
  font-size: 1.3rem;
}

#conts .wysiwyg p {
  margin-bottom: 1em;
  line-height: 1.6;
}

#conts .wysiwyg .detailSec {
  padding: 13px 15px;
  background-color: #FFF;
  border: #DFDFDF 1px solid;
  font-size: 1.1rem;
}

#conts .wysiwyg .detailSec .ttl {
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: #258DDA 1px solid;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
}

#conts .wysiwyg .detailSec .name {
  padding: 12px 10px 10px;
  border: #DFDFDF 1px solid;
  font-size: 1rem;
}

#conts .wysiwyg .detailSec .name dt {
  margin-bottom: 5px;
  color: #258CD8;
  font-weight: bold;
}

#conts .wysiwyg .detailSec .name dd {
  line-height: 1.6;
}

.pagetop {
  display: none;
  margin: 0 auto;
  width: 1015px;
}

.pagetop a {
  display: block;
  padding: 5px 7px 3px 25px;
  background: #3E3A39 url(/img/newsplus/common/icon/icon04.png) 6px 6px no-repeat;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.6;
  text-decoration: none;
  float: right;
}

#conts .snsBn {
  margin: 30px 0 20px;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

#conts .snsBn a {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 7px 0 3px;
  width: 123px;
  height: auto;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #FFF;
  letter-spacing: -0.08em;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

#conts .snsBn a span {
  display: block;
  font-size: 1.0rem;
  line-height: 1.2;
}

#conts .snsBn a.line {
  padding: 2px 0 3px;
  height: 43px;
  background: #2CBF13;
}

#conts .snsBn a.line img {
  width: 24px;
  height: 24px;
}

#conts .snsBn a.hb {
  background: #008FDE;
}

#conts .snsBn a.fb {
  background: #3B5998;
}

#conts .snsBn a.tw {
  background: #00ACEE;
}

#conts .snsBn a.feed {
  background: #6BC555;
}

#conts .snsBn a img,
#conts .snsBn a span {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.2;
  vertical-align: top;
}

#conts .snsBn a span {
  margin-left: 4px;
}

#conts .snsBn .hb img {
  padding-bottom: 6px;
}

#conts .snsBn .fb img,
#conts .snsBn .tw img {
  padding-bottom: 5px;
}

#conts .recommend .listBox {
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
}

#conts .recommend .listBox article {
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  box-sizing: border-box;
}

#conts .recommend .listBox article:last-child {
  border-bottom: none;
}

#conts .recommend .listBox a {
  padding: 15px;
  display: flex;
  color: #666;
  font-size: 1.2rem;
  text-decoration: none;
}

#conts .recommend .listBox .thumb {
  margin-right: 10px;
  width: 20%;
}

#conts .recommend .listBox .thumb img {
  width: 100%;
}

#conts .recommend .listBox p {
  flex: 1 0;
}

#conts .linkList {
  padding: 0 15px;
}

#conts .linkList li {
  box-sizing: border-box;
  background-color: #FFF;
}

#conts .linkList li:not(:first-child) {
  border-top: 1px solid #DFDFDF;
}

#conts .linkList a {
  padding: 20px 0 20px 20px;
  display: block;
  position: relative;
  color: #258DDA;
  font-size: 1.3rem;
  text-decoration: none;
}

#conts .linkList a:before {
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #258DDA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
}

#conts .linkList a:after {
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  content: "";
}

@media only screen and (min-width: 780px) {
  #conts {
    width: 700px;
    background: none;
    float: left;
  }

  #conts h1.taxTtl {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 11px 25px;
    background: none;
    border-bottom: 2px solid #DFDFDF;
    font-size: 3.5rem;
    color: #3E3A39;
  }

  #conts .noArticle {
    padding: 0;
  }

  #conts .lead {
    margin-bottom: 30px;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #conts .taxTtl:before {
    content: "";
    display: block;
    width: 7px;
    height: 34px;
    background: #258CD8;
    position: absolute;
    top: 1px;
    left: 0;
  }

  #conts.cateListPage .taxTtl {
    margin-bottom: 0;
  }

  #conts .articleBox {
    margin-bottom: 20px;
    padding: 29px;
    background: #FFF;
    border: 1px solid #DFDFDF;
  }

   #conts .recommend {
    margin-bottom: 20px;
  }

   #conts .contsList {
    margin-bottom: 20px;
  }

   #conts .contsList h2,
   #conts .recommend h2,
   #conts .keyword h2 {
    margin-bottom: 10px;
    padding: 9px 8px 9px 29px;
    border-radius: 4px;
    font-size: 1.4rem;
  }

   #conts .keyword h2 {
    background-position: 8px 9px;
  }

   #conts .contsList h2:after,
   #conts .recommend h2:after,
   #conts .keyword h2:after {
    width: 14px;
    height: 4px;
    background: url(/img/newsplus/common/icon/arrow01.png) 0 0 no-repeat;
    position: absolute;
    left: 8px;
    bottom: -4px;
    content: "";
  }

   #conts .tagListBox {
    padding: 20px;
    width: 100%;
    background: #FFF;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    box-sizing: border-box;
  }

   #conts .tagListBox a {
    display: inline-block;
    margin: 0 1% 1px 0;
    width: 31%;
    border-bottom: none;
  }

   #conts .tagListBox a:hover {
    background-color: #F4F4F4;
  }

   #conts .catelist a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #DFDFDF;
    color: #666;
    text-decoration: none;
  }

   #conts .catelist a:hover {
    background: #FFF;
  }

   #conts .catelist a span {
    font-size: 1.5rem;
  }

   #conts .catelist a span.cateTtl {
    background: url(/img/newsplus/common/icon/icon01.png) 0 5px no-repeat;
    font-size: 1.7rem;
  }

  #conts .wysiwyg {
    padding: 0;
  }

  #conts .wysiwyg p {
    margin-bottom: 1.8em;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  #conts .wysiwyg p.last {
    margin-bottom: 0;
  }

  #conts .wysiwyg .lead {
    margin-bottom: 30px;
    padding: 25px 30px;
    background-color: #FFF;
    border: #DFDFDF 1px solid 1px solid;
  }

  #conts .wysiwyg .lead span {
      font-weight: bold;
    }

  #conts .wysiwyg .detailSec {
    padding: 25px 30px;
    font-size: 1.4rem;
  }

  #conts .wysiwyg .detailSec .ttl {
    padding-bottom: 6px;
    font-size: 1.4rem;
  }

  #conts .wysiwyg .detailSec .name {
    padding: 25px;
    border: #DFDFDF 1px solid;
    font-size: 1.3rem;
  }

  #conts .wysiwyg .detailSec .name dt {
    margin-bottom: 10px;
  }

  #conts .wysiwyg .detailSec .name dd {
    line-height: 1.7;
  }

  .pagetop {
    display: block;
  }

  #conts .recommend .listBox {
    padding: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
  }

  #conts .recommend .listBox article {
    width: 50%;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #DFDFDF;
    background: #FFF;
  }

  #conts .recommend .listBox article:nth-child(even) {
    border-right: 1px solid#DFDFDF;
  }

  #conts .recommend .listBox article:nth-last-child(-n+2) {
    border-bottom: 1px solid #DFDFDF;
  }

  #conts .recommend .listBox article:hover {
    border: 1px solid #258DDA;
  }

  #conts .recommend .listBox a {
    padding: 20px;
  }

  #conts .recommend .listBox article:hover a {
    color: #258DDA;
  }

  #conts .recommend .listBox .thumb {
    width: 60px;
  }

  #conts .linkList {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  #conts .linkList li {
    width: 50%;
    border-right: 1px solid #DFDFDF;
  }

  #conts .linkList li:nth-child(odd) {
    border-left: 1px solid #DFDFDF;
  }

  #conts .linkList li:first-child {
    border-top: 1px solid #DFDFDF;
  }

  #conts .linkList li:nth-last-child(-n+2) {
    border-bottom: 1px solid #DFDFDF;
  }

  #conts .linkList a {
    padding: 15px 0 15px 40px;
    width: 100%;
    box-sizing: border-box;
    color: #666;
    font-size: 1.3rem;
  }

  #conts .linkList li:hover {
    border: 1px solid #258DDA;
  }

  #conts .linkList a:hover {
    color: #258DDA;
  }

  #conts .linkList a:before {
    left: 20px;
  }

  #conts .linkList a:after {
    left: 25px;
  }
}

@media only screen and (max-width: 780px) {
  #conts .wysiwyg .pc {
    display: none;
  }

  #conts .snsBn {
    margin-bottom: 20px;
    width: 280px;
    overflow: hidden;
  }

  #conts .snsBn,
  #conts .snsBn {
    width: 100%;
    text-align: center;
  }

  #conts .snsBn a {
    display: inline-block;
    margin: 0 1px;
    padding: 7px 0 3px;
    width: 22.5%;
    height: 38px;
    border-radius: 4px;
    font-size: 1.3rem;
    color: #FFF;
    letter-spacing: -0.08em;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
  }

  #conts .snsBn a span {
    display: block;
    margin-left: 0!important;
    font-size: 1.0rem;
    line-height: 1.2;
  }

  #conts .snsBn a.line {
    padding: 2px 0 3px;
    height: 43px;
    background: #2CBF13;
  }

  #conts .snsBn a.line img {
    width: 24px;
    height: 24px;
  }

  #conts .snsBn a.hb {
    background: #008FDE;
  }

  #conts .snsBn a.fb {
    background: #3B5998;
  }

  #conts .snsBn a.tw {
    background: #00ACEE;
  }

  #conts .snsBn a.feed {
    background: #6BC555;
  }

  #conts .snsBn a.hb img {
    padding-bottom: 6px;
  }

  #conts .snsBn a.fb img,
  #conts .snsBn a.tw img,
  #conts .snsBn a.feed img {
    padding-bottom: 5px;
  }
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
  padding: 0;
  width: 100%;
}

#sideBar .sideLogo {
  display: block;
  margin: 0 auto 10px;
  width: 280px;
}

#sideBar .snsBn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

#sideBar .snsBn a {
  display: inline-block;
  margin: 0;
  padding: 5px 0 3px;
  width: 22.5%;
  height: 32px;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #FFF;
  letter-spacing: -0.08em;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

#sideBar .snsBn a span {
  display: block;
  font-size: 1.0rem;
  line-height: 1.2;
}

#sideBar .snsBn .line img {
  width: 24px;
  height: 24px;
}

#sideBar .snsBn .hb {
  background: #008FDE;
  display: none;
}

#sideBar .snsBn .tw {
  background: #00ACEE;
}

#sideBar .snsBn .feed {
  background: #6BC555;
}

#sideBar .snsBn .hb img {
  padding-bottom: 6px;
}

#sideBar .snsBn .fb img,
#sideBar .snsBn .tw img {
  padding-bottom: 5px;
}

#sideBar h3 {
  padding: 8px 8px 8px 29px;
  background: #3E3A39;
  font-size: 1.4rem;
  color: #FFF;
  position: relative;
}

#sideBar h3.tag {
  background-image: url(/img/newsplus/common/ttl01.png);
  background-position: 8px 9px;
  background-repeat: no-repeat;
}

#sideBar h3.article {
  background-image: url(/img/newsplus/common/ttl02.png);
  background-position: 8px 8px;
  background-repeat: no-repeat;
  counter-reset: ct;
}

#sideBar h3.menu {
  background-image: url(/img/newsplus/common/ttl03.png);
  background-position: 8px 8px;
  background-repeat: no-repeat;
}

#sideBar h3.snsTtl {
  margin-bottom: 20px;
  background-image: url(/img/newsplus/common/ttl06.png);
  background-position: 8px 8px;
  background-repeat: no-repeat;
  text-align: left;
}

#sideBar .articleList {
  padding: 0 15px 25px;
  background-color: #FFF;
}

#sideBar .articleList article a {
  padding: 20px 0 15px;
  display: flex;
  border-bottom: 1px solid #DFDFDF;
  font-size: 1.2rem;
  color: #666;
  text-decoration: none;
}

#sideBar .articleList article a:before {
  margin-right: 10px;
  width: 25px;
  display: flex;
  align-items: center;
  color: #B8DEE8;
  font-size: 3.5rem;
  counter-increment: ct;
  content: counter(ct);
}

#sideBar .articleList article a .thumb {
  margin-left: 20px;
  width: 20%;
}

#sideBar .articleList article a .thumb img {
  width: 100%;
  height: auto;
}

#sideBar .articleList article a p {
  flex: 1 0;
  line-height: 1.5;
}

#sideBar .toSite {
  margin: 0 15px 10px;
  text-align: center;
}

#sideBar .toSite .bn {
  margin-bottom: 5px;
  display: inline-block;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.5;
  text-decoration: none;
}

#sideBar .toSite .bn img {
  max-width: 100%;
  height: auto;
}

#sideBar .toSite .txt {
  margin-bottom: 20px;
  padding-left: 20px;
  background: url(/img/newsplus/common/icon/icon01.png) 0 0 no-repeat;
  background-size: 12px;
  display: block;
}

@media only screen and (max-width: 780px) {
  #sideBar .snsBn {
    margin: 20px 0;
    justify-content: center;
  }

  #sideBar .snsBn a {
    margin-left: 10px;
    padding: 13px 0 0;
    width: 74px;
    height: 27px;
    border-radius: 2px;
  }

  #sideBar .snsBn a img,
  #sideBar .snsBn a span {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2;
    vertical-align: top;
  }

  #sideBar .snsBn a span {
    margin-left: 4px;
  }

  #sideBar .about p {
    padding: 15px 15px 20px;
    background-color: #FFF;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 780px) {
  #sideBar {
    padding: 0;
    width: 280px;
    float: right;
  }

  #sideBar .sideLogo {
    display: none;
  }

  #sideBar h3 {
    margin-bottom: 10px;
    padding: 8px 8px 8px 29px;
    border-radius: 4px;
    font-size: 1.4rem;
  }

  #sideBar h3:after {
    width: 14px;
    height: 4px;
    background: url(/img/newsplus/common/icon/arrow01.png) 0 0 no-repeat;
    position: absolute;
    left: 8px;
    bottom: -4px;
    content: "";
  }

  #sideBar h3.snsTtl {
    display: none;
  }

  #sideBar .snsBn {
    margin-bottom: 20px;
  }

  #sideBar .snsBn a {
    display: block;
  }

  #sideBar .snsBn a:hover,
  #sideBar .snsBn .fb:hover {
    opacity: 0.7;
  }

  #sideBar .snsBn a span {
    font-size: 0.9rem;
  }

  #sideBar .snsBn .hb {
    display: block;
  }

  #sideBar .snsBn .fb {
    width: 67px;
  }

  #sideBar .snsBn .fb {
    display: block;
    width: 74px;
  }

  #sideBar .keywordAcl {
    margin-bottom: 20px;
  }

  #sideBar .toSite {
    margin: 0;
    padding-bottom: 0;
  }

  #sideBar .toSite .bn img {
    margin-bottom: 5px;
    display: block;
  }

  #sideBar .toSite .bn:hover {
    text-decoration: underline;
  }

  #sideBar .toSite .bn:hover img {
    opacity: 0.7;
  }

  #sideBar .toSite .bn:hover .txt {
    color: #258DDA;
  }

  #sideBar .toSite .txt {
    background-size: 16px;
    font-size: 1.3rem;
  }

  #sideBar .about {
    margin-bottom: 20px;
  }

  #sideBar .about .article {
    margin-bottom: 15px;
    background: #3E3A39 url(/img/newsplus/common/ttl05.png) 8px 8px no-repeat;
    position: relative;
  }

  #sideBar .about h3:after {
    content: "";
    width: 14px;
    height: 4px;
    background: url(/img/newsplus/common/icon/arrow01.png) 0 0 no-repeat;
    position: absolute;
    left: 8px;
    bottom: -4px;
  }

  #sideBar .about a {
    margin-left: 15px;
    display: block;
    color: #666;
    font-size: 1.3rem;
    text-decoration: underline;
  }

  #sideBar .about a:hover {
    text-decoration: none;
  }

  #sideBar .popularityAcl {
    margin-bottom: 20px;
  }

  #sideBar .articleList {
    padding: 0;
  }

  #sideBar .articleList article {
    border-bottom: 1px solid #3E3A39;
  }

  #sideBar .articleList article:first-child {
    border-top: 1px solid #3E3A39;
  }

  #sideBar .articleList article a {
    padding: 20px;
    background: none;
    border-bottom: none;
    position: relative;
  }

  #sideBar .articleList article a:before {
    font-size: 2rem;
    font-weight: bold;
  }

  #sideBar .articleList article a:hover {
    background-color: #F6FAFB;
    color: #258DDA;
  }

  #sideBar .articleList article:last-child a {
    border-bottom: 1px solid #DFDFDF;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer .footerNav {
  padding: 15px 10px;
  background-color: #3E3A39;
  text-align: center;
}

#footer .footerNav ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 11px;
  background: url(/img/newsplus/common/icon/border.png) right center no-repeat;
  line-height: 1.8;
}

#footer .footerNav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

#footer .footerNav ul li a {
  padding-right: 11px;
  background: url(/img/newsplus/common/icon/icon_blank.png) right 5px no-repeat;
  background-size: 7px 7px;
  font-size: 1.2rem;
  color: #FFF;
  text-decoration: none;
}

#footer .footerNav ul li.sitemap a {
  padding-right: 0;
  background: none;
}

#footer .footerNav ul li.in a{
  padding-right: 0;
  background: none;
}

#footer .footerNav ul li a:hover {
  text-decoration: underline;
}


#footer .copyright {
  display: block;
  padding: 6px 10px;
  font-size: 1.0rem;
  text-align: center;
  font-style: normal;
  color: #3E3A39;
  line-height: 1.6;
}

#footer .copyright .smtBr {
  display: block;
}


@media only screen and (min-width: 780px) {
  #footer .footerNav ul li {
    margin-right: 20px;
    padding-right: 21px;
  }

  #footer .footerNav ul li a {
    padding-right: 15px;
    background-size: 10px 10px;
    font-size: 1.4rem;
  }

  #footer .copyright {
    font-size: 1.2rem;
  }

  #footer .copyright .smtBr {
    display: none;
  }
}

/*------------------------------------------------------------
  ページャー
------------------------------------------------------------*/
#main .pageList {
  padding: 15px 0;
  border-bottom: 1px solid #DFDFDF;
  text-align: center;
}

#main .pageList span,
#main .pageList a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

#main .pageList a {
  display: inline-block;
  background: #FFF;
  border: 1px solid #DFDFDF;
  text-decoration: none;
  color: #258CD8;
}

#main .pageList a:hover,
#main .pageList span {
  background: #3E3A39;
  border: 1px solid #DFDFDF;
  color: #FFF;
}


@media only screen and (min-width: 780px) {
  #main .pageList {
    padding: 0;
    border-bottom: none;
    text-align: center;
  }
  #main .pageList span,
  #main .pageList a {
    padding: 8px 15px;
  }
}