@charset "Shift_JIS";

/*
	================================================================================================
		support handycam enjoy photo css undoukai.css
	================================================================================================
*/

#contents .notice_gray_box {
	background: none repeat scroll 0 0 #EBEBEB;
	margin: 0 15px 1em;
	padding:15px 15px 5px 5px;
}

#contents .notice_w_box {
	background: none repeat scroll 0 0 #fff;
	margin: 0 0 1em 10px;
	padding:15px 15px 5px 5px;
}

#contents h3.title {
	margin-bottom: 25px;
}

div.f-pct {
	float: left;
	margin-right: 10px;
}
div.f-pct img {
	margin-top: 0px !important;
}

#contents div.notice_gray_box.gray_p p {
	margin-bottom: 5px;
}
div.f-box {
	float: left;
	width: 330px;
}


@media screen and (max-width: 640px) {
	#contents .notice_gray_box {
		margin: 0 0px 1em;
	}

	div.f-pct {
		float: none;
	}
	#contents .section div.pct img {
		margin: 10px 0 10px !important;
	}

	div.f-box {
		float: none;
		width: auto;
	}


}