.listnotice {
	font-size:10px;
	line-height:1.65;
}

ul.accordion, li, ul.carmodel, li {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

ul.accordion {
	/*width: 780px;*/
	width: 300px;
	margin: 0 0 10px 0;
}

.maker {
	display:block;
	/*width:780px;*/
	width: 300px;
	height:24px;
	background-color:#444;
	color:#FFF;
	font-size:18px;
	padding-top:16px;
	margin: 7px 0 0 0;
	cursor:pointer;
}

li.sakuin {
	display:block;
	width:100%;
	height:21px;
	background-color:#777;
	color:#FFF;
	font-size:18px;
	padding-top:12px;
}

ul.carmodel li a {
	/*width:186px;*/
	width:141px;
	font-size: 10px;
	height:20px;
	font-weight:normal;
	padding: 7px 0 0 7px;
	display: block;
	float: left;
	border-bottom: 2px solid #EEE;
	border-left: 2px solid #EEE;
	-webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

ul.carmodel li a:link, a:visited {
	background-color: #6BBE92;
	color: #FFF;
}

ul.carmodel li a:hover {
	background-color: #3E8760;
	color: #FFF;
}

li {
	list-style-type:none;
	float: left;	
}

@media screen and (min-width: 321px) {
.listnotice {
	font-size:12px;
}
ul.accordion, .maker {
	width: 355px;
}
ul.carmodel li a {
	width:168px;
	font-size: 12px;
}
}

@media screen and (min-width: 376px) {
ul.accordion, .maker {
	width: 394px;
}
ul.carmodel li a {
	width:188px;
}
}

@media screen and (min-width: 415px) {
ul.accordion, .maker {
	width: 460px;
}
ul.carmodel li a {
	width:221px;
}
}

@media screen and (min-width: 481px) {
ul.accordion, .maker {
	width: 548px;
}
ul.carmodel li a {
	width:173px;
}
}

@media screen and (min-width: 569px) {
ul.accordion, .maker {
	width: 580px;
}
ul.carmodel li a {
	width:184px;
}
}

@media screen and (min-width: 601px) {
ul.accordion, .maker {
	width: 647px;
}
ul.carmodel li a {
	width:206px;
}
}

@media screen and (min-width: 668px) {
ul.accordion, .maker {
	width: 716px;
}
ul.carmodel li a {
	width:229px;
}
}

@media screen and (min-width: 737px) {
ul.accordion, .maker {
	width: 748px;
}
ul.carmodel li a {
	width:178px;
}
}

@media screen and (min-width: 769px) {
ul.accordion, .maker {
	width: 780px;
}
ul.carmodel li a {
	width:186px;
}
}














