@charset "UTF-8";
/* @content */
#photogallery #page_header {
  background-image: url(../images/photogallery/underlayer-main@2x.jpg);
}
#photogallery .page_title h1 {
    font-size: 24px;
}
#photogallery #section01 {
	margin-top: 60px;
}
#photogallery .contents-area{
	text-align: right;
	margin-top: 40px;
}
#photogallery .contents-area .contents-item02{
	margin-top: 20px;
}
#photogallery .contents-area .contents-item02 img{
	width: 240px;
}
#photogallery .contents-area .contents-item01 .gallery-insta{
	position: relative;
	top: 4px;
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
	#photogallery #section01 {
	margin-top: 220px;
	}
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
	#photogallery .contents-area{
		text-align: center;
	}
}