@charset "utf-8";

/*--- CSSは設置ページ合わせて自由に編集ください --*/
/*---------------------------------
	        Base CSS 
---------------------------------*/
body,ul{ 
	margin:0;padding:0;list-style:none;
}
img{border:0}
/* clearfix(削除不可) */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

#gallery_wrap {
	width:100%;
	margin:0 0 0 20px;
}
#gallery_list li{
	width:170px;
	height:200px;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	float:left;
	margin:0 15px 15px 0;
	overflow:hidden;
	padding:5px 0 0 0;
	text-align:center;
	font-size:90%;
}
#gallery_list a.photo{
	width:180px;
	height:180px;
	margin:5px auto 0;
	overflow:hidden;
	display:block;
}
/*---------------------------------
	       /Base CSS 
---------------------------------*/

/*---------------------------------
	      Pager style
---------------------------------*/
.pager_link{
	text-align:right;
	padding:10px;
}
/*ページャーボタン*/
.pager_link a {
    border: 1px solid #aaa;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページ、オーバーボタン*/
.pager_link a.current,.pager_link a:hover{
    background: #999;
    color: #FFFFFF;
}
.overPagerPattern{
	padding:0 2px ;	
}
/*---------------------------------
	      /Pager style
---------------------------------*/

@media only screen and (max-width:750px){

}



/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width:644px){
#gallery_wrap {
    width: 100%;
}
#gallery_list li {
    width:43%;
    margin: 0 10px 35px 0; 
    overflow: hidden;
    text-align: center;
    font-size: 90%;
}
#gallery_list a.photo {
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
.clearfix{
    width: 98%;
    margin: auto;
}


/*
section.content img {
    width: 90%;

}
}*/
/*
#lightbox-container-image-box {
    width: 100%;
    height: 100%;
}
#lightbox-image {
    width:80%;
}*/
}

