﻿@charset "UTF-8";
@font-face{
	font-family: "segoeui";
	src:url("segoeui.ttf") format("truetype");
}
body{background: url(../../common_styles/v730bg.jpg);}
#page-header{
	position:fixed;
	height:80px;
	width:100%;
	opacity:1;
	background:url(../../common_parts/overlay30.png);  //#000033;
	z-index:10;
}
.cmb_1{
	position:absolute;
	top:66px;
	left:14px;
	z-index:100;
	width:200px;
	//height: 44px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-transition-property:background;
	-webkit-transition-duration:300ms;
	transition-property:background;
	transition-duration:300ms;
	background:#dcdcdc;  //transparent; 
}
.cmb_1 p{
	text-align:center;
	font-size: 1.2em;
	line-height:1.2em
	font-weight:normal;
	color: #000000; 
	font-family: segoeui;
	text-decoration:none;
}
.cmb_1:hover{background:#99bbff;}
/*
 Page main
*/
.page-main {
	position:absolute;
	//left:6%;
	margin-left:2%;
	padding: 148px 0 0 28px;
	//padding-top: 148px ;
	width:98%;  //90%;
	opacity:1;
	z-index:1;
}
.htitle{
	position:absolute;
	top:0px;
	right:24px;
	//width:320px;
	text-align:left;
	font-size: 1.8em;
	font-weight:normal;
	color: #ffffff; 
	font-family: segoeui;
	text-decoration:none;
	overflow-x:hidden;
}	
.copyright{
	position:relative;
	width:100%;
	font-family: segoeui;
	font-size : 1.2em;
	line-height : 1.2em;
	font-style:normal;
	color:#cccccc;
	text-align:center;
}
/*
 Gallery
*/
.gallery {
	left:5%;
	width:90%;
	//margin-top: -20px;
	// padding: 0;
}
.gallery-item {
	list-style: none;
	text-decoration:none;
	margin:0 0 40px 0;
	//margin-bottom: 40px;
	z-index:10;
}
.gallery-item.is-loading {opacity: 0;}
.gallery-item a, .gallery-item button{
	position:relative;
	display: block;  
	width:230px;
	height:400px;
	text-decoration:none;
	border:1px solid #ececec;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px; //7px 7px 7px 7px;
	border-radius: 6px 6px 6px 6px; //7px 7px 7px 7px;
	-webkit-transition-property:background;
	-webkit-transition-duration:300ms;
	transition-property:background;
	transition-duration:300ms;
	background:#dcdcdc;  //url(../../common_parts/overlay30.png);
}
.gallery-item p.title{
	font-size: 1.2em;
	font-weight:normal;
	color: #000000; 
	font-family: segoeui;
	text-decoration:none;
}
.gallery-item button img{width:100%;}
.gallery-item button:hover{background:#99bbff;}

/*
 filter  (select combo box) 
*/
.filter-form {position:absolute;top:48px;left:56px;}
.filter-form select{
	font-size: 2em;
	font-weight:normal;
	color: #ffffff; 
	font-family: segoeui;
	background:transparent;
}
.filter-form select option{color: #000000;}

/*
 load more button
*/
.load-more {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(230, 230, 230);
	display: block;
	padding: 1em 0;
	width: 100%;
	margin-top: 10px;
}


/*
 jQuery UI helper
*/
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*サイドバー*/

#sidebar01{
	background: url(../../common_parts/overlay30.png);
	width: 560px;
	height: 100%;
	top: 0;
	left: -560px;
	border:none;
	position: fixed;
	z-index:100;
}
#sidebar01 .sidebar_trigger {
	background: url(../../common_parts/overlay30.png);
	display: block;
	position: absolute;
	top: 150px;
	left: 560px;
	width: 92px;
	height: 264px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000; //none;
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
	opacity:0.7;
	z-index:100;
}
.navi_button{
	//position: relative;
	left:70px;
	width: 170px;
	height: 44px;
	margin: 4px 0px 4px 12px;
	background:transparent; //#2244aa;
	z-index:100;
}
.DA{opacity:0;}
.navi_button:hover{background:#6688ee;}
.navi_button p{
	font-family: segoeui;
	font-size : 12pt;
	line-height:0pt;
	font-style:bold; //normal;
	color:#ffffff;
}
/*サイドバーここまで*/

