@charset "shift_jis";

/* +++++ Style for float clear +++++ */
.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
	line-height:0;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* +++++ Style for float clear +++++ */
div.content {
	width: 630px;
	margin-left: 20px;
}
div.content .box {
	width: 615px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
}
div.content .box p {
	margin-bottom: 12px;
}
div.review ul {
	background-image:url(../images/bg_review.jpg);
	background-position: left top;
	background-repeat:repeat-y;
}
div.review li {
	margin-left:55px;
	font-weight:bold;
	font-size:14px;
}
div.review li a {
	color:#ff6600;
	text-decoration:none;
}
div.review li a:hover {
	color:#ff4800;
	text-decoration: underline;
}


