@charset "UTF-8";

#dealer{width:980px; margin: 105px auto 95px;}
#dealer h1{font-size: 20px; font-weight: bold; margin-bottom: 30px;}
#dealer h2{font-size: 16px; font-weight: bold; margin-bottom: 10px;}
#dealer .list{font-size: 12px; line-height: 2.2; padding-bottom: 30px;}
#dealer .list dl {overflow: hidden;}
#dealer .list dl dt {
    float: left;
    clear: left;
    width: 200px; }
#dealer .list dl dd {
    float: left;
    text-decoration: underline; }
#dealer .list dl .address {
    width: 600px; }

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

	#dealer{width:90%; margin: 50px auto 95px;}
	#dealer h1{font-size: 14px; margin-bottom: 15px;}
	#dealer .list{font-size: 10px; line-height: 2.0; padding-bottom: 50px;}
    #dealer .list dl dt {
      float: none;
      width: inherit;
      margin-top: 15px; }
      
    #dealer .list dl dd {
      float: auto; }
    
    #dealer .list dl .address {width: 100%;}
	#dealer .list dl .tel {margin-bottom: 10px;}


}