<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*--------------------------------------
  STRUCTURE
---------------------------------------*/
body {
	color: #000000;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}


	/* inner
	##################################### */

	div#contents {
		position: relative;
		width: 1000px;
		margin: 40px auto 0;
	}

	div#contents-inr {
		position: relative;
		width: 1000px;
		/*height: 1106px;*/
		overflow: hidden;
		/*margin: 0 0 110px 0;*/
	}


	div#main-intro {
		/*position: absolute;*/
		/*top: 0;*/
		/*left: 95px;*/
		margin: 0 0 60px 95px;
		float: left;
		overflow: hidden;
		width: 650px;
		height: 1210px;
		/*background: url(../img/intro.png) 0 0 no-repeat ;*/
	}

	div#main-intro .text {
		overflow: hidden;
		 text-indent: 100%;
		 white-space: nowrap;
		 color: #ffffff;
	}
	div#main-intro .ttl-intro-story {
		position: relative;
		width: 650px;
		height: 44px;
		margin-bottom: 20px;
		overflow: hidden;
		 text-indent: 100%;
		 white-space: nowrap;
		background: url(../img/ttl_intro_story.png) 0 0 no-repeat;
	}

	/* topbtn */
	/*.scroll2top { display: table-cell; width: 193px; height: 136px; z-index: 10; color: #fff; background-color: #dfe1e1; background:url(../../../img/scrolltop_zyuoh.png) center top no-repeat;}
*/
</pre></body></html>