<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ============================== */
.photo_area .text
{
	margin-bottom:20px;
}

.photo_flex .topic
{
	margin:0px 0px 10px 0px;
	width:100%;
	text-align:center;
}

.photo_flex .topic .image a
{
	margin:0px auto;
}

.photo_flex .topic .image,
.photo_flex .topic .image img
{
	text-align:center;
	width:100%
}
.photo_flex .topic .cap
{
	font-size:90%;
	text-align:center;
}

.photo_area h4
{
	font-size:120%;
	background:#bbecff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding:10px 20px;
	margin-bottom:20px;
}

.photo_area .photo_detail_text
{
	background:#fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border:5px dashed #eee;
	margin-bottom:20px;
	padding:15px;
	text-align:left;
}


.photo_flex2 .topic
{
	margin:20px 0px 10px 0px;
}
.photo_flex2 .topic
{
	text-align:center;
}
.photo_flex2 .topic .cap
{
	font-size:90%;
	text-align:center;
}

.detail_photo
{
	 display:block;
	 width:100%;
	 height:250px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.list_photo
{
	display:block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	 width:100%;
	 height:250px;
}

.detail_back
{
	text-align:center;
	margin-bottom:20px;
}
.detail_back a
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

	display:inline-block;
	color:#fff;
	background:#3786a8;
	padding:10px 40px;
	font-size:100%;
}

/*
					echo '&lt;h4&gt;';
					echo $PrintPhoto[3];
					echo '&lt;/h4&gt;';
					echo '&lt;div class="photo_detail_text"&gt;'.$PrintPhoto[4].'&lt;/div&gt;';
*/</pre></body></html>