/* CSS Document */







.clr
{
	clear: none !important;
	float: none !important;
	width: auto !important;
}


section .main_photo
{
	text-align: center;
	margin-bottom: 30px;
}



section .tmp_file
{
	margin-left: 0px;
	margin-top: 20px;
	display: inline-block;
	padding: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color:rgba(255,255,255,1);
}


section .tmp_file li
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

section .tmp_file li a
{
	color: #333;
}


.photo_box
{
	text-align: center;
	overflow: visible !important;
}

.main_photo img,
.photo_box img
{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor:pointer;
	transition: 1s all;
}

.main_photo img:hover,
.photo_box img:hover
{
	transform:scale(1.04,1.04);
	transition:1s all;

	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.photo_box .sub_img img:hover
{
	transform:scale(1.2,1.2);
}




.photo_box  a
{
	margin-bottom: 20px;
	display: block;
}



.main_photo img,
.photo_box img
{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border: 10px solid #FFF;

}


.select
{
	border: 0px solid var(--link-color) !important;
}



/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{






}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{
article .pad
{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}



}



/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

article .body
{
	padding-top: 0px;
	padding-bottom: 0px;
}









}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{
article .text
{
	float: none;
	width: auto !important;
}

section .tmp_file
{
	display:block;
}

article .photo_box
{
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	float: none;
	margin-left: 0px;
	width: auto;
}

}