@charset "EUC-JP";

/* 
(c) 2014 Big Fish Story, Inc. All rights reserved.
*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

#main {
	margin: 0 auto;
	padding: 0;
	width: 464px;
	height: 318px;
	border: 1px solid #999999;
}

#main h1 {
	margin: 0;
	padding: 0;
	width: 464px;
	height: 20px;
	background-color: #FFFFCC;
	color: #CC0000;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

#main h3 {
	margin: 0;
	padding: 0;
	width: 470px;
	color: #cccccc;
	font-size: 11px;
	text-align: center;
}

#main h3 a {
	text-decoration: none;
	color: #cccccc;
}

#main h3 a:hover {
	text-decoration: underline;
	color: #ff0000;
}


#main blockquote{
	margin: 3px 20px 3px 20px;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
}

.item_box {
	width: 90px;
	margin: 0 5px 5px 0;
	padding: 1px;
	border: none;
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.item_pic {
	text-align: center;
}

.item_pic img {
	width: 80px;
	height: 120px;
}

.item_text a {
	text-decoration: none;
}

.item_text a:hover {
	text-decoration: underline;
	color: #ff0000;
}

.item_code {
	font-size: 7px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.item_code a {
	color: #333333;
}

.item_name {
	font-size: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.item_name a {
	color: #333333;
}

.item_price {
	font-size: 13px;
	text-align: center;
}

.item_price span {
	font-size: 11px;
}

.item_cat {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.item_cat a {
	color: #cc0000;
}


