@charset "UTF-8";


/* ------------------------------------------------------------
 ドライブプラザ　回数券　共通CSS
 更新日:07/08/23
	
	[目次]
	0:common style
------------------------------------------------------------ */

/*cleafix用CSS-----------------*/
@import "clearfix.css";



/* 
 1:div.ticketArea
------------------------------ */

div.ticketArea{
border-bottom:1px dashed #ccc;
padding:0 10px 10px 10px;
margin:0 0 10px 0;
}

div.end{
border-bottom:none;
}

div.ticketArea p{
font-size:107%;
margin:0 0 5px 0;
}


div.section div.ticketArea ul.mark{
width:300px;
float:right;
}



