@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

content

---------------------------------------- */

ul#prdList {
	margin: 0 10px 20px;
	padding-top: 20px;
	background: url(/files/img/common/line_dotted_01.png) 0 0 repeat-x;
}

ul#prdList li {
	margin: 0 0 20px;
	padding: 0 0 20px;
	background: url(/files/img/common/line_dotted_01.png) 0 bottom repeat-x;
}

ul#prdList .leftCol {
	float: left;
	margin: 0 0 0;
	width: 300px;
}

ul#prdList .rightCol {
	float: right;
	width: 330px;
}

ul#prdList .rightCol li {
	margin: 0 0 0;
	padding: 0;
	background: none;
}

ul#prdList h2 {
	font-size: 123.1%;
	font-weight: 700;
	color: #933;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #f60;
	line-height: 1.3;
}

ul#prdList h2 span {
	font-size: 81.3%;
}

ul#prdList p.price {
	margin: 0 0 0 20px;
}

ul#prdList p.info {
	margin: 0 0 5px 20px;
}

.inList {
	margin: 0 0 0 20px;
}

ul#prdList h3 {
	margin: 0 0 0.3em 10px;
	font-size: 84.7%;
}

.inList li {
	font-size: 84.7%;
	line-height: 1.5;
}


/* ----------------------------------------

clearfix (必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

ul#prdList li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

ul#prdList li {
	*zoom: 1;
}