.itemArea {
	width:100%;
	border-top:1px dotted #ff4500;
	margin-top:2em;
	padding-top:2em;
}
.itemArea .topArea {
	width:100%;
}
.itemArea .leftArea {
	float:left;
	width:47%;
}
.itemArea .rightArea {
	float:right;
	width:50%;
}
.itemArea .logo {
	margin-bottom:0.5em;
}
.itemArea .modelState {
	margin:0.6em 0px 0.3em 0px;
}
.itemArea .modelNo {
	font-size:170%;
	line-height:120%;
	font-weight:bold;
}
.itemArea .newItem {
	margin-left:0.3em;
}

.flexslider {
  margin-bottom:0px;
}
.carousel li {
	border-top:5px solid white;
}
.carousel li.flex-active-slide {
	border-top:5px solid #ff4500;
}

.linkMenu .loading img {
	width:200px;
	height:150px;
}
.slider .loading img {
	width:100%;
	height:auto;
}
.carousel .loading img {
	width:150px;
	height:auto;
}

/* スマホ */
@media screen and ( max-width:767px ) {
	.itemArea {
		border-top:2px solid #ff4500;
		margin-top:3em;
		padding-top:3em;
	}
	.itemArea .leftArea {
		float:none;
		width:100%;
	}
	.itemArea .rightArea {
		float:none;
		width:100%;
	}
}
