@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

.phot {
	clear: both;
	float: left;
	width: 630px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.phot img {
	float: left;
	margin-right: 15px;
	width: 180px;
	height: 134px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	margin-left: 15px;
}

img.tate {
	float: left;
	height: 180px;
	width: 134px;
	margin-right: 36px;
	margin-left: 20px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.phot ul {
	clear: both;
}

.phot li {
	float: left;
	height: 20px;
	width: 210px;
	list-style-type: none;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
}
