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

#price #contents .price .plan { /* モデルプランリスト */
	margin-top: 30px;
}



/* ーーーーー モデルコース比較表：ここから ーーーーーーーーーー */
	
	/* style.cssに移動（2011.9.1） */ 
	
/* ーーーーーーーーーー モデルコース比較表：ここまで ーーーーー */



/* ーーーーー 料金細目ページ：ここから ーーーーーーーーーー */

#price #contents .entry .priceList {
}
	#price #contents .entry .priceList dt,
	#price #contents .entry .priceList dd {
/*
		display: table-cell;
		float: left;
*/
	}
		#price #contents .entry .priceList dt {
			border-top: dotted 2px rgb(255,153,153);
			padding: 8px 10px 5px;
		}
		#price #contents .entry .priceList dd {
			font-size: 85.7%;
			line-height: 125%;
			padding: 0 10px 8px;
		}
			#price #contents .entry .priceList dd:last-child {
				border-bottom: dotted 2px rgb(255,153,153);
			}

/* ーーーーーーーーーー 料金細目ページ：ここまで ーーーーー */