@charset "UTF-8";

/*company.html専用
-----------------------------------------*/
nav ul li a[href="company.html"] {
background: url(../img/here.png) no-repeat;
background-position: -745px bottom;
}


/* 会社概要
-----------------------------------------*/
#overview {
position: relative;
min-height: 365px;
}
#overview img {
position: absolute;
top: 0;
right: 0;
}
#overview table {
width: 575px;
margin-bottom: 60px;
}
#overview table {
border-spacing: 0;
border-collapse: collapse;
}

#overview td,
#overview th {
border-bottom: 1px #999 solid;
padding: 20px 0;
vertical-align: top;
line-height: 1.4;
}

#overview th {
white-space: nowrap;
width: 1%;
text-align: left;
padding-right: 2em;
}


/*アクセス
-----------------------------------------*/
#access {
margin-bottom: 50px;
position: relative;
border: 1px solid transparent;/* 見出しとテーブルのずれ防止 */
}
#access:after {
content: "";
display: block;
clear: both;
}
*+html #access {
min-height: 1px;
}

/*店舗のご紹介：Map関連
-----------------------------------------*/
.map {
float: left;
margin: 0 25px 0 0;
}
.map iframe {
border: 1px solid #666;
}
.map small {
display: block;
margin-bottom: 15px;
}
.map small + img {
float: left;
margin-right: 20px
}
.map figure {
margin: 20px 0 0 0;
}
.map figure:after {
content: "";
display: block;
clear: both;
}
*+html .map figure {
min-height: 1px;
}
.map figure img {
float: left;
margin: 0 20px 0 0;
}
.map figure figcaption {
color: #666;
line-height: 1.4;
}

/*店舗のご紹介：店舗情報の表
-----------------------------------------*/
#access table {
border-spacing: 0;
border-collapse: collapse;
}
#access table td,
#access table th {
padding: 10px 15px;
font-size: 14px;
line-height: 1.4;
height: 35px;
padding: 10px;
vertical-align: top;
border: 1px solid #CCC;
}
#access table th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight: normal;
background: #EDF5F8
}

#access > p {
margin: 2em 0 1em 525px;
line-height: 1.6;
}



