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

#mvbg{
	width: 100%;
	height:100%;
	position: absolute;
	background-image:url(../images/about/mv.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	top:0;
	left:0;
	z-index:1;
	}
#mv h1{
	position: absolute;
	top:54px;
	right:50%;
	margin-right:-500px;
	z-index:11;
	}
#mv h2{
	position: absolute;
	top:138px;
	right:50%;
	margin-right:-500px;
	text-align:right;
	z-index:11;
	}
#mv #history{
	position: absolute;
	top:180px;
	right:50%;
	margin-right:-500px;
	text-align:right;
	font-size: 16px;
	z-index:11;
	}
#mv #name{
	position: absolute;
	bottom:50px;
	right:50%;
	margin-right:-500px;
	text-align:right;
	z-index:11;
	}

#about .box{
	margin:94px auto;
	}
#about .box p{
	margin-bottom: 1em;
	letter-spacing:1.5pt;
	}
#company{
	width: 100%;
	margin:0 auto;
	padding-top: 30px;
	}
#company &gt; table{
	width: 1000px;
	margin:0 auto 30px;
	}
#company table th{
	padding-right: 60px;
	}
#company table td{
	padding-right: 100px;
	padding:8px 100px 8px 0;
	}
#company table td:last-child{
	padding-right:0px;
	}
#company #gmap{
	margin-bottom: 94px;
	}

</pre></body></html>