@charset "utf-8";
/* CSS Document */

.phBox {
}
#contents .phBox .text {
	width:350px;
	float:left;
}
#contents .phBox .text p {
	margin-bottom:0;
	text-indent:1em;
	line-height:2;
}
#contents .phBox .photo {
	text-align:right;
	width:180px;
	float:right;
}
#contents .phBox .photo p {
	margin-bottom:20px;
}

/* clearfix
---------------------------------------------------- */
.phBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.phBox {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .phBox {
	height: 1%;
}
.phBox {
	display: block;
}
/* End hide from IE-mac */

