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

* {
margin: 0;
padding: 0;
/*border: 1px dotted #F00;*/
}
li {
list-style: none;
}
a img {
border: none;
}

html {
background: #FFF;
margin: 0;
padding: 0;
font-size: 14px;
color: #000;
line-height: 120%;
height: 100%;
}
body {
padding: 0;
margin: 0 auto;
width: 1000px;
position: relative;
min-height: 100%;
background: url(../img/page-footer.gif);
border-top: 10px solid #F1CA2E;
}
a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
}
P{
	line-height:1.7;
}

/* index専用
-----------------------------------------*/
#topIndex {
	border-top: 2px solid #FFF;
background: url(../img/top-main.jpg) no-repeat 0 0;
height: 690px;
position: relative;
}
#topIndex header {
position: absolute;
top: 40px;
left: 25px;
}
#topIndex h2 {
	position: absolute;
	top:560px;
	right: 25px;
}
#topIndex nav li {
position: absolute;
display: block;
width: 130px;
height: 130px;
opacity: .8;
}
#topIndex nav li div {
position: absolute;
width: 119px;
height: 119px;
border: 5px solid #FFF;
border-radius: 50%;
opacity: .5;
}
#topIndex nav li:hover {
opacity: 1;
}
#topIndex nav li#business {
top: 195px;
left: 365px;
}
#topIndex nav li#product {
top: 195px;
left: 185px;
}
#topIndex nav li#support {
top: 365px;
left: 85px;
}
#topIndex nav li#event {
top: 430px;
left: 410px;
}
#topIndex nav li#access {
top: 500px;
left: 230px;
}
#topIndex nav li a {
position: absolute;
width: 130px;
height: 130px;
}
#topIndex nav li a img {
display: block;
margin: 8px;
}

/*下層ページ共通ページフォーマット
-----------------------------------------*/
body[id|="page"] &gt; div.wrapper {
border-top: 1px solid #FFF;
background: #FFF;
position: relative;
padding-bottom: 20px;
}
body[id|="page"] &gt; div.wrapper:after {
content: "";
display: block;
clear: both;
}

/*下層ページ共通ナビゲーション
-----------------------------------------*/
body[id|="page"] &gt; div.wrapper header {

}
body[id|="page"] &gt; div.wrapper header div.wrapper {
border-bottom: 1px solid #CCC;
padding-bottom: 1px;
margin: 0 10px 10px;
position: relative;
}
body[id|="page"] &gt; div.wrapper header h1{
border-bottom: 3px solid #CCC;
padding: 20px 0 10px;
}

/*下層ページ共通ドロップダウン
-----------------------------------------*/
body[id|="page"] nav {
position: absolute;
bottom: 6px;
right: 0;
z-index: 1000;
line-height: 1;
}
body[id|="page"] nav &gt; ul &gt; li {
float: left;
border-bottom: 8px solid #949494;
width: 130px;
margin: 0 0 0 2px;
position: relative;
}
body[id|="page"] nav &gt; ul &gt; li:hover {
background: #F1CA2E;
}
body[id|="page"] nav &gt; ul &gt; li &gt; a {
display: block;
text-align: center;
padding: 15px 0 10px 0;
}
body[id|="page"] nav &gt; ul &gt; li ul {
position: absolute;
border-top: 1px solid #FFF;
}
body[id|="page"] nav &gt; ul &gt; li ul a {
display: block;
width: 120px;
padding: 15px 5px;
background: url(../img/m_child.png);
border-bottom: 1px solid #FFF;
color: #FFF;
}
body[id|="page"] nav &gt; ul &gt; li ul a:hover {
background: #F1CA2E;
text-decoration: none;
}


/*下層ページ共通ナビゲーション：パンくず
-----------------------------------------*/
#breadcrumbs {
background: #FFF;
border: 1px solid #B0B0B0;
border-radius: 5px;
overflow: hidden;
width: 980px;
margin: 0 10px 20px;
}
 
#breadcrumbs li {
float: left;
line-height: 1;
}
 
#breadcrumbs a {
padding: .7em 1em .7em 2em;
float: left;
text-decoration: none;
color: #15201E;
position: relative;
background-color: #c2c6cb;
background-image: -webkit-linear-gradient(left, #fff, #c2c6cb);
background-image: -moz-linear-gradient(left, #fff, #c2c6cb);
background-image: -ms-linear-gradient(left, #fff, #c2c6cb);
background-image: linear-gradient(left, #fff, #c2c6cb);
}
 
#breadcrumbs li:first-child a {
padding-left: 1em;
border-radius: 5px 0 0 5px;
}
 
#breadcrumbs a:hover {
background-color: #E0E4E9;
background-image: -webkit-linear-gradient(left, #fff, #E0E4E9);
background-image: -moz-linear-gradient(left, #fff, #E0E4E9);
background-image: -ms-linear-gradient(left, #fff, #E0E4E9);
background-image: linear-gradient(left, #fff, #E0E4E9);
}
 
#breadcrumbs a:after,
#breadcrumbs a:before {
content: "";
position: absolute;
top: 50%;
margin-top: -1.5em;
border-top: 1.5em solid transparent;
border-bottom: 1.5em solid transparent;
border-left: 1.5em solid;
right: -1.5em;
}
 
#breadcrumbs a:after {
border-left-color: #c2c6cb;
z-index: 3;
}
 
#breadcrumbs a:before {
border-left-color: #B0B0B0;
right: -1.6em;
z-index: 2;
}
 
#breadcrumbs a:hover:after {
border-left-color: #E0E4E9;
}
 
#breadcrumbs strong {
padding: .7em 1em .7em 2em;
color: #15201E;
display: block;
}

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

body#page-access section#mainContent dl {
position: absolute;
left: 60px;
top: 100px;
background: url(../img/access_photo.jpg) no-repeat left bottom;
padding: 0 0 140px;
width: 350px;
}
body#page-access section#mainContent dt:before {
content: url(../img/icon_arrow.png);
display: inline;
font-weight: bold;
margin: 0 5px 0 0;
}
body#page-access section#mainContent dt {
font-weight: bold;
line-height: 15px;
}
body#page-access section#mainContent dd {
margin: 0 0 10px 20px;
}

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

body#page-access section#accessinfo #bus {
background: #FFF;
}


/*アクセス専用:GoogleMap
-----------------------------------------*/
body#page-access section#mainContent #GoogleMap {
width: 500px;
height: 350px;
border: 1px solid #FFF;
float: right;
color: #000;
}
/*アクセス専用: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;
}


/*フッター：共通
-----------------------------------------*/
body &gt; footer {
position: relative;
clear: both;
padding: 15px 25px 45px 25px;
border-top: 1px solid #FFF;
}
body &gt; footer ul {
position: absolute;
right: 25px;
top: 10px;
width: 100%;
text-align: right;
}
body &gt; footer ul li {
display:inline;
border-right: 1px solid #CCC;
margin: 0;
}
body &gt; footer ul li:first-child {
border-right: none;
}
body &gt; footer ul li:last-child {
border-right: none;
}
body &gt; footer ul li a {
font-size: 12px;
padding: 0 1em;
color: #CCC;
}
body &gt; footer ul li:first-child a {
padding: 0;
}
body &gt; footer ul li img {
vertical-align: bottom;
}
body &gt; footer small {
display:block;
color: #FFF;
}
</pre></body></html>