body * {

	opacity: 0.9;	opacity: 1;
}

@media screen and (min-width: 737px) {
.layout {
	position: absolute;
	left: 50%;
	z-index: -1;
	top: 0px;
	margin-left: -595px;
	
	opacity: 0.3;
	display: block;opacity: 0;
	display: none;
}
}

@media screen and (max-width: 736px) {
.layout {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	top: -9.5vw;
	opacity: 0.3;
	display: block;
	opacity: 0;
	display: none;
}
}

@media print, screen and (min-width: 737px) {
.pic_01 span {
	width: 434px;
}
.f_wrap .clm_l {
}
.clm_info {
	margin-bottom: 60px;
}
.clm_info .clm_l{
	border-right: solid 1px #555555;
}
.clm_info .clm_r{
	border:none;
}
.f_wrap .clm_l {
}
.item_name{
	margin-bottom:13px;
}
.item_color {
	/*font-weight:bold;*/
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	margin-left:150px;
	font-size:22px;
	margin-bottom:20px;
	
}
.item_price{
	margin-top:-9px;
}
}
