@charset "UTF-8";

/* shop.cssについて
	このCSSは、/shop/index.aspの内容部分（#contents）を定義しています。
*/

#contents
{
	width:590px!important;
	margin-left:10px;
	float:right;
	text-align:left;
	position:relative;
	top:0;
	overflow:hidden;
}

#contents p {
	text-align:left;
	font-size:80%;
	margin:5px 0px;
}


#contents #item_body {
	font-size:100%;
	text-align:left;
	margin:20px 0px;
}

#contents #item_footer p {
	text-align:left;
}

#contents #item_footer form {
	text-align:center;
}

#contents #item_footer table tr td#item_img {
	width:240px;
}

#contents #item_footer #item_img p{
	text-align:left;
}

#contents #item_footer table tr td#item_info {
	width:350px;
}

#contents #item_footer #item_info p{
	line-height:120%;
	text-align:left;
}

#contents #item_footer #item_info p#item_title {
	font-weight:bold;
	font-size:120%;
}

#contents #item_footer #item_info p#kakaku {
	font-weight:bold;
	font-size:150%;
	color:#FF3300;
	text-align:center;
	margin:10px 0px;
}

#contents #item_etc {
	margin:30px 0px;
}


.item {
	font-size:80%;
	text-align:left;
}
