@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Products
--------------------------------------------------------- */

p.desc {
	margin: 10px 0;
	line-height: 160%;
}

.box {
	width: 304px;
	min-height: 100px;
	overflow: hidden;
	margin: 0 0 10px;
	background: url(../images/box_bg.jpg) repeat-y 0 0;
	position: relative;
	z-index: 10;
}

.box:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #fff;
}

.box h3 {
	height: 24px;
	overflow: hidden;
	padding: 16px 30px 0;
	background: url(../images/box_head.jpg) no-repeat 0 0;
	font-size: 100%;
}

* html .box h3 {
	height: 40px;
	padding-top: 17px;
}

* + html .box h3 {
	height: 23px;
	padding-top: 17px;
}

.box p {
	padding: 0 15px;
	line-height: 160%;
}

.box img.f_left {
	margin-right: 13px;
}

.box p.right {
	clear: both;
	height: 16px;
	background: url(../images/box_foot.jpg) no-repeat left bottom;
}

.box p.right img {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 1;
}

#snavi h3 {
	background: url(../images/snavi_title.jpg) no-repeat 0 0;
}

