@charset "utf-8";


/*非共通部分*/
.textBox {
	margin-bottom: 20px;
	margin-left: 10px;
}
.item {
	background-image: url(../image/top/arrival_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 7px;
	padding-left: 9px;
	padding-top: 7px;
}
.itemBox {
	margin-bottom: 20px;
	width: 183px;
	float: left;
	margin-left: 10px;
}
.itemBox dl {
	width: 174px;
	margin-left: 10px;
	_margin-left:5px;
}
.itemBox dl:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.itemBox dt {
	float: left;
}
.itemBox dd {
	float: right;
	margin-right:10px;
	color:#DE7164;
}
#conseptBox {
	margin-left:10px;
}
