@charset "UTF-8";
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body{
text-align:center;
background-color:#ffffff;
overflow-y:auto;
}
#menu {
	top: 55px;
}

#wrapper{
	width: 1280px;
	margin: 0 auto;
	border:1px solid #ffffff;
	text-align:center;
	height: 836px;
}
/* basic layout
---------------------------------------*/

a img {
	border-style: none;
}
a:active {
	position: relative;
	left: 1px;
	top: 1px;
}



/* link style
-------------------------------------- */

#header {
	height: 194px;
	width: 1280px;
}
#menu {
	height: 18px;
	width: 800px;
	position: relative;
	left: 320px;
}
#menubody {
	position: absolute;
	z-index: auto;
	width: 800px;
}
#menubody ul {
	height: 17px;
	width: 76px;
	position: relative;
	float: left;
	margin-left: 40px;
}
#menubody li .contact {
	position: relative;
	top: 2px;
	left: 3px;
}
#menubody li .biography  {
	position: relative;
	top: 5px;
	left: 5px;
}
#menubody li .links {
	position: relative;
	top: 3px;
	margin-left: 40px;
}
#menubody li .nav {
	float: left;
	height: 18px;
	width: 76px;
	overflow: hidden;
	margin-left: 50px;
	left: -7px;
	margin-top: 5px;
}
#menubody li .nav li {
	line-height: 18px;
	height: 18px;
	text-align: left;
}
#menubody.nav li:hover{background: #333; cursor: pointer;}

#menubody .nav li{
	float:none;
}

#header #logo3 {
	height: 16px;
	width: 84px;
	position: relative;
	left: 61px;
	top: 61px;
}
#header #logo2 {
	top: 60px;
	position: relative;
	height: 29px;
	width: 161px;
	left: 60px;
}
/*-------------------------------*/

#landscapemain{display:none;}
#loaderImage{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-30px;
}

/*--------------------------------------------*/

#main {
	height: 500px;
	width: 1280px;
}
#main #upper_logo {
	position: relative;
	width: 48px;
	left: 238px;
	bottom: 37px;
}

#main #upper_line {
	position: relative;
	bottom: 33px;
}

#main #under_line {
	position: relative;
	top: 225px;
}

#main #address {
	width: 1280px;
	height: 11px;
	top: 480px;
	position: relative;
	left: 0px;
}
#main .landscapemain ul li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	margin-left:0;
	border-left-style: none;
}
#main .landscapemain {
	width: 800px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
	top: 85px;
}

	
#address {
	position: relative;
	left: 1029px;
	bottom: 135px;
	width: 190px;
	height: 10px;
}
#footer {
	height: 140px;
	width: 50px;
	left: 1166px;
	position: relative;
	top: 20px;
}

/*---------imagelightbox------*/

#imagelightbox
{
    position: fixed;
    z-index: 9999;
}


/*----------------------------*/

/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .25 ); /* 50 */
		}


		

		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .92 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}


#viewall{
	color: #FFF;
	margin: 0 auto;
	width: 56px;
	height:13px;
	font-size: 15px;
	padding:5px 0;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	left: 355px;
	bottom: 277px;
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;

    }
 
    #overlay{
	float: center;
	display:none ;
	height:100%;
	width: 100%;
	z-index: 2;
	bottom: 830px;
	text-align: center;
	position: relative;
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .1 );
    }
 
    #text{
        font-size: 40px;
        color: #eee;
        padding-top: 0px;
        vertical-align: middle;
        font-weight: bold;
		
    }
 
    #close{
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .1 );
	
	z-index: 1;
	position: fixed;
	margin: auto;
	
	padding:;
	border-radius: 3px;
	cursor: pointer;
	bottom: 0px;
	min-height: 100%;
	min-width: 100%;
	right: 0px; 
    }


/*----------index.htmlのcssここから-------------*/




#thumbnail {
	float: center;
	width: 1280px;
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .92 );
	text-align:center;
	height: auto;
	padding-top: 100px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 100px;	
}

#thumbnailbox {
float: center;

width: 960px;
background-color: #fff;
	    background-color: rgba( 255, 255, 255, .8 );
	margin: 0 auto;
	border:1px solid #ffffff;
	text-align:center;
	height: auto;
	overflow-y:auto;

}





#thumbnail ul {

	float: center;
}


#thumbnail ul li {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:15px;
	margin-right:15px;
	border-left-style: hidden;
	display: inline-block;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 2;
	
	}
	
	
#thumbnail li span {
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .0 );
	display: block;
	width: 100%;
	height: 100%;

}


#thumbnail li {
	display: inline-block;
	position: relative;
	
}

#thumbnail li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 1.125em rgba( 0, 0, 0, .15 ); 
	-webkit-box-shadow: 0 0 1.125em rgba( 0, 0, 0, .16 ); 
}


#thumbnail li {
	width: 130px;
	height: 130px;
	margin-left: 34px;
	margin-bottom: 34px;
	line-height: 130px;
}




/*----------index.htmlのcssここまで--------------*/
