@charset "utf-8";

/* TOP見出し */
#center h4 {
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #CEC3A5;
	border-left: solid 5px #990000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	color: #444444;
	}

/* 125x125バナー */
#center .banner125 {
	margin: 0px 0px 30px 0px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	}
	
	#center .banner125 .boxes {
		float: left;
		width: 146px;
		height: 125px;
		text-align: center;
		}

/* Pager */
#center .pagenavi {
	margin: 0px 0px 30px 0px;
	text-align: center;
	font-weight: bold;
	color: #990000;
	}
	#center .pagenavi a {
		padding: 5px;
		border: solid 1px #CEC3A5;
		font-weight: normal;
		color: #444444;
		}
	#center .pagenavi a:hover {
		background-color: #EEECE3;
		color: #990000;
		text-decoration: none;
		}
	
	/* Pager 上マージン */
	#center .pagenaviMT10 {
		margin-top: 10px;
		}

/* 結果出力 */
#center ul.search {
	margin: 0px 0px 0px 0px;
	}
	
	/* ▼商品１個分ボックス */
	#center ul.search li.boxes {
		margin: 0px 0px 15px 0px;
		}
		
		/* 左 */
		#center ul.search li.boxes .left {
			float: left;
			width: 120px;
			}
			
			/* 商品サムネイル画像 */
			#center ul.search li.boxes .left img.icon {
				padding: 6px;
				border: solid 1px #CEC3A5;
				}
		
		/* 右 */
		#center ul.search li.boxes .right {
			float: right;
			width: 320px;
			}
			
			/* 商品名 */
			#center ul.search li.boxes .right h5 {
				font-size: 12px;
				font-weight: bold;
				line-height: 1.3em;
				padding: 0px 0px 5px 10px;
				border-bottom: solid 1px #CEC3A5;
				margin: 0px 0px 5px 0px;
				}
			
			/* 商品コード */
			#center ul.search li.boxes .right h6 {
				font-size: 12px;
				color: #444444;
				font-weight: normal;
				line-height: 1.3em;
				padding: 0px 0px 0px 10px;
				}
			
			/* 価格・説明文 */
			#center ul.search li.boxes .right p.price {
				color: #444444;
				line-height: 1.3em;
				padding: 0px 0px 0px 10px;
				margin: 0px 0px 3px 0px;
				}
			
			/* 説明文 */
			#center ul.search li.boxes .right p.description {
				font-size: 10px;
				color: #888888;
				line-height: 1.2em;
				padding: 0px 0px 0px 10px;
				}

