@charset "UTF-8";

/*子テーマ用「rwd.css」*/


/************************************************************************************************************
* 共通
*************************************************************************************************************/
	@media
	only screen and (max-width : 736px){
		.main-body h1, .main-body h2, .main-body h3, .main-body h4, .main-body h5, .main-body h6 {		
		    margin: 0 0 0.8rem;
		}
		blockquote{
			position: relative;
			margin: 2em 0;
			padding: 50px 20px 40px;
		    background: none;
		    border: 3px #eeeeee solid;
		}
		
	}/*解像度736px以下*/
.font-red{
	color: #ff0000;
}
.font-blue{
	color: #4e00ff;
}
.strong{
	font-weight: 700;
}
.marker-under{
	background: linear-gradient(transparent 60%,#ff6 60%);
}
.underline{
	text-decoration: underline;
}
.inner-wrap{
	padding: 20px;
	border: 1px #bdaf9a solid;
}
	@media
	only screen and (max-width : 736px){
		.inner-wrap{
			padding: 0.5rem;
		}
	}/*解像度736px以下*/
	
.orange-btn{
	background: #e56c12;
	padding: 5px 10px !important;
	width: 80% !important;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	border: none;
}
.wine-btn{
	background: #C01925;
	padding: 5px 10px !important;
	margin: 10px auto;
	min-width: 70%;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	border: none;
	font-size: 1.35rem;
	color: #fff;
}

.textwidget .wine-btn{
	padding: 10px !important;
	font-size: 1rem;
	min-width: 95%;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
	@media
	only screen and (max-width : 480px){
		.wine-btn{
			padding: 5px 1em;
			font-size: 1.1em;
			font-weight: 700;
			width: 90%;
		}
	}/*解像度480px以下*/
	
.green-btn{
	background: #046e3e;
	padding: 5px 10px !important;
	margin: 10px auto;
	min-width: 50%;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	border: none;
	font-size: 1rem;
	color: #fff;
}
.new-mark{
	display: inline-block;
	background: #a60707;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 2px 10px;
	margin-right: 5px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.content-discription.inner-wrap{
	border: none;
}

.sponsor-text{
	color: #777;
	margin-bottom: 0;
}

.commentlist .comment-site {
    color: #0c3d86;
    display: inline-block;
    padding-left: 1em;
}
/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

.sns-wrap {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1%;
    text-align: center;
    padding: 0 0 1.5em;
}
 
.sns {
    margin: 0 !important;
    list-style: none;
}
 
.sns a {
    text-decoration: none;
    font-size: 15px;
}
 
.sns {
    text-align: center;
}
 
.sns li {
    float: left;
    width: 32.3%;
    margin: 0 .5% 2%;
}
 
.sns a {
    position: relative;
    display: block;
    padding: 10px 5px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
 
.sns span,
.sns .fa {
    margin-right: .4em;
    color: #fff;
}
 
.sns li a:hover {
    -webkit-transform: translate3d(0px,5px,1px);
    -moz-transform: translate3d(0px,5px,1px);
    transform: translate3d(0px,5px,1px);
    box-shadow: none;
}
 
.sns .twitter a {
    background: #55acee;
    box-shadow: 0 5px 0 #0092ca;
}
 
.sns .facebook a {
    background: #315096;
    box-shadow: 0 5px 0 #2c4373;
}
 
.sns .googleplus a {
    background: #dd4b39;
    box-shadow: 0 5px 0 #ad3a2d;
}
 
.sns .hatebu a {
    background: #008fde;
    box-shadow: 0 5px 0 #016DA9;
}
 
.sns .pocket a {
    background: #f03e51;
    box-shadow: 0 5px 0 #c0392b;
}
 
.sns .feedly a {
    background: #87c040;
    box-shadow: 0 5px 0 #74a436;
}
 
@media only screen and ( max-width: 736px ) {
    .sns li {
        width: 32.3%;
        margin: 0 .5% 4%;
    }
    
    .sns a {
        font-size: 13px;
        padding: 6px 3px;
    }
}

/*------------------------------------------------------------
ページャー
-------------------------------------------------------------*/
#pager-nav{
	margin-bottom: 30px;
	text-align: center;
}

#pager-nav .current{
	padding: 2px 10px;
	background: #c1c1c1;
}
#pager-nav a.page-numbers{
	padding: 0 10px;
}

/*------------------------------------------------------------
ランキングNo.背景色
-------------------------------------------------------------*/
.rank-mark{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 2em;
	font-size: 1.2em;
	vertical-align: middle;
	text-align: center;
}
	@media
	only screen and (max-width : 950px){
		.rank-mark{
			width: 30px;
			height: 30px;
			line-height: 1.5em;
			font-size: 1em;
		}
	}/*解像度950px以下*/
	
.rank span{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 2.5em;
	vertical-align: middle;
}
span.rank01,
.rank01 span{
	background: #deab11;
}
span.rank02,
.rank02 span{
	background: #858584;
}
span.rank03,
.rank03 span{
	background: #a85111;
}
span.rank-other,
.rank-other span{
	background: #86BCDD;
}

/************************************************************************************************************
* サイトヘッダー
*************************************************************************************************************/
#top.site-header{
	border-bottom: 1px #735549 solid;
	background: #f8f3ec;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0d3c5), color-stop(0.00, #f8f3ec));
	background: -webkit-linear-gradient(#f8f3ec, #e0d3c5);
	background: -moz-linear-gradient(#f8f3ec, #e0d3c5);
	background: -o-linear-gradient(#f8f3ec, #e0d3c5);
	background: -ms-linear-gradient(#f8f3ec, #e0d3c5);
	background: linear-gradient(#f8f3ec, #e0d3c5);
	
	box-shadow:0px 0px 6px 3px #735549;
	height: 95px;
}
.site-header-in{
	position: relative;
}
.site-title{
	font-size: 0.8em;
	padding-top: 10px;
}

.site-header-conts{
	padding: 0;
}
.site-header-conts h1{
	position: absolute;
	top: 0;
	left: 210px;
}
.site-header-conts p{
	position: absolute;
	top: 5px;
	left: 0;
	width: 200px;
	font-size: 12px;
}
	@media (min-width: 737px) and (max-width: 950px){
		#top.site-header{
			height: 110px;
		}
		#top.site-header h1{
			position: absolute;
			top: 35px;
			left: 200px;
			padding: 1em;
		}
		.site-header-conts p{
			top: 40px;
			width: 190px;
			padding: 0.5em 1em;
		}
	}/*解像度737px以上950px以下*/
	@media
	only screen and (max-width : 736px){
		#top.site-header{
			height: 110px;
		}
		#top.site-header h1{
			position: absolute;
			top: 35px;
			left: 30%;
			line-height: 1.2em;
		}
		.site-header-conts p{
			top: 50px;
			left: 5px;
			width: 30%;
			text-align: center;
			padding: 0;
			margin-top: -0.5em;
		}
		.site-title{
			padding: 10px 0 0 1em;
		}
	}/*解像度736px以下*/
/*
	@media
	only screen and (max-width : 480px){
		#top.site-header{
			height: 135px;
		}
		#top.site-header h1{
			position: absolute;
			top: 85px;
			left: 0;
			line-height: 1.2em;
		}
		.site-header-conts p{
			top: 50px;
			left: 0;
			width: 100%;
			text-align: center;
		}
	}解像度480px以下*/
	
.global-nav-panel {
    color: #999;
    font-weight: 700;
}	
.global-nav #top-menu{
	position: absolute;
	top: 60px;
	right:200px;
}
.global-nav #top-menu li a:before{
	content: "►";
}
.global-nav #top-menu li a{
	color: #444343;
	text-decoration: none;
	font-size: 0.8em;
}
.global-nav .global-nav-in li a:hover,
.global-nav #top-menu li a:hover{
	text-decoration: none;
	color: #7F7D7D;
}
.global-nav #top-menu #menu-header_nav{
	margin: 0;
}
.global-nav #searchform{
	position: absolute;
	top: 55px;
	right:0;
	width: 200px;
}
.global-nav #top-menu li{
	display: inline-block;
	margin-right: 1em;
}
.global-nav .global-nav-in{
	display: none;
}
.global-nav .global-nav-in ul {
    display: inline-block;
    width: auto;
    border-left: none;
    table-layout: auto;
}
.global-nav .global-nav-in li {
	display: inline-block;
    position: static;
    font-size: 0.8rem;
    background: none;
    border: none;
}
.global-nav .global-nav-in li a {
    display: block;
    min-height: 1em;
    padding: 0.5em 1em;
    background: none;
    color: #444343;
}
#menu li.current-menu-item{
	font-weight: 700;
	border-bottom: 2px #c01925 solid;
}
	@media
	only screen and (max-width : 950px){
		.site-header-in, .global-nav-in{
			width: 100%;
		}
		.global-nav-in{
			display: block !important;
		}
		.global-nav{
			position: absolute;
			top: 0;
			width: 100%;
			margin: 0;
			border: 0;
		}
		
		.global-nav ul{
			display: none;
			position: absolute;
			top: 50px;
			left: 10px;
			z-index: 50;
			width: 80%;
			border: 0;
			background: #666;
	
		}
		
		.global-nav-panel{
			display: block;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding: 10px;
			background: #333;
			color: #fff;
			cursor: pointer;
		}
	
		.global-nav-in li{
			display: list-item;
			width: auto;
			border-right: 0;
			border-bottom: 1px solid #999;
			text-align: left;
		}
		
		.global-nav-in li ul{
			position: static;
			width: auto;
			margin-left: 1em;
		}
		
		.global-nav-in li ul li{
			width: auto;
			border-bottom: 0;
		}
		
		.global-nav-in li a,
		.global-nav li ul li a{
			padding: 1em;
			padding-right: 2em;
			background: url(./images/icon/icon-gn-arw.png) right center no-repeat;
		}
		.global-nav .global-nav-in{
			position: static;
		    width: 100%;
		}
		.global-nav .global-nav-in ul {
		    display: none;
		    background: #f5ead9;
		    padding: 20px 0;
		}
		.global-nav-in li {
		    display: block;
		    width: 100%;
		    border-right: 0;
		    border-bottom: 1px solid #999;
		    text-align: left;
		    color: #bba082;
		}
		.global-nav-in li a {
		    display: block;
		    min-height: 1.5em;
		    padding: 1em;
		}
		.global-nav #searchform{
			top: 5px;
		}
	}/*解像度736px以下*/

/************************************************************************************************************
   サイドカラム
*************************************************************************************************************/
.side-page-link{
	text-align: right;
}

/*-------------------------------------------------------
 ランキングサイト
-------------------------------------------------------*/
#text-11 a{
	display: inline-block;
	margin: 0 5px 10px 0;
}
/*-------------------------------------------------------
 話題の銘柄ランキング
-------------------------------------------------------*/
#side-stock-ranking li{
    border-bottom: 1px #bdaf9a dotted;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
#side-stock-ranking p{
	margin-bottom: 0;
}
#side-stock-ranking .rank-points{
	text-align: right;
}
#side-stock-ranking li{
	line-height: 1.8em;
	vertical-align: middle;
	border-bottom: 1px #bdaf9a dotted;
    margin-bottom: 15px;
}
#side-stock-ranking li .rank-mark{
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 1.8em;
	font-size: 1em;
	margin-right: 0.6em;
}
/*-------------------------------------------------------
 投資顧問への最新口コミ情報
-------------------------------------------------------*/
#recentcomments li{
    border-bottom: 1px #bdaf9a dotted;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

/*-------------------------------------------------------
 人気記事ランキング
-------------------------------------------------------*/
#side-popularentry-ranking li{
	overflow: hidden;
    zoom: 1;
    border-bottom: 1px #bdaf9a dotted;
    margin-bottom: 20px;
    padding-bottom: 10px;
    height: 90px;
    position: relative;
    overflow: hidden;
}
#side-popularentry-ranking li a{
	display: block;
	width: 100%;
	height: 100%;
}
#side-popularentry-ranking li .rank-mark{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 1.8em;
	font-size: 1em;
	z-index: 1;
}
#side-popularentry-ranking li:after {
    content: "";
    display: block;
    clear: both;
}
#side-popularentry-ranking li img{
	float: left;
	width: 40%;
	margin-right: 2%;
}
#side-popularentry-ranking .post-views{
	position: absolute;
	bottom: 10px;
	right: 0px;
	text-align: right;
	display: block;
	font-size: 0.8rem;
	color: #a5a5a5;
}
	@media (min-width: 737px) and (max-width: 950px){
		#side-popularentry-ranking .post-views{
			bottom: 20px;
		}
		#side-popularentry-ranking li{
			height: 120px;
		}		
		#side-popularentry-ranking li img{
			position: absolute;
		    clip: rect( 0px, 300px, 110px, 0 );
		}
		#side-popularentry-ranking li .post-title{
			margin-left: 330px;
		}
		
	}/*解像度737px以上950px以下*/
	@media
	only screen and (max-width : 763px){
		#side-popularentry-ranking .post-views{
			bottom: 20px;
		}
		#side-popularentry-ranking li{
			height: 120px;
		}		
		#side-popularentry-ranking li img{
			position: absolute;
		    clip: rect( 0px, 300px, 110px, 0 );
		}
		#side-popularentry-ranking li .post-title{
			margin-left: 45%;
		}
	}/*解像度736px以下*/
	
#side-popularentry-ranking p{
	margin-bottom: 0;
}
#side-popularentry-ranking p:hover{
	cursor: hand;
	color: #f60;
}

/*-------------------------------------------------------
 値上がり率/値下がり率ランキング
-------------------------------------------------------*/
#side-down-ranking li,
#side-up-ranking li{
	line-height: 1.8em;
	vertical-align: middle;
	border-bottom: 1px #bdaf9a dotted;
    margin-bottom: 15px;
}
#side-down-ranking li .rank-mark,
#side-up-ranking li .rank-mark{
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 1.8em;
	font-size: 1em;
	margin-right: 0.6em;
}
/************************************************************************************************************
   TOP メイン
*************************************************************************************************************/
/*-------------------------------------------------------
 はじめに
-------------------------------------------------------*/
#intro .inner-wrap{
	border: none;
}
/*-------------------------------------------------------
 注目の投資顧問5選（PR）
-------------------------------------------------------*/
#top5 li{
	width: 20%;
	text-align: center;
	float:left;
	font-size: 0.7em;
}
#top5 li img{
	width: 90%;
	height: auto;
}
#top5 li .komon-title{
	text-align: left;
	padding: 5% 0 0 10px;
	line-height: 1.25em;	
}
	@media
	only screen and (max-width : 480px){
		#top5 li{
			width: 100%;
			text-align: left;
			float:none;
			font-size: 1em;
			border-bottom: 1px #bdaf9a dotted;
			padding-bottom: 0.5em;
		}
		#top5 li:last-child{
			border: none;
			padding-bottom: 0;
		}
		#top5 li img{
			width: 30%;
			height: auto;
			float: left;
			margin-right: 5%;
		}
		#top5 li .komon-title{
			text-align: left;
			padding: 10px 0 0;
			line-height: 1em;	
		}
		#top5 li .orange-btn {	
		    padding: 3px 20px !important;
		    width: 55% !important;
		    font-size: 0.8em;
		    text-align: center;
	    }
		#top5 li:after{
		    content: "";
		    display: block;
		    clear: both;
		}
	}/*解像度480px以下*/

/*-------------------------------------------------------
メインランキング
-------------------------------------------------------*/
#top-ranking .inner-wrap p{
	padding: 0 20px;
}
	@media
	only screen and (max-width : 736px){
		#top-ranking .inner-wrap p{
			padding: 0 0.5em;
		}
	}/*解像度736px以下*/
	
#top-ranking .ranking-tab li {
	float: left;
	margin: 0 0.4% -1px 0;
	padding: 5px 0.5%;
	background: #bdaf9a;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	cursor: pointer;
	transition: .3s;
}
#top-ranking .ranking-tab li:first-child{
	width: 17.4%;
}
#top-ranking .ranking-tab li:nth-child(2){
	width: 22%;
}
#top-ranking .ranking-tab li:nth-child(3),
#top-ranking .ranking-tab li:nth-child(4){
	width: 18%;
}
#top-ranking .ranking-tab li:last-child{
	width: 18%;
	margin-right: 0;
}
#top-ranking .ranking-tab li.active {
	color: #fff;
	background: #64908a;
	cursor: auto;
}
	@media (min-width: 737px) and (max-width: 950px){
		#top-ranking .ranking-tab li span.none{
			display: none;
		}
		
	}/*解像度737px以上950px以下*/
	@media
	only screen and (max-width : 763px){
		#top-ranking .ranking-tab li:nth-child(2){
			width: 20%;
		}
		#top-ranking .ranking-tab li:last-child{
			width: 20%;
		}
		#top-ranking .ranking-tab li span.none,
		#top-ranking .ranking-tab li span.sp-none{
			display: none;
		}
		#top-ranking .ranking-tab li span.block{
			display: block;
		}
	}/*解像度736px以下*/

#top-ranking .area h2{
	margin: 0 0 30px;
	padding: 8px 10px;
}
#top-ranking .area .inner-wrap {
	display: none;
}
#top-ranking .area .inner-wrap.show {
	display: block;
}

/* 人気記事 */
#top-popularentry-area li{
	width: 20%;
	text-align: center;
	float:left;
	font-size: 0.8em;
	position: relative;
}
#top-popularentry-area li span.rank-mark{
	position: absolute;
	top: 0;
	left: 5%;
	line-height: 2.5em;
	opacity: 0.9;
}
#top-popularentry-area li img{
	width: 90%;
	height: auto;
}
#top-popularentry-area li .post-title{
	text-align: left;
	padding: 5% 0 0 10px;
	line-height: 1.25em;
}

	@media
	only screen and (max-width : 480px){
		
		#top-popularentry-area li{
			width: 100%;
			text-align: left;
			float:none;
			position: relative;
			font-size: 1em;
			border-bottom: 1px #bdaf9a dotted;
			padding-bottom: 0.5em;
		}
		#top-popularentry-area li:first-child{
			border-top: 1px #bdaf9a dotted;
			padding-top: 0.5em;
		}
		#top-popularentry-area li:after{
		    content: "";
		    display: block;
		    clear: both;
		}
		#top-popularentry-area li img{
			width: 30%;
			float: left;
			margin-right: 5%;
		}
		#top-popularentry-area li span.rank-mark{
			top: 0;
			left: 0;
			line-height: 1.9em;
		}
		#top-popularentry-area li:first-child span.rank-mark{
			top: 0.5em;
		}
		#top-popularentry-area li .post-title{
			text-align: left;
			padding: 0;
			line-height: 1.25em;
		}
		#top-popularentry-area li .post-views{
			position: absolute;
			bottom: 0.5em;
			right: 0;
		}		
	}/*解像度480px以下*/

/* 人気記事以外で共通 */
#top-ranking td span{
	display: none;
}
#top-ranking table{
    border-top: 1px solid #046e3e;
	border-left: 1px solid #046e3e;
}
#top-ranking thead th{
	background-color: #046e3e;
    padding: 0.2em 0;
}
#top-ranking th,
#top-ranking td {
    padding: 1em 0;
    border-right: 1px solid #046e3e;
    border-bottom: 1px solid #046e3e;
}

#top-ranking table th,
#top-ranking table td{
	text-align: center;
}
#top-ranking table th span,
#top-ranking table td div{
	display: inline-block;
	line-height: 2.5em;
	vertical-align: middle;
}
#top-ranking .rank{
	width: 10%;
	color: #fff;
}
#top-ranking td .rank01{
	width: 6%;
	margin: auto 2%;
	background: #deab11;
}
#top-ranking td .rank02{
	width: 6%;
	margin: auto 2%;
	background: #858584;
}
#top-ranking td .rank03{
	width: 6%;
	margin: auto 2%;
	background: #a85111;
}

	@media
	only screen and (max-width : 950px){
		#top-ranking th,
		#top-ranking td {
		    padding: 0;
		    font-size: 0.8em
		}
		#top-ranking td {
			padding: 0.5em 0;
		}
	}/*解像度950px以下*/
	@media
	only screen and (max-width : 480px){
		
		#top-ranking th{
			display: none;
		}
		#top-ranking td{
			border-top: 1px solid #046e3e;
		}
		#top-ranking td div{
			text-align: left;
		}
		#top-ranking .rank{
			text-align: center;
		}
		#top-ranking td .rank01,
		#top-ranking td .rank02,
		#top-ranking td .rank03{
			width: 8%
		}
		#top-ranking td span{
			display: inline-block;
			font-weight: 700;
			margin-right: 2%;
		}
		
	}/*解像度480px以下*/

/* 無料損益比較 */
#top-ranking #top-brand-area .komon{
	width: 26%;
}
#top-ranking #top-brand-area td .komon{
	text-align: left;
	line-height: 1.2em;
}
#top-ranking #top-brand-area .hyouka{
	width: 15%;
}
#top-ranking #top-brand-area .rieki{
	width: 15%;
}
#top-ranking #top-brand-area .sonshitu{
	width: 15%;
}
#top-ranking table .link{
	width: 15%;
}
	@media
	only screen and (max-width : 480px){
		
		#top-ranking #top-brand-area .komon{
			width: 50%;
			font-size: 1.2em;
		}
		#top-ranking #top-brand-area .hyouka{
			width: 30%;
			font-size: 1.2em;
			color: #ff0000;
			font-weight: 700;
		}
		#top-ranking #top-brand-area .hyouka span{
			color: #444343;
		}
		#top-ranking #top-brand-area .rieki{
			width: 40%;
			text-align: center;
		}
		#top-ranking #top-brand-area .sonshitu{
			text-align: center;
			width: 40%;
		}
		#top-ranking #top-brand-area .rieki span,
		#top-ranking #top-brand-area .sonshitu span{
			display: block;
			margin-top: 1em;
			line-height: 1em;
		}
	}/*解像度480px以下*/

/* 話題の銘柄 */
#top-ranking #top-stock-area .meigara{
	width: 26%;
}
#top-ranking #top-stock-area td .meigara{
	text-align: left;
	line-height: 1.2em;
}
#top-ranking #top-stock-area .point{
	width: 15%;
}
#top-ranking #top-stock-area .ghoush{
	width: 15%;
}
#top-ranking #top-stock-area .shijou{
	width: 15%;
}
#top-ranking #top-stock-area .link{
	width: 15%;
}
	@media
	only screen and (max-width : 480px){
		
		#top-ranking #top-stock-area .meigara{
			width: 80%;
			font-size: 1.2em;
		}
		#top-ranking #top-stock-area .point{
			width: 90%;
			font-size: 1.2em;
			color: #ff0000;
			font-weight: 700;
			text-align: right;
		}
		#top-ranking #top-stock-area .point span{
			color: #444343;
		}
		#top-ranking #top-stock-area .ghoush{
			width: 40%;
			margin-left: 10%
		}
		#top-ranking #top-stock-area .shijou{
			width: 40%;
		}
	}/*解像度480px以下*/

/* 値上がり率、値下がり率 */
#top-ranking #top-value-up-area .meigara,
#top-ranking #top-value-down-area .meigara{
	width: 26%;
}
#top-ranking #top-value-up-area td .meigara,
#top-ranking #top-value-down-area td .meigara{
	text-align: left;
	line-height: 1.2em;
}
#top-ranking #top-value-up-area .shijou,
#top-ranking #top-value-down-area .shijou{
	width: 15%;
}
#top-ranking #top-value-up-area .torihiki,
#top-ranking #top-value-down-area .torihiki{
	width: 15%;
}
#top-ranking #top-value-up-area .ratio,
#top-ranking #top-value-down-area .ratio{
	width: 15%;
	line-height: 1.2em;
}
#top-ranking #top-value-up-area .dekidaka,
#top-ranking #top-value-down-area .dekidaka{
	width: 15%;
}
	@media
	only screen and (max-width : 480px){
		
		#top-ranking #top-value-up-area .meigara,
		#top-ranking #top-value-down-area .meigara{
			width: 80%;
			font-size: 1.2em;
		}
		#top-ranking #top-value-up-area .shijou,
		#top-ranking #top-value-down-area .shijou{
			width: 40%;
			text-align: center;
		}

		#top-ranking #top-value-up-area .torihiki,
		#top-ranking #top-value-down-area .torihiki{
			width: 40%;
			text-align: center;
		}
		#top-ranking #top-value-up-area .ratio,
		#top-ranking #top-value-down-area .ratio{
			width: 50%;
			text-align: center;
		}
		#top-ranking #top-value-up-area .dekidaka,
		#top-ranking #top-value-down-area .dekidaka{
			width: 40%;
			text-align: center;
		}
		
		/* 共通 */
		#top-ranking table .link{
			text-align: center;
			background: #e56c12;
			width: 65% !important;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
		}
		#top-ranking table .link a{
			width: 100%;
			display: block;
			color: #fff;
			text-decoration: none;
		}
		#top-ranking table .link a:hover{
			opacity: 0.8;
		}		
	}/*解像度480px以下*/

/*-------------------------------------------------------
最新の口コミ
-------------------------------------------------------*/

#top-review li{
	background: url("/content/themes/main/images/icon/icon-list-arw.png") left 6px no-repeat;
	margin-left: 10px;
	padding-left: 13px;
	line-height: 1.25rem;
	vertical-align: middle;
	border-bottom: 1px #bdaf9a dotted;
	padding-bottom: 0.5em;
}
	@media
	only screen and (max-width : 480px){
		#top-review ul{
			width: 100%;
		}
		#top-review li{
			border-bottom: 1px #bdaf9a dotted;
			padding-bottom: 0.5em;
		}
		#top-review li:last-child{
			border-bottom: none;
			padding-bottom: 0;
		}
	}/*解像度480px以下*/

/*-------------------------------------------------------
話題の銘柄新着コメント
-------------------------------------------------------*/
#top-stock-comment{
	max-width: 100%;
	margin-bottom: 2em;
	border: 1px #bdaf9a solid;
	padding: 2%;
}
#top-stock-comment .inner-wrap{
	padding: 0.5em;
}
#top-stock-comment h1{
	margin: 0 0 20px;
}
	@media
	only screen and (max-width : 640px){
		#top-stock-comment h1{
			margin: 10px 0 20px;
		}
	}/*解像度640px以下*/
	@media
	only screen and (max-width : 480px){
		#top-stock-comment{
			width: 96%;
			padding: 0.5em;
			float: none;
			margin-right: 0;
		}
	}/*解像度480px以下*/
	
#top-stock-comment h2{
	font-size: 1rem;
	font-weight: 700;
	background: none;
	padding:  0 0 0.2em 0;
	margin: 0 0 0.5em 0 !important;
	color: #444343;
	border: 0;
	border-bottom: 1px #bdaf9a dotted;
}
#top-stock-comment h2:after{
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
}
#top-stock-comment .btn{
	width: 50%;
}
	@media
	only screen and (max-width : 480px){
		#top-stock-comment .btn{
			width: 70%;
		}
	}/*解像度460px以下*/
#top-stock-comment p{
	margin-bottom: 0.5em !important;
}
/*-------------------------------------------------------
Twitterタイムライン
-------------------------------------------------------*/
#top-twitter-timeline{
	width: 44%;
	margin-left: 1%;
	margin-bottom: 2em;
	border: 1px #bdaf9a solid;
	padding: 2%;
}
#top-twitter-timeline h1{
	margin: 0 0 20px;
}
	@media
	only screen and (max-width : 640px){
		#top-twitter-timeline h1{
			margin: 10px 0 20px;
		}
	}/*解像度640px以下*/
	@media
	only screen and (max-width : 480px){
		#top-twitter-timeline{
			width: 96%;
			padding: 0.5em;
			float: none;
			margin-left: 0;
		}
	}/*解像度480px以下*/

/*-------------------------------------------------------
株式ニュース
-------------------------------------------------------*/
#top-news li{
	background: url("/content/themes/main/images/icon/icon-list-arw.png") left 6px no-repeat;
	margin-left: 10px;
	padding-left: 13px;
	line-height: 1.25rem;
	vertical-align: middle;
	position: relative;
}
#top-news li .news-data{
	color: #999;
	font-size: 0.8em;
	position: absolute;
	right: 0;
}
#top-news li{
	border-bottom: 1px #bdaf9a dotted;
	padding-bottom: 0.5em;
}



/************************************************************************************************************
   口コミ詳細ページ
*************************************************************************************************************/
/*-------------------------------------------------------
総合評価
-------------------------------------------------------*/
.company-system span{
	display: inline-block;
	border: 1px #ccc solid;
	padding: 0 0.5em;
	margin-left: 0.5em;
}
	@media
	only screen and (max-width : 480px){
		.company-system span{
			border: none;
			padding: 0;
			margin-left: 0.5em;
		}
	}/*解像度480px以下*/

.single-ranking .section-wrap{
	border: none;
	padding: 0;
}
	@media
	only screen and (max-width : 480px){
		.single-ranking .section-in{
			padding: 0;
		}
		.single-ranking .inner-wrap{
			padding: 0;
			border: none;
		}
	}/*解像度480px以下*/
.single-ranking .tumb-block{
	margin-right: 2%;
	max-width: 37%;
}
.single-ranking .tumb-block img{
	width: 100%;
}
.single-ranking .top-block{
	
}
.single-ranking #komon-detail-data .data-block{
	width: 60%;
}
.single-ranking .data-block .score-block{
	margin-bottom: 15px;
}
.single-ranking .data-block .score-block .review-total,
.single-ranking .data-block .score-block .wpp-views,
.single-ranking .data-block .score-block .score-good{
	line-height: 1.5em;
	vertical-align: middle;
}
.single-ranking .data-block .score-block .review-total{
	margin-right: 10px;
}
.single-ranking .data-block .score-block .wpp-views{
	margin-right: 10px;
}
.single-ranking .data-block .score-block .review-total span{
	display: inline-block;
	border: solid 1px #567C77;
	background-color: #64908a;
	color: #fff;
	width: 80px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	font-size: 0.8em;
}
.single-ranking .data-block .score-block .score-good span{
	display: inline-block;
	border: solid 1px #CA822D;
	background-color: #DF8F32;
	color: #fff;
	width: 70px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	font-size: 0.8em;
}
.single-ranking .data-block .score-block .wpp-views span{
	display: inline-block;
	border: solid 1px #ac0b22;
	background-color: #cc2a41;
	color: #fff;
	width: 70px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	font-size: 0.8em;
}
.single-ranking .data-block .company-block{
	margin-bottom: 15px;
}
.single-ranking .data-block .company-block li{
	padding: 0px;
	margin: 0;
}
.single-ranking .data-block .detail-send-block span{
	width: 40% !important;
	display: inline-block;
	margin: 0 10px;
}
.single-ranking .data-block .detail-send-block .go-comments{
	border: 1px #046e3e solid;
}
.single-ranking .data-block .detail-send-block .go-comments .btn,
.single-ranking .data-block .detail-send-block .go-company .btn{
	width: 80%;
	margin-bottom: 0 !important;
}
.single-ranking .data-block .detail-send-block .go-comments .btn a{
	color: #046e3e;
}
.single-ranking .data-block .detail-send-block .go-company{
	border: 1px #e0b950 solid;
}
.single-ranking .data-block .detail-send-block .go-company .btn a{
	color: #e0b950;
}
.single-ranking .data-block .detail-send-block .btn{
	font-size: 1em;
	border-radius: 0;
	padding: 0.5em 1em;
	border: 0;
	background: none;
}

	@media (min-width: 641px) and (max-width: 950px){
		.single-ranking #komon-detail-data .top-block .tumb-block{
			margin-top: 0.5em;
			max-width: 30%;
		}
		.single-ranking #komon-detail-data .data-block{
			width: 65%;
		}
		.single-ranking #komon-detail-data .score-block div{
			margin-top: 0.5em;
		}
	}/*解像度641px以上950px以下*/
	@media
	only screen and (max-width : 640px){
		.single-ranking #komon-detail-data .top-block{
			height: 300px;
			position: relative;
		}
		.single-ranking #komon-detail-data .data-block{
			width: 60%;
		}
		.single-ranking #komon-detail-data .top-block .tumb-block{
			margin-top: 0;
		}
		.single-ranking #komon-detail-data .score-block,
		.single-ranking #komon-detail-data .company-block{
			padding-left: 10px;
		}
		.single-ranking #komon-detail-data .score-block .wpp-views,
		.single-ranking #komon-detail-data .score-block .review-total,
		.single-ranking #komon-detail-data .score-block .score-good{
			float: none;
			margin-top: 0;
			margin-bottom: 0.5em;
		}
		.single-ranking #komon-detail-data .detail-send-block {
		    position: absolute;
		    left: 0;
		    bottom: 15px;
		    width: 100%;
		}
	}/*解像度640px以下*/
	@media
	only screen and (max-width : 480px){
		.single-ranking #komon-detail-data .company-block {
		    position: absolute;
		    left: 0;
		    top: 125px;
		    width: 100%;
		}
		.single-ranking #komon-detail-data .detail-send-block {
		    bottom: 10px;
		}
	}/*解像度480px以下*/

/*-------------------------------------------------------
ユーザー評価
-------------------------------------------------------*/
.single-ranking .score{
	margin-bottom: 30px;
}
.single-ranking .per{
	font-size: 0em;
}
.single-ranking .per .per_good{
	background:#DF8F32;
	display:inline-block;
	font-size: 24px;
	border-radius:3px 0 0 3px;
	line-height: 2em;
}
.single-ranking .per .per_all{
	background:#7DAE61;
	width:60%;
	display:inline-block;
	border-radius:3px;
	font-size: 24px;
	line-height: 2em;
}
.single-ranking .per .per_score{
	width:20%;
	display:inline-block;
	font-size: 24px;
	text-align:center;
	line-height: 2em;
	color: #f00;
	font-weight: bold;
}
.goodbad p{
	width:40%;
}
.goodbad p img{
	margin-right:0.5em;
}
.goodbad p:nth-of-type(1){
	float:left;
}
.goodbad p:nth-of-type(2){
	float:right;
	text-align:right;
}
.goodbad p:nth-of-type(1) span{
	font-size: 1.2em;
	font-weight: bold;
	color:#DF8F32;
}
.goodbad p:nth-of-type(2) span{
	font-size: 1.2em;
	font-weight: bold;
	color:#7DAE61;
}
div.hyoukabtn{
	text-align: center;
	margin-bottom: 20px;
}
div.hyoukabtn .reaction_buttons_tagline{
	margin-bottom: 20px;
}
div.hyoukabtn input {
	display: none;
}
div.hyoukabtn ul{
	margin: 0 auto !important;
	width: 100%;
	text-align: center;
}
div.hyoukabtn li:nth-of-type(1) {
	border: solid 1px #CA822D;
	background-color: #DF8F32;
	background-image: url("/images/btn_good.png");
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	list-style: outside none none;
}
div.hyoukabtn li:nth-of-type(2) {
	border: solid 1px #18587E;
	background-color: #1A638D;
	background-image: url("/images/btn_bad.png");
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	list-style: outside none none;
}
div.hyoukabtn li span{
	display:none;
}
div.hyoukabtn li.voted{
	opacity:0.5;
	cursor: auto;
}
div.hyoukabtn li{
	cursor: pointer;
	display: inline-block;
	margin-left: 0.5em;
	border-radius: 5px;
	width:80px;
	height:30px;
}
div.hyoukabtn li:hover {
	opacity:0.5;
}

div.hyoukabtn input:checked+li:nth-of-type(1) {
	color: #fff;
	opacity:1;
}
div.hyoukabtn input:checked+li:nth-of-type(2) {
	color: #fff;
	opacity:1;
}
/*-------------------------------------------------------
最新の口コミ
-------------------------------------------------------*/

#komon-new-review-data .section-body{
	padding: 5px 20px;
	background: #FAF6F3;
}
#komon-new-review-data dt{
	font-weight: 700;
	line-height: 42px !important;
	height: 42px !important;
	display: table-cell;
	vertical-align: middle;
	padding: 0 !important;
}
#komon-new-review-data .review-icon {
    display: inline-block;
    float: left;
    width: 41px;
    height: 41px;
    margin-right: 0.5em;
}
#komon-new-review-data dd{
	padding-left: 0;
}
#comments .section-body,
#komon-company-data .section-body,
#komon-feature-data .section-body,
#komon-result-data .section-body,
#komon-general-comment-data .section-body {
	padding: 0 20px;
}

.btn_single{
	margin-bottom: 30px;
}

	@media
	only screen and (max-width : 640px){
		.single-ranking .section-body,
		#comments .section-body,
		#komon-company-data .section-body,
		#komon-feature-data .section-body,
		#komon-result-data .section-body,
		#komon-general-comment-data .section-body {
		    padding: 0 0.5em;
		}
	}/*解像度640px以下*/

/************************************************************************************************************
   人気記事一覧ページ
*************************************************************************************************************/

#popularentry .article-body{
	margin-bottom: 0px;
}
#popularentry .article-header{
	position: relative;
	height: 40px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px #444343 solid;
}
#popularentry .article-header h2{
	position: absolute;
	left: 60px;
	bottom: 8px;
	padding: 0;
	margin: 0;
	border-bottom: none;
}
	@media
	only screen and (max-width : 640px){
		#popularentry .article-header h2{
			margin: 0 auto !important;
		}
	}/*解像度640px以下*/
#popularentry .article-header .wpp-views{
	position: absolute;
	right: 0;
	bottom: 8px;
}
#popularentry .top-block{
	padding: 15px;
	margin-bottom: 20px;
	border: 2px #ccc dashed;
	position: relative;
}
#popularentry .tumb-block{
	margin-right: 2%;
	max-width: 40%;
}
#popularentry .tumb-block img{
	width: 100%;
}
#popularentry .score-block{
	margin-bottom: 15px;
	padding-left: 20px;
}
#popularentry .score-block .review-total,
#popularentry .score-block .score-bad,
#popularentry .score-block .score-good{
	line-height: 1.5em;
	vertical-align: middle;
}
#popularentry .score-block .review-total{
	margin-right: 20px;
}
#popularentry .score-block .score-good{
	margin-right: 20px;
}
#popularentry .score-block .review-total span{
	display: inline-block;
	border: solid 1px #567C77;
	background-color: #64908a;
	color: #fff;
	width: 80px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	font-size: 0.8em;
}
#popularentry .score-block .score-good span{
	display: inline-block;
	border: solid 1px #CA822D;
	background-color: #DF8F32;
	color: #fff;
	width: 70px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	font-size: 0.8em;
}
#popularentry .score-block .score-bad span{
	display: inline-block;
	border: solid 1px #18587E;
	background-color: #1A638D;
	color: #fff;
	width: 70px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	font-size: 0.8em;
}
#popularentry .company-block{
	margin-bottom: 5px;
	padding-left: 20px;
}
#popularentry .company-block li{
	padding: 0px;
	margin: 0;
}
#popularentry .detail-send-block .btn{
	font-size: 1em;
}

#popularentry .new-review-block{
	padding: 15px;
	background: #FAF6F3;
}
#popularentry .new-review-block dt{
	font-weight: 700;
}

	@media
	only screen and (max-width : 950px){
		#popularentry .tumb-block{
			max-width: 35%;
		}
	}/*解像度950px以下*/
	@media
	only screen and (max-width : 640px){
		#popularentry .article-header{
			line-height: 2.5em;
			vertical-align: middle;
		}
		#popularentry .article-header .rank-mark {
		    line-height: 1.8em;
		}
		#popularentry .article-header h2 {
		    left: 40px;
		    bottom: 8px;
		}
		#popularentry .top-block{
			height: 250px;
		}
		#popularentry .score-block,
		#popularentry .company-block{
			padding-left: 10px;
		}
		#popularentry .score-block .review-total{
			float: none;
			margin-bottom: 0.5em;
		}
		#popularentry .detail-send-block {
		    position: absolute;
		    left: 0;
		    bottom: 15px;
		    width: 100%;
		}
		#popularentry .score-block .score-good{
			margin-bottom: 0.5em;
		}
	}/*解像度640px以下*/
	@media
	only screen and (max-width : 480px){
		#popularentry .company-block {
		    position: absolute;
		    left: 0;
		    top: 125px;
		    width: 100%;
		}
		#popularentry .article-header h2 {
		    font-size: 1em;
		    font-weight: 700;
		}
		#popularentry .article-header .wpp-views{
			position: absolute;
			right: 0;
			bottom: -10px;
			font-size: 0.8em;
			color: #999;
		}
		#popularentry .detail-send-block {
		    bottom: 10px;
		}
	}/*解像度480px以下*/


/************************************************************************************************************
   投資顧問会社一覧ページ
*************************************************************************************************************/

#komon-list .article-body ul.main-list li{
	display: inline-block;
	width: 23%;
	margin-right: 1.5%;
	margin-bottom: 20px;
	position: relative;
	border: 1px #D4AA79 solid;
}
#komon-list .article-body ul.main-list li:nth-child(4n){
	margin-right: 0;
}
#komon-list .article-body ul.main-list li img{
	width: 100%;
	min-height: 145px;
}
#komon-list .article-body ul.main-list li span{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 96%;
	background: rgb(212,170,121,0.8);
	font-size: 0.8em;
	color: #fff;
	line-height: 1.2em;
	padding: 2%;
	min-height: 30px;
}
@media
only screen and (max-width : 736px){
	#komon-list .article-body ul.main-list li img{
		min-height: 134px;
	}
}/*解像度736px以下*/
@media
only screen and (max-width : 640px){
	#komon-list .article-body ul.main-list{
		margin-left: 5%;
	}
	#komon-list .article-body ul.main-list li{
		width: 45%;
		margin-right: 2%;
	}
	#komon-list .article-body ul.main-list li:nth-child(4n){
		margin-right: 0;
	}
	#komon-list .article-body ul.main-list li img{
		min-height: 216px;
	}
}/*解像度640px以下*/
@media
only screen and (max-width : 480px){
	#komon-list .article-body ul.main-list li img{
		min-height: 160px;
	}
}/*解像度480px以下*/

/************************************************************************************************************
   株式ニュース一覧
*************************************************************************************************************/
.category-news .news-list{
	padding: 20px;
}
.category-news .news-list li{
	padding: 1em 1em 0;
	border-top: 1px #bdaf9a dotted;
	position: relative;
}
.category-news .news-list li a{
	color: #57a9cb;
}
.category-news .news-list .post-date{
	font-size: 0.6em;
	color: #999;
	position: absolute;
	bottom: -17px;
	right: 1em;
}
#single-news .original_url{
	color: #999;
}

/************************************************************************************************************
   アーカイブページ（過去の無料銘柄損益比較ランキング一覧も）
*************************************************************************************************************/
.category-brand .link-next a,
.search-results .link-next a{
	background: none;
	padding: none;
}
.category-brand .link-next,
.search-results .link-next{
	text-align: center;
}



/************************************************************************************************************
   過去の無料銘柄損益比較ランキング詳細
*************************************************************************************************************/
#single-brand .article-header{
	margin-bottom: 30px;
}
#single-brand .score span{
	display:inline-block;
}
#single-brand .score span{
	display:inline-block;
}
#single-brand .score .score_star span{
	background-image: url("/images/icon_star.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left center;
	display:block;
}
#single-brand .score_star{
	background-image: url("/images/icon_star_bg.jpg");
	background-repeat: no-repeat;
}
#single-brand .score_star img{
	width:100%;
}
#single-brand .score .content_eyecatch{
	width:40%;
	float:left;
}
#single-brand .score dl{
	width:59%;
	float:right;
	margin:0;
	position: relative;
}
#single-brand .score dt{
	padding: 0 1em;
}
#single-brand .score dt,
#single-brand .score dd{
	display:inline-block;
	margin-right:2%;
	margin-left:0;
	line-height: 40px;
}
#single-brand .score dd:nth-of-type(2){
	width:30%;
}
#single-brand .score dt span,
#single-brand .score dd span{
	font-size: 1.6em;
	font-weight:bold;
	color:#CC0000;
}
#single-brand .score dt{
	font-size: 1em;
	font-weight:bold;
	text-align:center;
	border:1px solid #A2A2A2;
	background-color:#F5F5F5;
	color:#49B232;
}
#single-brand .score dt:nth-of-type(1),
#single-brand .score dt:nth-of-type(1),
#single-brand .score dt:nth-of-type(1),
#single-brand .score dt:nth-of-type(1) {
	color: #FFF;
	background-color:#F60;
}

#single-brand .score .pmh5{
	width:59%;
	float:right;
	margin-bottom: 1.2em !important;
}
#single-brand .view_comments{
	display:inline-block;
	position: absolute;
	right: 0;
	bottom:0;
	background-color:#49B232;
	border:1px solid #337E23;
	border-radius: 0.3em;
	color:#FFF!important;
	text-decoration:none;
	padding: 0 0.5em;
	line-height: 1.6em;
	font-size: 0.9em;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#single-brand .view_comments:hover{
	color:#FFF!important;
	text-decoration:underline;
}
#single-brand .btn_single{
	margin-top: 1em;
	margin-bottom: 8em;
}
#single-brand .btn_single a,.btn_single span{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	border-radius: 0.2em;
	background-color: #49b232;
	border: 1px solid #337e23;
	color: #fff;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2em;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 95%;
}
#single-brand .btn_single a:hover{
	opacity: 0.8;
}
#single-brand h4,
#single-brand h4,
#single-brand h4{
	margin-top: 0!important;
}
#single-brand .swype {
	overflow-y: scroll;
	max-width: 1200px;
}
#single-brand .swype table {
	width: 1200px;
}
#single-brand .swype table th,
#single-brand .swype table td{
	font-size: 0.6em;
	width: 100px;
}

#single-brand  .btn_single{
	margin-bottom:0!important;
}
#single-brand .rank-number {
	position: relative;
	margin-bottom: 0 !important;
}
#single-brand .rank-number span {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffc6fa 60%) repeat scroll 0 0;
	display: inline-block;
	margin-right: 0.5em;
	margin-top: 1em;
	margin-bottom: 0.2em;
	padding: 0 0.2em;
}
#single-brand .rank-number-1st span {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffc6fa 60%) repeat scroll 0 0!important;
}
#single-brand .rank-number-2nd span {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffc6fa 60%) repeat scroll 0 0!important;
}
#single-brand .rank-number-3rd span {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffc6fa 60%) repeat scroll 0 0!important;
}
#single-brand .rank-number-1st {
	background-image: url("/images/icon_crown_gold.jpg");
	background-position: center right;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
#single-brand .rank-number-2nd {
	background-image: url(/images/icon_crown_silver.jpg);
	background-position: center right;
	background-size: auto 95%;
	background-repeat: no-repeat;
}
#single-brand .rank-number-3rd {
	background-image: url(/images/icon_crown_blond.jpg);
	background-position: center right;
	background-size: auto 95%;
	background-repeat: no-repeat;
}

/************************************************************************************************************
   業種別銘柄一覧
*************************************************************************************************************/
#sector-list .select-meigara-code{
	margin-bottom: 20px;
}
#sector-list .select-meigara-code.inner-wrap{
	border: none;
}
#sector-list .select-meigara-code li{
	padding: 0.2em 0.5em;
	border: 1px #c01925 solid;
	color: #c01925;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
#sector-list .select-meigara-code li a{
	color: #c01925;
}
	@media
	only screen and (max-width : 480px){
		#sector-list .select-meigara-code li{
			margin-bottom: 0.5em;
		}
	}/*解像度480px以下*/

#sector-list .select-meigara-code li:hover{
	background: #FBCCC8;
	cursor: pointer;
}
#sector-list .select-meigara-code li.active{
	background: #FBCCC8;
}

/************************************************************************************************************
   値上がり率/値下がり率ランキング(ストップ高/ストップ安) メイン
*************************************************************************************************************/
.value-stop-common .ranking-date{
	margin-right: 20px;
}
#stop-ranking .stop-ranking-tab,
#value-ranking .value-ranking-tab{
	margin-top: -45px;
}
#stop-ranking .stop-ranking-tab li,
#value-ranking .value-ranking-tab li {
	float: left;
	margin: 0 0.4% -1px 0;
	padding: 5px 0.5%;
	background: #bdaf9a;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	cursor: pointer;
	transition: .3s;
	width: 22%;
}
#stop-ranking .stop-ranking-tab li.active,
#value-ranking .value-ranking-tab li.active {
	color: #fff;
	background: #296BAB;
	cursor: auto;
}

	@media
	only screen and (max-width : 480px){
		.value-stop-common .ranking-date{
			margin-right: 0.5em;
			font-size: 0.7em;
			padding-bottom: 1em;
		}
	}/*解像度480px以下*/

.value-stop-common .area .inner-wrap {
	display: none;
}
.value-stop-common .area .inner-wrap.show {
	display: block;
}
.value-stop-common #tab-block{
	margin-bottom: 30px;
}
.value-stop-common table{
    border-top: 1px solid #5D9FD9;
	border-left: 1px solid #5D9FD9;
}
.value-stop-common table th{
	background-color: #5D9FD9;
    padding: 0.2em 0;
}
.value-stop-common th,
.value-stop-common td {
    padding: 1em 0;
    border-right: 1px solid #5D9FD9;
    border-bottom: 1px solid #5D9FD9;
    font-size: 0.8em;
}

.value-stop-common table th,
.value-stop-common table td{
	text-align: center;
}
.value-stop-ranking-area table th span,
.value-stop-ranking-area table td span{
	display: inline-block;
	line-height: 2.5em;
	vertical-align: middle;
}
#value-ranking .rank{
	width: 10%;
	color: #fff;
}
#value-ranking td .rank01,
#value-ranking td .rank02,
#value-ranking td .rank03,
#value-ranking td .rank-other{
	width: 6%;
	margin: auto 2%;
}

#stop-ranking .value-stop-ranking-area .meigara{
	width: 26%;
	padding-left: 2%;
	text-align: left;
	line-height: 1.2em;
}
#value-ranking .value-stop-ranking-area .meigara{
	width: 26%;
	text-align: left;
	line-height: 1.2em;
}
.value-stop-ranking-area .shijou,
.value-stop-ranking-area .torihiki,
.value-stop-ranking-area .ratio,
#value-ranking .value-stop-ranking-area .dekidaka,
#stop-ranking .value-stop-ranking-area .takane,
#stop-ranking .value-stop-ranking-area .yasune{
	width: 15%;
	line-height: 1.2em;
}

	@media
	only screen and (max-width : 480px){
		.value-stop-ranking-area th{
			display: none;
		}
		.value-stop-common table td{
			position: relative;
			height: 45px;
			border-top: 1px solid #5D9FD9;
		}
		#value-ranking .rank,
		#value-ranking td .rank01,
		#value-ranking td .rank02,
		#value-ranking td .rank03,
		#value-ranking td .rank-other{
			position: absolute;
			top: 0.7em;
			left: 0;
			width: 30px;
			height: 30px;
			color: #fff;
		}
		#stop-ranking .value-stop-ranking-area .code{
			position: absolute;
			top: 0.5em;
			left: 0.5em;
		}
		#stop-ranking .value-stop-ranking-area .meigara{
			position: absolute;
			top: 3em;
			left: 0.5em;
			width: 60%;
			padding-left: 0;
		}
		#stop-ranking .value-stop-ranking-area .shijou{
			position: absolute;
			top: 1.2em;
			left: 4em;
			width: 20%;
		}
		#value-ranking .value-stop-ranking-area .meigara{
			position: absolute;
			top: 0.7em;
			left: 45px;
			width: 45%;
		}
		#value-ranking .value-stop-ranking-area .shijou{
			position: absolute;
			top: 0.7em;
			left: 80px;
			width: 20%;
		}
		.value-stop-ranking-area .torihiki{
			width: 35%;
			line-height: 1.2em;
			position: absolute;
			right:0.5em;
			top: 0.5em;
			text-align: right;
		}
		.value-stop-ranking-area .ratio{
			width: 35%;
			line-height: 1.2em;
			position: absolute;
			right:0.5em;
			top: 2em;
			text-align: right;
			white-space: nowrap;
		}
		#value-ranking .value-stop-ranking-area .dekidaka,
		#stop-ranking .value-stop-ranking-area .takane,
		#stop-ranking .value-stop-ranking-area .yasune{
			width: 35%;
			line-height: 1.2em;
			position: absolute;
			right:0.5em;
			top: 3.5em;
			text-align: right;
		}

	}/*解像度480px以下*/

/************************************************************************************************************
   メイン　銘柄ランキングテーブル共通
*************************************************************************************************************/

#stock-list .update-date{
	margin: 0;
	font-size: 1.2em;
}
#stock-list table {
	margin-top: 0;
	border: none;
}
#stock-list th,
#stock-list td{
	border: none;
}
#stock-list th{
	background-color: #5D9FD9;
	font-size: 0.8em;
	line-height: 2.5em;
	text-align: center;
	padding: 0.5em 0;
}
#stock-list td {
	border: none;
	text-align: center;
	padding: 0.2em;
}
#stock-list tr{
	border: 1px solid #5D9FD9;
}
#stock-list .rank{
	width: 10%;
	color: #fff;
}
#stock-list td .rank01,
#stock-list td .rank02,
#stock-list td .rank03,
#stock-list td .rank-other{
	width: 6%;
	margin: auto 2%;
}
#stock-list .meigara{
	text-align: left;
	padding-left: 0.5em;
}
#stock-list td.meigara p{
	margin-bottom: 0;
}
#stock-list td.meigara span{
	font-size: 0.8em;
	line-height: 0.8em;
}
#stock-list td.point{
	color: #ff0000;
}
#stock-list td.twitter span,
#stock-list td.textream span,
#stock-list td.point span{
	display: block;
	color: #ccc;
	font-size: 0.8em;
	line-height: 1em;
}
#stock-list td.point,
#stock-list td.twitter,
#stock-list td.textream,
#stock-list td.meigara-code{
	white-space: nowrap;
}
	@media
	only screen and (max-width : 640px){
		#stock-list tr{
			border-right: none;
			border-left: none;
		}
		#stock-list th{
			display: none;
		}
		#stock-list td{
			border-top: 1px solid #5D9FD9;
			position: relative;
			height: 70px;
		}
	}/*解像度640px以下*/

/************************************************************************************************************
   過去に話題になった銘柄ランキング
*************************************************************************************************************/
#past-stock-ranking .select-stock-date.inner-wrap{
	border: none;
}

/************************************************************************************************************
   銘柄詳細ページ
*************************************************************************************************************/
#single-stock .section-wrap{
	border: none;
}
	@media
	only screen and (max-width : 480px){
		#single-stock .section-in{
			padding: 0.5em;
		}
		#single-stock .article-header{
			padding: 0.5em;
		}
		#single-stock .inner-wrap{
			padding: 0;
			border: none;
		}
	}/*解像度480px以下*/
#single-stock .dl-data-list{
	margin-bottom: 20px;
}
#single-stock  .dl-data-list dt{
	padding: 0.2em;
	border: 1px #03a635 solid;
	color: #038A2C;
	text-align: center;
	background: #ccf1d7;
	font-size: 0.8em;
	line-height: 1.2em;
	float: left;
	margin-right: 10px;
	margin-bottom: 0.2em;
}
#single-stock .dl-data-list dd,
#single-stock .dl-data-list dd li{
	float: left;
	margin-right: 10px;
	line-height: 1.2em;
}
#single-stock .dl-data-list dd,
#single-stock .dl-data-list dd li{
	border-bottom: 1px #03a635 dotted;
}
#single-stock .dl-data-list.stock-dl-list dd{
	border: none;
}
#stock-nav{
	margin-bottom: 30px;
}
#stock-nav li{
	float: left;
	line-height: 1em;
	padding: 6px 8px;
	text-align: center;
	margin-left: 7px;
	background: #C01925;
}
#stock-nav li:first-child{
	margin-left: 0;
}
#stock-nav li a{
	color: #fff;
}
#stock-nav li a:hover{
	text-decoration: none;
}
#stock-nav li:hover{
	background: #FB8C7F;
}
#single-stock .popular-data{
	border: 1px #bdaf9a solid;
	padding: 1em;
	max-height: 60em;
	overflow-x: scroll;
	-webkit-overflow-scrolling : touch;
}
#single-stock .popular-data li{
	background: none;
	border-bottom: 1px #bdaf9a dotted;
	margin-bottom: 0.5em;
}
#single-stock .popular-data li .comm_name{
	font-weight: 700;
}

#single-stock .popular-data li .comm_date{
	text-align: right;
	color: #a5a5a5;
	font-size: 0.8em;
}
#single-stock .popular-data li .comm_icon{
	margin-right: 1em;
	margin-top: 0.5em;
}
#Chart{
	width: 100%;
}
	@media
	only screen and (max-width : 736px){
		#stock-nav li{
			float: none;
			width: 100%;
			margin-left: 0;
		}	
	}/*解像度736px以下*/

#stock-graph{
	width: 100%;
	height: 150px;
	border: 1px #999 solid;
	background: #eee;
	margin-bottom: 30px;
}

#single-stock #ir-list li{
	padding-left: 13px;
	background: url(../main/images/icon/icon-list-arw.png) left 6px no-repeat;
	border-bottom: 1px #bdaf9a dotted;
	line-height: 1.4em;
}
#single-stock #ir-list li span{
	color: #a5a5a5;
	font-size: 0.8em;
}


/************************************************************************************************************
   パーツ メイン
*************************************************************************************************************/
/*-------------------------------------------------------
注目の投資顧問5選
-------------------------------------------------------*/
.top5 li{
	width: 18%;
	margin-right: 2%;
}
.top5 li:last-child{
	margin-right: 0;
}
.top5 .top4col_title{
	font-size: 0.7em;
	font-weight: normal;
	border: none;
	margin: 0 auto;
}
.top5 .top4col_view,
.top5 .top4col_good{
	margin-bottom: 0;
	font-size: 0.7em;
}
	@media
	only screen and (max-width : 480px){
		.top5 li{
			width: 100%;
			text-align: left;
			float:none;
			font-size: 1em;
			border-bottom: 1px #bdaf9a dotted;
			padding: 0.5em 0;
		}
		.top5 li img{
			width: 30%;
			height: auto;
			float: left;
			margin-right: 5%;
		}
		.top5 li .top4col_title{
			text-align: left;
			padding: 10px 0 0;
			line-height: 1.2em;
			font-size: 1.2em;	
		}
		.top5 .top4col_view,
		.top5 .top4col_good{
			margin-bottom: 0;
			font-size: 1em;
		}
		.top5 li:after{
		    content: "";
		    display: block;
		    clear: both;
		}
	}/*解像度480px以下*/

/*-------------------------------------------------------
テキスト広告
-------------------------------------------------------*/
.ad-text li{
	padding-left: 13px;
	background: url(../main/images/icon/icon-list-arw.png) left 6px no-repeat;
	border-bottom: 1px #bdaf9a dotted;
	line-height: 1.4em;
}
@media
only screen and (max-width : 480px){
	.ad-text li:first-child{
		border-top: 1px #bdaf9a dotted;
	}
	
}/*解像度480px以下*/

/*-------------------------------------------------------
adsence-300x250
-------------------------------------------------------*/
.adsence-300x250{
	margin-bottom: 30px;
}
.adsence-300x250 div{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
@media
only screen and (max-width : 640px){
	.adsence-300x250 div{
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	
}/*解像度640px以下*/

/*-------------------------------------------------------
google adsence responsive
-------------------------------------------------------*/
@media
only screen and (max-width : 640px){
	.google-adsence{
		width: 90%;
	}	
}/*解像度640px以下*/


/*-------------------------------------------------------
アドセンス風レスポンシブ広告
-------------------------------------------------------*/
.adsence-responsive .ar-thumnail{
	width: 48%;
}
.adsence-responsive .ar-thumnail img{
	height: 195px;
	width: 372px;
}
.adsence-responsive .ar-text-parts{
	width: 49%;
	padding: 6px 0 6px 21px;
}
.adsence-responsive .ar-title{
	color: #212121;
	font-family: "Mplus 1p",Arial,arial,sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 17px;
}
.adsence-responsive .ar-title a{
	color: #212121;
	font-family: "Mplus 1p",Arial,arial,sans-serif;
}
.adsence-responsive .ar-text span{
	display: inline-block;
	background-color: green;
	border-color: white;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-family: "Mplus 1p",Arial,arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding: 2px 5px 2px 5px;
	margin-right: 8px;
}
.adsence-responsive .ar-text{
	color: #777777;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 17px;
	font-family: "Mplus 1p",Arial,arial,sans-serif;
}
.adsence-responsive .ar-text a{
	color: #777;
	font-family: "Mplus 1p",Arial,arial,sans-serif;
}
.adsence-responsive .ar-text span{
	display: inline-block;
	background-color: green;
	border-color: white;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: white;
	line-height: 1.3em;
}
.adsence-responsive .ar-btn{
	background-color: #4e92df;
	border: 1px #4e92df solid;
	border-radius: 2px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
	font-family: "Roboto",arial,sans-serif;
	font-weight: 500;
	width: 133px;
}
.adsence-responsive .btn-block a{
	color: #fff;
	line-height: 40px;
	font-size: 17px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.adsence-responsive .btn-block a:hover{
	text-decoration: none;
}
	@media
	only screen and (max-width : 640px){
		.adsence-responsive .ar-thumnail{
			width: 100%;
			margin-right: 0;
			margin-top: 20px;
			text-align: center;
		}
		.adsence-responsive .ar-text-parts{
			width: 98%;
			padding: 2%;
		}
		.adsence-responsive .ar-text span{
			display: none;
		}
		.adsence-responsive .btn-block{
			text-align: right;
		}
	}/*解像度640px以下*/

/*-------------------------------------------------------
メイン下部のランキングナビ
-------------------------------------------------------*/
.main-bottom-nav{
	margin-bottom: 30px;
}
.main-bottom-nav ul{
	padding: 0 20px;
}
.main-bottom-nav li{
	line-height: 1.4em;
	font-size: 1rem;
	text-align: center;
	background: #e56c12;
	padding: 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	box-shadow: 0 5px 0 #BD580F;
	margin-bottom: 0.8em;
}
.main-bottom-nav li a{
	color: #fff;
	width: 100%;
	display: inline-block;
}
.main-bottom-nav li:hover{
    -webkit-transform: translate3d(0px,5px,1px);
    -moz-transform: translate3d(0px,5px,1px);
    transform: translate3d(0px,5px,1px);
    box-shadow: none;
}
.main-bottom-nav li a:hover{
	text-decoration: none;
}
/*
.main-bottom-nav .top:first-child{
	width: 29%;
	margin-right: 1%;
	margin-left: 0;
}
.main-bottom-nav .top:nth-child(2){
	width: 37%;
	margin: 0 1%;
}
.main-bottom-nav .top:nth-child(3){
	width: 29%;
	margin-left: 1%;
}
.main-bottom-nav .bottom{
	width: 49%;
	margin: 20px 0;
}
.main-bottom-nav .bottom:first-child{
	margin-right: 1%;
}
.main-bottom-nav .bottom:last-child{
	margin-left: 1%;
}
*/
/*-------------------------------------------------------
メイン下部の人気銘柄ランキング
-------------------------------------------------------*/
/* 共通 */
.ranking-list-parts tr {
    border: 1px solid #5D9FD9;
}
.ranking-list-parts th{
	background-color: #5D9FD9;
	font-size: 0.8em;
	line-height: 2.5em;
	text-align: center;
	padding: 0.5em 0;
}
.ranking-list-parts table,
.ranking-list-parts th,
.ranking-list-parts td {
	border: none;
}
.ranking-list-parts td{
	text-align: center;
	padding: 0.2em;
}

.ranking-list-parts .rank{
	width: 10%;
	color: #fff;
}

.ranking-list-parts .meigara{
	text-align: left;
}
.ranking-list-parts td.meigara span{
	font-size: 0.8em;
	line-height: 0.8em;
}
.ranking-list-parts .meigara p{
	margin-bottom: 0;
}
.ranking-list-parts td.count span{
	display: block;
	color: #ccc;
	font-size: 0.8em;
	line-height: 1em;
}
.ranking-list-parts td.count,
.ranking-list-parts td.meigara-code{
	white-space: nowrap;
}
	@media
	only screen and (max-width : 640px){
		.ranking-list-parts tr{
			border-right: none;
			border-left: none;
		}
		.ranking-list-parts th{
			display: none;
		}
				
	}/*解像度640px以下*/

/*--------------------------------------------------------
解像度1200px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 1200px){

}/*解像度1200px以下*/

/*--------------------------------------------------------
解像度737px以上950px以下
--------------------------------------------------------*/
@media (min-width: 737px) and (max-width: 950px){
	
}/*解像度737px以上950px以下*/

/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){
}/*解像度736px以下*/

/*--------------------------------------------------------
解像度480px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 480px){
	
}/*解像度480px以下*/



