@charset "shift_jis";
/*
	================================================================================================
		support cyber-shot enjoy photo css index.css
	================================================================================================
*/
.pregBox dl {
	border-bottom: dotted #ccc 1px;	
}
.pregBox dl dt {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
.pregBox dl dd {
	width: 475px;
	float: left;
	padding-top: 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.pregBox dl dt {
		margin: 0 0 5px 0;
		float: none;
	}
	.pregBox dl dd {
		float: none;
		width: auto;
		margin-bottom: 0;
	}

}
.pregBox dl.line-none {
	border-bottom: none;
}
/*
	====================================
		other
	====================================
*/
#contents .page_display_none {
	display: none;
}
@media (max-width: 640px) {	
	#contents .page_display_none {
		display: block;
	}
}