@charset "shift_jis";

body {}
/*header area*/
#header {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#topImg {
	width:960px;
	height:140px;
	margin:0 auto;
	background: url(../img/header.jpg) no-repeat ;
}
#topImg a {
	float:left;
}
#topImg h1 {
	float:right;
	font-size:12px;
	color:#333;
}
#breadcrumb {
	width:945px;
	height:24px;
	background:url(../img/breadcrumb.gif) no-repeat;
	line-height:34px;
	font-size:1.4em;
	padding:10px 0 0 15px;
	margin:5px 0 15px 0;
	clear: both;
}

/*contets area*/
#contents_area {
	width:960px;
	margin:0 auto;
	text-align:left;
	}
	#side {
		width:190px;
		float:left;
		}
		#search_box {
			border:solid 1px #ccc;
			background:#f5f5f5;
			padding:10px;
			margin-bottom:15px;
		}
		#search_box input[type="text"] {
			width:160px;
			font-size:14px;
		}
		#search_box input[type="submit"] {
			font-size:14px;
			float:right;
			padding:2px 10px;
			margin-top: 5px;
	}

	#search_box input[type="button"] {
		font-size:14px;
		float:right;
		padding:2px 10px;
		margin-top: 5px;
	}

	#side_cate {}
	#side_cate li {
		font-size:14px;
		border-bottom: dotted 1px #333;
	}
	#side_cate li a {
		display:block;
		padding:5px 5px 5px 15px;
		color:#333;
	}
	#side_cate li a:hover {
		background-color:#DDFFDD;
		text-decoration:none;
	}
	#side_cate li a.current {
			background:url(../img/icon_cate.png) 3px 10px no-repeat;
			background-color:#DDFFDD;
			color:#00AD00;
	}
	#main {
		width:770px;
		margin-right:-10px;
		float:right;
		overflow:hidden;
}
/*footer area*/
#footer {
	height: 90px;
	background: #F6F6F6;
	border-top: 2px solid #E94700;
	margin:30px 0 0 0;
	clear: both;
}
#footer ul {
	width:950px;
	margin:0 auto;
	text-align:center;
	font-size:1.4em;
	padding: 20px 0 0 0;
}
#footer li {
	display:inline;
	margin:0 15px 0 0;
}
.copy {
	text-align:center;
	font-size:1.4em;
	margin: 20px 0 0 0;
}



/*ページリンクナビ*/
.result_list {
	font-size:1.4em;
	margin:30px 0;
	clear: both;
	}
	.tablenav {
		color: #2583ad;
		margin: 1em auto;
		line-height:2em;
		text-align:center;
	}
	a.page-numbers, .tablenav .current {
		color: #00019b;
		padding: 2px .4em;
		border:solid 1px #ccc;
		text-decoration:none;
		font-size:smaller;
	}
	a.page-numbers:hover {
		color:white;
		background: #328ab2;
	}
	.tablenav .current {
		color: white;
		background: #328ab2;
		border-color: #328ab2;
		font-weight:bold:
	}
	.tablenav .next, .tablenav .prev {
		border:0 none;
		background:transparent;
		text-decoration:underline;
		font-size:smaller;
		font-weight:bold;
	}
	.hyoji_kensu {
		font-size:14px;
	}
/*contents style*/
h2.main_title {
	width:750px;
	height:50px;
	background:url(../img/title_main.png);
	font-size:30px;
	padding-left:10px
}


/*商品画像*/
/*リサイズイメージ*/
.imgReSize {
	max-height:180px;
	max-width:180px;
	}
	* html body .imgReSize {
		width: expression(this.width >= this.height ? "180px" : "auto");
		height: expression(this.width <= this.height ? "180px" : "auto");
	}
	.resizeBug {
		display:block;
		width:180px;
		line-height:0;
	}
	.res_img td {
		border:solid 1px #666;
		width:180px;
		height:180px;
		transition: 0.2s ease-in-out; 
	}
	.res_img td:hover {
		border:solid 1px #F30;
		opacity:0.6;
	}
	.res_img {
		width:180px;
		height:180px;
		background-color:#FFF;
		text-align:center;
		margin:0 auto;
}
/*各商品*/
.item {
	width:180px;
	height:500px;
	float:left;
	margin:0 10px 0 0;
	padding:10px 0 0 0;
	}
	.item .item_name {
		font-size:14px;
		height:48px;
		line-height:16px;
		padding-top:5px;
		overflow:hidden;
		display:inline-block;
	}
	.enddate {
		font-size:12px;
		font-weight:bold;
		color:#f00;
	}
	.item .price {
		font-size:14px;
		color:#DD2679;
		line-height:15px;
		max-height:30px;
		overflow:hidden;
	}
	.item .size {
		font-size:14px;
		line-height:15px;
		margin:3px 0;
		max-height:100px;
		overflow:hidden;
	}
	.item .syosai {
		font-size:13px;
		line-height:13px;
		background:url(../img/bg_syosai.gif);
		border:solid 1px #DD277A;
		border-radius:6px;
		height: 39px;
		line-height: 15px;
		overflow: hidden;
		padding:5px;
	}
	.item .syamei {
		height:29px;
		line-height:15px;
		margin-top:3px;
		font-size:14px;
		overflow:hidden;
		display:inline-block;
}

