@charset "utf-8";

<style type="text/css">
/*--- CSSは設置ページ合わせて自由に編集ください --*/
/*---------------------------------
	        Base CSS 
---------------------------------*/
body,ul{ 
	margin:0;padding:0;list-style:none;
}

/* 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; }

/*---------------------------------
	      Pager style
---------------------------------*/
.pager_link {
    text-align: center;	/*文字をセンタリング*/
}
/*ページャーボタン*/
.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 5px;
}
/*現在のページ、オーバーボタン*/
.pager_link a.current,.pager_link a:hover{
    background: #999;
    color: #FFFFFF;
}
.overPagerPattern{
	padding:0 2px ;	
}

#gallery_wrap {
    text-align: center;	/*文字をセンタリング*/
}

#gallery_list .list {
	position: relative;
	width: 24%;		/*幅*/
	margin: 0.5%;	/*外側に空けるスペース*/
	float: left;	/*左に回り込み*/
	background: #000;	/*背景色*/
}

/*画像*/
#gallery_list .list img {
img {
	opacity: 0.7;	/*透明度。50%色がついた状態。*/
}
/*マウスオン時の画像*/
#gallery_list .list a img:hover {
	opacity: 1;		/*透明度。100%色がついた状態。*/
}

/*タイトル*/
#gallery_list .list span {
	position: absolute;
	bottom: 10px;		/*下から10pxの場所に配置*/
	left: 0px;			/*左から0pxの場所に配置*/
	width: 90%;		/*幅*/
	padding: 5px 5%;		/*余白*/
	font-size: 10px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	display: none;		/*デフォルトでは非表示にしておく*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は70%色がついた状態のこと。*/
	color: #fff;	/*文字色*/
}
/*マウスオン時*/
#gallery_list .list:hover span {
	display: block;	/*表示させる*/
}

#gallery_list a.photo{
	width:180px;
	height:135px;
	margin:0 auto;
	overflow:hidden;
	display:block;
}

/*---------------------------------
	       /Base CSS 
---------------------------------*/
</style>
