@charset "utf-8";

/* /about/gallery/index.html
   update: 2018-08-07
---------------------------------------------------------- */
.galleryH101 {
	background: none;
	padding: 5px 0 0;
	margin: 0 0 10px;
	*margin:0;
	*zoom: 1;
}
.galleryBoxList01 {
	overflow: hidden;
	width: 710px;
	margin: 0 0 30px;
}
	.galleryBoxList01 ul {
		margin: -1px 0 0;
		width: 715px;
		display: block;
		min-height: 1%;
	}
	.galleryBoxList01 ul:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
		.galleryBoxList01 ul li {
			float: left;
			margin: 1px 1px 0 0;
			padding: 15px 15px 10px;
			border: 10px solid #eff3f4;
			width: 305px;
		}
			.galleryBoxList01 ul li .image {
				margin: 0 0 15px;
				text-align: center;
			}
				.galleryBoxList01 ul li .image a:hover img {
					filter: alpha(opacity=70);
					-moz-opacity: 0.7;
					opacity: 0.7;
				}
			.galleryBoxList01 ul li .text {
				background: url(/common/img/ico-arrow04-2.png) no-repeat left 0.8em;
				padding: 0 0 0 10px;
			}
				.galleryBoxList01 ul li .text a {
					text-decoration: none;
					font-weight: bold;
				}
				.galleryBoxList01 ul li .text a:hover {
					text-decoration: underline;
				}
			.galleryBoxList01 ul li .date {
				text-align: right;
				font-size: 86%;
			}

/* !gallery
---------------------------------------------------------- */
	.btn_rss_gallery {
		overflow:hidden;
		*zoom:1;
		top: -20px;
		position:relative;
	}
	.btn_rss_gallery p {
		float:right;
	}