@charset "Shift_JIS";
/**
 * gallery.css
 * modified : 2014.04.19
 */
 
/*--------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------------------------
	.movie-frame
--------------------------------------------------------------------------------*/
.movie-frame {
	margin: 0 auto;
	width: 576px;
	line-height: 0;
	font-size: 0;
}
.movie-frame .btn-play {
	display: inline-block;
	margin-top: 100px;
	padding: .8em 17px .8em 28px;
	font-size: 15px;
	font-family: sans-serif;
	line-height: 1.6
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0,0,0,.3);
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: 16px 48%;
	background-image: url(/share4/images/mod-button/ico_01.png),-webkit-gradient(linear,left top,left bottom,color-stop(0%,whitesmoke),color-stop(100%,#efefef));
	background-image: url(/share4/images/mod-button/ico_01.png),-webkit-linear-gradient(top,whitesmoke 0,#efefef 100%);
	background-image: url(/share4/images/mod-button/ico_01.png),-moz-linear-gradient(top,whitesmoke 0,#efefef 100%);
	background-image: url(/share4/images/mod-button/ico_01.png),linear-gradient(to bottom,whitesmoke 0,#efefef 100%);
}
.movie-frame .btn-play a {
	color: #1a1a1a;
	text-decoration: none;
}

@media(max-width:640px) {
	.movie-frame {
		width: auto;
		text-align: center;
	}
}

/*--------------------------------------------------------------------------------
	.photo-frame
--------------------------------------------------------------------------------*/
.photo-frame {
	margin: 0;
	width: 1920px;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	background-color: #fff;
}

@media(max-width:640px) {
	.photo-frame {
		width: auto;
		background-size: 100%;
	}
	.photo-frame img {
		width: 100%;
		height: auto;
	}
}

/*--------------------------------------------------------------------------------
	#Photo
--------------------------------------------------------------------------------*/
#Photo-01 {
	background-image: url('../img/gallery_a7s_photo.jpg');
}
#Photo-02 {
	background-image: url('../img/gallery_a7s_photo2.jpg');
}