@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------
	全ページ共通スタイル
----------------------------------------------------------------------------------------------------*/


/* 要素設定*/

body {
    background: #F0F0F0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #444;
    font-size: 14px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}
body#tinymce {
    margin: 15px;
    background-color: #fff;
}
a {
    color: #A0182F;
}
a:hover {
    text-decoration: none;
}
a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
a:hover img {
    opacity: 0.7;
}
a[href^="tel:"] {
    cursor: default;
    color: inherit;
    pointer-events: none;
}
strong {
    font-weight: bold;
}
.hidden {
    visibility: hidden;
}
.none {
    display: none;
}
.ie-block {
    display: none;
    width: 100%;
    height: 100%;
}
.left-col {
    float: left;
}
.right-col {
    float: right;
}
.std-inner {
    width: 980px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
#body .inner {
    padding: 0 25px;
}
.sign {
    text-align: right;
    color: #666;
    font-size: 13px;
}

/* ヘッダー */

#header {
    padding: 5px 0 10px;
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 2px 2px rgba(0, 0, 0, .1);
}
#header .std-inner {}
#header h1 {
    text-align: right;
    font-size: 10px;
    color: #666;
}
#logo {
    margin: 20px 0;
    text-align: center;
}

/* グローバルナビ */

#gnav {
    font-size: 13px;
    font-size: 0;
}
#gnav ul {
    text-align: center;
}
#gnav li {
    display: inline-block;
    font-size: 13px;
}
#gnav a {
    padding: 10px 21px;
    text-decoration: none;
    display: inline-block;
    color: #A0182F;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}
#gnav a .icon {
    background: url(../img/icn-blank.png) 0 45% no-repeat;
    padding: 0 0 0 17px;
}
#gnav a:after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    border: #A0182F 5px solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-left: -5px;
    bottom: 0;
    left: 50%;
    visibility: hidden;
}
#gnav a:hover {
    background: #A0182F;
    color: #fff;
}
#gnav a:hover:after {
    border-top-color: #fff;
    visibility: visible;
}
.home #gnav .home a:after,
.inspection #gnav .inspection a:after,
.coating #gnav .coating a:after,
.service #gnav .service a:after,
.vintage #gnav .vintage a:after,
.profile #gnav .profile a:after {
    visibility: visible;
}

/* フッター */

#footer {
    background: #fff;
    font-size: 12px;
    text-align: center;
    padding: 40px 0 20px;
    color: #777;
    position: relative;
    z-index: 2;
    border-top: 1px solid #ddd;
}
#footer-nav {
    margin: 0 0 15px;
}
#footer-nav li {
    display: inline-block;
}
#footer-nav a {
    padding: 0 10px;
}
#footer .std-inner {
    position: relative;
    z-index: 1;
}
#pagetop {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -56px;
}
#footer dt,
#footer dd {
    display: inline;
    padding: 0 4px;
}
#footer a {
    color: inherit;
}
#footer dt a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
#copyright {
    margin: 5px 0 0;
    font-size: 11px;
}
#pankuzu {
    margin: 0 0 30px;
    font-size: 12px;
}
#pankuzu li {
    display: inline-block;
}
#pankuzu a {
    color: inherit;
}
#pankuzu a.home {
    background: url(../img/icn-home.png) 0 45% no-repeat;
    padding: 0 0 0 15px;
}
#pankuzu li:before {
    content: ">";
    margin: 0 3px;
}
#pankuzu li:first-child:before {
    display: none;
}

/* コンテンツ */

#body {
    min-width: 950px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#body .std-inner {
    background: #fff;
    min-height: 400px;
    padding: 20px 50px 60px;
    width: 900px;
}
.home #body .std-inner {
    padding-top: 0;
    padding: 20px 25px 60px;
    width: 980px;
}

/* 汎用見出し */

.title01 {
    margin: 0 0 30px;
    padding-left: 3px;
    padding-bottom: 3px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1;
}
.title01:after {
    content: "";
    display: block;
    width: 242px;
    height: 2px;
    background: #A0182F;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
}
.title02 {
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0;
}
.title02:before {
    content: "■";
    margin: 0 5px 0 0;
    color: #A0182F;
}

/* 汎用テーブル */

.table01 {
    width: 100%;
}
.table01 th,
.table01 td {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.table01 thead th {
    background: #E1E1E1;
    border-bottom: 1px solid #ccc;
}
.table01 th {
    background: #f7f7f7;
    white-space: nowrap;
}
.table01 td.col1,
.table01 th.col1 {
    border-right: 1px solid #ccc;
}
.table01 td {}
.table01 td img {
    vertical-align: middle;
}
.table02 {
    width: 100%;
}
.table02 th,
.table02 td {
    padding: 10px;
}
.table02 th {
    white-space: nowrap;
}
.table02 td {}

/* 汎用リスト */

.list01 {
    list-style: outside disc;
    padding-left: 1.7em;
}
.list02 {
    list-style: outside decimal;
    padding-left: 1.7em;
}
.order-list01 {
    list-style: outside decimal;
    margin: 1em 0;
    padding: 0 0 0 1.5em;
}
.order-list01 li {
    margin: 0 0 10px;
}
.order-list02 {
    list-style: outside lower-alpha;
    margin: 1em 0;
    padding: 0 0 0 1.5em;
}
.order-list02 li {
    margin: 0;
}
.list-caution {
    padding-left: 1.4em;
}
.list-caution li {
    text-indent: -1.4em;
}
.sec-normal {
    margin: 0 0 60px;
}
.hr01 {
    background: #ccc;
    height: 1px;
    width: 100%;
    margin: 25px 0;
    border: none;
}
.attention {
    margin: 5px 0;
    color: #f00;
    font-size: 13px;
}
#area-visual {
    height: 280px;
    background: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    visibility: hidden;
}
#wrap-visual {
    background: #fff;
}
.area-attention {
    margin: 20px 0;
    background: #EFF4FF;
    padding: 20px;
    border-radius: 5px;
}
