﻿@charset "UTF-8";



/*----------------------------------------
 item
----------------------------------------*/

div.item5 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	width: 660px;
	border-bottom: 1px #cccccc dotted;
}

div.item5 img {
	float: right;
}


div.item5:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*　お客様の声　*/

div.item5 div.item-t {
	width: 660px;
	height: 240px;
}

div.item5 div.item-t p {
	padding-bottom: 0;
	display: inline;
	width: 320px;
	float: left;

}

div.item5 div.item-t2 {
	width: 660px;
	height: 220px;

}

div.item5 div.item-t2 p {
	padding-bottom: 0;
	display: inline;
	width: 320px;
	float: right;
}

div.item5 div.item-t2 img {
	float: left;
}

div.item div.item-t2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



