@charset "UTF-8";

/*------------------------------------------------

   /link/index

------------------------------------------------*/

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

ul.flot_left li{
	float:left;
	padding:0 0 0 18px;
	margin:0 0 5px 0;
	background:url(../../img/common/icon/arrow_db.svg) 5px 8px no-repeat;
	background-size:8px 12px;
	clear:both;
}

}

