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

/*===============================================

 common

=================================================*/

#gnav &gt; ul &gt; li:nth-of-type(2) &gt; a {
	background-position:-110px -89px;
}
#gnav ul li li a {
	background-image:url(../img/sub_nav.png);
}
#container section .contents h3 {
	margin-top:60px;
}
#container section .contents h3:first-child {
	margin-top:0;
}
#container section .contents h3 + * {
	margin-top:40px;
}


/*===============================================

 TOP

=================================================*/

.ceoName {
	margin-top:40px;
	text-align:right;
	font-weight:bold;
}

/*-----------------------------------------------
 .boxLeftPhoto
-------------------------------------------------*/

.boxLeftPhoto .photo {
	float:left;
	width:200px;
}
.boxLeftPhoto .photo p {
	margin-top:5px;
	text-align:center;
}
#container section .boxLeftPhoto .txt {
	float:right;
	width:720px;
}

/*-----------------------------------------------
 ul.list
-------------------------------------------------*/

ul.list li {
	list-style:disc;
	margin-top:10px;
	margin-left:1.5em;
}

/*-----------------------------------------------
 ul.principle
-------------------------------------------------*/

ul.principle li {
	line-height:1em;
	margin-top:30px;
	margin-left:20px;
	padding-left:30px;
	background:url(../img/i_list.png) no-repeat 0 3px;
	font-size:1.8rem;
	font-size:18px\9; /* for IE8 */
}


/*===============================================

 overview

=================================================*/

p.addPrintLink {
	position:relative;
}
p.addPrintLink span {
	position:absolute;
	top:0;
	right:0;
}
#container section .contents h3 + table.tel td{
text-align:left;}

#container section .contents h3 + table.tel .txt_center_{
text-align:center;}


/*-----------------------------------------------
 #map
-------------------------------------------------*/

#map {
	width: 550px;
	height: 430px;
	margin:20px auto;
}
#map div {
	border: none;
	margin: 0;
}
#map div .gMap {
	width: 350px;
	margin: 10px 0 0 0;
	padding: 0;
}
#map div .gMap:after {
	content: "";
	display: block;
	clear: both;
}
#map div .gMap h3 {
	width: auto;
	line-height: 1.0em;
	padding:0;
	border: none;
	background: none;
	color: #000000;
	font-size:1.6rem;
	font-size:16px\9; /* for IE8 */
	font-weight: bold;
}
#map div .gMap dl.popup {
	margin: 10px 0 0 0;
	padding: 0;
}
#map div .gMap dl.popup dt {
	width: 100px;
	margin: 0 10px 5px 0;
	padding: 0;
	float: left;
	font-size: 92.5%;
	clear: both;
	line-height: 1.3;
	border: none;
}
#map div .gMap dl.popup dd {
	width: 240px;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	font-size: 92.5%;
	line-height: 1.3;
	border: none;	
}

/*-----------------------------------------------
 table.tel
-------------------------------------------------*/

table.tel th,
table.tel td {
	text-align:center;
	vertical-align:middle;
}


/*===============================================

 affiliate

=================================================*/

.boxList table {
	float:left;
	width:630px !important;
	margin-right:30px;
}
.boxList .map {
	float:right;
	width:320px;
	height:230px;
	overflow:hidden;
}
	

/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.boxLeftPhoto,
.boxList {
	zoom: 1; /* for IE5.5 - IE7 */
}
.boxLeftPhoto:after,
.boxList:after {
	/* for modern browser */
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.corptable {
	width: 100%;
}
.corptable th {
}
.corptable td.year {
	text-align: right;
	width: 20%;
}</pre></body></html>