@charset "utf-8";
/*********************************************************************
 *
 *  For くるまの紹介
 *
*********************************************************************/

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	background-image:url(../img/mv.jpg);
}

@media print, screen and (min-width: 768px) {

/* navG */
/* --------------------------------------------------------------------------- */
#navG li.about a + span {
	width:40px;
	border-bottom:2px solid #FFF;
}

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	padding-top:50px;
}
#outline .listB {
	margin-bottom:50px;
}
/* specialty */
/* --------------------------------------------------------------------------- */
#specialty {
	padding-top:50px;
	padding-bottom:50px;
}
/* gallery */
/* --------------------------------------------------------------------------- */
#gallery {
	padding-top:50px;
	padding-bottom:50px;
}
#gallery h3 {
	margin-bottom:20px;
}

}
/* min-width: 768px */

@media screen and (max-width: 767px) {

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	padding-top:50px;
	padding-bottom:50px;
}
#outline .listB {
	margin-bottom:50px;
}
/* specialty */
/* --------------------------------------------------------------------------- */
#specialty {
	padding-top:50px;
	padding-bottom:50px;
}
/* gallery */
/* --------------------------------------------------------------------------- */
#gallery {
	padding-top:50px;
	padding-bottom:50px;
	padding-left:0;
	padding-right:0;
}
#gallery h3 {
	margin-bottom:20px;
}

}
/* min-width: 768px */