

@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

/* clearfix */
.cf { 
zoom: 1; 
}

.cf:before, .cf:after{
content:  "";
display: table;
} 

.cf:after {
clear:both;
}

body {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
width: 100%;
margin:0 auto;
padding:0;
line-height: 1.5em;
background-color:#fff;
color:#333;
}

.win body {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , Microsoft Sans Serif;
width: 100%;
margin:0 auto;
padding:0;
line-height: 1.5em;
background-color:#fff;
color:#333;
}

.win iframe body {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , Microsoft Sans Serif;
}

/* -----------------------------------------------------------
ヘッダ
------------------------------------------------------------*/

header {
width: 1280px;
color:#333;
height:60px;
margin:0 auto;
margin-top:20px;
}

header #lead{
width:300px;
font-size:90%;
float:left;
margin-left:135px;
margin-top:-25px;
}

header h1{
font-size: 2.3em;
padding:0;
margin:0;
}

header ul#s_nav {
float:right;
margin-top: -20px;
position:static;
}

header ul#s_nav li{
float: left;
display: block;
font-size:100%;
margin-right:10px;
margin-left:10px;
}

header ul#s_nav li a{
color:#333;
text-decoration:none;
}

header ul#s_nav li a:hover{
color:#dcdcdc;
}

/*  PC向け */

@media screen and (max-width: 1280px) {

header {
width: 100%;
color:#333;
height:60px;
margin:0 auto;
margin-top:20px;
}

header h1{
font-size: 2.3em;
padding:0;
margin:0;
margin-left:10px;
}

}


/*  タブレット向け */

@media screen and (max-width: 991px) {

header {
width: 100%;
color:#333;
height:60px;
margin:0 auto;
margin-top:20px;
}

header h1{
font-size: 2.3em;
padding:0;
margin:0;
margin-left:10px;
}

}

/*  スマホ向け */

@media screen and (max-width: 767px) {

header {
width: 100%;
color:#333;
height:auto;
margin:0 auto;
margin-top:20px;
}

header.fixed {
display:none;
}

header #lead{
width:100%;
font-size:90%;
text-align:center;
margin-left:0px;
margin-top:10px;
}

header h1{
text-align:center;
font-size: 2.3em;
padding:0;
margin:0;
margin-left:10px;
}

header ul#s_nav {
text-indent:-9999px;
float:right;
margin-top: -20px;
position:static;
}

header ul#s_nav li{
float: left;
display: block;
font-size:100%;
margin-right:10px;
margin-left:10px;
}

header ul#s_nav li a{
color:#333;
text-decoration:none;
}

header ul#s_nav li a:hover{
color:#dcdcdc;
}

}

/* -----------------------------------------------------------
グローバルナビ
------------------------------------------------------------*/

nav {
padding:0;
width:100%;
background-color:#333;
}

nav ul{
margin: 0 auto;
margin-bottom:10px;
padding-top:12px;
width: 1280px;
height:30px;
}

nav ul li {
text-align:center;
float: left;
color:#fff;
list-style:none;
}

nav  ul li a {
display: block;
width: 100%;
color:#fff;
margin-left:10px;
margin-right:10px;
text-decoration:none;
font-size:90%;
}

nav  ul li a:hover {
padding-bottom:2px;
border-bottom:6px solid #fff;
}

nav  ul li.selected a {
padding-bottom:2px;
border-bottom:6px solid #fff;
}

nav ul li.nav_more{
display:none;
}

ul.nav_sp_panel {
    display: none;

}

#search-box {
  float:right;
  width:225px;
  margin-top:-4px;
}

#search-box #searchform {  
    position: relative;   
}  

#search-box #keywords {  
    width: 182px;  
    height: 16px;  
    background: #fff;  
    border: none;  
    padding: 4px;  
    color: #333;  
}  

#search-box i{
  color:#fff;
  font-size:100%;
  margin-left:3px;
}

input.color {
    color: #ccc;
    font-weight: normal;
    width: 100%;
}

input.color::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

input.color:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

input.color::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

li.sp_search {
  display:none;
  margin-right:10px;
}

li.sp_facebook {
  display:none;
}

li.sp_twitter {
  display:none;
}

#nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index:100;
  height:45px;
  opacity:0.9;
}

/*  PC向け */

@media screen and (max-width: 1280px) {

nav ul{
margin: 0 auto;
margin-bottom:10px;
padding-top:12px;
width: 100%;
height:30px;
}

}

/*  タブレット向け */

@media screen and (max-width: 991px) {

nav {
padding:0;
width:100%;
background-color:#333;
}

nav ul{
margin: 0 auto;
margin-bottom:10px;
padding-top:12px;
width: 100%;
height:30px;
}

#search-box {
  display:none;
}

li.sp_search {
  display:block;
  float: right;
}

li.sp_facebook {
  display:block;
  float: right;
}

li.sp_twitter {
  display:block;
  float: right;
}

}


/*  スマホ向け */

@media screen and (max-width: 767px) {

nav ul{
margin: 0 auto;
margin-bottom:0px;
padding-top:10px;
width: 100%;
height:30px;
}

nav  ul li a:hover {
margin-bottom:0px;
border-bottom:4px solid #fff;
}

nav ul li.nav_market, nav ul li.nav_kabushiki, nav ul li.nav_toushin, nav ul li.nav_money, nav ul li.nav_business, nav ul li.nav_life, nav ul li.nav_fx{
display:none;
}

nav ul li.nav_more{
display:block;
}

ul.nav_sp_panel {
  display:block;
}

#jQueryBox{
/*
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-delay: 0.2s;
  animation-fill-mode: both;
*/
  width : 100%;
  display:none;
}

@keyframes fadeIn {
    0% {height: 0}
    100% {height: 145px}
}


@-webkit-keyframes fadeIn {
    0% {height: 0}
    100% {height: 145px}
}

#jQueryBox ul.nav_sp_panel {
  padding-top:10px;
  list-style:none;
  text-align:left;
  margin-left:20px;
  padding-bottom:10px;
}

#jQueryBox ul.nav_sp_panel li a{
text-decoration:none;
color:#333;
font-size:90%;
} 

#jQueryBox ul.nav_sp_panel li a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#jQueryBox ul.nav_sp_panel li a:visited{
text-decoration:none;
}

#search-box {
  display:none;
}

li.sp_search {
  display:block;
  float: right;
}

li.sp_facebook {
  display:block;
  float: right;
}

li.sp_twitter {
  display:block;
  float: right;
}

#nav.fixed {
padding:0;
width:100%;
background-color:#333;

position: relative;
z-index:100;
height:auto;
opacity:1.0;
}

}


/*  スマホ 低解像度 */

@media screen and (max-width: 370px) {

nav  ul li  {
font-size:85%;
}


}


/* -----------------------------------------------------------
メイン
------------------------------------------------------------*/

#main {
width:100%;
background:#f5f5f5;
}

#main a{
text-decoration:none;
color:#333; 

}

#main a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#main a:visited{
text-decoration:none;
}

#main h2 a:hover{
text-decoration:none;
color:#dcdcdc;
}

.wrapper {
width:100%;
background:#fff;
margin-bottom:60px;
}

.contents {
width:1280px;
margin: 0 auto;
margin-top:20px;
background:#fff;
}

#home-1st-row{
width:1280px;
margin-bottom:20px;
}

#home-1st-row-left{
float:left;
width:48.5%;
position:relative;
}

#home-1st-row-left a.link-box{
position:absolute;
top:0;
left:0;
width:100%;
height:95%;
text-indent:-999px;
}

#home-1st-row-left a.link-box:hover{
background-color:#FFF;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.home-1st-row-left-title {
margin:0;
padding:0;
}

#home-1st-row-left img{
width:100%;
}

#home-1st-row-right{
float:right;
width:50%;
}

#home-1st-row-right img{
width:100%;
} 

#home-1st-row-right ul li{
list-style:none;
}

.horizontal {
width:100%;
margin-bottom: 6px;
position:relative;
}

.horizontal-img{
float:left;
width:30%;
}

.horizontal-title{
float:right;
width:68%;
padding-top:10px;
}

#home-1st-row h2{
font-size:100%;
}

#home-1st-row h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left: 5px;
vertical-align: top;
}

.contents a:visited{
color:inherit;
}

.contents a.category_market {
text-decoration:none;
border-left: 2px solid red;
padding-left:10px;
font-size:80%;
}

.contents a.category_market:hover {
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_toushin {
text-decoration:none;
border-left: 2px solid green;
padding-left:10px;
font-size:80%;

}

.contents a.category_toushin:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_kabushiki {
text-decoration:none;
border-left: 2px solid blue;
padding-left:10px;
font-size:80%;

}

.contents a.category_kabushiki:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_money {
text-decoration:none;
border-left: 2px solid gold;
padding-left:10px;
font-size:80%;

}

.contents a.category_money:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_business {
text-decoration:none;
border-left: 2px solid darkorchid;
padding-left:10px;
font-size:80%;
}

.contents a.category_business:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_life {
text-decoration:none;
border-left: 2px solid #fe3edc;
padding-left:10px;
font-size:80%;
}

.contents a.category_life:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_fx {
text-decoration:none;
border-left: 2px solid #FE9E20;
padding-left:10px;
font-size:80%;
}

.contents a.category_fx:hover{
text-decoration:underline;
color:#dcdcdc;
}

.content-module{
width:1280px;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.content-list  {
  counter-reset: ranking;
}

.content-list ul.popular-article-list {
list-style:none;
margin:0;
padding:0;
}

.content-list ul.popular-article-list li{
  position: relative;
  overflow: hidden;
  float:left;
  width:25%;
}

.content-list ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: 0px;
    z-index:10;
 }
 
.content-list ul.popular-article-list .one-quarter-row, .content-list ul.popular-article-list .one-quarter-row-1st {
width:90%;
margin-bottom:15px;
float:left;
margin-right:19px;
}

.content-list ul.popular-article-list .one-quarter-row img, .content-list ul.popular-article-list .one-quarter-row-1st img{
width:100%;
}

.one-quarter-row, .one-quarter-row-1st {
width:23.5%;
margin-bottom:15px;
float:left;
margin-right:19px;
min-height: 300px;
}

.one-quarter-row img, .one-quarter-row-1st img {
width: 100%;
max-height: 198px;
max-width: 300px;
}

.one-quarter-row img.affi-img {
width: 100%;
max-height: 250px;
}

#home-1st-row-right img {
width: 100%;
max-height: 110px;
max-width: 192px;
}

#home-1st-row-left img {
width: 100%;
max-height: 355px;
max-width: 620px;
}

.one-quarter-row h2, .one-quarter-row-1st h2 {
font-size:90%;
}

.one-quarter-row h2 span, .one-quarter-row-1st h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.content-module h3 {
font-size:150%;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

#main .popular-article-list h2 a{
text-decoration:none;
color:#333; 

}

.load-more {
    text-align: center;
    margin-bottom: -30px;
    background: #fff;
    width: 300px;
    padding-right:20px;
    padding-left:20px;
    padding-bottom:8px;
    position:relative;
    left:37%;
}

.load-more a{
text-decoration:none;
}

.load-more a:hover{
text-decoration:underline;
color:#dcdcdc;
}

.affi-text {
display:none;
}

/*  PC向け */

@media screen and (max-width: 1280px) {

.contents {
width:100%; /* here */
margin: 0 auto;
margin-top:20px;
background:#fff;
}

#home-1st-row{
width:100%; /* here */
margin-bottom:20px;
}

#home-1st-row-left{
float:left;
width:48.5%; /* here */
position:relative;
margin-left:10px;
}

#home-1st-row-right{
float:right;
width:49.5%; /* here */

}

.horizontal-img{
float:left;
width:30%; /* here */
}

#home-1st-row h2{
font-size:95%; /* here */
}

.content-module{
width:100%; /* here */
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
margin-left:10px;
margin-right:10px;
}

.one-quarter-row, .one-quarter-row-1st {
width:23.5%;  /* here */
margin-bottom:15px;
float:left;
margin-right:10px;
min-height: 300px;
}

.one-quarter-row img.affi-img {
    width: inherit;
    text-align: center;
    max-height: 250px;
}

.load-more {
    text-align: center;
    margin-bottom: -30px;
    background: #fff;
    width: 280px;   /* here */
    padding-right:20px;
    padding-left:20px;
    padding-bottom:8px;
    position:relative;
    left:38%;
}

}

/*  タブレット向け */

@media screen and (max-width: 991px) {

.contents {
width:100%; /* here */
margin: 0 auto;
margin-top:20px;
background:#fff;
}

#home-1st-row{
width:100%; /* here */
margin-bottom:20px;
}

#home-1st-row-left{
float:left;
width:47.5%; /* here */
position:relative;
margin-left:10px;
}

#home-1st-row-right{
float:right;
width:49%; /* here */

}

.horizontal-img{
float:left;
width:29%; /* here */
}

#home-1st-row h2{
font-size:95%; /* here */
}

.content-module{
width:100%; /* here */
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
margin-left:10px;
margin-right:10px;
}

.one-quarter-row, .one-quarter-row-1st {
width:31.5%;  /* here */
margin-bottom:15px;
float:left;
margin-right:10px;
min-height: 300px;
}

.one-quarter-row img, .one-quarter-row-1st img {
width: 100%;
max-height: 176px;
max-width: 266px;
}

.load-more {
    text-align: center;
    margin-bottom: -30px;
    background: #fff;
    width: 220px;   /* here */
    padding-right:20px;
    padding-left:20px;
    padding-bottom:8px;
    position:relative;
    left:35.5%;/* here */
}

.content-list {
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-list ul.popular-article-list {
list-style:none;
margin:0;
padding:0;
}

.content-list ul.popular-article-list li{
  position: relative;
  overflow: hidden;
  float:left;
  width:100%;
}

.content-list ul.popular-article-list .one-quarter-row-1st {
width:100%;
border-top:1px solid #dcdcdc;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.content-list ul.popular-article-list .one-quarter-row {
width:100%;
border-top:1px solid #dcdcdc;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.content-list ul.popular-article-list .one-quarter-row-1st img{
float:left;
width:50%;
padding-top:0px;
padding-bottom:0px;
}

.content-list ul.popular-article-list .one-quarter-row img{
float:left;
width:50%;
padding-top:0px;
padding-bottom:0px;
}

.content-list ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 28px;
    margin-left: 0px;
    z-index:10;
 }
 
 .content-list p.pub-date {
    font-size: 80%;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


}


/*  スマホ向け */

@media screen and (max-width: 767px) {

#main {
width:100%;
background:#f5f5f5;
}

#main a{
text-decoration:none;
}

#main a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#main a:visited{
text-decoration:none;
}

.wrapper {
width:100%;
background:#fff;
margin-bottom:60px;
}

.contents {
width:100%;
margin: 0 auto;
margin-top:0px;
background:#fff;
position: relative;
}

#home-1st-row{
width:100%;
margin-bottom:0px;
}

#home-1st-row-left{
width:100%;
padding-bottom:7px;
margin-left:0px;
}

.home-1st-row-left-title {
margin-left:10px;
margin-right:10px;
padding:0;
}


#home-1st-row-left img{
width:100%;
max-width:initial;
max-height:initial;
margin-top: -2px;
}

#home-1st-row-right{
width:100%;
}

#home-1st-row-right img{
width:100%;
max-width:initial;
max-height:initial;
} 

#home-1st-row-right ul li{
list-style:none;
}

.horizontal {
width:100%;
border-top:1px solid #dcdcdc;
margin:0;
padding: 0;
padding-top: 10px;
margin-top: -1px;
}

.horizontal-img{
float:left;
width:47%;
margin:0;
padding:0;

}

.horizontal-title{
float:right;
width:47%;
padding-top:10px;
margin-left:10px;
margin-right:10px;
}

#home-1st-row h2{
font-size:80%;
}

#home-1st-row h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
}

.contents a:visited{
color:inherit;
}

.contents a.category_market {
text-decoration:none;
border-left: 2px solid red;
padding-left:10px;
font-size:80%;
}

.contents a.category_market:hover {
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_toushin {
text-decoration:none;
border-left: 2px solid green;
padding-left:10px;
font-size:80%;
}

.contents a.category_toushin:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_kabushiki {
text-decoration:none;
border-left: 2px solid blue;
padding-left:10px;
font-size:80%;
}

.contents a.category_kabushiki:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_money {
text-decoration:none;
border-left: 2px solid gold;
padding-left:10px;
font-size:80%;
}

.contents a.category_money:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_business {
text-decoration:none;
border-left: 2px solid darkorchid;
padding-left:10px;
font-size:80%;
}

.contents a.category_business:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_life {
text-decoration:none;
border-left: 2px solid #fe3edc;
padding-left:10px;
font-size:80%;
}

.contents a.category_life:hover{
text-decoration:underline;
color:#dcdcdc;
}

.contents a.category_fx {
text-decoration:none;
border-left: 2px solid #FE9E20;
padding-left:10px;
font-size:80%;
}

.contents a.category_fx:hover{
text-decoration:underline;
color:#dcdcdc;
}

.content-module{
width:100%;
margin: 0 auto;
margin-top:0px;
margin-bottom:10px;
}

.content-module p.error{
  margin-top: 20px;
    text-align: center;
}

.one-quarter-row {
width:100%;
border-top:1px solid #dcdcdc;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
display: table;
}

.content-list ul.popular-article-list {
list-style:none;
margin:0;
padding:0;
}

.content-list ul.popular-article-list li{
  position: relative;
  overflow: hidden;
  float:left;
  width:100%;
}

.content-list ul.popular-article-list .one-quarter-row {
width:100%;
border-top:1px solid #dcdcdc;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.one-quarter-row-1st {
width:100%;
border-top:none;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.content-list ul.popular-article-list .one-quarter-row-1st {
width:100%;
border-top:none;
margin-bottom: 0px;
margin-right: 0px;
min-height:20px;
}

.one-quarter-row img, .one-quarter-row-1st img{
float:left;
width:100%;
padding-top:7px;
padding-bottom:7px;
max-width:47%
}

.content-list ul.popular-article-list .one-quarter-row-1st img{
float:left;
width:50%;
padding-top:0px;
padding-bottom:0px;
}

.content-list ul.popular-article-list .one-quarter-row img{
float:left;
width:50%;
padding-top:0px;
padding-bottom:0px;
}

.content-list ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 31px;
    margin-left: 0px;
    z-index:10;
 }
 
.one-quarter-row-title {
float:right;
width:47%;
padding-top:10px;
margin-left:10px;
margin-right:10px;
}

.one-quarter-row h2, .one-quarter-row-1st h2{
font-size:80%;
}

.one-quarter-row h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.content-module h3 {
font-size:150%;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}



.load-more {
font-size:90%;
text-align: center;
margin-bottom: -30px;
background: #fff;
width:40%;
margin:0 auto;
padding-right:20px;
padding-left:20px;
padding-bottom:8px;
position:absolute;
right:0;
left:0;
}

.load-more a{
font-size:90%;
text-decoration:none;
}

.load-more a:hover{
font-size:90%;
text-decoration:underline;
color:#dcdcdc;
}

.one-quarter-row-affi-img {
display: table;
text-align: center;
width: 100% !imporatant;
margin: 0 auto;
max-width: 300px !imporatant;
margin-top: 10px;
}

.one-quarter-row img.affi-img{
text-align: center;
display: table-cell;
padding: 10px;
width: auto;
margin: 0;
vertical-align: middle;
}

.affi-text {
width:100%;
background:#f5f5f5;
display:block;
margin-bottom:-50px;
}

.affi-text ul{
margin-top:50px;
padding:10px;
}

.affi-text ul li{
margin-bottom:10px;
}

}

/*  スマホ 低解像度 */

@media screen and (max-width: 370px) {

.horizontal-img{
float:left;
width:46%;
margin:0;
padding:0;

}

.horizontal-title{
float:right;
width:46%;
padding-top:10px;
margin-left:10px;
margin-right:10px;
}

#home-1st-row h2 {
    font-size: 70%;
    line-height: 1.8em;

}

.one-quarter-row img, .one-quarter-row-1st img{
float:left;
width:46%;
padding-top:7px;
padding-bottom:7px;
}

.one-quarter-row h2, .one-quarter-row-1st h2 {
    font-size: 70%;
    line-height: 1.8em;

}

}




/* -----------------------------------------------------------
著者ページ
------------------------------------------------------------*/

div#author-top {
width: 1280px;
font-size:100%;
margin-top: 20px;
margin-bottom: 20px;
}

#author-top .author-area-text{
width: 80%;
float:right;
vertical-align: middle;
}

#author-top .author-area-text ul{
width: auto;
padding:0;
margin:0;
text-align:left;
margin-top:20px;
margin-bottom:20px;
}

#author-top .author-area-text ul li{
list-style:none;
margin-right:10px;
line-height:1.6em;
}

#author-top .author-area-text ul li.author-name{
list-style:none;
margin-right: 20px;
font-size:120%;
}

#author-top .author-area-text ul li.author-company{
list-style:none;
margin:0;
font-size:110%;4
}

#author-top .author-area-text ul li.author-title{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-img {
width:20%;
float:left;
}

#author-top  .author-area-img img.round100 {
  width: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border:1px solid #cdcdcd;
}

#author-top .author-area-img img.round200 {
  width: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
    border:1px solid #cdcdcd
}

#author-top .author-area-text a {
    color: #00913a;
}


/*  PC向け */

@media screen and (max-width: 1280px) {

div#author-top {
width: 100%;
font-size:100%;
margin-top: 20px;
margin-bottom: 20px;
}

#author-top .author-area-text {
width: 70%;
    float: left;
    vertical-align: middle;
    margin-left: 15px;
  }

#author-top .author-area-img {
    width: 20%;
    float: left;
    margin-left: 15px;
}


}

/*  タブレット向け */

@media screen and (max-width: 991px) {

div#author-top {
width: 100%;
font-size:100%;
margin-top: 20px;
margin-bottom: 20px;
}

#author-top .author-area-text{
width: 100%;
vertical-align: middle;
margin: 0 auto;
}

#author-top .author-area-text p {
    width: 95%;
    margin: 0 auto;
}

#author-top .author-area-text ul{
width: auto;
padding:0;
margin:0;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

#author-top .author-area-text ul li{
list-style:none;
margin-right:10px;
line-height:1.6em;
}

#author-top .author-area-text ul li.author-name{
list-style:none;
margin-right: 20px;
font-size:120%;
}

#author-top .author-area-text ul li.author-company{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-text ul li.author-title{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-img {
width:100%;
text-align:center;
margin: 0 auto;
}



}

/*  スマホ向け */

@media screen and (max-width: 767px) {

div#author-top {
width: 100%;
font-size:100%;
margin-top: 20px;
margin-bottom: 20px;
}

#author-top .author-area-text{
width: 95%;
vertical-align: middle;
}

#author-top .author-area-text p{
width: 95%;
}

#author-top .author-area-text ul{
width: auto;
padding:0;
margin:0;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

#author-top .author-area-text ul li{
list-style:none;
margin-right:10px;
line-height:1.6em;
}

#author-top .author-area-text ul li.author-name{
list-style:none;
margin-right: 20px;
font-size:120%;
}

#author-top .author-area-text ul li.author-company{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-text ul li.author-title{
list-style:none;
margin:0;
font-size:110%;
}

#author-top .author-area-img {
width:100%;
text-align:center;
margin: 0 auto;
}

#author-top  .author-area-img img.round100 {
  width: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border:1px solid #cdcdcd;
}

#author-top .author-area-img img.round200 {
  width: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
    border:1px solid #cdcdcd
}

}


/* -----------------------------------------------------------
記事 左カラム
------------------------------------------------------------*/

.article-body {
width: 68%;
float:left;
padding:15px;
  position: relative;
}

.article-body.sys {
  max-width:870px;
}

.article-body p{
font-size: 100%;
width:auto;
line-height:1.8em;
line-height:1.6em;
margin-bottom:20px;
}

.article-body h1{
font-size:150%;
margin-bottom:10px;
color:#333;
line-height:1.4em;
}

.article-body h1 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:75%;
margin-left:10px;
vertical-align:top;
padding-left:5px;
padding-right:5px;
}

.article-body h2{
font-size:140%;

border-bottom:1px solid #cdcdcd;
padding-left:0px;
margin-top:15px;
margin-bottom:20px;
padding-bottom:5px;
line-height:1.6em;
}

.article-body h3{
font-size:140%;
margin-bottom:10px;
border-bottom:1px solid #00913a;
border-left:5px solid #00913a;
padding-left:10px;
margin-top:30px;
margin-bottom:20px;
padding-bottom:5px;
}

.article-body h4{
font-size:120%;
border-left:5px solid #00913a;
padding-left:10px;
margin-top:20px;
margin-bottom:20px;
}

.article-body h5{
font-size:110%;
padding-left:0px;
margin-top:20px;
margin-bottom:20px;
}

.article-body ul.content-meta {
margin-left:0px;
}

.article-body ul.content-meta li{
list-style:none;
float:left;
margin-bottom:0px;
font-size:80%;
margin-right:10px;
}

.article-body img.content-main-img{
width:100%;
margin-top:10px;
margin-bottom:10px;
}

.article-body .figure-center{
  text-align:center;

}

.article-body .figure-right{
  width: 100% !important;
  text-align:center;

}

.article-body .figure-left{
 text-align:left;
}



.article-body ul.three-points li{
list-style:none;
margin-bottom:10px;
font-size:100%;
margin-right:10px;
}

#main .article-body p a {
color:#00913a;
}

#main .article-body li a {
color:#00913a;
}

.article-body a.read-more {
display:none;
}

.article-body span.red{
  color:red;
}

.article-body span.blue{
  color:blue;
}

.article-body p.caption{
  font-size:90%;
  text-align:center;
}

.article-body p.caption-reference{
  font-size:90%;
  text-align:right;
  margin-bottom:10px;
}

.article-body p.upper-caption{
  font-size:90%;
  text-align:left;
  margin-top:10px;
  margin-bottom:10px;
}

.article-body p.lower-caption{
  font-size:90%;
  text-align:left;
  margin-bottom:10px;
}

.article-body p.highlight{
  color:  #fff;
  padding: 5px;
  background-color:#00913a;
  margin-top:20px;
  margin-bottom:20px;
}

.article-body blockquote{
  margin-left:0px;
  border:1px solid #00913a ;
  padding:10px;
  font-size:90%;
}

.article-body blockquote p{
  margin-bottom:0px;
}

.article-body ol, .article-body ul{
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:20px;
}

.article-body table{
width:100%;
margin-top:10px;
margin-bottom:10px;
font-size:95%;
}

.article-body table.sp-optimization{
font-size:90%;
text-align:right;
}

.article-body table.sp-optimization th{
text-align:center;
}

.article-body th{
padding:3px;
border:1px solid #cdcdcd;
}

.article-body td{
padding:3px;
border:1px solid #cdcdcd;
}

.article-body sup {
    vertical-align: super;
    font-size: 90%;
    padding-left:5px;
}

.article-body sub {
    font-size: 90%;
    vertical-align: sub;
    padding-left:5px;
}

.article-body .content-pager {
  width:100%;
  margin: 0 auto;
  margin-top:20px;
  margin-bottom:20px;
}

.article-body .content-pager ul.pager-list {
text-align: center;
margin: 0 auto;
display: table;

}

.article-body ul.pager-list li{
  list-style:none;
  float:left;
  padding:3px;
  background-color:#96d2a3;
  margin-right:10px;
}

.article-body ul.pager-list li.current-page {
  background-color:#00913a;
}

.article-body ul.pager-list li a{
  display:block;
  padding:3px;
  color:#fff !important;
}

.article-body .content-pager ul.pager-list li a:visited{
  color:#fff !important;
}

.article-body .affi-text {
width:100%;
background:#f5f5f5;
display:block;
margin-top:20px;
margin-bottom:20px;
font-size:90%;
}

.article-body .affi-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.win .article-body .affi-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
font-family: Meiryo !important;
}

.article-body .affi-text ul li{
margin-top:5px;
margin-bottom:5px;
}

.article-body .affi-dfp-text {
width:100%;
background:#f5f5f5;
display:block;
margin-top:10px;
margin-bottom:20px;
font-size:90%;
}

.article-body .affi-dfp-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.article-body .affi-dfp-text ul li{
margin-top:5px;
margin-bottom:5px;
}

.reference-articles {
  display:none;
}

.content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.content-list .one-quarter-row, .content-list .one-quarter-row-1st {
width:23.27%;
margin-bottom:15px;
float:left;
margin-right:15px;
min-height: 250px;
}

.content-list .one-quarter-row img, .content-list .one-quarter-row-1st img{
width:100%;
max-height: 116px;
max-width: 203px;
}

.content-list .one-quarter-row h2, .content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.content-list p.pub-date{
font-size:80%;
margin:0;
}

.related-content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.related-content-list .one-quarter-row, .related-content-list .one-quarter-row-1st {
width:23.27%;
margin-bottom:15px;
float:left;
margin-right:15px;
min-height: 200px;
}

.related-content-list .one-quarter-row img, .related-content-list .one-quarter-row-1st img{
width:100%;
max-height: 116px;
max-width: 202px;
}

.related-content-list .one-quarter-row h2, .related-content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.article-body .author-area{
width: 100%;
font-size:90%;
margin-top: 20px;
margin-bottom: 20px;
}

.article-body .author-area .author-area-img {
width:10%;
float:left;
}

.article-body .author-area .author-area-img img.round100 {
  width: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border:1px solid #cdcdcd;
}

.article-body .author-area .author-area-img img.round200 {
  width: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
    border:1px solid #cdcdcd
}

.article-body .author-area .author-area-text{
width: 85%;
float:right;
}

.article-body .author-area .author-area-text ul{
width: auto;
padding:0;
margin:0;
text-align:center;
}

.article-body .author-area .author-area-text ul li{
float:left;
list-style:none;
margin-right:10px;
}

.article-body .author-area .author-area-text ul li.author-name{
list-style:none;
margin-right: 20px;
}

.article-body .author-area .author-area-text ul li.author-company{
list-style:none;
margin:0;
}

.article-body .author-area .author-area-text ul li.author-title{
list-style:none;
margin:0;
}

.article-body .author-area .author-area-text ul.content-meta li {
font-size:100%;
}

.article-body .disclaimer {
  margin-top: 20px;
  margin-bottom:20px;
}

.article-body .disclaimer p{
  font-size:90%;
}

#main .popular-article-list h2 a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#main .popular-article-list h2 a:visited{
text-decoration:none;
}

#main .popular-article-list li a{
text-decoration:none;
color:#333; 

}

#main .popular-article-list li a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#main .popular-article-list li a:visited{
text-decoration:none;
}

#sp-search-box {
  display:none;
}

#main .social-button {
  margin-top:20px;
  margin-bottom:20px;
}

#main .social-button ul.web-logo-font {
  padding: 0;
  font-family: sans-serif;
  width:100%;
  margin: 0 auto
}

#main .social-button ul.web-logo-font li {
  float: left;
  list-style-type: none;
  margin-right: 0px;
  padding-right: 0px;
  color:#fff;
  width:14.28%;
}

#main .social-button ul.web-logo-font li a{
  font-size: 150%;
  display: block;
  text-decoration: none;
  color: #fff;
  height:30px;
  text-align:center;
  padding-top:7px;
  
}

#main .social-button ul.web-logo-font li a:hover{
  opacity: 0.6;
  text-decoration: none;
}

#main .social-button span.social-count {
font-size:60%;
margin-left:5px;
}

#main .social-button ul.web-logo-font a.twitter-btn-icon-link{
  background-color: #55ACEE;
}

#main .social-button ul.web-logo-font a.facebook-btn-icon-link{
  background-color:#3C5A99;
}

#main .social-button ul.web-logo-font a.google-plus-btn-icon-link{
  background-color:#DD4B39;
}

#main .social-button ul.web-logo-font a.hatena-btn-icon-link{
  background-color:#3C7DD1;
}

#main .social-button ul.web-logo-font a.pocket-btn-icon-link{
  background-color:#EE4257;
}

#main .social-button ul.web-logo-font a.line-btn-icon-link{
  background-color:#00C300;
}

#main .social-button ul.web-logo-font a.evernote-btn-icon-link{
  background-color:#79bd28;
}

#main .social-button ul.web-logo-font a.feedly-btn-icon-link{
  background-color:#2BB24C
}

#div-gpt-ad-1471223416870-0 > div > iframe,
#div-gpt-ad-1471223416870-1 > div > iframe,
#div-gpt-ad-1471223416870-2 > div > iframe,
#div-gpt-ad-1471223416870-3 > div > iframe,
#div-gpt-ad-1462787100621-1 > div > iframe,
#div-gpt-ad-1462787100621-2 > div > iframe,
#div-gpt-ad-1462787100621-3 > div > iframe,
#div-gpt-ad-1469590312926-0 > div > iframe,
#div-gpt-ad-1469590312926-1 > div > iframe,
#div-gpt-ad-1469590312926-2 > div > iframe {
width: 100% ! important;
}

#div-gpt-ad-1471223416870-0 > div,
#div-gpt-ad-1471223416870-1 > div,
#div-gpt-ad-1471223416870-2 > div,
#div-gpt-ad-1471223416870-3 > div,
#div-gpt-ad-1462787100621-1 > div, 
#div-gpt-ad-1462787100621-2 > div, 
#div-gpt-ad-1462787100621-3 > div, 
#div-gpt-ad-1469590312926-0 > div,
#div-gpt-ad-1469590312926-1 > div,
#div-gpt-ad-1469590312926-2 > div {
width: 100% ! important;
}

.x_articleTitle {
    line-height: 1.6em;
    width: 94%;
    font-size: 80%;
    font-weight: bold;
    margin-top: 10px;
}

li.x_articleArea a:hover {
    background: none;
}

.x_siteTitle2 {
    color: #c3c3c3;
    border: 1px solid #c3c3c3;
    font-weight: normal;
    width: 60px;
    font-size: 10px;
    vertical-align: baseline !important;
    margin: 0 0 0 0;
    padding: 0 5px;
    line-height: normal;
    text-align: center;
    margin-left: 5px !important;
}

.affi-dfp-img{
display:none;
}

.rh010 {
    font-size: 21px !important;
}

ins {
background-color:transparent !important;
}

.article-body .affi-ga {
width:100%;
background:#f5f5f5;
display:block;
margin-top:30px;
margin-bottom:20px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
}

.article-body .ga-left{
float:left;
width:50%;
}

.article-body .ga-right{
float:right;
width:50%;
}

.article-body .ga-left h3{
display:none;
}

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

/*  PC向け */

@media screen and (max-width: 1280px) {

#div-gpt-ad-1471223416870-0 > div > iframe,
#div-gpt-ad-1471223416870-1 > div > iframe,
#div-gpt-ad-1471223416870-2 > div > iframe,
#div-gpt-ad-1471223416870-3 > div > iframe,
#div-gpt-ad-1462787100621-1 > div > iframe,
#div-gpt-ad-1462787100621-2 > div > iframe,
#div-gpt-ad-1462787100621-3 > div > iframe,
#div-gpt-ad-1469590312926-0 > div > iframe,
#div-gpt-ad-1469590312926-1 > div > iframe, 
#div-gpt-ad-1469590312926-2 > div > iframe{
height: 35px ! important;
width: auto;

}

.article-body {
width: 61.5%; /* here */
float:left;
padding:15px;
position: relative;
}

.content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.content-list .one-quarter-row, .content-list .one-quarter-row-1st {
width:30.5%;
margin-bottom:15px;
float:left;
margin-right:15px;
min-height: 250px;
}

.content-list .one-quarter-row img, .content-list .one-quarter-row-1st img{
width:100%;
max-height:109px;
max-width:190px;
}

.content-list .one-quarter-row h2, .content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.content-list p.pub-date{
font-size:80%;
margin:0;
}

.related-content-list .one-quarter-row, .related-content-list .one-quarter-row-1st {
    width: 22.5%;
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
    min-height: 200px;
}

.article-body .author-area .author-area-img {
    width: 10%;
    float: left;
    margin-right: 20px;
}

.article-body .author-area .author-area-text {
    width: 80%;
    float: left;
    margin-left: 30px;
}

}

/*  タブレット向け */

@media screen and (max-width: 991px) {

#div-gpt-ad-1471223416870-0 > div > iframe,
#div-gpt-ad-1471223416870-1 > div > iframe,
#div-gpt-ad-1471223416870-2 > div > iframe,
#div-gpt-ad-1471223416870-3 > div > iframe,
#div-gpt-ad-1462787100621-1 > div > iframe,
#div-gpt-ad-1462787100621-2 > div > iframe,
#div-gpt-ad-1462787100621-3 > div > iframe,
#div-gpt-ad-1469590312926-0 > div > iframe,
#div-gpt-ad-1469590312926-1 > div > iframe,
#div-gpt-ad-1469590312926-2 > div > iframe{
height: 50px ! important;
width: 100% ! important;

}

#div-gpt-ad-1471223416870-0,
#div-gpt-ad-1471223416870-1,
#div-gpt-ad-1471223416870-2,
#div-gpt-ad-1471223416870-3,
#div-gpt-ad-1462787100621-1,
#div-gpt-ad-1462787100621-2,
#div-gpt-ad-1462787100621-3,
#div-gpt-ad-1469590312926-0,
#div-gpt-ad-1469590312926-1,
#div-gpt-ad-1469590312926-2{
margin-top: 10px;
}

.article-body {
width: 50%; 
float:left;
padding:15px;
position: relative;
}

.article-body table.sp-optimization{
width:98%;
font-size:80%;
}

.content-list .one-quarter-row {  
width: 100%;
margin:0;
border-top: 1px solid #dcdcdc;
padding-top: 7px;
padding-bottom: 7px;
min-height: inherit;
}

.content-list .one-quarter-row-1st {  
width: 100%;
margin:0;
padding-top: 7px;
padding-bottom: 7px;
min-height: inherit;
}

.content-list .one-quarter-row img, .content-list .one-quarter-row-1st img{ 
float: left;
width: 50%;
margin: 0;
padding: 0;
max-height: inherit;
max-width: inherit;
}

.content-list .one-quarter-row-title {  
float:right;
width: 44%;
padding-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

.content-list .one-quarter-row h2, .content-list .one-quarter-row-1st h2 {  
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.content-list p.pub-date {  
    font-size: 80%;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.related-content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.related-content-list .one-quarter-row, .related-content-list .one-quarter-row-1st {
width:46%; 
margin-bottom:15px;
float:left;
margin-right:15px;
min-height: 220px;
}

.related-content-list .one-quarter-row img, .related-content-list .one-quarter-row-1st img{
width:100%;
max-height: 116px;
max-width: 202px;
}

.related-content-list .one-quarter-row h2, .related-content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.article-body .author-area{
width: 100%;
font-size:90%;
margin-top: 20px;
margin-bottom: 20px;
}

.article-body .author-area .author-area-img {
width: 100%;
    /* float: left; */
margin: 0 auto;
text-align: center;
}

.article-body .author-area .author-area-text ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.article-body .author-area .author-area-text li {
    width: 100%;
    clear: both;
    /* margin-left: 30px; */
}

.article-body .author-area .author-area-text {
    width: 100%;
    float: left;
    margin-left: 0px;
}

.article-body .disclaimer {
  margin-top: 20px;
  margin-bottom:20px;
}


.article-body .disclaimer p{
  font-size:90%;
}

.article-body .figure-center{
  width: 100% !important;

}

.article-body .figure-center img{
  width: 100% !important;

}

#sp-search-box {
display: block;
width: auto;
padding: 0;
font-size: 110%;
margin-bottom: 20px;
margin-top: 0px;
padding-top: 0px;
}

#sp-search-box #sp-searchform {  
    position: relative;   
}  

#sp-search-box #sp-keywords {  
    width: 91%;  
    height: 30px;  
    background: #f5f5f5;  
    border: none;  
    padding: 4px;  
    color: #333;  
}  

#sp-search-box i{
  float:right;
  position:absolute;
  right:-4px;
  margin-left:0px;
  margin-top:8px;
  font-size:100%;
}

.article-body a.read-more {
  display:block;
  width:95%;
  text-align:center;
  background-color:#00913a;
  padding:5px;
  margin:5px;
  color:#fff !important;
}

/*  ga */

.article-body .affi-ga{
  margin:0;
  padding:0;
  padding-top:15px;
  padding-bottom:15px;
}

.article-body .ga-left{
  width:100%;
  margin:0px;
    padding: 0px;
    background: #f5f5f5;
    text-align: center;
}

.article-body .ga-right{
display:none;
}

.article-body .ga-left h3{
display:visible;
border:none;
font-size: 110%;
margin: 0px;
padding-bottom:15px;
}

/*  ga */



}

/*  スマホ向け */

@media screen and (max-width: 767px) {

.article-body {
width: 100%;
padding:0px;
 position:relative;
}

.article-body p{
font-size: 100%;
width:auto;
line-height:1.8em;
margin-left: 15px;
margin-right: 15px;
}

.article-body h1{
font-size:150%;
color:#333;
padding-top: 0px;
margin-left: 15px;
margin-right: 15px;
margin-top:20px;
margin-bottom:0px;
}

.article-body h2{
font-size:140%;
border-bottom:1px solid #cdcdcd;
padding-left:0px;
padding-bottom:5px;
margin-top:10px;
margin-bottom:20px;
margin-left: 15px;
margin-right: 15px;
}

.article-body h3{
font-size:140%;
margin-bottom:10px;
border-bottom:1px solid #00913a;
border-left:5px solid #00913a;
padding-left:10px;
padding-bottom:5px;
margin-top:20px;
margin-bottom:20px;
margin-left: 15px;
margin-right: 15px;
}

.article-body h4{
font-size:120%;
border-left:5px solid #00913a;
padding-left:10px;
margin-top:20px;
margin-bottom:20px;
margin-left: 15px;
margin-right: 15px;
}

.article-body h5{
font-size:110%;
padding-left:15px;
margin-top:20px;
margin-bottom:20px;
}

.article-body ul.content-meta {
margin-left:15px;
width:90%;
line-height: 1.2em;
margin-top: 0px;
margin-bottom: 0;
}

.article-body ul.content-meta li{
list-style:none;
float:left;
margin-bottom:10px;
font-size:80%;
margin-right:10px;

}

.article-body img.content-main-img{
width:100%;
margin-top:10px;
margin-bottom:10px;
}


.article-body ul.three-points li{
list-style:none;
margin-bottom:10px;
font-size:100%;
margin-right:10px;
}

.article-body a.read-more {
  display:block;
  width:95%;
  text-align:center;
  background-color:#00913a;
  padding:5px;
  margin:5px;
  color:#fff !important;
}

.article-body a.read-more {
  display:block;
}

div.first-hide {
display:none;
}

.article-body span.red{
  color:red;
}

.article-body span.blue{
  color:blue;
}

.article-body p.caption{
  font-size:90%;
  text-align:center;
}

.article-body p.highlight{
  color:  #fff;
  padding: 5px;
  background-color:#00913a;
  margin-top:20px;
  margin-bottom:20px;
}

.article-body blockquote{
  margin-left:0px;
  border:1px solid #00913a ;
  padding:10px;
  font-size:90%;
  margin-left: 15px;
  margin-right: 15px;
}

.article-body blockquote p{
  margin-bottom:0px;
}

.article-body ol, .article-body ul{
  margin-left:35px;
  margin-top:10px;
  margin-bottom:10px;
}

.article-body table.sp-optimization{
width:95%;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:10px;
font-size:70%;
}

.article-body th{
padding:3px;
border:1px solid #cdcdcd;
}

.article-body td{
padding:3px;
border:1px solid #cdcdcd;
}

.article-body .content-pager {
width:75%;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
padding: 0px;
}

.article-body ul.pager-list {
text-align: center;
margin: 0 auto;
display: table;
}

.article-body ul.pager-list li{
margin-bottom: 15px;
}

.article-body ul.pager-list li.current-page {
  background-color:#00913a;
}

#main .article-body ul.pager-list li a{
  display:block;
  padding:3px;
  color:#fff;
}

#main .article-body ul.pager-list li a {
    color: #fff;
}

#main .article-body ul.pager-list li a:visited {
    color: #fff;
}

.article-body .affi-text {
width:auto;
margin: 0px;
background:#f5f5f5;
display:block;
margin-top:20px;
margin-bottom:20px;
font-size:90%;
padding-left: 15px;
padding-right: 15px;
}

.win .article-body .affi-text {
width:auto;
margin: 0px;
background:#f5f5f5;
display:block;
margin-top:20px;
margin-bottom:20px;
font-size:90%;
padding-left: 15px;
padding-right: 15px;
font-family:Meiryo;
}

.article-body .affi-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.article-body .affi-text ul li{
margin-top:5px;
margin-bottom:5px;
    margin-left: -30px;
    margin-right: 10px;
}

.article-body .affi-dfp-text {
width:auto;
margin: 0px;
background:#f5f5f5;
display:block;
margin-top:0px;
margin-bottom:20px;
font-size:90%;
padding-left: 15px;
padding-right: 15px;

}

.article-body .affi-dfp-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.article-body .affi-dfp-text ul li{
margin-top:5px;
margin-bottom:5px;
    margin-left: -30px;
    margin-right: 10px;
}

.reference-articles {
  display: block;
}

.article-body .figure-center{
  width: 96% !important;
}

.article-body .figure-center img{
  width: 96% !important;
}


.article-body .figure-right{
  width: 96% !important;
}

.article-body .figure-right img{
  width: 96% !important;
}

.article-body .figure-left{
 margin-left:15px;
}

#div-gpt-ad-1471223416870-0 > div > iframe,
#div-gpt-ad-1471223416870-1 > div > iframe,
#div-gpt-ad-1471223416870-2 > div > iframe,
#div-gpt-ad-1471223416870-3 > div > iframe,
#div-gpt-ad-1462787100621-1 > div > iframe,
#div-gpt-ad-1462787100621-2 > div > iframe,
#div-gpt-ad-1462787100621-3 > div > iframe,
#div-gpt-ad-1469590312926-0 > div > iframe,
#div-gpt-ad-1469590312926-1 > div > iframe,
#div-gpt-ad-1469590312926-2 > div > iframe{
height: 50px ! important;
width: 100% ! important;

}

#div-gpt-ad-1471223416870-0,
#div-gpt-ad-1471223416870-1,
#div-gpt-ad-1471223416870-2,
#div-gpt-ad-1471223416870-3,
#div-gpt-ad-1462787100621-1,
#div-gpt-ad-1462787100621-2,
#div-gpt-ad-1462787100621-3,
#div-gpt-ad-1469590312926-0,
#div-gpt-ad-1469590312926-1,
#div-gpt-ad-1469590312926-2{
margin-top:10px;
}



.content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

h1.category-title{
text-align:center;
padding-left:0px;
margin-top:30px;
margin-bottom:10px;
border:none;
}

.content-list .one-quarter-row {
width: 100%;
margin:0;
border-top: 1px solid #dcdcdc;
padding-top: 7px;
padding-bottom: 7px;
min-height: inherit;
}

.content-list .one-quarter-row-1st {
width: 100%;
margin:0;
padding-top: 7px;
padding-bottom: 7px;
min-height: inherit;
}


.content-list .one-quarter-row img, .content-list .one-quarter-row-1st img{
float: left;
width: 50%;
margin: 0;
padding: 0;
max-height: inherit;
max-width: inherit;
}

.content-list .one-quarter-row-title {
float:right;
width: 44%;
padding-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

.content-list .one-quarter-row h2, .content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.content-list p.pub-date {
    font-size: 80%;
    text-align: left;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.related-content-list{
width:auto;
margin: 0 auto;
margin-top:20px;
margin-bottom:20px;
}

.related-content-list h3{
text-align:center;
font-size:110%;
padding-left:10px;
margin-top:20px;
margin-bottom:20px;
border:none;
}

.related-content-list .one-quarter-row, .related-content-list .one-quarter-row-1st {
width:100%;
margin-bottom:0px;
float:left;
margin-right:15px;
min-height: inherit;
}

.related-content-list .one-quarter-row img, .related-content-list .one-quarter-row-1st img{
width:50%;
padding-top: 7px;
padding-bottom: 7px;
max-height: inherit;
max-width: inherit;
}

.related-content-list .one-quarter-row-title {
float:right;
width: 44%;
padding-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

.related-content-list .one-quarter-row h2, .related-content-list .one-quarter-row-1st h2 {
font-size:80%;
border:none;
padding:0;
margin:0;
line-height:1.6em;
}

.article-body .author-area{
width: 100%;
font-size:90%;
margin-top: 20px;
margin-bottom: 20px;
}

.article-body .author-area .author-area-img {
width:100%;
text-align:center;
}

.article-body .author-area .author-area-img img.round100 {
  width: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border:1px solid #cdcdcd;
}

.article-body .author-area .author-area-img img.round200 {
  width: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
    border:1px solid #cdcdcd
}

.article-body .author-area .author-area-text {
    width: 100%;
    float: left;
    /* margin-left: 30px; */
}


.article-body .author-area .author-area-text ul{
padding:0;
margin:0;
text-align:center;
padding-right: 10px;
padding-left: 10px;
}

.article-body .author-area .author-area-text ul li{
float: none;
text-align:center;
}

.article-body .author-area .author-area-text ul li.author-name{
list-style:none;
margin-right: 20px;
}

.article-body .author-area .author-area-text ul li.author-company{
list-style:none;
margin:0;
}

.article-body .author-area .author-area-text ul li.author-title{
list-style:none;
margin:0;
}

.article-body .disclaimer {
  margin-top: 20px;
  margin-bottom:20px;
}

.article-body .disclaimer h5{
  margin-left:0px;
}

.article-body .disclaimer p{
  font-size:80%;
}

#sp-search-box {
  display:block;
  width:auto;
  padding:15px;
  font-size:110%;
}

#sp-search-box #sp-searchform {  
    position: relative;   
}  

#sp-search-box #sp-keywords {  
    width: 91%;  
    height: 30px;  
    background: #f5f5f5;  
    border: none;  
    padding: 4px;  
    color: #333;  
}  

#sp-search-box i{
  float:right;
  position:absolute;
  right:-4px;
  margin-left:0px;
  margin-top:8px;
  font-size:100%;
}

#main .social-button span.social-count{
  font-size: 70%;
}

#main .social-button ul.web-logo-font li a{
  font-size: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  height:30px;
  text-align:center;
  padding:5px;
  padding-top:10px;
   
}

.article-body .affi-dfp-text {
width:auto;
margin: 0px;
background:#f5f5f5;
display:block;
margin-top:0px;
margin-bottom:20px;
font-size:90%;
padding-left: 15px;
padding-right: 15px;
}

.article-body .affi-dfp-text ul{
padding:10px;
margin:0;
margin-left:20px;
list-style:none;
width:auto;
}

.article-body .affi-dfp- ul li{
margin-top:5px;
margin-bottom:5px;
margin-left: -30px;
margin-right: 10px;
}

.affi-dfp-img{
display: block;
padding-top:15px;
padding-bottom:10px;
background:#f5f5f5;
text-align:center;
margin-top:20px;
margin-bottom:0px;
z-index:100;
}

.affi-img img.{
margin:0 auto;
}

/*  ga */

.article-body .affi-ga{
  margin:0;
  padding:0;
  padding-top:15px;
  padding-bottom:15px;
}

.article-body .ga-left{
  width:100%;
  margin:0px;
    padding: 0px;
    background: #f5f5f5;
    text-align: center;
}

.article-body .ga-right{
display:none;
}

.article-body .ga-left h3{
display:visible;
border:none;
font-size: 110%;
margin: 0px;
padding-bottom:15px;
}

/*  ga */

}

/*  スマホ 低解像度 */

@media screen and (max-width: 370px) {

.content-list .one-quarter-row img, .content-list .one-quarter-row-1st img {
    float: left;
    width: 49%;
    margin: 0;
    padding: 0;
    max-height: inherit;
    max-width: inherit;
}

.related-content-list .one-quarter-row img, .related-content-list .one-quarter-row-1st img {
    width: 48%;
    padding-top: 7px;
    padding-bottom: 7px;
    max-height: inherit;
    max-width: inherit;
}

.right-column-block .horizontal-img {
    float: left;
    width: 46%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.right-column-block .horizontal-title h2 {
    font-size: 75%;

}


}


/* -----------------------------------------------------------
記事 右カラム
------------------------------------------------------------*/
.right-column{
width: 26%;
float:right;
}

.right-column-block{
padding:15px;
background:#f5f5f5;
text-align:center;
margin-bottom:20px;
}

.right-column-block {
  counter-reset: ranking;
}

.right-column-block h3{
font-size:110%;
margin-bottom:20px;
}

.right-column-block ul.sub-genre {
text-align:left;
margin-left:20px;
}

.right-column-block ul.popular-article-list {
list-style:none;
}

.right-column-block ul.popular-article-list li{
  position: relative;
  overflow: hidden;
}

.right-column-block ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5px;
    z-index:10;
 }


.right-column-block li:first-child .horizontal  {
width: 100%;
border-top: 0;
margin: 0;
margin-bottom:6px;
}

.right-column-block .horizontal-img{
float:left;
width:45%;
margin-left:5px;
margin-right:5px;
}

.right-column-block .horizontal-img img{
width:100%;
max-height: 78px;
max-width: 136px;
}

.right-column-block .horizontal-title{
float:right;
width:49%;
padding-top:0px;
text-align:left;
}

.right-column-block .horizontal-title h2{
font-size: 80%;
line-height: 1.5em;
}

.right-column-block ul.new-article-list {
list-style:none;
}

.right-column-block h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.right-column-block p.pub-date{
  font-size:80%;
  text-align:left;
  margin-left:7px;
}

/*  PC向け */

@media screen and (max-width: 1280px) {

.right-column{
width: 330px;  /* here */
float:right;
margin-right:15px;
}

}

/*  タブレット向け */

@media screen and (max-width: 991px) {

.right-column{
width: 330px;  /* here */
float:right;
margin-right:15px;
}

.right-column-block{
padding:15px;
background:#f5f5f5;
text-align:center;
margin-bottom:20px;
}

.right-column-block {
  counter-reset: ranking;
}

.right-column-block h3{
font-size:110%;
margin-bottom:20px;
}

.right-column-block ul.sub-genre {
text-align:left;
margin-left:20px;
}

.right-column-block ul.popular-article-list {
list-style:none;
}

.right-column-block ul.popular-article-list li{
  position: relative;
  overflow: hidden;
}

.right-column-block ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5px;
    z-index:10;
 }


.right-column-block li:first-child .horizontal  {
width: 100%;
border-top: 0;
margin: 0;
margin-bottom:6px;
}

.right-column-block .horizontal-img{
float:left;
width:45%;
margin-left:5px;
margin-right:5px;
}

.right-column-block .horizontal-img img{
width:100%;
max-height: 78px;
max-width: 136px;
}

.right-column-block .horizontal-title{
float:right;
width:49%;
padding-top:0px;
text-align:left;
}

.right-column-block .horizontal-title h2{
font-size: 80%;
line-height: 1.5em;
}

.right-column-block ul.new-article-list {
list-style:none;
}

.right-column-block h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.right-column-block p.pub-date{
  font-size:80%;
  text-align:left;
  margin-left:7px;
}

}


/*  スマホ向け */

@media screen and (max-width: 767px) {

.right-column{
width: 100%;
float:right;
margin-right: 0px;
}

.right-column-block{
padding:15px;
background:#f5f5f5;
text-align:center;
margin-bottom:20px;
}

.right-column-block h3{
font-size:110%;
margin-bottom:20px;
}

.right-column-block ul.sub-genre {
text-align:left;
margin-left:20px;
}

.right-column-block ul.popular-article-list {
list-style:none;
}

.right-column-block ul.popular-article-list li{
  position: relative;
  overflow: hidden;
}

.right-column-block ul.popular-article-list li:before{
 	color:#FFF;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
 /*
    border-radius: 0px;
    -moz-border-radius: 2px;
    */
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5px;
    margin-top: 10px;
 }

.right-column-block .horizontal {
width:100%;
margin-bottom:0px;

}

.right-column-block .horizontal-img{
float:left;
width: 47%;
padding-top: 0px;
padding-bottom: 0px;
}

.right-column-block .horizontal-img img{
width:100%;
max-height: inherit;
max-width: inherit;
}

.right-column-block .horizontal-title{
float:right;
width: 43%;
padding-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

.right-column-block .horizontal-title h2{
font-size: 80%;
line-height: 1.5em;
}

.right-column-block ul.new-article-list {
list-style:none;
}

.right-column-block h2 span{
color:#c3c3c3;
border:1px solid #c3c3c3;
font-weight:normal;
font-size:80%;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-bottom:-2px;
}

.right-column-block p.pub-date{
  font-size:80%;
  text-align:left;
  margin-left:7px;
  margin-top:0px;
  margin-bottom: 0px;
}

}

/*  スマホ 低解像度 */

@media screen and (max-width: 370px) {

.right-column-block .horizontal-img {
    float: left;
    width: 46%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.right-column-block .horizontal-title h2 {
    font-size: 75%;
    line-height: 1.5em;
}

}

/* -----------------------------------------------------------
フッタ
------------------------------------------------------------*/

footer {
padding:0;
width:100%;
background-color:#333;
padding-bottom:20px;
}

#footer-wrapper{
width: 1280px;
margin: 0 auto;
}

#footer-wrapper ul{
margin-bottom:10px;
padding-top:15px;
height:auto;
margin-left:-10px;
}

#footer-wrapper ul li {
float: left;
color:#fff;
list-style:none;
}

#footer-wrapper ul li a {
width: 100%;
color:#fff;
margin-left:10px;
margin-right:10px;
text-decoration:none;
font-size:90%;
}

#footer-wrapper ul li  a{
text-decoration:none;
}

#footer-wrapper ul li a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#footer-wrapper p.copyright{
margin: 0 auto;
color:#fff;
font-size: 80%;
}

#sub-nav{
display:none;
}

/*  PC向け */

@media screen and (max-width: 1280px) {

#footer-wrapper{
width: 95%;
margin: 0;
padding:10px;
}

}


/*  タブレット向け */

@media screen and (max-width: 991px) {

#footer-wrapper{
width: 95%;
margin: 0;
padding:10px;
}

}

/*  スマホ向け */

@media screen and (max-width: 767px) {

footer {
padding:0;
width:100%;
background-color:#333;
}

#footer-wrapper{
width: 90%;
margin: 0 auto;
padding:10px;
}

#footer-wrapper ul{
margin-bottom:10px;
padding-top:15px;
height:auto;
margin-left:-10px;
}

#footer-wrapper ul li {
float: left;
color:#fff;
list-style:none;
}

#footer-wrapper ul li a {
width: 100%;
color:#fff;
margin-left:10px;
margin-right:10px;
text-decoration:none;
font-size:90%;
}

#footer-wrapper ul li  a{
text-decoration:none;
}

#footer-wrapper ul li a:hover{
text-decoration:underline;
color:#dcdcdc;
}

#footer-wrapper p.copyright{
margin: 0;
color: #fff;
font-size: 80%;
margin-top: 20px;
text-align: left;
width: 95%;
}

ul#sub-nav{
display:block;
border-bottom:1px solid #dcdcdc;
padding-bottom:20px;
}

ul#sub-nav {
margin-bottom:20px;
padding-top:15px;
height:auto;
margin-left:-10px;
}

ul#sub-nav li{
color:#fff;
list-style:none;
clear:both;
}

}



