@charset "utf-8";

/* ===================================================================
CSS information

 file name  :company.css
 style info :会社概要専用
 last update:2013.02
=================================================================== */

h4#companyH{
    padding: 20px;
    border-bottom: 1px solid #cbcbcb;
    box-shadow: 0px 7px 7px -7px #f6f6f6;
    -webkit-box-shadow: 0px 7px 7px -7px #f6f6f6;
    -moz-box-shadow: 0px 7px 7px -7px #f6f6f6;
}

table#guideline{
    width: 100%;
    border: none;
    margin: 10px auto;
}
table#guideline th{
    font-weight: normal;
    padding: 15px;
    vertical-align: text-top;
    width: 200px;
    background: url(../img/cmn_bg_dot.gif) bottom repeat-x;
    box-sizing: border-box;
}
table#guideline td{
    padding: 10px 15px;
    background: url(../img/cmn_bg_dot.gif) bottom repeat-x;
    box-sizing: border-box;
}
div.locationImg {
    display: block;
    margin: 10px 0;
    width: 90%;
}
div.locationImg img:first-of-type{
    width: 55%;
}
div.locationImg img:last-of-type{
    width: 41%;
}
.ggmap {
    position: relative;
    width: 87%;
    padding-bottom: 49.2569%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 #pageTop {
 padding: 0px;
 margin:10px auto 20px;
 }
 .f_corporate p {
 line-height   : 140%  ;
 }
  div#contactArea img{
  margin: -9px 0 0 540px;
 }
@media screen and (max-width: 640px) {
    table#guideline th{
        display: block;
        font-weight: 900;
        padding: 10px;
        width: 100%;
        background: none;
    }
    table#guideline td{
        display: block;
        width: 100%;
        padding: 0 10px 10px 10px;
        background: url(../img/cmn_bg_dot.gif) bottom repeat-x;
    }
    div.locationImg img:first-of-type{
        margin-bottom: 15px;
        display: block;
        width: auto;
    }
    div.locationImg img:last-of-type{
        width: 265px;
        display: block;
    }
    .ggmap {
        width: 100%;
    }
}
/* ===================================================================
サイトマップ
=================================================================== */

div.dotLine{
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
    background: url(../img/cmn_bg_dot.gif) repeat-x bottom;
    padding: 10px 0;
}
p.sitemapIndex{
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
}
ul.sitemapList{
    margin: 5px 10px;
    float: left;
    display: inline;
}
ul.sitemapList li{
    width: 210px;
    padding: 5px;
    list-style: url(../img/icon_arrow_blue.gif) inside;
}

@media screen and (max-width: 640px) {
    #contentsWrapper.sitemap h2 img {
        width: auto !important;
    }
}


/* ===================================================================
プライバシーポリシー
=================================================================== */

 p.privacyDetail{
  padding: 10px;
  line-height: 1.8em;
  }
  ul.privacyList{
   margin: 5px 20px;
   list-style: disc;
   }
  ul.privacyList li{
   list-style: disc;
   margin-left: 20px;
   }
