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

/*
------------------------------------------------
Gloval Reset
------------------------------------------------*/
html { height: 100%; }
body { font-size:1em; color:#000; line-height:1.2; height: 100%; font-family: Helvetica, Arial, sans-serif;  /*overflow:hidden;*/ }


/*
------------------------------------------------
Margin SET
------------------------------------------------*/

.mb5 {margin-bottom: 5px;}.mb10 {margin-bottom: 10px;}.mb15 {margin-bottom: 15px;}.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}.mb30 {margin-bottom: 30px;}.mb35 {margin-bottom: 35px;}.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}.mb50 {margin-bottom: 50px;}.mb55 {margin-bottom: 55px;}.mb60 {margin-bottom: 60px;}

.center {
	text-align:center;
}
/*---------  Other Set  --------------*/

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


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

.clear {
clear:both;
}
.centertext {
	text-align: center;
}
/*
------------------------------------------------
Body
------------------------------------------------*/

body{ background-color:#000; color:#ccc;}

.topImage { text-align:center; }

/*
------------------------------------------------
Common　Layout
------------------------------------------------*/


header h1 {
	text-align: center;
	padding-top:20px;
}

h2 {
	font-size:140%;
	text-indent:1.5em;
	text-shadow: 0px 0px 10px #ccc;
	margin-bottom:10px;
	color:#fff;
}
nav {
	padding-top:3px; padding-bottom:20px;
}

nav ul { 
	width:100%;
}
nav ul li {
	background:#181818 url(../img/arrow.png) no-repeat right center;
	width:100%;
	border-bottom:2px ridge #3E3E3E;
	line-height:3em;
	text-indent:2.3em;
	font-weight:bold;
}
nav ul li a {
	display:block;
	color:#ccc;
	text-shadow: -1px -1px 0 rgba(150, 150, 180, 0.3);
	width:100%;
}
footer {
	padding-bottom:30px;
}
#pcLink {
	text-align:center;
	clear:both;
}
#pcLink a {
	color: #fff;
}
#btnTop {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
	width: 7em;
	font-size:85%;
	text-align:center;
	float:right;
	margin-right:10px;
	margin-bottom:20px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration:none;
}
#copyRight {
	width:100%;
	text-align:center;
	padding-bottom:20px;
	clear:both;
}
section {
	margin-top:20px;
}
/*
------------------------------------------------
Top　Layout
------------------------------------------------*/
.topImage { text-align:center; }
/*
------------------------------------------------
Works　Layout
------------------------------------------------*/
.worksArea {
	margin-top:20px;
	margin-bottom:20px;
	margin:0 auto;
}
.worksArea .box {
	margin-bottom:20px;
}
.worksArea p {
	width:90%;
	padding-bottom:15px;
	margin:0 auto;
}
.worksArea .img_box {
	margin-bottom:15px;
	width:100%;
	text-align:center;
}
.worksArea ul.item {
	color:#FFF;
	padding:5px;
	border:#CCC solid 1px;
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
}
.worksArea ul.item li {
	padding-right:7px;
	float:left;
}
/*
------------------------------------------------
Company　Layout
------------------------------------------------*/
.comData {
	margin-top:20px;
	margin-bottom:20px;
}
.comData dl {
	margin:0 auto;
	width:90%;
}
.comData dl {
	margin-bottom:10px;
}
.comData dd {
	padding-left:1.5em;
	margin-bottom:25px;
}
.comData a {
	color:#FFF;
}
/*
------------------------------------------------
Access　Layout
------------------------------------------------*/
.accessArea {
	background:#404040;
	border-radius: 10px;
	margin:10px 10px 20px 10px;
	padding:15px 15px 15px 15px;
}
.accessArea p {
	padding-bottom:20px;
}
.accessArea p#btnMap {
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#6E6E6E), to(#5D5D5D)) #000000;
	text-align:center;
	margin:0 auto;
	padding-bottom:0px;
	margin-bottom:20px;
	width:250px;
}
.accessArea #btnMap a {
	text-shadow: -1px -1px 2px #000;
	display: block;
	padding:15px;
	color: #E0E0E0;
	text-decoration:none;
	font-size:125%;
}
</pre></body></html>