@charset "UTF-8";

/*=============*/
/**/
/**/
/**/
/*カテゴリーページ用CSS*/
/*==========================================*/

body { behavior:url("/int/csshover.htc"); }	



/*==========================================*/

.navi img, .sou-navi img, .book-navi img, .food-navi img, .tra-navi img, .mod-navi img,.fash-navi img, .com-navi img {
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.navi, .sou-navi, .book-navi, .food-navi, .tra-navi, .mod-navi, .fash-navi, .com-navi {
	width: 959px;
	margin-top: 25px;
}
.navi {
		border-bottom: 3px solid #ff8100;
}
.sou-navi {
		border-bottom: 3px solid #007800;
}
.book-navi {
		border-bottom: 3px solid #5fbdd7;
}
.food-navi {
		border-bottom: 3px solid #f46b11;
}
.tra-navi {
		border-bottom: 3px solid #ed7ab7;
}
.mod-navi {
		border-bottom: 3px solid #f54089;
}
.fash-navi {
		border-bottom: 3px solid #ea3d40;
}
.com-navi {
		border-bottom: 3px solid #9842a4;
}
.shoplist {
	width: 917px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.cat-shop {
	background-image: url("/img/int/link/dotted_v.gif");
	background-repeat: repeat-y;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.info-left {
	float: left;
}

/*//////////////////カテゴリーのタイトル//////////////////*/
.category-book {
	font-size: 80%;
	background-image: url("/img/int/link/category_title_book.gif");
	background-repeat: no-repeat;
	width: 900px;
	display: block;
	margin: auto;
	padding-top: 75px;
}

.category-book-en {
	font-size: 80%;
	background-image: url("/img/int/link/category_title_book_en.gif");
	background-repeat: no-repeat;
	width: 900px;
	display: block;
	margin: auto;
	padding-top: 75px;
}

.category-com {
	font-size: 80%;
	background-image: url("/img/int/link/category_title_com.gif");
	background-repeat: no-repeat;
	width: 900px;
	display: block;
	margin: auto;
	padding-top: 75px;
}

.category-com-en {
	font-size: 80%;
	background-image: url("/img/int/link/category_title_com_en.gif");
	background-repeat: no-repeat;
	width: 900px;
	display: block;
	margin: auto;
	padding-top: 75px;
}

.category-sougou {
	font-size: 80%;
	background-image: url("/img/int/link/category_title_sougou.gif");
	background-repeat: no-repeat;
	width: 900px;
	display: block;
	margin: auto;
	padding-top: 75px;	
}

.category-sougou-en {
	font-size: 80%;
	background-image: url("/img/int/link/category_title_sougou_en.gif");
	background-repeat: no-repeat;
	width: 900px;
	display: block;
	margin: auto;
	padding-top: 75px;	
}

.category-culture {
	font-size: 80%;
	background-image: url("/img/int/link/category_title_culture.gif");
	background-repeat: no-repeat;
	width: 900px;
	display: block;
	margin: auto;
	padding-top: 75px;
}

.category-culture-en {
	font-size: 80%;
	background-image: url("/img/int/link/category_title_culture_en.gif");
	background-repeat: no-repeat;
	width: 900px;
	display: block;
	margin: auto;
	padding-top: 75px;
}

.category-fashion {
	background-image: url("/img/int/link/category_title_fashion.gif");
	background-repeat: no-repeat;
	width: 900px;
	text-indent: -9999px;
	display: block;
	margin: auto;
	padding-top: 75px;
}

.category-fashion-en {
	background-image: url("/img/int/link/category_title_fashion_en.gif");
	background-repeat: no-repeat;
	width: 900px;
	text-indent: -9999px;
	display: block;
	margin: auto;
	padding-top: 75px;
}

.category-food {
	background-image: url("/img/int/link/category_title_food.gif");
	background-repeat: no-repeat;
	width: 900px;
	text-indent: -9999px;
	display: block;
	margin: auto;
	padding-top: 75px;	
}

.category-food-en {
	background-image: url("/img/int/link/category_title_food_en.gif");
	background-repeat: no-repeat;
	width: 900px;
	text-indent: -9999px;
	display: block;
	margin: auto;
	padding-top: 75px;	
}
/*//////////////////カテゴリーのタイトル//////////////////*/


/*==================ショップ名=========================================*/
/*五十音順*/
.j-title {
	font-size: 125%;
	border-left: 3px solid #ff8100;
	padding-left: 7px;
}

/*総合*/
.sou-title {
	font-size: 125%;
	border-left: 3px solid #007800;
	padding-left: 7px;
}
/*CD*/
.book-title {
	font-size: 125%;
	border-left: 3px solid #5fbdd7;
	padding-left: 7px;
}
/*食料*/
.food-title {
	font-size: 125%;
	border-left: 3px solid #f46b11;
	padding-left: 7px;
}
/*伝統*/
.tra-title {
	font-size: 125%;
	border-left: 3px solid #ed7ab7;
	padding-left: 7px;
}
/*一般*/
.mod-title {
	font-size: 125%;
	border-left: 3px solid #f54089;
	padding-left: 7px;
}
/*ファッション*/
.fash-title {
	font-size: 125%;
	border-left: 3px solid #ea3d40;
	padding-left: 7px;
}
/*PC*/
.com-title {
	font-size: 125%;
	border-left: 3px solid #9842a4;
	padding-left: 7px;
}

/*===========================================================*/
.book-sub, .cul-sub, .fash-sub, .sou-sub, .com-sub, .food-sub {
	font-size: 135%;
	width: 900px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 3px;
}
.book-sub {
	color: #5fbdd7;
	border-bottom: 2px solid #74C4D6;
}
.com-sub {
	color: #9842a4;
	border-bottom: 2px solid #A271B6;
}
.cul-sub {
	color: #ed7ab7;
	border-bottom: 2px solid #E8AAD0;
}
.fash-sub {
	color: #ea3d40;
	border-bottom: 2px solid #E59197;
}
.food-sub {
	color: #f46b11;
	border-bottom: 2px solid #EFAE8E;
}
.sou-sub {
	color: #007800;
	border-bottom: 2px solid #72B574;
}
/*===========================================================*/

.category {
	float: right;
	width: 270px;
}
.category td {
	background: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 90%;
	border: none;
}
.pro-title {
	width: 75px;
	float: left;
	margin: 0px;
	padding-left: 10px;
}
.product {
	font-size: 75%;
	float: left;
	width: 155px;
	margin: 0px;
	padding-top: 11px;
	padding-left: 12px;
	display: block;
}
.category table, .category tr {
	font-size: 90%;
	border: none;
}
.category table {
	width: 260px;
	clear: both;
	display: block;
}
.test a, .test a:link, .test a:visited {
	color: #000;
	text-decoration: none;
}
.test a:hover {
	color: #000;
	text-decoration: none;
}
.category p span {
	font-size: 100%;
}
.category .cat-list {
	float: left;
	padding-left: 15px;
}
.recommend {
	float: left;
	padding-right: 25px;
}
.recommend span {
	font-size: 120%;
}
.shop-info {
	float: left;
	width: 480px;
	padding-left: 10px;
}

.last-text {
	padding-top: 20px;
}
.web {
	clear: both;
	text-align: right;
	padding-right: 13px;
}
.web a, .web a:link, .web a:visited {
	background-image: url("/img/int/link/icon_web.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #038;
}
.web a:hover {
	color: #09C;
}

.shop-thumb {
	width: 125px;
	height: 125px;
	float: left;
}

.shop-thumb img {
	padding-top: 10px;
}
/*----------------
2015/03
----------------*/

body.wide1200 #wrap-outer #wrap-inner #main-box .arrange-c {
	margin:0 auto !important;
	text-align:left;
	
	}