body {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
}
#wrapper {
	max-width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}
#page_top {
	position: fixed;
	right: 15px;
	bottom: 18px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background-color: #69f;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border: 2px solid #fff;
	padding: 5px;
	cursor: pointer;
}
#page_top:hover {
	background-color: #36f;
}
#header {
}
#header .head_line {
	background-color: #f69;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.5));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.5));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.5)));
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;  
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;  
	-moz-border-radius-bottomright: 8px;
	padding: 8px 10px;
}
#header .head_line h1 {
	color: #fff;
	font-size: 12px;
	text-shadow: -1px -1px 1px #f69;
}
#header .head_main {
	padding: 10px 5px;
}
#header .head_logo {
	width: 34%;
	max-width: 240px;
	float: left;
}
#header .head_banner {
	width: 64%;
	max-width: 468px;
	float: right;
}
#header .head_logo img ,
#header .head_banner img {
	width: 100%;
	height: auto;
}
#main_menu {
	overflow: hidden;
}
#main_menu ul {
	height: 35px;
	margin-right: -1%;
	border-bottom: 2px solid #09f;
	overflow: hidden;
}
#main_menu ul.raku,
#main_menu ul.raac {
	border-color: #c00;
}
#main_menu ul.yaho,
#main_menu ul.yaac {
	border-color: #f30;
}
#main_menu ul.amaz {
	border-color: #06C;
}
#main_menu ul.sevn {
	border-color: #f33;
}
#main_menu ul li {
	width: 15.66%;
	margin-right: 1%;
	overflow: hidden;
	float: left;
}
#main_menu ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	-webkit-border-top-left-radius: 8px;  
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;  
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;  
	border-top-right-radius: 8px;
	padding-top: 2px;
	display: block;
}
#main_menu ul li.raku a,
#main_menu ul li.raac a {
	background-color: #c00;
}
#main_menu ul li.yaho a,
#main_menu ul li.yaac a {
	background-color: #f30;
}
#main_menu ul li.amaz a {
	background-color: #06c;
}
#main_menu ul li.sevn a {
	background-color: #f33;
}
#main_menu ul li.nono a {
	background-color: #ccc;
}
#main_menu ul li.now a {
	height: 35px;
	line-height: 33px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)), to(rgba(255,255,255,0)));
}
#main_menu ul li.all a {
	height: 30px;
	line-height: 28px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.6));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.6)));
	margin-top: 5px;
}
#main_menu ul li.all a:hover {
	height: 35px;
	line-height: 33px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0.2));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0.2));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0.2)));
	margin-top: 0;
}
#main_menu ul li a .pc {
	display: inline;
}
#main_menu ul li a .sp {
	display: none;
}
#main {
}
#cate_menu {
	max-height: 247px;
	min-height: 61px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
#cate_menu p.load {
	text-align: center;
	padding: 6px 0;
}
#cate_menu p.mess {
	color: #d00;
	font-size: 14px;
	line-height: 30px;
	padding: 15px 0;
}
#cate_menu ul {
	margin-bottom: -1px;
	overflow: hidden;
}
#cate_menu ul li {
	width: 16.66%;
	overflow: hidden;
	float: left;
}
#cate_menu ul li a {
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px dotted #ddd;
	padding: 0 3px 0 21px;
	display: block;
}
#cate_menu ul li.cate0 a {
	color: #f36;
	background: transparent url('./img/icon_cate0.png') no-repeat 3px 7px;
}
#cate_menu ul li.cate1 a {
	color: #f36;
	background: transparent url('./img/icon_cate1.png') no-repeat 3px 7px;
}
#cate_menu ul li.cate2 a {
	color: #333;
	background: transparent url('./img/icon_cate2.png') no-repeat 3px 7px;
}
#cate_menu ul li a:hover {
	color: #f03;
	background-color: #fde;
}
#cate_menu ul li.cate2 a:hover {
	background-image: url('./img/icon_cate3.png');
}
#article {
	width: 66.67%;
	overflow: hidden;
	float: left;
}
.war {
	color: #d00;
}
.cont {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.cont .mess {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	background-color: #e33;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 10px;
	margin-bottom: 10px;
}
.cont.notice {
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 9px;
}
.cont.notice h2 {
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cont.notice p {
	font-size: 12px;
	line-height: 20px;
}
#search {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}
#search .search_text {
	width: 40%;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px; 
	margin-bottom: 7px;
	overflow: hidden;
	float: left;
}
#search .search_text input[type=text] {
	color: #f36;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.4)));
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline:none;
	padding: 5px;
}
#search .search_text input[type=text].word {
	width: 100%;
	text-align: left;
}
#search .search_text input[type=text].price {
	width: 30%;
	max-width: 70px;
	text-align: right;
}
#search .search_text input[type=text]:hover,
#search .search_text input[type=text]:focus {
	color: #f03;
	background-color: #f9b;
	border-color: #f9b;
}
#search .search_chk {
	line-height: 20px;
	margin-right: 10px; 
	margin-bottom: 5px;
	overflow: hidden;
	float: left;
}
#search .search_chk label {
	font-size: 12px;
	line-height: 18px;
	background: transparent url('./img/checkbox_0.png') no-repeat 0 0;
	cursor: pointer;
	padding-left: 17px;
	margin-right: 0.5em;
	display: inline-block;
}
#search .search_chk label input {
	display: none;
}
#search .search_chk label.check {
	color: #f36;
	background-image: url('./img/checkbox_1.png');
}
#search .submit {
	width: 20%;
	height: 67px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background-color: #ccc;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.4)));
	border: 2px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	cursor: pointer;
	margin-bottom: 7px;
	display: block;
	float: right;
}
#search .submit.on {
	color: #f36;
	background-color: #f9b;
	border-color: #f9b;
}
#search .submit:hover {
	color: #f03;
	background-color: #f69;
	border-color: #f69;
}
.list_cont {
	margin-bottom: 10px;
}
.list_cont p.count {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 9px;
}
.page {
	width: 300px;
	margin: 5px 0;
	overflow: hidden;
	float: right;
}
.page li {
}
.page li p,
.page li a {
	width: 28px;
	height: 16px;
	color: #ccc;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background-color: #eee;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.4)));
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 4px 0;
	margin-left: 3px;
	float: right;
}
.page li p.now {
	color: #f36;
}
.page li a {
	color: #666;
	display: block;
}
.page li a:hover {
	color: #f03;
	background-color: #f9b;
	border-color: #f9b;
}
.credit {
	width: 200px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 5px 0;
	float: left;
}
#list_main {
	margin: 5px 0;
}
#list {
	margin: -5px;
	overflow: hidden;
}
#list li {
	width: 25%;
	float: left;
}
#list li a {
	border: 1px solid #f9b;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 5px;
	padding: 7px 9px 5px 9px;
	display: block;
}
#list li a:hover {
	background-color: #f9b;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.4)));
	border-color: #f69;
}
#list li p.img {
	width: 100%;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#list li p.img:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#list li p.img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 120px;
	vertical-align: middle;
}
#list li p.price {
	height: 16px;
	color: #f36;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
	padding-top: 4px;
	overflow: hidden;
}
#list li p.text {
	height: 48px;
	color: inherit;
	font-size: 12px;
	line-height: 16px;
	padding-top: 4px;
	overflow: hidden;
}
#list li p.shop {
	height: 12px;
	font-size: 10px;
	padding-top: 4px;
	line-height: 12px;
	overflow: hidden;
}
#side {
	width: 33.33%;
	overflow: hidden;
	margin: 0 auto;
	float: right;
}
.side_cont {
	max-width: 300px;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 20px;
}
.side_cont.banner {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
}
.side_cont.banner img {
	width: 100%;
	height: auto;
}
#rank {
	border: 1px solid #f93;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#rank h2 {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	white-space: nowrap;
	background-color: #f60;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.4)));
	border-top-left-radius: 6px;  
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;  
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;  
	-moz-border-radius-topright: 6px;
	padding: 9px 4px;
}
#rank p.load {
	text-align: center;
	padding: 10px 0;
}
#rank p.foot {
	color: #f93;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	padding: 7px;
}
#rank ul {
}
#rank ul li {
	border-bottom: 1px dotted #f93;
}
#rank ul li a {
	padding: 7px 10px;
	overflow: hidden;
	display: block;
}
#rank ul li a:hover {
	background-color: #f9b;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.4)));
}
#rank ul li img {
	width: 64px;
	height: 64px;
	margin-right: 7px;
	display: block;
	float: left;
}
#rank ul li p.text {
	height: 48px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	overflow: hidden;
}
#rank ul li p.price {
	height: 16px;
	color: #f36;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: right;
}
#footer {
	background-color: #f69;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0.5));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0)));
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;  
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;  
	-moz-border-radius-topright: 8px;
	padding: 8px 10px;
}
#footer p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-shadow: -1px -1px 1px #f69;
	white-space: nowrap;
}

#shade {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	background-color: #fff;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#popup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	max-width: 630px;
}
#popup .pop_main {
	background-color: #fff;
	border: 1px solid #f9b;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	padding: 14px;
	margin: 20px 15px;
}
#popup .pop_cont {
	max-height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
}
#popup .pop_cont p.load {
	text-align: center;
	margin: 20px auto;
}
#popup .pop_cont p.err {
	color: #c03;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	background: transparent url('./img/icon_war.png') no-repeat 10px 10px;
	border: 1px solid #f9b;
	padding: 20px 10px 20px 27px;
}
#popup .pop_cont a.img {
	margin: 0 10px 5px 0;
	display: block;
	float: left;
}
#popup .pop_cont a.img img {
	max-width: 100%;
	max-height: auto;
}
#popup .pop_cont p.title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
#popup .pop_cont p.price {
	color: #f36;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-align: right;
}
#popup .pop_cont p.note {
	color: #39c;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
#popup .pop_cont p.text {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
#popup .pop_cont p.shop {
	color: #333;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	clear: both;
	margin-top: 5px;
}
#popup .pop_cont a.shop {
	color: #f36;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	display: block;
	margin-top: 5px;
	clear: both;
}
#popup .pop_ctl {
	height: 30px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
	overflow: hedden;
}
#popup .pop_ctl #pop_link {
	width: 50%;
	max-width: 150px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #f69;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 5px;
	cursor: pointer;
	overflow: hedden;
	display: block;
	float: left;
}
#popup .pop_ctl #pop_link li {
	font-size: 18px;
}
#popup .pop_ctl #pop_link:hover {
	background-color: #f36;
}
#popup .pop_ctl #pop_prev,
#popup .pop_ctl #pop_next,
#popup .pop_ctl #pop_close {
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background-color: #69f;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 5px;
	margin-left: 2%;
	cursor: pointer;
	overflow: hedden;
	float: right;
}
#popup .pop_ctl #pop_prev:hover,
#popup .pop_ctl #pop_next:hover,
#popup .pop_ctl #pop_close:hover {
	background-color: #36f;
}

@media screen and (max-width: 799px) {
#cate_menu ul li {
	width: 20%;
}
#search .search_text {
	width: 80%;
}
}
@media screen and (max-width: 659px) {
#article {
	width: 100%;
}
#side {
	width: 100%;
	float: none;
}
.side_cont {
	margin: 0 auto 10px auto;
}
#cate_menu ul li {
	width: 25%;
}
#search .search_text {
	width: 40%;
}
}
@media screen and (max-width: 799px) {
#main_menu ul li a .pc {
	display: none;
}
#main_menu ul li a .sp {
	display: inline;
}
#list li {
	width: 33.33%;
}
}
@media screen and (max-width: 499px) {
#cate_menu ul li {
	width: 33.33%;
}
#search .search_text {
	width: 80%;
}
#list li {
	width: 50%;
}
}
@media screen and (max-width: 339px) {
#cate_menu ul li {
	width: 50%;
}
}
@media screen and (max-width: 299px) {
#list li {
	width: 100%;
}
}
@media screen and (max-width: 179px) {
#cate_menu ul li {
	width: 100%;
}
}
