@charset "utf-8";
/*--京overview/information.css--*/
/*####################SP表示用####################*/
.catch_msg{
	border-bottom:1px dotted #aaa;
	margin-bottom:20px;
}

	.catch_msg h2{
		font-size:1.1em;
		font-weight:bold;
		margin-bottom:0.4em;
	}
	
	.catch_msg p{}
	
.finest_box{}

	.finest_box dl{}
	
	.finest_box dl dt{
		height:1em;
		line-height:1em;
		border-left:1em solid #fdd100;
		padding-left:0.5em;
		margin-bottom:0.3em;
	}
	
	.finest_box dl dd{
		padding:0 10px 10px 10px;
		margin-bottom:10px;
		border-bottom:1px dashed #151450;
	}
	
	.finest_box dl dd:last-child{
		border-bottom:none;
		padding:0 10px;
	}

/*####################PC表示用####################*/
@media print, screen and (min-width: 768px) {

}

