@charset "utf-8";

.content h3 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #727171;
	padding: 0 0 5px 5px;
	margin: 0 0 25px 0;
}

.keyVisual {
	margin: 0 0 25px 0;
}

.item{
	width: 650px;
	float: left;
	
}

.item .left{
	padding: 14px;
	width: 294px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}

.item .right{
	padding: 14px;
	width: 295px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	float: left;
}

.item img{
	float: left;
	width: 295px;
}

.item .item-text{
	float: right;
	width: 295px;
	font-size: 14px;
	line-height: 20px;
}

.item .item-text p{
	margin-top: 7px;
}


.item02{
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 15px;
}

.item02 .item-text02{
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}
