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

/*タイトル
-----------------------------------------*/
section#indexContent {
margin: 80px 10px 0 10px;
position:  relative;
border-radius: 10px;
padding: 20px;
background:  #F1CA2E;
color:　#FFF;
}
body#page-content #miindexContent:after {
content: "";
display: block;
clear: both;
}
body#page-content section#indexContent &gt; header{
	position: absolute;
	top: -60px;
	left: 20px;
}
body#page-content section#indexContent &gt; p {
	position: absolute;
	top: 10px;
	left: 150px;
}


/*サイドメニュー
-----------------------------------------*/

#menu {
	margin: 30px 10px 0 10px;
	float:left;
	width:230px;
}

#menu .menuTitle01 {
	margin:0;
	padding:0px 10px;
	color:#063;
	background:#F1CA2E;
	border:solid 1px #F1CA2E;
	font-size:123.1%;
	height:40px;
	line-height:40px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	behavior:url("border-radius.htc");
}

#menu .menuList01  {
	border-style:solid;
	border-width:1px;
	border-color:#F1CA2E;
	background-color:rgb(255,255,255);
	list-style:none;
	margin:0 0 20px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
}

#menu .menuList01 ul {
	margin:0 0 20px;
	padding:0;
}

#menu .menuList01 ul li {
	margin:0px 12px;
	padding:0 0 0 30px;
	list-style:none;
	border-bottom:#DCDCDC solid 1px;
	background:url(../img/arrow-right.png) no-repeat 10px center;
}

#menu .menuList01 ul li a {
	text-decoration:none;
	color:#595959;
	font-size:108%;
	padding:8px 0;
	display:block;
	font-weight:bold;
}

#menu .menuList01 ul li a:hover,
#menu .menuList01 ul li a:active {
	color:#b29600;
}

/*メイン
-----------------------------------------*/

#main {
	margin: 30px 10px 0 10px;
	float:right;
	width:700px;

}
aside {
	margin: 30px 10px 0 30px;
	
}

/*css　見出し1
-----------------------------------------*/
.heading1{
	position:relative;
	padding:0px 0px 0px 20px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
	color:  #333;
}
 
.heading1:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#F1CA2E;
	position:absolute; 
	top:-0px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}
.heading1:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background:#D8A900 ; 
	position:absolute; 
	top:16px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}


.sample_04{
width: 100%;
border-collapse: collapse;
border-right: 1px solid #999;
}
.sample_04 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #fff;
background-color: #555;
border-left: 5px solid #ff6633; 
border-top: 1px solid #fff;
}
.sample_04 td{
width: 25%;
padding: 6px;
background-color: #fff;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
}

 .tleft{
	 text-align: left;
	 line-height:normal;
 }
 
 /*  toPageTo */
#toPageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
	
#toPageTop a {
	display: block;
	width: 60px;
	background: url(img/common/btn_to-page-top_ov.gif) no-repeat;
}

#main {
	border-top:#F1CA2E 6px solid ;
}


/*カタログ専用
-----------------------------------------*/
body#page-catalog section#mainContent {
margin: 80px 10px 0 10px;
position:  relative;
border-radius: 10px;
padding: 10px;
background: #333;
color: #FFF;
}
body#page-catalog #mainContent:after {
content: "";
display: block;
clear: both;
}
body#page-catalog section#mainContent &gt; header{
	position: absolute;
	top: -60px;
	left: 20px;
}
body#page-catalog section#mainContent &gt; header p {
	position: absolute;
	top: 30px;
	left: 135px;
}

body#page-catalog section#mainContent dl {
	position: absolute;
	left: 100px;
	top: 80px;
	padding: 0 0 140px;
	width: 200px;
}
body#page-catalog section#mainContent dt:before {
content: url(../img/icon_arrow.png);
display: inline;
font-weight: bold;
margin: 0 5px 0 0;
}
body#page-catalog section#mainContent dt {
font-weight: bold;
line-height: 15px;
}
body#page-catalog section#mainContent dd {
margin: 0 0 10px 20px;
}

body#page-catalog section#contentinfo {
background: #EEE;
border-top: 1px dashed #B3B3B3;
border-bottom: 1px dashed #B3B3B3;
margin: 20px 10px;
}
body#page-catalogs section#contentinfo:after {
content: "";
display: block;
clear: both;
}
body#page-catalog section#contentinfo dl {
float: left;
width: 27%;
padding: 3%;
}
body#page-catalog section#contentinfo dt {
font-size: 18px;
margin-bottom: 5px;
}
body#page-catalog section#contentinfo dt:before {
content: "■ ";
display: inline;
}
body#page-catalog section#contentinfo dd {
line-height: 160%;
}

body#page-catalog section#contentinfo #bus {
background: #FFF;
}
/*カタログ専用:GoogleMap
-----------------------------------------*/
body#page-catalog section#mainContent #GoogleMap {
width: 10px;
height: 500px;
float: right;
}
/*アクセス専用:GoogleMap 吹き出しの中身用*/
#GoogleMap img {
border: 1px solid #000;
float: left;
margin-right: 10px;
}
#GoogleMap p {
line-height: 1.4;
margin-top: 10px;
width: 10em;
float: left;
}

/*table*/

.index	{margin-top:100px;
	 margin-left:auto;
	 margin-right:auto;
	 text-align:center;}

.index td	{width:300px;
	 height:270px;
	 vertical-align:top;}

.index img	{
	 border:none;}

.index a	{font-size:12px;
	 font-weight:bold;
	 color:white;
	 text-decoration:none;}

.index a:hover	{color:#0000FF;}

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