@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */


.thisPhotoGallery {
display: table;
border-collapse: collapse;
margin: 0 auto;
max-width: 320px;
}


.thisPhotoGallery li {
display: table-cell;
vertical-align: top;
text-align: center;
}

.thisPhotoGallery li:nth-child(1) {
text-align: right;
}

.thisPhotoGallery li:nth-child(2) {
padding-left: 1em;
text-align: left;
}


.thisPhotoGallery img {
max-height: 140px;
width: auto;
}


.ph_eknaku004 {
width: 100%;
/*max-width: 320px;*/
max-width: 210px;
float: right;
margin: 5px;
}

.eknaku006_08 {
float: right;
}

.ph_eknaku006 img,
.ph_eknaku008 img {
width: 100%;
/*max-width: 320px;*/
max-width: 200px;
}

.eknaku006_08 li {
margin: 5px;
}



.eknaku002_09 {
float: right;
position: relative;
}


.eknaku002_09 li {
margin: 5px;
}

.eknaku002_09 img {
width: 100%;
max-width: 200px;
}






/* for TB & PC */
@media screen and (min-width: 768px) {

	.thisPhotoGallery img {
	max-height: 300px;
	width: auto;
	}

	.thisPhotoGallery li:nth-child(2) {
	padding-left: 2em;
	}


	.eknaku006_08 {
	display: block;
	text-align: right;
	}

	.eknaku006_08 li {
	display: inline-block;
	}

	.eknaku002_09 {
	display: block;
	text-align: right;
	top: -1.75em;
	margin-bottom: -1.75em;
	}

	.eknaku002_09 li {
	display: inline-block;
	}




}




/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
