@charset "UTF-8";


/************************************************************
/* コンテンツ
************************************************************/
#contentArea section .photo {
	width: 100px;
	float: right;
	margin-left: 15px;
}

#contentArea section p {
	line-height: 2;
}

/*****************************************************************/
	@media print, screen and (min-width: 920px) {

		#contentArea section .photo {
		width: 200px;
		margin-left: 25px;
		margin-bottom: 30px;
		}

}
