@charset "utf-8";
/* CSS Document */

@import "common.css";

#container #content #right_content h5{
	background-image:url(../img/gallery/event_title_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	width:633px;
	margin-top:40px;
	text-indent:20px;
	line-height:28px;
	font-size: 17px; 
	font-size: 1.7rem;
	font-weight:normal;
}

#container #content #right_content h5 span{
	float:right;
	font-size: 12px; 
	font-size: 1.2rem;
}

#container #content #right_content #access{
	width:607px;
	border:#bfbebe solid 3px;
	padding:10px;
	margin-top: 20px;
}

#container #content #right_content #access p{
	float:left;
}

#container #content #right_content #access img{
	float:right;
}




/*galley*/
div.gallery {
	position:relative;
	width:633px;
	height:316px;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:#e4e2e1 solid 1px;
	padding-bottom:40px;
}

#view,
#view02 {
	position: absolute;
	width:475px;
	height:316px;
	top:0;
	left:0;
	overflow:hidden;
}

#container #content #view p,
#container #content #view02 p {
	position: absolute;
	padding:0;
	margin:0;
	top:0;
	left:0;
}

#thumbBtn,
#thumbBtn02 {
	position:absolute;
	top:0px;
	right:0px;
	width:154px;
}

#thumbBtn li,
#thumbBtn02 li {
	padding: 0 0 2px 0px;
	margin-right:2px;
	float:left;
	text-align:right;
	width: 150px;
	cursor:pointer;
	
}

#thumbBtn li.active,
#thumbBtn02 li.active02 {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

#thumbBtn li img ,
#thumbBtn02 li img{
	border: solid 2px #D8D8D8;
}

/* 2015 鈴乃屋きものギャラリー追加 */

#container #content #right_content .right {
	text-align: right;
}

#container #content #right_content .right a {
	color: #A9111E;
}

#container #content #right_content p.right a:hover {
	color: #A9111E;
	text-decoration: underline;
}

.mb70 {
	margin-bottom: 70px;
}
.mt25 {
	margin-top: 28px;
}