@charset "UTF-8";
/* CSS Document */

@media(max-width:959px){
/*tablet*/
.pd{ display:none;}
.sd{ display: block;}
.fll,.flr { float: none;}
a {
	text-decoration: underline !important;
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	background: #fff;
}
.wrapper {
	width: auto;
	padding: 0px;
}
.content_area {
	width: auto;
	margin: 0;
	padding: 0 10px;
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h1 {	
	margin: 0 0 10px 0;
	padding: 8px;
	font-size: 1.8rem;
	font-weight: bold;
}
h2 {
	font-size: 1.8rem;
}
/*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
header .logo {
	float: none;
	/*margin: 0 0 10px;*/
}
header .logo img {
	width: 150px;
}
header .head_ad {
	float: none;
}
/*------------------------------------------------------------------------

table01

------------------------------------------------------------------------*/
.check_sp a {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 5px 0;
	border: solid 1px #aaa;
	text-align: center;
	text-decoration: none;
	background: #a90329;
	color: #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );

}
.check_sp a::after {
    content: '';
    display: inline-block;
	position: absolute;
	top: 25%;
	right: 5px;
    width: 0;
    height: 0;
    border: transparent solid 6px;
    border-left-color: #fff;
}
.table01 thead {
	display:none;
}
.table01 thead tr th {
	display: block;
	padding: 7px 10px;
	text-align: left;
	margin: -1px 0 0;
	width: auto;
}
.table01 thead tr th:last-child {
	margin: -1px 0 10px;
}
.table01 thead tr th.th_comname02,
.table01 thead tr th.th_fundname02,
.table01 thead tr th.th_brand02,
.table01 thead tr th.th_cat02,
.table01 thead tr th.th_target02,
.table01 thead tr th.th_check {
	display: none;
}
.table01 thead tr th span {
	display: none !important;
}

.table01 tbody {
	display: block;
	margin: 10px 0 0;
}
.table01 tbody tr {
	display: block;
	margin: 0 0 10px;
	border-top: solid 1px #eee;
}
.table01 tbody tr:nth-child(even) {
	background: #fff;
}
.table01 tbody tr td {
	display: block;
	margin: -1px 0 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.table01 tbody.tbody01 tr td.td_name {
	padding: 5px 10px 0;
	font-weight: bold;
	font-size: 1.6rem;
	background: #eee;
	border-bottom: none;
}
.table01 tbody.tbody01 tr td.td_name a {
	color: #333;
	text-decoration: none;
}
.table01 tbody.tbody01 tr td.td_comname {
	padding: 5px 10px 0;
	font-size: 1.2rem;
	border-top: none;
	background: #eee;
}
.table01 tbody.tbody01 tr td.td_day {
	text-align: right;
}
.table01 tbody.tbody01 tr td.td_comname::before {
	content:"運用会社：";
}
.table01 tbody.tbody01 tr td.td_shisu::before {
	content:"指数：";
}
.table01 tbody.tbody01 tr td.td_fee {
	text-align: left;
}
.table01 tbody.tbody01 tr td.td_fee::before {
	content:"信託報酬（税込）：";
}
.table01 tbody.tbody02 tr td.td_brand {
	/*font-size: 1.6rem;*/
	/*font-weight: bold;*/
	background: #eee;
}
.table01 tbody.tbody02 tr td.td_brand a {
	color: #333;
	text-decoration: none;
}
.table01 tbody.tbody02 tr td.td_comname {
	text-align: left;
}
.table01 tbody.tbody02 tr td.td_comname::before {
	content:"運用会社：";
	color: #666;
	font-size: 1.2rem;
}
.table01 tbody.tbody02 tr td.td_shisan {
	text-align: left;
}
.table01 tbody.tbody02 tr td.td_shisan::before {
	content:"純資産残高（百万円）：";
	color: #666;
	font-size: 1.2rem;
}
.table01 tbody.tbody02 tr td.td_num {
	text-align: left;
}
.table01 tbody.tbody02 tr td.td_num::before {
	content:"ファンド数：";
	color: #666;
	font-size: 1.2rem;
}
.table01 tbody.tbody03 tr td.td_name {
	padding: 5px 10px 0;
	/*font-weight: bold;
	font-size: 1.6rem;*/
	background: #eee;
	border-bottom: none;
}
.table01 tbody.tbody03 tr td.td_name a {
	color: #333;
	text-decoration: none;
}
.table01 tbody.tbody03 tr td.td_comname {
	padding: 5px 10px;
	font-size: 1.2rem;
	border-top: none;
	background: #eee;
}
.table01 tbody.tbody03 tr td.td_comname::before {
	content:"運用会社：";
}
.table01 tbody.tbody03 tr td.td_brand,
.table01 tbody.tbody03 tr td.td_cat {
	padding: 0 10px 5px;
	font-size: 1.2rem;
	border-top: none;
	background: #eee;
}

.table01 tbody.tbody03 tr td.td_brand::before {
	content:"ブランド名：";
}
.table01 tbody.tbody03 tr td.td_cat::before {
	content:"カテゴリー名：";
}
.table01 tbody.tbody03 tr td.td_rating::before {
	content:"モーニングスターレーティング：";
	color: #666;
	font-size: 1.2rem;
}
.table01 tbody.tbody03 tr td.td_fee {
	text-align: left;
}
.table01 tbody.tbody03 tr td.td_fee::before {
	content:"信託報酬（税込）：";
	color: #666;
	font-size: 1.2rem;
}
.table01 tbody.tbody03 tr td.td_shisan {
	text-align: left;
}
.table01 tbody.tbody03 tr td.td_shisan::before {
	content:"純資産残高（百万円）：";
	color: #666;
	font-size: 1.2rem;
}
.table01 tbody.tbody03 tr td.td_target {
	text-align: left;
	/*font-size: 1.6rem;*/
}
.table01 tbody.tbody03 tr td.td_target::before {
	content:"投資対象：";
	color: #666;
	font-size: 1.2rem;
	font-weight: normal !important;
}
.table01 tbody.tbody03 tr td.td_check {
	background: #999;
}
.table01 tbody.tbody03 tr td.td_check span {
    display: inline-block;
	font-size: 1.2rem;
	color: #fff;
}
.table01 a {
	display: block;
}
.accordion01 {
	position: relative;
	display: block;
	text-decoration: none;
	border: solid 1px #ccc;
	padding: 5px;
	color: #333;
}
.accordion01::after {
	content:"▼";
	position: absolute;
	right: 10px;
}


#btn_add01 {
	box-sizing: border-box;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 5px;
	border: solid 1px #ccc;
	border-right: none;
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
}
#btn_add01 ul li a {
	display: block;
	box-sizing: border-box;
	width: 49%;
	float: left;
	margin: 0 2% 0 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#btn_add01 ul li:nth-child(2) a {
	margin: 0;
}
/*------------------------------------------------------------------------

chart_area

------------------------------------------------------------------------*/
.chart_area {
	padding: 5px;
}
/*------------------------------------------------------------------------

brand_area

------------------------------------------------------------------------*/
.brand_area {
	
}
.brand_area li a {
	display: block;
	width:100%;
	padding: 30px 0;
	float: none;
	text-align: center;
}
/*------------------------------------------------------------------------

footer

------------------------------------------------------------------------*/
#page-top {
	position: static;
	/*display: none !important;*/
}
#page-top .go_top_spn a{
	display: block;
	text-decoration: none;
	color: #666;
	margin: 0 0 10px;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	display: none;
	position: static;
	right: 0;
	bottom: 0;
	width: auto;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sns_btn_spn {
	 display: block;
 }
.ninja_onebutton_output {
	display: none;
}
 /*------------------------------------------------------------------------

絞り込み

------------------------------------------------------------------------*/ 
.search-box-list {
	margin: 20px 0 10px;
}
.search-box-list > li {
	box-sizing: border-box;
	width: auto;
	float: none;
	margin: 0 0 10px;
}
.search-box-list > li:last-child {
	margin: 0;
}
.search-box {
	min-height: auto;
}
.search-box ul li {
	margin: 0 0 7px;
}
.list_check_inline li {
	display: inline-block;
}
}


