@charset "shift_jis";
.pd{ display: block;}
.sd{ display: none;}
.content_area button, .content_area input, .content_area textarea, .content_area label {
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	min-width: 1220px;
}
.wrapper {
	width: 100%;
}
.category-wrapper {
  min-width: 1220px;
}
.content_area {
	width: 1000px;
	margin: 0 auto;
}
.content_adarea {
	margin: 0 0 30px;
	text-align: center;
}
/*------------------------------------------------------------------------

headline

------------------------------------------------------------------------*/
h1 {	
	margin: 20px 0 !important;
	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;
}
/*------------------------------------------------------------------------

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.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 td {
	padding: 4px 10px;
	border: solid 1px #ddd;
	border-left: none;
	border-right: none;
	text-align: left;
}
.table01 tbody tr td.td_name a {
	color: #10418F;
}
.table01 tbody tr td.td_rating {
	color: #0b186d;
}
.table01 tbody tr td.td_fee {
	text-align: right;
	clear: both;
}
.table01 tbody tr td.td_shisan {
	text-align: right;
}
.table01 tbody tr td.td_check {
    text-align: center;
}
.table01 tbody tr td.td_check input {
    width: 16px;
    height: 16px;
}
.table01 tbody tr td.td_check span {
    display: none;
}
#btn_add01 {
	display: none;
	position: fixed;
	bottom: 175px;
	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;
	font-size: 1.2rem;
	color: #666;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 50px;
	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;
}

 /*------------------------------------------------------------------------

絞り込み

------------------------------------------------------------------------*/ 
.search-box-list > li {
	box-sizing: border-box;
	width: 33%;
	float: left;
	margin: 0 0.5% 0 0;
}
.search-box-list > li:last-child {
	margin: 0;
}
.search-box {
	padding: 5px;
	max-height: 135px;
	min-height: 135px;
	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;
}
.list_check_clear {
	display: inline-block;
	margin: 10px 0 0;
	padding: 7px 10px;
	border: solid 1px #aaa;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	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 );

}