@charset "utf-8";


/*---------------------
  新着css
---------------------*/

#information dt {
	float: left;
	font-size: 14px;
	color: #ECCB21;
	font-weight: bold;
}
#information dd {
	margin-left: 100px;
	font-size: 14px;
	color: #333;
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
}
#information dd a:link {
	color: #333;
	text-decoration: none;
}	
	
#information dd a:visited {
	color: #333;
	text-decoration: none;
}

#information dd a:hover,
#information dd a:active {
	color: #333;
	text-decoration: underline;
}



/* タブレット横
------------------------------------------------------------*/
@media screen and (max-width: 1260px) {


}




/* iPhone6 Plus
------------------------------------------------------------*/
@media screen and (max-width: 600px) {

#information dt {
	float: left;
	font-size: 14px;
	color: #F8C55F;
}
#information dd {
	margin-left: 100px;
	font-size: 14px;
	color: #FFF;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
}

}