@charset "utf-8";
/*
********************************************************************
サイト全体に共通の基本定義
********************************************************************
*/
body {
  color: #232323;
  /* CSSでは綺麗にグラデーション処理を施せなかったので、グラデーションは画像に施す */
  background: url('../img/background.png') no-repeat;
  background-color: #deedf4;
  background-position: top center;
  font-family: 'Meiryo', 'メイリオ', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
    color: #232323;
}

a:active,
a:hover {
  color:#A7ADB2;
}
li {
  list-style: none;
}
h1 {
  font-size: 26px;
  margin-bottom: 5px;
  border-bottom: solid 2px #9ed9f4;
}
h2 {
  font-size: 22px;
  /* TODO アイコン作成
  background: url();
  background-position: 0 0;
  */
  padding-left: 25px;
  padding 25px 0 10px 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  border: none;
  background-position: 3px 3px;
}
hr {
  margin-bottom: 5px;
}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
.clearfix {
  min-height: 1px;
}

/* -- ▼ヘッダー▼ -- */
#header {
  background: #000000;
  /*background: #ffffff;*/
}
#header-upper{
  margin: 0 auto;
  padding: 0;
  padding-top:11px;
  padding-bottom: 3px;
  width: 1000px;  
}
#header-logo {
  float: left;
}
#ad-header {
  float: left;
  margin-left: 10px;
}
#header-navi-wrapper {
  background: #fff5e0;
  height: 50px;
}
#header-navi {
  width: 1000px;
  margin: 0 auto;
}
#header-navi ul {
  width: 662px;
  float: left;
  padding: 0;
}
#header-navi li {
  /*background: url('../img/icon-global-navi.png') no-repeat;*/
  background-position: left;
  float: left;
  list-style: none;
/*  padding-left: 15px;
  margin-right: 20px;
*/}

#header-navi li.business{
  background: url('../img/icon-global-navi-business.png') no-repeat;
  background-position: left;
  padding-left: 15px;
  margin-right: 20px;
}
#header-navi li.money{
  background: url('../img/icon-global-navi-money.png') no-repeat;
  background-position: left;
  padding-left: 15px;
  margin-right: 20px;
}
#header-navi li.political{
  background: url('../img/icon-global-navi-political.png') no-repeat;
  background-position: left;
  padding-left: 15px;
  margin-right: 20px;
}
#header-navi li.lifehack{
  background: url('../img/icon-global-navi-lifehack.png') no-repeat;
  background-position: left;
  padding-left: 15px;
  margin-right: 20px;
}
#header-navi li.it{
  background: url('../img/icon-global-navi-it.png') no-repeat;
  background-position: left;
  padding-left: 15px;
  margin-right: 20px;
}
#header-navi li.global{
  background: url('../img/icon-global-navi-global.png') no-repeat;
  background-position: left;
  padding-left: 15px;
  margin-right: 20px;
}
#header-navi li.news{
  background: url('../img/icon-global-navi-news.png') no-repeat;
  background-position: left;
  padding-left: 15px;
  margin-right: 20px;
}

#header-navi a:hovar img{
  background-position: 0 bottom;
}

/* -- ▼検索フォーム▼ -- */
.formSearch {
  float: left;
  width: 170px;
  height: 38px;
  background: #ffd75f;
  border: solid 1px #ffa000;
  margin: 6px 0 6px 0;
}

.formSearch form {
  height: 36px;
  line-height: 37px;
  background: #ffd75f;
  border: none;
  padding: 0;
  margin:1px 2px 0px 2px;
}

input {
  font: initial;
}

textarea {
  font: initial;
}

.formSearch input {
  height: 28px;
  line-height: 30px;
  background: #ffd75f;
  border: none;
  padding: 0;
  margin:1px 2px 2px 2px;
  width: 125px;
  font-size: 14px;
}
.formSearch input:focus {
  background: #ffffff;
}
.formSearch button {
  background: url('../img/icon-search.png') #ffa000 no-repeat 4px 4px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  direction: ltr;
  border: none;
  padding: 0;
  margin:2px 2px 2px 2px;
}
.formSearch button:hover {
  cursor: pointer;
}
/* 検索フォーム end */

.header-icon {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 6px 0 0 6px;
}

/* -- ▼ コンテンツ ▼ -- */
#content-wrapper {
  width: 100%;
}
#content {
  width: 1000px;  
  margin: 0 auto;
  background: url('../img/bck-smoke.png') 0 0;
}

#content-white {
  width: 1000px;  
  margin: 0 auto;
  background: #FFF;
  /*background: url('../img/bck-smoke.png') 0 0;*/
}

/* -- ▼ メインカラム ▼ -- */
#main-column {
  /*background: url('../img/bck-smoke.png') 0 0;*/
  /*background: #F4FAFC;*/
  float: left;
  width: 620px;
  padding: 0 20px 20px 20px;
  word-wrap:break-word; /* for moz,safari */
}

#main-column-white{
  background: #FFF;
  float: left;
  width: 620px;
  padding: 0 20px 20px 20px;
  word-wrap:break-word; /* for moz,safari */
}

/* -- ▼ サイドバー ▼ -- */
#side-column {
  /*background: #F4FAFC;*/
  float: left;
  width: 300px;
  padding: 0;
  padding: 0 0 20px 0;
  word-wrap:break-word; /* for moz,safari */
}
#side-column > div {
  margin-top: 20px;
}

.widgettitle {
  display:none;
}

/* -- ▼ フッター ▼ -- */
#footer-wrapper {
  background: #707070;
  /*background: #DD9C1C;*/
}
#footer {
  width: 960px; 
  margin: 0 auto;
  color: #ffffff;
  padding: 0 20px 0 20px;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul {
  padding: 0;
}
#footer-upper {
  padding-top: 20px;

}
#footer-logo {
  float: left;
  margin-right: 20px;
}
#footer-navi {
  float: left;
  width: 740px;
  padding: 0 0 5px 0;
  border-bottom: solid 1px #ffffff;
}
#footer-navi li {
  float: left;
  border-right: solid 1px #deedf4;
  padding: 0 15px 0 15px;
}
li.newline {
  clear: both;
  float: left;
  display: block;
  position: relative;
}
#footer-navi li:first-child {
  padding: 0 15px 0 0;
}
#footer-navi li:last-child {
  border-right: none;
}

#footer-below {
  max-height: 300px;
  overflow: hidden;
  padding: 30px 0 0 0;
}
#footer-below a {
  font-size: 14px;
}
#footer-below h4 {
  margin: 0;
  border-bottom: solid 1px #ffffff;
}
#footer-below ul {
  margin: 10px 0 0 0;
}
#footer-category {
  float: left;
  width: 200px;
  margin-right: 20px;
}
#footer-series {
  float: left;
  width: 320px;
  margin-right: 20px;
}
#footer-tags {
  float: left;
  width: 400px;
}
#footer-tags li {
  float: left;
  padding: 0 15px 0 0;
}
#footer-copyright {
  text-align: center;
  padding-bottom: 10px
}
#footer-copyright p {
  margin: 10px 0 0 0; 
}

/*
********************************************************************
カラム別 記事共通の設定
********************************************************************
*/
.article-content h3 {
  /*font-size: 20px;*/
  margin: 0;
}
.cat-link {
  /*color: #B0B0B0;*/
  font-size: 8px;
}
.article-box {
  background: #ffffff;
  border: solid 1px #ffa000;
  margin: 3px 0 0 0;
}
.box-header {
  height: 37px;
  margin: 0 1px 0 0;
}

/* -- ▼ 1カラム記事 ▼ -- */
.one-column {
  margin-top: 20px;
}
.one-column-article {
  padding: 5px;
  margin-bottom: 10px;
}
.one-column-article .article-img {
  float: left;
  width: 320px;
  height: 240px;
  padding-right: 5px;
  border-right: solid 4px #a9c6ff;
}
.one-column-article .article-content {
  float: left;
  width: 270px;
  height: 240px;
  padding-left: 4px;
  overflow: hidden;
  /*color: black;*/
}
.one-column.article-content h3 {
  font-size: 20px;
}
.one-column-article a.cat-link {
  font-size: 11px;
}
.one-column-article p {
  padding-top: 5px;
  font-size: 15px;
  margin: 0;
  /*color: black;*/
}
/* 1カラム記事 end */

/* -- ▼ 2カラム記事 ▼ -- */
.two-column {
  background: url(../img/border-vertical.png) repeat-y ;
  background-position: 305px 0;
}
.two-column-white {
  background: url(../img/border-vertical.png) repeat-y #ffffff;
  background-position: 305px 0;
}
.two-column-article {
  width: 300px;
  height: 95px;
  padding: 4px 4px 0 4px;
  float: left;
  overflow: hidden;
  background: url(../img/border-horizontal.png) repeat-x;
  background-position: 0 0;
}
.two-column-article .article-img {
  float: left;
  width: 120px;
  height: 90px;
  /*padding-right: 5px;*/
  /*border-right: solid 4px #a9c6ff;*/
}
.two-column-article .article-content {
  position: relative;
  float: left;
  width: 165px;
  height: 75px;
  padding-left: 8px;
  font-size: 12px;
}
.two-column-article .article-content h3 {
  height: 65px;
}
.two-column-article .article-content a{
  /*color: #A9A9A9;*/
  font-size: 8px;
}
.two-column-article .article-content h3 a{
  /*color: black;*/
  font-size: 14px;
}
.two-column-article .cat-link {
  float: left;
  width: 90px;
  font-size: 8px;
}

.icon-pr {
  position: absolute;
  bottom: 0;
  right: 4px;
}
.one-column .prArea {
  padding-top: 5px;
}
.prArea {
  float: right;
  font-size: 8px;
}
.prArea span {
  color: #535353;
  font-weight: bold;
  font-size: 8px;
  padding-left: 3px;
  padding-top: 1px;
  padding-right: 3px;
  padding-bottom: 1px;
}
.prArea span.single {
  font-size: 12px;
  padding-left: 6px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  margin-left: 10px;
}
.prArea span.icon-otoku {
  background-color: #ffa000;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* 2カラム記事 end */

/* -- ▼ 3カラム記事 ▼ -- */
.three-column {
  background: url(../img/border-horizontal.png) repeat-x;
  background-position: 0 0;
  padding-top: 1px;
}
.three-column-article {
  float: left;
  width: 177px;
  height: 230px;
  padding: 10px 14px 0 14px;
  background: url(../img/border-vertical.png) repeat-y;
  background-position: 204px 0;
  /*color: black;*/
}
.three-column-article:last-child {
  background: none;
}
.three-column-article .article-img {
  width: 180px;
  height: 120px;
  border-bottom: solid 4px #a9c6ff;
}
.three-column-article .article-content h3{
  padding-top:3px;
  height: 65px;
  overflow: hidden;
  /*color: black;*/
  font-size: 14px;
}
.three-column-article .article-content a{
  /*color: #A9A9A9;*/
  font-size: 8px;
}
.three-column-article .article-content h3 a{
  /*color: black*/;
  font-size: 14px;
}
.three-column-article .cat-link {
  float: left;
  width: 110px;
  font-size: 8px;
}
/* 3カラム記事 end */

/* -- ▼ 1カラム記事 写真なし ▼ -- */
.one-column-textonly {
  background: url(../img/border-horizontal.png) repeat-x #ffffff;
  background-position: 0 0;
  padding: 5px;
}
.one-column-textonly h3 {
  width: 598px;
  margin: 5px 5px 5px 5px;
  overflow: hidden;
}.one-column-textonly p {
  width: 598px;
  margin: 5px 5px 5px 5px;
  overflow: hidden;
}

/* -- ▼ サイドカラム記事 ▼ -- */
.right-column ul {
  /*background: url(../img/border-vertical.png) repeat-y #ffffff;*/
  /*background-position: 305px 0;*/
  padding: 0;
  border-top: solid 1px #19A6EA;
  border-bottom: solid 1px #19A6EA;
}
.right-column-article {
  /*background: url(../img/border-horizontal.png) repeat-x;*/
  /*background-position: 0 0;*/
  /*padding: 5px 0 0 0;*/
  width: 292px;
  /*height: 44px;*/
  padding: 10px 4px 10px 4px;
  display: inline-block;
  /*float: left;*/
  /*overflow: hidden;*/
  /*background: url(../img/border-horizontal.png) repeat-x;*/
  /*background-position: 0 0;*/
  border-bottom: dashed 1px #FF905E;
}
.right-column-article:first-child {
  /*background: none;*/
}
.right-column-article:last-child {
  border-bottom: solid 1px #FF905E;
}
.right-column-article .article-img {
  float: left;
  width: 60px;
  height: 45px;
  text-align: center;
}
.right-column-article .article-content {
  float: left;
  width: 200px;
  height: auto;
  margin-left: 10px;
}
.right-column-article h3 {
  font-size: 12px;
}

.side-new-post ul{
  padding: 0 0 0 0;
}

.side-image div{
  float:left;
}

.side-post-title div{
  float:left;
}
/* サイドカラム記事 end */

/* -- ▼ 一覧ページ行きタブ ▼ -- */
.show-all-tab {
  height: 30px;
}
.show-all-tab a {
  float: right;
  padding: 5px 30px 5px 10px;
  background: url(../img/icon-to-archive.png) no-repeat #ffb63d;
  background-position: 95px 8px;
  color: #ffffff;
  font-size: 12px;
}

/* -- ▼ 記事（テキストのみ）リスト ▼ -- */
.article-list {
  padding-top: 6px;
  margin-top: 20px;
}
.article-list ul {
  border-bottom: solid 1px #F3AC7D;
  background: #ffffff;
  padding: 0;
  margin-top: 10px;
}
.series-posts.article-list ul {
  border-top: solid 1px #FAAD7E;
  border-bottom: solid 1px #ffa000;
  background: #ffffff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.author-posts.article-list ul {
  border-top: solid 1px #FAAD7E;
  border-bottom: solid 1px #ffa000;
  background: #ffffff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.article-list a {
  font-size: 14px;
  font-weight: bold;
}
.article-list li {
  background: url(../img/border-horizontal.png) repeat-x #ffffff;
  background-position: 0 0;
  overflow: hidden;
  padding: 5px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.article-list li:first-child {
  background: none;
}
.article-list li a{
  /*color: black;*/
}
.article-list h4 {
  padding: 0;
  margin: auto;
  text-align: center;
  color: #FF6004;
}
/* -- ▼ 四角形アイコン ▼ -- */
.square {
  height: 14px;
  width: 14px;
  display: inline-block;
  background: red;
  margin-right: 10px;
}

/*
********************************************************************
個別パーツ
********************************************************************
*/

/* -- ▼ スライドショー ▼ -- */
/*
#slider {
  width: 620px;
  height: 250px;
  overflow: hidden;
  background: #ffffff;  
  box-shadow:rgba(206, 230, 241, 0.65098) 0px 0px 6px 3px;
  -webkit-box-shadow:rgba(206, 230, 241, 0.65098) 0px 0px 6px 3px;
  -moz-box-shadow:rgba(206, 230, 241, 0.65098) 0px 0px 6px 3px;
}
*/
#slider-wrapper {
  width: 620px;
  height: 280px;
}
#slider {
  width: 620px;
  height: 280px;
  overflow: hidden;
}
.panel, .slidesjs-container {
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow:rgba(206, 230, 241, 0.65098) 0 0 6px 3px;
  -moz-box-shadow:rgba(206, 230, 241, 0.65098) 0 0 6px 3px;
  box-shadow:rgba(206, 230, 241, 0.65098) 0 0 6px 3px;
}
.panel p.cat{
  font-size: 12px;
 /*color: #A9A9A9;*/
  padding: 5px 0 0 0;
}
.panel p.lead{
  padding-top 10px;
  font-size: 15px;
  padding: 20px 0 0 0;
}
.panel .title{
  font-size: 20px;
}
.slidesjs-pagination {
  margin: 6px 0 0;
  /*float: right;*/
  list-style: none;
}
ul.slidesjs-pagination {
  height: 15px;
  margin: 10px 0 0 230px;

}
.slidesjs-pagination li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.slidesjs-pagination li a {
  display: block;
  width: 14px;
  height: 0;
  padding-top: 14px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -14px
}
.slidesjs-pagination li a:hover {
  background-position: 0 -14px
}

/* -- ▼ 新着記事 ▼ -- */
#new-arrivals .box-header {
  background: url(../img/main-newarrival.png) no-repeat #ffa000;
}

/* -- ▼ ピックアップ ▼ -- */
#pickups .box-header {
  background: url(../img/main-pickup.png) no-repeat #ffa000;
}

/* -- ▼ 関連記事 ▼ -- */
#related-posts .box-header {
  background: url(../img/main-related.png) no-repeat #ffa000;
}

/* -- ▼ トピックス ▼ -- */
#topics {
  background: url(../img/main-topics.png) no-repeat;
}
#topics a{
  /*color: black;*/
}
/* -- ▼ カテゴリ ▼ -- */
#business {
  background: url(../img/header-business.png) no-repeat;
}

#money {
  background: url(../img/header-money.png) no-repeat;
}

#political {
  background: url(../img/header-political.png) no-repeat;
}

#lifehack {
  background: url(../img/header-life.png) no-repeat;
}

#it {
  background: url(../img/header-it.png) no-repeat;
}

#global {
  background: url(../img/header-global.png) no-repeat;
}

#news {
  background: url(../img/header-news.png) no-repeat;
}

#business .one-column {
  margin-top: 25px;
  padding-top: 8px;
  border-top: solid 2px #A3C8E4;
}

#money .one-column {
  margin-top: 25px;
  padding-top: 8px;
  border-top: solid 2px #FDE471;
}

#political .one-column {
  margin-top: 25px;
  padding-top: 8px;
  border-top: solid 2px #BFE7F1;
}

#lifehack .one-column {
  margin-top: 25px;
  padding-top: 8px;
  border-top: solid 2px #F4A1E2;
}

#it .one-column {
  margin-top: 25px;
  padding-top: 8px;
  border-top: solid 2px #B4B0AC;
}

#global .one-column {
  margin-top: 25px;
  padding-top: 8px;
  border-top: solid 2px #BAD691;
}

#news .one-column {
  margin-top: 25px;
  padding-top: 8px;
  border-top: solid 2px #FAAD7E;
}


/* -- ▼ この特集の記事一覧 ▼ -- */
.series-posts {
  /*background: url(../img/header-series-posts.png) no-repeat;*/
  margin-top: 0;
}

/* -- ▼ この記者の記事一覧 ▼ -- */
.author-posts {
  /*background: url(../img/header-author.png) no-repeat;*/
  margin-bottom: 14px;
}

/* -- ▼ 連載記事 ▼ -- */
#series .box-header {
  background: url(../img/main-series.png) no-repeat #ffc000;
}

/* -- ▼ FXレポート ▼ -- */
#fxreport-top {
  margin-top: 15px;
  margin-bottom: 20px;
  background: url(../img/fxreport-top.png) no-repeat 10px 10px #fff5e0;
}

.fxreport .box-header{
  background: url(../img/fxreport.png) no-repeat 0 10px;
}
.fxreport h1{
  border-top: solid 2px #FCAD7D;
  border-bottom: solid 2px #FCAD7D;
  padding-bottom: 5px;
  margin-top: 0px;
}

/* -- ▼ 広告エリア ▼ -- */
.ad-main {
  width: 620px;
  margin-top: 20px;
  overflow: hidden;
}
.ad-contet-full {
  margin: auto;
  text-align: center;
}
.ad-contet-half {
  float: left;
  margin-right: 20px;
}
.ad-contet-half:last-child {
  margin-right: 0;  
}
.ad-side {
  width: 300px;
  overflow: hidden; 
}


/* -- ▼ アクセスランキング ▼ -- */
#side-access-ranking {
  background: url(../img/header-access_ranking.png) no-repeat;
  padding-top: 20px;
}
#side-access-ranking ul {
  margin: 0;
  padding: 0;
  /*border-bottom: solid 1px #FF905E;*/
}
#side-access-ranking li {
  overflow: hidden;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  height: 31px;
  border-bottom: dashed 1px #FF905E;
}
#side-access-ranking li:last-child {
  border-bottom: solid 1px #FF905E;
}
#side-access-ranking a {
  display: block;
  background: url(../img/ranking_numbers.png) no-repeat;
  padding:5px 0 5px 35px;
  height: 30px;
}
#side-access-ranking li:nth-child(1) {background: none;}
#side-access-ranking li:nth-child(1) a {background-position: 0 7px;}
#side-access-ranking li:nth-child(2) a {background-position: 0 -35px;}
#side-access-ranking li:nth-child(3) a {background-position: 0 -77px;}
#side-access-ranking li:nth-child(4) a {background-position: 0 -119px;}
#side-access-ranking li:nth-child(5) a {background-position: 0 -161px;}
#side-access-ranking li:nth-child(6) a {background-position: 0 -203px;}
#side-access-ranking li:nth-child(7) a {background-position: 0 -245px;}
#side-access-ranking li:nth-child(8) a {background-position: 0 -287px;}
#side-access-ranking li:nth-child(9) a {background-position: 0 -329px;}
#side-access-ranking li:nth-child(10) a {background-position: 0 -371px;}

/* -- ▼ Econommic Indicator ▼ -- */
#side-economic-indicator {
  background: url(../img/header-indicator.png) no-repeat;
  padding-top: 20px;
}
#side-economic-indicator ul {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #FFA579;
}
#side-economic-indicator li {
  background: url(../img/border-horizontal.png) repeat-x;
  background-position: 0 0;
  padding: 0 0 5px 0;
  font-size: 12px;
}
#side-economic-indicator li:nth-child(1) {
  background: none;
}
.flag {
  width: 50px;
  height: 40px;
  background: url(../img/flags-sprite.png) no-repeat;
  float: left;
}
.ei-content {
  margin-left: 3px;
  margin-top: 6px;
  width: 160px;
  float: left;
}
.ei-time {
  margin-right: 3px;
  margin-top: 13px;
  font-weight: bold;
  float: left;
}
.ei-country {
  float: left;
  margin-top: 13px;
  margin-left: 3px;
  margin-right: 3px;
}

/* -- ▼ サイドカラム記事 ▼ -- */
.side-pickups {
  background: url(../img/header-pickup.png) no-repeat;
}
/* -- ▼ サイドカラム記事 ▼ -- */
.side-arrivals {
  background: url(../img/header-arrivals.png) no-repeat;
}

.side-box-header {
  height: 18px;
  margin: 0 1px 0 1px;
}

/*
********************************************************************
その他
********************************************************************
*/

/* -- ▼ カテゴリー別色分け ▼ -- */
/* 1カラム記事,2カラム記事 */
.one-column .category-business .article-img,
.two-column .category-business .article-img {
  border-right: solid 4px #3E94CF;
}
.one-column .category-money .article-img,
.two-column .category-money .article-img {
  border-right: solid 4px #FFE867;
}
.one-column .category-political .article-img,
.two-column .category-political .article-img {
  border-right: solid 4px #BFE7F1;
}
.one-column .category-lifehack .article-img,
.two-column .category-lifehack .article-img {
  border-right: solid 4px #FF92E1;
}
.one-column .category-it .article-img,
.two-column .category-it .article-img {
  border-right: solid 4px #B5B0AC;
}
.one-column .category-global .article-img,
.two-column .category-global .article-img {
  border-right: solid 4px #AEDC90;
}
.one-column .category-news .article-img,
.two-column .category-news .article-img {
  border-right: solid 4px #FF8A38;
}
/* 3カラム記事 */
.three-column .category-business .article-img {
  border-bottom: solid 4px #3E94CF;
}
.three-column .category-money .article-img {
  border-bottom: solid 4px #FFE867;
}
.three-column .category-political .article-img {
  border-bottom: solid 4px #BFE7F1;
}
.three-column .category-lifehack .article-img {
  border-bottom: solid 4px #FF92E1;
}
.three-column .category-it .article-img {
  border-bottom: solid 4px #B5B0AC;
}
.three-column .category-global .article-img {
  border-bottom: solid 4px #AEDC90;
}
.three-column .category-news .article-img {
  border-bottom: solid 4px #FF8A38;
}

/* 個別ページタイトル */
.category-business h1.entry-title{
  border-bottom: solid 2px #3E94CF;
}
.category-money h1.entry-title {
  border-bottom: solid 2px #FFE867;
}
.category-political h1.entry-title {
  border-bottom: solid 2px #BFE7F1;
}
.category-lifehack h1.entry-title {
  border-bottom: solid 2px #FF92E1;
}
.category-it h1.entry-title {
  border-bottom: solid 2px #958F89;
}
.category-global h1.entry-title {
  border-bottom: solid 2px #9CC462;
}
.category-news h1.entry-title {
  border-bottom: solid 2px #EB6104;
}
.category-unclassified h1.entry-title{
  border-bottom: solid 2px black;
}

/* 個別ページ小見出し */
.category-business h2{
  background: url('../img/icon-h2-business.png') no-repeat 0px 0px;;
  background-position: 3px 3px;
  padding-left: 25px;
  margin-right: 20px;
  border: none;
}
.category-money h2{
  background: url('../img/icon-h2-money.png') no-repeat 0px 0px;;
  background-position: 3px 3px;
  padding-left: 25px;
  margin-right: 20px;
  border: none;
}
.category-political h2{
  background: url('../img/icon-h2-political.png') no-repeat 0px 0px;;
  background-position: 3px 3px;
  padding-left: 25px;
  margin-right: 20px;
  border: none;
}
.category-lifehack h2{
  background: url('../img/icon-h2-lifehack.png') no-repeat 0px 0px;;
  background-position: 3px 3px;
  padding-left: 25px;
  margin-right: 20px;
  border: none;
}
.category-it h2{
  background: url('../img/icon-h2-it.png') no-repeat 0px 0px;;
  background-position: 3px 3px;
  padding-left: 25px;
  margin-right: 20px;
  border: none;
}
.category-global h2{
  background: url('../img/icon-h2-global.png') no-repeat 0px 0px;;
  background-position: 3px 3px;
  padding-left: 25px;
  margin-right: 20px;
  border: none;
}
.category-news h2{
  background: url('../img/icon-h2-news.png') no-repeat 0px 0px;;
  background-position: 3px 3px;
}
.category-unclassified h2{
  background: url('../img/icon-h2-unclassified.png') no-repeat 0px 0px;;
  background-position: 3px 3px;
  padding-left: 25px;
  margin-right: 20px;
  border: none;
}
/* 四角形アイコン (トピックス) */
.category-business .square {background: #3E94CF;}
.category-money .square {background: #FFE867;}
.category-political .square {background: #BFE7F1;}
.category-lifehack .square {background: #FF92E1;}
.category-it .square {background: #B5B0AC;}
.category-global .square {background: #AEDC90;}
.category-news .square {background: #FF8A38;}
/* カテゴリー別色分け end */

/* -- ▼ FX用スプライト ▼ -- */
.sprite-aed{ background-position: 0 0; } /* アラブ首長国連邦 */
.sprite-ars{ background-position: 0 -53px; } /* アルゼンチン */
.sprite-aud{ background-position: 0 -106px; } /* オーストラリア */
.sprite-brl{ background-position: 0 -159px; } /* ブラジル */
.sprite-cad{ background-position: 0 -212px; } /* カナダ */
.sprite-chf{ background-position: 0 -265px; } /* スイス */
.sprite-clp{ background-position: 0 -318px; } /* チリ */
.sprite-cny{ background-position: 0 -371px; } /* 中華人民共和国 */
.sprite-cop{ background-position: 0 -424px; } /* コロンビア */
.sprite-dem{ background-position: 0 -477px; } /* ドイツ */
.sprite-dkk{ background-position: 0 -530px; } /* デンマーク */
.sprite-ecs{ background-position: 0 -583px; } /* エクアドル */
.sprite-egp{ background-position: 0 -636px; } /* エジプト */
.sprite-esp{ background-position: 0 -689px; } /* スペイン */
.sprite-eur{ background-position: 0 -742px; } /* ユーロ */
.sprite-fin{ background-position: 0 -795px; } /* フィンランド */
.sprite-frf{ background-position: 0 -848px; } /* フランス */
.sprite-gbp{ background-position: 0 -901px; } /* イギリス */
.sprite-grd{ background-position: 0 -954px; } /* ギリシャ */
.sprite-hkd{ background-position: 0 -1007px; } /* 香港 */
.sprite-idr{ background-position: 0 -1060px; } /* インドネシア */
.sprite-ier{ background-position: 0 -1113px; } /* アイルランド */
.sprite-inr{ background-position: 0 -1166px; } /* インド */
.sprite-jod{ background-position: 0 -1219px; } /* ヨルダン */
.sprite-jpy{ background-position: 0 -1272px; } /* 日本 */
.sprite-usd{ background-position: 0 -1378px; } /* アメリカ */
.sprite-vnd{ background-position: 0 -1431px; } /* ベトナム */
.sprite-luf{ background-position: 0 -1484px; } /* ルクセンブルク */
.sprite-mxn{ background-position: 0 -1537px; } /* メキシコ */
.sprite-myr{ background-position: 0 -1590px; } /* マレーシア */
.sprite-nok{ background-position: 0 -1643px; } /* ノルウェー */
.sprite-nzd{ background-position: 0 -1696px; } /* ニュージーランド */
.sprite-pab{ background-position: 0 -1749px; } /* パナマ */
.sprite-pen{ background-position: 0 -1802px; } /* ペルー */
.sprite-php{ background-position: 0 -1855px; } /* フィリピン */
.sprite-ron{ background-position: 0 -1908px; } /* ルーマニア */
.sprite-rub{ background-position: 0 -1961px; } /* ロシア */
.sprite-sar{ background-position: -53px 0; } /* サウジアラビア */
.sprite-sek{ background-position: -53px -53px; } /* スウェーデン */
.sprite-sgd{ background-position: -53px -106px; } /* シンガポール */
.sprite-thb{ background-position: -53px -159px; } /* タイ */
.sprite-trl{ background-position: -53px -212px; } /* トルコ */
.sprite-twd{ background-position: -53px -265px; } /* 台湾 */
.sprite-usd{ background-position: -53px -318px; } /* アメリカ */
.sprite-veb{ background-position: -53px -371px; } /* ベネズエラ */
.sprite-vnd{ background-position: -53px -424px; } /* ベトナム */
.sprite-zar{ background-position: -53px -477px; } /* 南アフリカ */

/* -- ▼ ソーシャルボタン ▼ -- */
.social {
  margin: 20px 0 0 auto;
  width: 320px;
  height: 20px;
}
.entry-meta .social {
  display: inline-block;
  margin: 0 0 0 0px;
  float: right;
  width: inherit;
}
.entry-meta div.twitter {
  float: left;
  display: inline-block;
  width: 80px;
  height: 23px;
}
.entry-meta div.facebook {
  float: left;
  display: inline-block;
  width: 100px;
  height: 23px;
}
.entryInfo div.twitter {
  float: left;
  display: inline-block;
  width: 100px;
  height: 23px;
}
.entryInfo div.facebook {
  float: left;
  display: inline-block;
  width: 100px;
  height: 23px;
}

/* sharebox */
.social-share-box {
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 10px 0 10px 0;
  clear: both;
}
.social-share-box p{
  background-color: black;
  width: 40%;
  display: inline-block;
  margin: 0;
  padding: 8px;
}
.social-share-box p.twitter{
  background-color: #55acee;
}
.social-share-box p.facebook{
  background-color: #3b5998;
  margin-left: 20px;
}
.social-share-box p i{
  font-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
}
.social-share-box p a{
  font-size: 14px;
  display: block;
  color: white;
}
.social-share-box p a:hover{
  text-decoration: none;
}

/* -- ▼ ページャー ▼ -- */
.pager {
  font-style: normal;
  font: 14px ヒラギノ角ゴ W6, メイリオ, sans-serif;
  padding: 0;
  list-style: none;
}
.pager ul {
  display: table;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
}
.pager li {
  float: left;
  margin: 0 5px 5px 5px;
  background: #A8ADB2;
  font-weight: bold;
}
.pager li:hover {
  background: #F6B533;
}
.pager li a {
  display: block;
  padding: 3px 8.5px 3px 8.5px;
  color: #ffffff;
}

.post-pager {
  margin: 5px 0 0 0;
  text-align: center;
  font-style: normal;
  font: 14px ヒラギノ角ゴ W6, メイリオ, sans-serif;
  padding: 0;
  list-style: none;
}
.post-pager ul {
  display: table;
  margin: 0;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
}
.post-pager a li {
  float: left;
  margin: 0 5px 5px 5px;
  font-weight: bold;
  display: block;
  padding: 3px 8.5px 3px 8.5px;
  color: #ffffff;
  background: #221e1f;
}
.post-pager li {
  float: left;
  margin: 0 5px 5px 5px;
  background: #fff;
  font-weight: bold;
  display: block;
  padding: 3px 8.5px 3px 8.5px;
  color: #221e1f;
  border: solid 1px #221e1f;
}
.post-pager a li:hover {
  background: #F6B533;
  border: solid 1px #F6B533;
}
.post-pager a li {
}

li.current {
  background: #F6B533;
}
li.current a {
  color: #FFFFFF;
}
li.pager-text {
  display: block;
  background: none;
  border: none;
  font-weight: bold;
  margin: 1px 0 0 0px;
}
.pager .pager-text  a {
  color: #F9B502;
  padding: 3px 7px 3px 7px;
}
li.pager-nav {
  display: block;
  width: 23px;
  height: 22px;
  background: #ffffff;
  border: solid 1px #000000;
  margin: 0 5px 0 5px;
}
.pager-nav a {
  display: block;
  width: 9px;
  height: 20px;
}
/* TODO 矢印の画像を当てる
li.pager-nav-prev {
  background: url() no-repeat #ffffff;
}
li.pager-nav-next {
  background: url() no-repeat #ffffff;
}
*/

.navigation {
  overflow:hidden;
  _zoom:1;
  width:620px;
}
.navigation .nav-previous {
  width:30%;
  float:left;
  padding:0;
}
.navigation .nav-next {
  width:30%;
  float:right;
  padding:0;
}
/* 写真拡大ページ  */
.navigation .nav-attach-view-previous {
  width:140px;
  height:30px;
  float:left;
  padding:0;
}
.navigation .nav-attach-view-previous a{
  display:block;
  background: url('../img/button_back.png') no-repeat 0px 0px;
}
.navigation .nav-attach-view-previous a:hover{
  background: url('../img/button_back.png') no-repeat 0px -30px;
}
.navigation .nav-attach-view-next {
  width:140px;
  margin: 0 0 0 20px;
  height:30px;
  float:left;
  padding:0;
}
.navigation .nav-attach-view-next a{
  display:block;
  background: url('../img/button_next.png') no-repeat 0px 0px;
}
.navigation .nav-attach-view-next a:hover{
  background: url('../img/button_next.png') no-repeat 0px -30px;
}
.navigation .nav-attach-view-content {
  width:300px;
  margin: 0 0 0 20px;
  float:left;
  padding:0;
}
.navigation .nav-attach-view-content a{
  display:block;
  background: url('../img/button_read.png') no-repeat 0px 0px;
}
.navigation .nav-attach-view-content a:hover{
  background: url('../img/button_read.png') no-repeat 0px -30px;
}
.navigation a {
  font-size: 14px;
}
/*
********************************************************************
WordPress
********************************************************************
*/
.entry-meta {
  font-size: 12px;
  color: #9fa0a1;  
}
.entry-date {
  margin-right: 10px;
}
.entry-meta a {
 color: #9fa0a1;   
}
.entryContent {
  margin-top: 10px;
  font-size:18px;
  line-height: 1.6em;
}
.entryContent p {
  font-size: 18px;
  margin: 1.6em auto;
}
#post {
  /*background: #FFF;*/
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.gallery {
    margin: 0 auto 18px;
    line-height: 1em;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
    padding: 0 5px;
    text-align: left;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}

.entryContent a{
  color: #FF6004;
}
.entryContent a:hover{
  color: #A7ADB2;
}
.entryContent iframe {
    display: block;
    margin: 0 auto;
}
blockquote {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.post-next-page {
  background-color: lemonchiffon;
  text-align: center;
  padding: 5px 0;
}
.post-next-page .next {
  color: #000;
}
.post-next-page .arrow {
  background-color: #000;
  color: #fff;
  margin: 0 5px 0 0;
  padding: 0 5px;
}
.post-next-page .page-title {
  color: #000;
  margin: 0 0 0 20px;
}
.post-pager-box {
  clear: both;
  margin: 0 auto;
  width: 520px;
  display: block;
}
.comment-anchor-link {
  float: left;
  display: inline-block;
  border:solid 1px;
  border-radius: 4px;
  padding: 1px 6px;
  text-align: center;
  color: #000;
  font-size: 12px;
  margin-right: 10px;
  background-color: #ebebeb;
}
.comment-anchor-link a{
  color: #000;
}
.comment-anchor-link a:hover{
  color: #FF6004;
}
.guidelines {
  font-size: 12px;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 550px;
  margin: 0 auto;
}

/* facebook 1件のコメント時にコメントの削除ダイアグラム表示修正 */
.fb-comments > span {
min-height: 310px;
}
.fb-comments > span > iframe {
min-height: 310px;
}
.category-head-image {
  margin-bottom: -30px;
  margin-top: 20px;
}

/* HBO-223PC版＆スマホ版 連載枠の追加 */


.side-series .title-wrapper {
  display: none;
}

/* HBO-232 tableタグ */
.type-creditcard a {
  color: #0000FF;
}
.kabu-box {
  width: 620px;
  margin: 0 auto 20px;
}
.creditcard-box {
  width: 620px;
  margin: 0 auto 20px;
}
.fx-box {
  width: 620px;
  margin: 0 auto 20px;
}
.linkbutton-box {
  width: 100%;
  text-align: center;
}
.type-creditcard a {
  color: #0000FF;
}
.kabu-box {
  width: 620px;
  margin: 0 auto 20px;
}
.creditcard-box {
  width: 620px;
  margin: 0 auto 20px;
}
.fx-box {
  width: 620px;
  margin: 0 auto 20px;
}
.linkbutton-box {
  width: 100%;
  text-align: center;
}
.linkbutton-box .linkbutton-item {
  border: solid 10px #FFF;
  background-color: #F00;
}
.linkbutton-box .linkbutton-item.top {
  background-color: #080;
}
.linkbutton-item .link-botton {
  padding: 10px 0;
  display: block;
  color: #FFF;
}
.linkbutton-item .link-botton.top {
}
.subcard-box {
  width: 100%;
  text-align: center;
}
.subcard-box,
.subcard-box td,
.subcard-box th
{
  border: solid 1px #000;
}
.subcard-box td {
  padding: 3px;
}
.subcard-box .subcard-item {
}
.subcard-box .subcard-title {
  text-align: center;
  background-color: #00E;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  padding: 5px 0;
}
.spec-box {
  line-height: 1.231;
  font-size: 100%;
}
.spec-box table {
  width: 618px;
  margin: 0 auto;
}
.spec-box td{
  padding: 3px;
  border: solid 1px #000;
}
.spec-box img{
  padding: 10px 5px;
}
.spec-box .center {
  display: block;
  text-align: center;
  padding: 5px 0 0 0;
}
.spec-box .kabu-banner {
  width: 120px
}
/* HBO-232 End */
