@charset "utf-8";


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


#information dt {
	font-size: 100%;
	color: #ECCB21;
	margin-bottom: 5px;
	font-weight: bold;
}
#information dd {
	font-size: 100%;
	color: #333;
	width: 96%;
	margin-left: 0px;
	margin-bottom: 20px;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	padding-bottom: 10px;
	line-height: 30px;
}
#information dd a:link,
#information dd a:visited {
	color: #333;
	text-decoration: none;
}

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



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


}




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



}