/* album */

#container .h1_album img{
	width: 798px;
	height: 214px;
}
#container .album_top img{
	width: 961px;
	height: 190px;
}
#container .album {
	background: url(../../img/album/bg_album.png) repeat-y;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#container .album ul li {
	width: 293px;
	height: 315px;
	position: relative;
	float: left;
	margin: 20px 0 20px 20px;
}
#container .album ul li .photo {
	position: absolute;
	top: 43px;
	left: 16px;
}
#container .album ul li .photo_txt {
	position: absolute;
	top: 265px;
	left: 15px;
	font-size: 13px;
	width: 270px;
}
#container .album .photo_txt {
	font-family: 'Lucida Grande',  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;
}

@media screen and (max-width:640px) {
	#container .album {
		background: none;
		width: 100%;
	}
	#container .album img {
		width: 100%;
		height: auto;
	}
	#container .album .bg {
		display: none;
	}
	#container .album ul li {
		width: 43%;
		height: auto;
	}
	#container .album ul li .photo_txt {
		width: 100%;
		position: static;
	}
	#container .album ul li .photo {
		position: static;
	}
	#container .album ul li .photo img {
		border: 2px solid #B9B5B5;
	}
}



/* =========================================================================

　sp

===========================================================================*/
@media screen and (max-width:960px){
	#local #container .bread{
		padding-left: 20px;
	}
	#local #container img {
		width: 100%;
		height: auto;
	}
	#container .album ul li {
		width: 30%;
		height: auto;
	}
}

/* =========================================================================

　sp

===========================================================================*/
@media screen and (max-width:768px){
	#local #container .bread{
		padding-left: 10px;
	}
	#container .album {
		background: none;
		width: 100%;
	}
	#container .album ul li {
		width: 40vw;
		height: auto;
		margin :5%;
	}
	#container .album ul li .photo_txt{
		height: 100px;
	}
}
