@charset "utf-8";
@import "/css/common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 8/3
*/
/*------------------------------------------------------------
	ŽФ
------------------------------------------------------------*/
#conts p.info {
	margin: -5px 0 10px;
}

#conts p .more {
	margin-top: 1em;
	display: block;
}

#conts .notes {
	margin-bottom: 1em;

	color: #606C4A;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.2;
}

#conts .notes li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(/img/icon/02.gif) no-repeat left 4px;
}

#conts .box {
	margin-bottom: 15px;
	padding: 0 20px;
	background: #EFEEE9;
}

#conts .box h4 {
	margin: 0 0 15px;
	padding-top: 35px;

	clear: none;
}

#conts .box .floatR {
	margin-bottom: 0;
}

#conts .box p {
	margin-bottom: 0;
}

#conts .boxB {
	padding: 20px 0 10px;
	width: 300px;
	height: 230px;
	background: #EFEEE9;

	float: left;

	text-align: center;
}

	* html #conts .boxB {
		height: 250px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 210px;
		/**/ 
	}

#conts .boxB h4 {
	margin: 10px 0 0;
	padding: 0;
}

#conts p span.notes {
	padding-left: 1em;
	display: block;

	color: #f00;
	font-size: 100%;
	font-weight: normal;
	text-indent: -1em;
	line-height: 1.7;
}

#conts .guide {
	margin-top: 20px;
	width: 620px;
	position: relative;
}

#conts .guide a {
	width: 235px;
	height: 72px;
	background: url(/img/btn/btn04_over.gif) no-repeat;
	display: block;

	position: absolute;
	top: 54px;
	left: 345px;
}

#conts .guide a:hover {
	background-color: #fff;
}

#conts .guide a:hover img {
	visibility: hidden;
}

