@charset "UTF-8";
/* css Home */


/* PC */
@media print, screen and (min-width: 961px) {
/*---------------------------------------------------- */
/* Photo */
/*---------------------------------------------------- */
.area_photo {
	margin: 30px 0 50px;
}
	
.photo_left {
	width: 48%;
	float: left;
}
	
.photo_right {
	width: 48%;
	float: right;
}

}

/* Tablet */
@media only screen and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* Photo */
/*---------------------------------------------------- */
.area_photo {
	margin: 10px 0 40px;
}
	
.photo_left {
	width: 48%;
	float: left;
}
	
.photo_right {
	width: 48%;
	float: right;
}

}


/* Phone Landscape (Retina) */
@media only screen and (max-width: 568px)  {
/*---------------------------------------------------- */
/* Photo */
/*---------------------------------------------------- */
.area_photo {
	margin: 0 0 30px;
}
	
.photo_left {
	width: 100%;
	margin-bottom: 30px;
}
	
.photo_right {
	width: 100%;
	margin-bottom: 40px;
}

}