@charset "UTF-8";

/* ギャラリー子ページ */
#gallery_wrap #section {
	background: url(../../images/BKmiddle.jpg) repeat-y left top;
}
#gallery_wrap #section_inner1 {
	background: url(../../images/top02.jpg) no-repeat left top;
}
#gallery_wrap #section_inner2 {
	background: url(../../images/BKbottom.jpg) left bottom no-repeat;
	padding-top: 100px;
	padding-bottom: 30px;
}
#gallery_wrap   ul.gallery_link    {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 70px;
	width: 900px;
}
#gallery_wrap   ul.gallery_link   li   {
	float: left;
	margin-right: 25px;
}
#gallery_wrap #section #ph_area {
	clear: both;
	margin-top: 30px;
	width: 845px;
	margin-left: 65px;
	overflow: hidden;
}
#gallery_wrap #section #ph_area .ph_list {
	margin: 0px;
	padding: 0px;
}
#gallery_wrap #section #ph_area .ph_list li {
	float: left;
	margin-right: 18px;
	margin-bottom: 17px;
}

/*

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{
#siteTop #mauto {
	margin: auto;
	width: 1050px;
	overflow: hidden;
}
body {
	margin: auto;
	width: 1050px;
	overflow: hidden;
}

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
#siteTop #mauto {
	margin: auto;
	width: 1024px;
	overflow: hidden;
}
body {
	margin: auto;
	width: 1024px;
	overflow: hidden;
}

}

*/