@charset "UTF-8";

/* review-form
=================================*/
body.individual div#review-form {
	background: #f5f5f5;
}
body.individual div#review-form div.in {
	padding: 15px 20px 10px 20px;
}

body.individual div#review-form h3 {
	font-weight: bold;
	margin-bottom: 8px;
	background: url(../img/ic008.gif) no-repeat 0 50%;
	padding-left: 19px;
}

body.individual div#review-form p {
	margin: 5px 0;
}

body.individual div#review-form p span {
	color: #278D27;
	font-size: 10px;
}

body.individual div#review-form #comment {
	width: 390px;
}

body.individual div#review-form p#review-submit {
	text-align: center;
	margin-top: 15px;
}
body.individual div#review-form p#review-submit input {
	padding: 0 20px;
}


/* blog
=================================*/
div.blog {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* image */
div.blog p.image {
	width: 140px;
	height: 120px;
	float: left;
}
div.blog p.image a {
	display: block;
	width: 140px;
	height: 120px;
	border: 3px solid #ccc;
}
div.blog p.image a:hover {
	border: 3px solid #3366CC;
}

/* text */
div.blog div.text {
	width: 455px;
	float: right;
}
div.blog div.text p.comment {
	line-height: 1.5;
}
div.blog div.text p.comment b {
	background: #FFFF99;
}
div.blog div.text p.date {
	color: #609F0E;
	padding: 5px 0 8px 0;
}
div.blog div.text h4 {
	font-weight: bold;
	line-height: 1.3;
	font-size: 14px;
}


/* clearFix
=================================*/
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearFix {
	height:1px;
}
.clearFix {
	display:block;
}
/* End hide from IE-mac */

