@charset "utf-8";

/* 製品情報トップ
----------------------------------------------------------------------------------------------------*/

#product #leftContents h2 {
	margin: 0 0 20px;
}

#product ul {
	margin: 0 0 20px;
}

#product li {
	display: inline;
	margin: 0 5px 0 0;
}

#product .box1 {
	margin: 0 0 15px;
	padding: 20px 0 0; 
	border-top: solid 3px #CCCCCC;
}

#product .box1 .left {
	width: 285px;
}

#product .box1 .right {
	width: 200px;
}

#product h4 {
	margin: 0 0 20px;
}

#product .box2 {
	margin: 0 0 10px;
}

#product .box2 .left {
	width: 345px;
}

#product .box2 .right {
	width: 345px;
}

#product .box3 {
	margin: 0 0 15px;
}

#product .box3 .left {
	width: 345px;
}

#product .box3 .right {
	width: 345px;
}

