﻿@charset "utf-8";

/* enjoy_photo_css_thema2.css */

#contents h3 {
	font-size: 1.2rem;
	margin-bottom: 1em;
}

#contents .zoomBtn.top_cap .b_mb {
	display: block;
	margin-bottom: 0.5em;
	text-align: left;
}

#contents .zoomBtn.top_cap img.icon {
	top: 261px;
}

#contents .flex2 {
	margin: 4em 0 1em;
	display: flex;
	align-items: center;
}

#contents .flex2 .imageArea {
	margin-right: 3em;
}

#contents .imgArea {
	margin: 3em auto;
}

#contents .imgArea2 {
	justify-content: space-evenly;
    margin: 3em 0;
}

#contents .imgArea2 figcaption.modalCaption {
	width: 260px;
}

#contents .imgArea2 img.icon {
	top: 355px;
}

#contents p + p {
	margin-top: 1.5em;
}

#contents .notice_gray_b{
	margin: 2em 0;
}

#contents ul.lensinfoArea{
	margin-top: 3em;
}

@media (max-width: 640px){
	#contents .imgArea.flex .zoomBtn.top_cap:first-child {
		margin-bottom: 1.5em;
	}
	
	#contents .flex2 {
		margin: 1em 0;
		flex-direction: column;
	}

	#contents .flex2 .imageArea {
		margin-bottom: 1em;
		margin-right: 0;
	}
	
	#contents .flex2 .imageArea img {
		max-width: 600px;
		width: 100%;
	}
	
	#contents .imgArea{
		margin: 1em auto;
	}
	
	#contents .imgArea2 {
		margin: 2em 0;
	}
}
