@charset "UTF-8";
/* CSS Document */

/*#pageTitle h1{
	display: block;
	background-image: url("../../images/m_car.png");
	position: relative;
}*/

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

#informationList .content h3{
	background-image: url("../../images/mc_whats-new.png");
}
	
/* ----------------------------------------------
	お知らせ一覧
------------------------------------------------- */
#informationList{
	position:relative;
}
#informationList .content{}
#informationList .content .wrapper{}
#informationList dl{
	display: block;
	width: 92%;
	margin: 0 auto;
	border-top: 1.5px dotted #000000;
	padding: 12px 10px 8px;
}
#informationList dl:last-of-type{
	border-bottom: 1.5px dotted #000000;
}
#informationList dl dt{
	font-weight: bold;
	color: #CC6699;
}
#informationList dl dd{
	color: #888888;
	padding-left: 0.5em;
}

}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

/* ----------------------------------------------
	お知らせ一覧
------------------------------------------------- */
	
#informationList .content h3{
	background-image: url("../../images/mc_whats-new.png");
}
#informationList{
	position:relative;
	padding-bottom: 35px;
}
#informationList .content{}
#informationList .content .wrapper{}
#informationList dl{
	display: block;
	width: 92%;
	margin: 0 auto;
	border-top: 1.5px dotted #000000;
	padding: 12px 10px 8px;
}
#informationList dl:last-of-type{
	border-bottom: 1.5px dotted #000000;
}
#informationList dl dt{
	font-weight: bold;
	color: #CC6699;
}
#informationList dl dd{
	color: #888888;
}

}