@CHARSET "UTF-8";

.rg-gallery{
	height: 570px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.rg-image-wrapper{
	position:absolute;
	width:640px;
	top:0;
	laeft:0;
	padding:0;
	text-align:center;
	background:#101125;
}


a.btn_wide {
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:1.2;
	padding: 3px 6px 3px 6px;
	font-weight: normal;
	font-size:10px;
	text-decoration:none;
	text-align: center;
	color: #000;
	background-color: #999;
	cursor: pointer;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	display:inline-block;
	margin-left:10px;
	position:absolute;
	top:440px;
	left:608px;
	z-index:1000;
	color:#000;
}
a:hover.btn_wide {
	background-color: #ccc;
	cursor: pointer;
	border:none;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	color:#000;
}





/*--------------------------------メインイメージ--------------------------------*/
.rg-image-photo-wrapper{
	position:relative;
	width:100%;
	top:0;
	left:0;
	padding:0 0 0 0;
	text-align:center;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
	width: 100%;
}
/*
.rg-image img{
	width:640px;
}
*/



/*--------------------------------画像操作矢印--------------------------------*/

.rg-image-nav a{
	position:absolute;
	top:50%;
	margin-top:-10px;
	left:-20px;
	width:20px;
	height:20px;
	text-indent:-9000px;
	cursor:pointer;
     filter:alpha(opacity=25);
     -moz-opacity:0.25;
     -khtml-opacity: 0.25;
	opacity:0.25;
	outline:none;
	z-index:1500;
		background-image:url(../img/arrownav.png);
		background-repeat:no-repeat;
		background-position:0 0;
}
.rg-image-nav a.rg-image-nav-next{
	right:-20px;
	left:auto;
		background-position:right 0;
}
.rg-image-nav a:hover{
     filter:alpha(opacity=100);
     -moz-opacity:1;
     -khtml-opacity: 1;
     opacity:1;
}


/*--------------------------------キャプション--------------------------------*/
.rg-caption {
	margin:0px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10000;
	width:100%;
	color:#000;
	padding:15px;
	background-color:#161834;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity:0.65;
}



.rg-caption p{
	line-height:16px;
	padding:0;
	text-transform:uppercase;
	text-align:left;
	color:#fff;
}





.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	border:1px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background: url(../img/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}



/*--------------------------------サムネール--------------------------------*/

.rg-thumbs{
	padding: 0;
	margin-bottom:10px;
	position:relative;
	top:420px;
	left:0px;
	width:640px;
}
.rg-thumbs .mds{
	margin:0 0 10px 0;
	font-size:1em;
}


.es-carousel-wrapper{
	padding: 0 20px;
	position:absolute;
	top:25px;
	left:-20px;
	width:640px;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
	width:600px;
}
.es-carousel ul li{
	overflow:hidden;
	margin:0 20px 0 0;
	float:left;
	display:block;
	position:relative;
}
.es-carousel ul li a{
	width:110px;
	display:block;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li a img{
	display:block;
	width:100px;
	padding:0px;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	border:none;
	background-color: #000;
	padding:4px;
	border:#333 solid 1px;
}

.es-carousel ul li a img:hover{
	display:block;
	width:100px;
	padding:0px;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border:none;
	background-color: #000;
	padding:4px;
	border:#333 solid 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.es-carousel ul li.selected a img{
	display:block;
	width:100px;
	padding:0px;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border:none;
	background-color: #111;
	padding:4px;
	border:#999 solid 1px;
}


.es-carousel ul li span.new,
.es-carousel ul li.selected span.new {
	position:absolute;
	top:2px;
	left:2px;
	width:24px;
	height:0px;
	padding:24px 0 0 0;
	display:block;
	overflow:hidden;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	background-color:#999;
	z-index:1800;
	background:url(../img/new.png) no-repeat 0 0;
}



/*--------------------------------サムネール矢印--------------------------------*/

.es-nav span{
	position:absolute;
	top:50%;
	left:0px;
	width:20px;
	height:20px;
	margin-top:-10px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.25;
	z-index:1700;
		background-image:url(../img/arrownav.png);
		background-repeat:no-repeat;
		background-position:0 0;
}
.es-nav span.es-nav-next{
	right:0px;
	left:auto;
	background-position:top right;
		background-position:right 0;
}
.es-nav span:hover{
     filter:alpha(opacity=100);
     -moz-opacity:1;
     -khtml-opacity: 1;
     opacity:1;
}





/*------------------ メインイメージワイド ---------------------*/



#wrapperwide {
	width: 940px;
	margin: 0 auto 30px;
}

#wrapperwide #sidemenu {
	margin: 650px 0 0 0;
	width: 250px;
	float: right;
	overflow: hidden;
}


#wrapperwide .rg-gallery{
	height: 780px;
}

#wrapperwide .rg-image-wrapper{
	width:940px;
}

#wrapperwide .rg-image img{
	width:940px;
}

#wrapperwide .rg-thumbs{
	top:620px;
}


#wrapperwide a.btn_wide {
	top:640px;
}

.rel_photo_list {
	list-style-type: none;
}
.rel_photo_list li {
	float: left;
	display: block;
	width:213px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
}
.rel_photo_list li a {
	margin: 0 0 0 0;
	text-align:left;
	padding: 2px;
	width:209px;
	height:60px;
	display: block;
	overflow:hidden;
	background-color:#ccc;
	color:#000;
	position:relative;
}
.rel_photo_list li a:hover {
	background-color:#F1F1F1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color:#000;
}
.rel_photo_list li a img.new {
	position:absolute;
	top:3px;
	left:3px;
	width:24px;
	height:24px;
	display:block;
}
.rel_photo_list img {
	display: block;
	width: 90px;
	float:left;
}

.rel_photo_list .ttl {
	float:right;
	width:116px;
	height:18px;
	overflow:hidden;
	display: block;
	font-weight:bold;
	margin-bottom:2px;
	font-size:12px;
	line-height:1.4;
}

.rel_photo_list .comment  {
	float:right;
	width:116px;
	font-size:10px;
	line-height:1.4;
	height:40px;
	overflow:hidden;
	display: block;
}

#gallery-ad {
	position: absolute;
	left: 0;
	top: 0;
}

#gallery-ad div.box {
	margin-bottom: 25px;
	border:1px solid #3D4063;
	overflow:hidden;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
	background-color:rgba(0, 0, 0, 0.8);
	font-size:1.2em;
	line-height:1.5em;
	color:#fff;
}

#gallery-ad div.box .adarea {
	padding:50px 60px;
}

#gallery-ad div.box h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.3em;
	padding:0 0 10px;
	margin:0;
}

#gallery-ad div.box .boxlink_area {
	padding:15px 0 0;
}

#gallery-ad div.box .boxlink_area a {
	padding:5px 15px;
	background:#F43E00 url(../img/bg_boxlink.gif) 0 center repeat-x;
	color:#fff;
	text-decoration: none;
	font-size:0.8em;
	line-height:2.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#gallery-ad div.box .boxlink_area a:hover {
	background:#F43E00;
}

.rel_photo_list {
	list-style-type: none;
}
.rel_photo_list li {
	float: left;
	display: block;
	width:213px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
}
.rel_photo_list li a {
	margin: 0 0 0 0;
	text-align:left;
	padding: 2px;
	width:209px;
	height:60px;
	display: block;
	overflow:hidden;
	background-color:#161834;
	color:#fff;
	position:relative;
}
.rel_photo_list li a:hover {
	background-color:#25295A;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color:#fff;
}
.rel_photo_list li a img.new {
	position:absolute;
	top:3px;
	left:3px;
	width:24px;
	height:24px;
	display:block;
}
.rel_photo_list img {
	display: block;
	width: 90px;
	float:left;
}

.rel_photo_list .ttl {
	float:right;
	width:116px;
	height:18px;
	overflow:hidden;
	display: block;
	font-weight:bold;
	margin-bottom:2px;
	font-size:12px;
	line-height:1.4;
}

.rel_photo_list .comment  {
	float:right;
	width:116px;
	font-size:10px;
	line-height:1.4;
	height:40px;
	overflow:hidden;
	display: block;
}