@charset "UTF-8";
/* ***********************************************************************************************

                                             album/index.css

*********************************************************************************************** */
/* 活動アルバムページ用CSS */

h2#headAlbum{
	background:url(images/head_album.jpg) no-repeat;
	margin-top:20px;
}
.tblAlbum{
	margin-left:15px;
	margin-right:24px;
	margin-bottom:40px;
}
.tblAlbum caption{
	display:none;
}
.tblAlbum td{
	padding:10px 10px;
	line-height:18px;
	border: 1px dotted #999999;
	text-align:center;
	vertical-align:top;
	width:200px;
}
.tblAlbum p{
	text-align:left;
	line-height:150%!important;
}
.noBorder{
	border:none!important;
}
