@charset "shift_jis";
.pd{ display: block;}
.sd{ display: none;}
button, input, textarea, label {
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
}
.wrapper {
	width: 100%;
}
.content_area {
	width: 1000px;
	margin: 0 auto;
}
.content_adarea {
	margin: 0 0 30px;
	text-align: center;
}
/*------------------------------------------------------------------------

headline

------------------------------------------------------------------------*/
h1 {	
	margin: 0 0 20px;
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
	border-top: solid 3px #666;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
h2 {
	margin: 0 0 5px;
	font-size: 1.8rem;
	border-bottom: solid 2px #666;
	font-weight: bold;
}
/*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
header {
	padding: 10px 0;
}
header .logo {
	float: left;
	/*margin: 20px 0 0;*/
}
header .logo img {
	width: 250px;
}
header .head_ad {
	float: right;
}
/*------------------------------------------------------------------------

table01

------------------------------------------------------------------------*/
.table_area01 {
	margin: 0 0 30px;
}
.table01 {
	width: 100%;
}

.table01 thead tr th {
	padding: 10px;
	border: solid 1px #ccc;
	border-left: none;
	border-right: none;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 1.2rem;
	background: #e7e7e7;
}
.table01 thead tr th p {
	font-size: 1.0rem;
	display: block;
	line-height: 1.0em;
	margin: 5px 0 0;
}
/*.table01 thead tr th a.btn_comp {
	text-decoration: none;
	font-size: 1.2rem;
	color: #fff;
	padding: 5px 15px;
	border: solid 1px #aaa;
	background: #a90329;
	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 );
}*/
.table01 thead tr th.header_th { 
    background-image: url(../img/bg.gif); 
    background-repeat: no-repeat; 
    background-position: center right; 
}
.table01 thead tr th.headerSortUp { 
    background-image: url(../img/asc.gif); 
}
.table01 thead tr th.headerSortDown { 
    background-image: url(../img/desc.gif); 
}
/*.table01 tbody tr:nth-child(even) {
	background: #f9f9f9;
}*/
.table01 tbody tr td {
	padding: 4px 10px;
	border: solid 1px #ddd;
	border-left: none;
	border-right: none;
	text-align: left;
}
.table01 tbody.tbody01 tr td.td_fee {
	text-align: right;
}
.table01 tbody.tbody02 tr td.td_shisan {
	text-align: right;
}
.table01 tbody.tbody02 tr td.td_num {
	text-align: right;
}
.table01 tbody.tbody02 tr td.td_brand {
	font-weight: bold;
}
/*.table01 tbody.tbody03 tr td.td_name {
	font-weight: bold;
}*/
.table01 tbody.tbody03 tr td.td_target {
	font-weight: bold;
}
.table01 tbody.tbody03 tr td.td_fee {
	text-align: right;
	clear: both;
}
.table01 tbody.tbody03 tr td.td_shisan {
	text-align: right;
}
.table01 tbody.tbody03 tr td.td_check {
    text-align: center;
}
.table01 tbody.tbody03 tr td.td_check input {
    width: 16px;
    height: 16px;
	/*-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);*/
}
.table01 tbody.tbody03 tr td.td_check span {
    display: none;
}
.more_btn,.more_btn_close {
	box-sizing: border-box;
	margin: -30px 0 30px;
	padding: 10px;
	text-align: center;
	background: #001BBB;
	color: #fff;
	text-decoration: none;
}
.more_btn:hover,
.more_btn_close:hover {
	opacity: 0.8;
	}
#btn_add01 {
	display: none;
	position: fixed;
	bottom: 230px;
	right: 0;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ccc;
	border-right: none;
	background: #fff;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	opacity: 0.9;
}
#btn_add01 ul li a {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 0 5px;
	width: 150px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.2rem;
	border: solid 1px #ef810f;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #ea9e52;
	background: -moz-linear-gradient(top,  #ea9e52 0%, #ef810f 100%);
	background: -webkit-linear-gradient(top,  #ea9e52 0%,#ef810f 100%);
	background: linear-gradient(to bottom,  #ea9e52 0%,#ef810f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9e52', endColorstr='#ef810f',GradientType=0 );
}
#btn_add01 ul li a:active {
	-webkit-box-shadow:inset 1px 1px 3px 0 #5C5C5C;
	box-shadow:inset 1px 1px 3px 0 #5C5C5C;
}
#btn_add01 p {
	margin: 0;
}
.get_date,
.get_date02 {
	margin: 0 0 3px;
	text-align: right;
	font-size: 1.2rem;
	color: #666;
}
.nisa_img {
	width: 65px;
	display: block;
	padding: 5px;
	font-size: 10px;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	background: #68B7BD;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/*------------------------------------------------------------------------

chart_area

------------------------------------------------------------------------*/
.chart_area {
	margin: 0 0 30px;
	padding: 20px;
	border: solid 1px #ccc;
}
.chart_area p {
	font-size: 1.2rem;
	color:#666;
}
/*------------------------------------------------------------------------

brand_area

------------------------------------------------------------------------*/
.brand_area {
	margin: 0 0 30px;
	
}
.brand_area li a {
	display: block;
	width:33%;
	padding: 30px 0;
	float: left;
	text-align: center;
}
/*------------------------------------------------------------------------

pan_area

------------------------------------------------------------------------*/
.pan_area {
	margin: 0 0 20px;
}
.pan_area li {
	float: left;
}
.pan_area li::after {
	content: "＞";
	margin: 0 5px;
}
.pan_area li:last-child::after {
	content: "";
	margin:0;
}
/*------------------------------------------------------------------------

footer

------------------------------------------------------------------------*/
#footerms{
	border-top:4px solid #0b186d;
	text-align:center;
}
.disc_list {
	margin: 0 0 20px;
	padding: 15px;
	background: #f4f4f4;
	font-size: 1.2rem;
}
.disclaimer {
	margin: 0 0 10px;
    font-size: 1.2rem;
}
.copyms{
	padding: 10px 0;
	font-size: 1.4rem;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 0;
}
#page-top a:hover {
	opacity: 0.9;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 50px;
	padding: 3px 4px 0 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #7D7D7D;
	box-shadow: 0 0 10px 0 #7D7D7D;
}
.ninja_onebutton_output > div {
	padding: 0 !important;
	margin: 0 0 3px!important;
}
.sns_btn_spn {
	display: none;
}
 /*------------------------------------------------------------------------

絞り込み

------------------------------------------------------------------------*/ 
.search-box-list {
	margin: 20px 0 10px;
}
.search-box-list > li {
	box-sizing: border-box;
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.search-box-list > li:last-child {
	margin: 0;
}
.search-box {
	padding: 5px;
	max-height: 125px;
	min-height: 125px;
	border: solid 1px #ccc;
	overflow-y: scroll;
	-webkit-overflow-scrolling : touch;
}
.is-hide {
    display: none !important;
}
/*.list_check_inline li {
	display: inline-block;
}*/
.search-box input {
	width: 16px;
	height: 16px;
}
.search-box input[type="checkbox"] + label  {
	padding: 0 5px;
}