@charset "utf-8";
@import "/css/common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 8/3
*/
/*------------------------------------------------------------
	おしながき
------------------------------------------------------------*/
#conts p .more {
	margin-top: 1em;
	display: block;
}

#conts .list {
}

#conts .listB {
	margin-right: 315px;
}

#conts .list li {
	margin-bottom: 8px;
	padding: 0 0 5px 5px;
	background: url(/img/template/line01.gif) repeat-x left bottom;

	position: relative;
}

	* html #conts .list li {
		zoom: 100%;
	}

#conts .list li.twoLine {
	padding-bottom: 1.9em;
}

#conts .list li.threeLine {
	padding-bottom: 4em;
}

#conts .list span.price {
	position: absolute;
	top: 0;
	right: 0;

	color: #069;
	font-weight: bold;
	text-align: right;
}

#conts .listC {
	margin: 0 -10px 0 0;
}

	* html #conts .listC {
		margin: 0;
		width: 630px;
		zoom: 100%;
	}

	*+html #conts .listC {
		zoom: 100%;
	}

#conts .listC:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#conts .listC li {
	margin-right: 10px;
	width: 300px;
	display: inline;

	float: left;
}

	* html #conts .listC li {
		width: 305px;
	}

