@charset "shift_jis";
/*=================================================================
 phot
=================================================================*/
.phot{
	width: 442px;
	margin: 16px auto 10px;
	text-align: center;
}
.phot img{
	border: 1px solid #c6c6c6;
	margin-bottom: 2px;
}



/* 2画像横並び */
.content .column .inner .ph_doub{
	width: 600px;
	margin: 0 auto 16px;
	overflow: hidden;

}
.content .column .inner .ph_doub img{
	border: solid 1px #ccc;
	margin:0;
	
}

.content .column .inner .ph_right {
	float: right;
	width: 292px;
	
}
.content .column .inner .ph_left{
	float: left;
	width: 292px;
}

/* caption */
.content .column .inner .ph_title{
	text-align: left;
	width:auto;
	margin-bottom: 2px;
}

.content .column .inner .ph_cap {
	font-size: 0.8em;
	width:auto;
	text-align: center;	
}

.content .column .inner .ph_cap2 {
	font-size: 0.8em;
	width:auto;	
	text-align: center;	
}


