﻿
@font-face {
    font-family: "Mark W01 Black";
    src: url("NotoSansJP-Black.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Bold";
    src: url("NotoSansJP-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Medium";
    src: url("NotoSansJP-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mark W01 Light";
    src: url("NotoSansJP-Light.ttf");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Mark W01 Light", Helvetica, Arial, sans-serif;
}

.container-fluid {
    max-width: 1170px;
    margin: auto;
}

h2 {
    font-family: "Mark W01 Black";
}

.nav-tabs a {
    font-family: "Mark W01 Black";
}

.navbar-default {
    background-color: #fcfcfc;
    border: none;
}

.navbar-brand {
    padding: 5px;
}

#headlogo {
    height: 40px;
}

.navbar-default .navbar-nav > li > a {
    color: #252525;
    font-family: "Mark W01 Bold";
}


    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: #fcfcfc;
        box-shadow: none;
        color: #ab2328;
    }

footer {
    background: #fcfcfc;
}

a.button {
    color: #fff;
    background-color: #252525;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 5px;
    font-size: 11px;
    font-weight: normal;
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    cursor: pointer;
    font-family: "Mark W01 Medium";
    text-transform: uppercase;
}

    a.button:hover {
        text-decoration: none;
        background-color: #000;
    }

.parttext {
    background: #fff;
    color: #252525;
    font-family: "Mark W01 Bold";
    padding: 0px 5px;
    line-height: 16px;
}

.partbox {
    padding: 1px 1px 10px 1px;
    background: #fff;
    border: 1px solid #ccc;
}

    .partbox:hover {
        border: 1px solid #000;
        cursor: pointer;
    }

    .partbox img {
        margin-bottom: 10px;
    }

.padtop {
    padding-top: 20px;
}

.fakelink :hover {
    color: #252525 !important;
}
