/*
	gallery/index.html
	update 2018-08-08

---------------------------------------------------------*/
.galleryH101{
	border: none;
	margin: 10px 0;
	padding: 0px 0px 0px 10px;
	position: relative;
	border-top: 5px solid #927500;
	border-bottom: 1px solid #052d5d;
}

.galleryH101 span{
	display: block !important;
	width: 95%;
	line-height: 40px;
	font-size: 105%;
	font-weight: bold;
}

.btn_rss_gallery {
	width:50px;
	height:40px;
	border-left: 1px solid #ccc;
	position: absolute;
	top: 25px;
	right: 0;
}
	.btn_rss_gallery a{
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.btn_rss_gallery img{
		width:13px;
		height:auto;
		margin:13px 0px 0px -10px;
	}



.galleryBoxList01{
	width:100%;
	box-sizing:border-box;

}

.galleryBoxList01 li{
	width:95%;
	box-sizing: border-box;
	border:10px solid #eee;
	margin: 0px auto 10px;
	padding: 15px;
}

div.text{
	font-weight: bold;
	margin-top:10px;
}

	div.text a{text-decoration: none;}
	
	div.text a:hover{text-decoration: underline;}

p.date{
	box-sizing: border-box;
	text-align: right;

}

.text p:before{
	content: url(/common/img/ico-arrow04-2.png);
	width: 4px;
	height: 5px;
	margin-right:3px;
	position: relative;
	left:-3px;
}


p.image img{
	width:100% !important;
	height: auto;
}

