@charset "utf-8";

/**
 * HTML要素
 */

body {
    margin: 0;
    padding: 0;
    font-size: 90%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
    color: #666;
    border-top: 3px solid #ccc;
}

a {
    color: #007ad3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

h1 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 150%;
    font-weight: normal;
}

h2 {
    margin-top: 10px;
    padding-left: 6px;
    border-left: 6px solid #999;
    font-weight: normal;
}

h3 {
    margin-top: 0;
    font-weight: normal;
}

h1 span {
    display: block;
    padding: 3px 6px;
    border-bottom: 1px solid #eee;
    background-color: #f4f4f4;
    font-size: 70%;
}

/**
 * 汎用クラスセレクタと内包要素
 */

.clearFloat:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}

.txt-s {
    font-size: 85%;
}

.txt-m {
    font-size: 120%;
}

.txt-n {
}

.photo {
    padding: 4px;
    border: 1px solid #ccc;
}

.h2Box {
    clear: both;
    margin: 15px auto 20px;
}

.sheetTbl {
    width: 100%;
    border-collapse: collapse;
}

.sheetTbl th {
    width: 25%;
    padding: 6px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    line-height: 1.5;
    text-align: left;
}

.sheetTbl td {
    padding: 6px;
    border: 1px solid #ccc;
    line-height: 1.5;
}

.message {
    margin-left: 175px;
}

.message a {
    text-decoration: underline;
}

.message a:hover {
    text-decoration: none;
}

/**
 * IDセレクタと内包要素
 */

#header, #ng, #content, #footer, #homeKv {
    width: 950px;
    margin: auto;
}

#header {
    position: relative;
    padding: 21px 0;
}

#header ul {
    position: absolute;
    right: 0px;
    bottom: 21px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header li {
    float: left;
    width: auto;
    margin-left: 12px;
    line-height: 1;
}

#siteName {
    float: left;
    width: auto;
    margin: 0;
}

#ng {
    border-top: 15px solid #e8e8e8;
}

#ng {
    position: relative;
    height: 51px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

#ng li {
    float: left;
    width: 190px;
    height: 51px;
}

#ng img {
    border: none;
}

#ng .ngSub {
    position: absolute;
    top: 51px;
    left: 380px;
    width: 190px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
}

#ng .ngSub1 {
    position: absolute;
    top: 51px;
    left: 190px;
    width: 190px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
}

#ng .ngSub li, #ng .ngSub1 li {
    width: 188px;
    height: auto;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #f4f4f4;
}

#ng .ngSub li a, #ng .ngSub1 li a {
    display: block;
    padding: 6px;
    text-decoration: none;
}

#ng .ngSub li a:hover, #ng .ngSub1 li a:hover {
    background-color: #f4f4f4;
}

#content {
    clear: left;
    padding: 21px 0;
}

#content p {
    margin-top: 0;
    line-height: 1.5;
}

#content ul {
    margin: 0 0 1em 1em;
    padding: 0;
}

#content li {
    line-height: 1.5;
}

#contentMain {
    width: 695px;
    float: left;
}

#contentMain h2 {
    font-size: 120%;
    font-weight: bold;
    padding: 10px 0;
    margin: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
}

#contentSub {
    width: 234px;
    font-size: 12px;
    float: right;
}

#contentSub h2 {
    font-size: 14px;
}

#content .toPageTop {
    margin: 15px 0 0;
    text-align: right;
}

#footer {
    clear: both;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

#footer p {
    margin-top: 0;
    line-height: 1.5;
    text-align: center;
}

/**
 * 店舗最新情報
 */

.shopBlogBox p {
    margin-bottom: 0;
    padding: 6px;
    background-color: #f1f1f1;
}

.shopBlogBox p a {
    color: #000;
    font-weight: bold;
}

.shopBlogBox li {
    padding: 3px 6px;
    border-bottom: 1px solid #f1f1f1;
}

#content .shopBlogBox ul {
    margin: 0;
    padding: 0;
    border: 1px solid #f1f1f1;
    list-style-type: none;
}

/**
 * ホーム
 */

#homeKv {
    clear: both;
}

#homeKv p {
    margin: 0;
}

#content #homeShopUl {
    margin: 0 0 1em;
    padding: 0;
    font-size: 90%;
    list-style-type: none;
}

#homeShopUl li {
    width: 337px;
    margin-bottom: 12px;
}

#homeShopUl img {
    display: block;
    float: left;
    width: auto;
    margin-right: 6px;
}

.homeShopUlLeft {
    float: left;
    clear: left;
}

.homeShopUlRight {
    float: right;
}

.homeShopUlName {
    display: block;
    margin-bottom: 3px;
}

.homeShopUlSummary {
    font-size: 85%;
}

/**
 * ホーム - ニュースリリース欄
 */
.newsrelease {
    list-style-type: none;
}

ul.newsrelease {
    margin: 0 !important;
}

.newsrelease li {
    padding: 12px 0;
    border-bottom: dotted 1px #ccc;
}

.newsrelease li:first-child {
    margin-top: 0;
}

.newsrelease li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

/**
 * 採用情報
 */
#recruit_menu th {
    padding: 3px;
    border-top: double 3px #ccc;
    border-bottom: solid 1px #ccc;
}

#recruit_menu td {
    padding: 8px 10px 0px;
    border-bottom: double 3px #ccc;
}

#recruit_menu li {
    list-style-type: none;
    margin-bottom: 3px;
}

#recruit_menu li:last-child {
    margin-bottom: 0px;
}

/**
 * 採用情報 修正版
 */
.recruit-section {
    margin: 2em 0 4em;
}

.recruit-section .fadein {
    position: relative;
    width: 100%;
    height: 410px;
}

.recruit-section .fadein img {
    position: absolute;
    left: 0;
    top: 0;
}

#recruitMenu h2 {
    margin-top: 10px;
    padding-left: 8px;
    background: #ddd;
    border-left: 6px solid #8C2B52;
    font-weight: 200;
}

#recruitMenu a {
    margin-right: 7px;
}

#recruitMenu a:last-child {
    margin-right: 0px;
}

#recruitMenu .bt_recruit_menu {
    width: 223px;
    height: 150px;
    color: #666;
    background: #fff;
    border: solid 1px #ddd;
    margin-top: 0px;
}

#recruitMenu .bt_recruit_menu:hover {
    color: #8C2B52;
    border: solid 1px #8C2B52;
    text-decoration: none;
}

#recruitMenu .recPositionLabel {
    font-size: 1.8em;
    font-weight: 200;
}

hr {
    margin: 25px 0;
    border: dotted 1px #ccc;
}

.recruit h2 {
    margin: 2em 0;
}

.recruit h3 {
    margin: 1.5em 0;
    padding-left: 12px;
    border-left: solid 6px #ccc;
}