@charset "utf-8";
/* CSS Document */
body,td,th {

}
html {
	height: 100%;
	min-height: 100%;
}
body {
	margin: 0;
	height: 100%;
	background-color: #000;
	background-image: url(url(url(url())));
	overflow-x : hidden;
	background-attachment: fixed;
  }
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a.stay,a:visited.stay{
	color: #C60;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute;
  top: 0;
  -webkit-transition: top 500ms ease;
  transition: top 500ms ease;
}

.jspVerticalBar {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%; }

.jspVerticalBar:after {
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #999;
	opacity: 0.5;
	filter: alpha(opacity=50);
	top: 0;
	right: 2px;
	z-index: 0;
	content: "";
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; }


.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  position: relative; }

.jspDrag {
	width: 4px;
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	top: 0;
	left: -3px;
	z-index: 5;
	cursor: pointer;
	background-color: #C9C9C9;

	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.jspDrag:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.jspDragTop,
.jspDragBottom {
	width: 4px;
	height: 4px;
	overflow: hidden;
	position: absolute;
	left: 0;
}

.jspDragTop:before,
.jspDragBottom:before {
	border: 2px solid #000;
	position: absolute;
	left: 0;
	content: "";
}

.jspDragTop {
	background-color: #c9c9c9;
	top: 0;
}

.jspDragTop:before {
	border-bottom-color: #c9c9c9;
	top: -2px;
}

.jspDragBottom {
	background-color: #c9c9c9;
	bottom: 0;
}

.jspDragBottom:before {
	border-top-color: #c9c9c9;
	bottom: -2px;
}


.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-color: #666;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar {
	opacity: 0;
	filter: alpha(opacity=0);
}

.jspVerticalBar.fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 800ms ease;
	transition: opacity 800ms ease;
}

.jspVerticalBar .jspArrow {
  height: 16px; }
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }


* html .jspCorner {
  margin: 0 -3px 0 0; }






#topterritory {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	position: relative;
	display:none;
}


/* 透明にするメニューバーの透明度設定や、高さはheightで設定 */
#topterritory:before {
	width: 100%;
	height: 135px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "";
}

#menubar {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #FFF;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 100%;
	height: 100px;
	padding-bottom: 20px;
	padding-top: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#menubar a:link ,
#menubar a:visited {
	color:#FFF;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	-webkit-transition: color 1000ms ease;
	transition: color 1000ms ease;
}
#menubar a:hover {
	color: #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	-webkit-transition: color 1000ms ease;
	transition: color 1000ms ease;
}


#main_top {
	height: 420px;
	color: #FFF;
	padding-left: 100px;
	position: absolute;
	top: 35%;
	left: 0;
	overflow: hidden;
}

#main_top:after {
	width: 350px;
	height: 100%;
	background-color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	content: "";
}

#main_top_box {
	width: 350px;
	position: relative;
	z-index: 1;
}

#main_top_title {
	height: 40px;
	width: 350px;
}

#main_top_inline_contents {
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	color: #FFF;
	overflow: hidden;
	height: 350px;
	width: 350px;
	line-height: 22px;
	white-space: nowrap;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.top_contents_title {
	color: #4196B6;
}

.touchDevice #main_top_inline_contents {
	overflow: auto;
}



#main_gallery {
	margin: auto;
	width: 1000px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#main_gallery_title {
	height: 40px;
	width: 1000px;
	text-align: center;
}


#main_gallery_inline_contents {
	color: #FFF;
	width: 1000px;
	line-height: 1;
	height: 400px;
}

#main_gallery_inline_contents table {
	line-height: 1;
}

/* ボタンのサイズ設定と周りの枠設定 */
#main_gallery_inline_contents table .img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 182px;
	height: 250px;
	border: 1px solid #666;
	overflow: hidden;
	position: relative;
}

#main_gallery_inline_contents table .img .photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);

	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* ボタンロールオーバーの拡大設定と透明度設定 */

#main_gallery_inline_contents table .img:hover .photo {
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.touchDevice #main_gallery_inline_contents table .img:hover .photo {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

#main_gallery_inline_contents table .img .text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}




#main_graduate {
	height: 420px;
	color: #FFF;
	padding-left: 100px;
	position: absolute;
	top: 35%;
	left: 0;
	overflow: hidden;
}

#main_graduate:after {
	width: 400px;
	height: 100%;
	background-color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	content: "";
}

#main_graduate_box {
	width: 400px;
	position: relative;
	z-index: 1;
}

#main_graduate_title {
	height: 40px;
	width: 400px;
}

#main_graduate_inline_contents {
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	color: #FFF;
	overflow: hidden;
	height: 380px;
	width: 400px;
	line-height: 22px;
	white-space: nowrap;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.graduate_contents_title {
	color: #4196B6;
}

.touchDevice #main_graduate_inline_contents {
	overflow: auto;
}









/*videochenge*/
.disnon {
  display: none;
}
.content_wrap {
}
