@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}


/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#car_menu {
    width: 100%;
    float: left;
    clear: both;
}

#car_menu .con1200 h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #3E342A;
}
#car_menu .con1200 nav li {
    list-style-type: none;
    text-align: center;
}
#news {
    width: 100%;
    float: left;
    clear: both;
}

#news .con1200 h3 {
    text-align: center;
    font-size: 2em;
    color: #3E342A;
}
#news .con1200 dl {
    margin-left: 2%;
    margin-right: 2%;
}

#news .con1200 dl dt {
    font-size: 0.8em;
    border-bottom: 1px solid #B6B0A1;
    color: #7A7A7A;
}
#news .con1200 dl dd {
    margin-left: 0px;
    margin-top: 5px;
}
dl dd a {
    text-decoration: none;
    color: #000000;
}






























































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	
#タブレット {
}
#car_menu .con1200 nav li {
    width: 50%;
    float: left;
}


	
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	
#パソコン {
}
#car_menu .con1200 nav li {
    width: 33.3333%;
}





}	
/* WideDesktop Layout: 1233px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1233px) {
#ワイドパソコン {
}
	




		
}
