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

/* -------------------------
画像ページ
--------------------------*/

#contents .photoBlock{
	margin: 14px auto 7px;
	padding-bottom: 7px;
	width: 1025px;
	background: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	/*border: 7px solid #2aa9ca; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;*/
	position: relative;
}

#contents .blockTitle{
	display: inline-block;
	margin: -7px 0 7px 0;
	padding: 14px 28px;
	font-size: 20px;
	color: #fff;
	background: #2aa9ca;
	/*
	color: #2aa9ca;
	background: #fff;
	border: 7px solid #2aa9ca; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;*/
}

#contents .photoBlock dl{
	float: left;
	margin: 0 0 7px 21px;
}

#contents .photoBlock dd{
	width: 480px;
	height: 30px;
	padding-top: 4px;
	text-align: center;
	font-size: 15px;
	overflow: hidden;
}

ul.resembleLink{
	margin: 0 0 7px -7px;
}

ul.resembleLink li{
	float: left;
	margin: 0 0 7px 7px;
}

ul.resembleLink li img{
	width: 165px;
	height: 165px;
}



#contents p.contLinkBtn{
	width: 150px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
	background: #669d41;
	background: -moz-linear-gradient(top, #bad078, #669d41);
	background: -webkit-gradient(linear, left top, left bottom, from(#bad078), to(#669d41));
	border: 1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px #fff;
	-webkit-box-shadow: 0px 0px 3px #fff;
	position: absolute;
	top: 11px;
	right: 10px;
}

#contents p.contLinkBtn a{
	display: block;
	width: 150px;
	height: 26px;
	line-height: 26px;
	color: #ffffff;
}

#contents p.contLinkBtn a:hover{
	display: block;
	color: #669d41;
	background: #ffffff;
	text-decoration: none;
}

/* -------------------------
以下スマートフォン
--------------------------*/
@media
screen and (max-width: 991px){

#contents .photoBlock{
	width: 96%;
	margin: 16px auto;
}

#contents .photoBlock dd{
	width: 100%;
	height: 36px;
	line-height: 19px;
}

#contents .photoBlock dl.photoBox{
	float: none;
	width: 96%;
	margin: 0 auto;
	padding-top: 5px;
}

#contents .photoBlock dl.photoBox dt img{
	width: 100%;
}

#contents .photoBlock ul.resembleLink li{
	width: 31%;
	height: auto;
	margin: 0 0 2% 2%;
}

#contents .photoBlock ul.resembleLink li img{
	width: 100%;
	height: auto;
}

#contents p.contLinkBtn{
	top: 46px;
}

.page_linkbox{
	margin-top: 52px;
}

/* -------------------------
パンくずリスト
--------------------------*/


/* -------------------------

--------------------------*/
ul.resembleLink{
	margin: 0 0 7px -7px;
}


}
