@charset "utf-8";

/*! ==========================================================================

   Brisk theme v.1.01

   ========================================================================== */

/* ==========================================================================
   Base
   ========================================================================== */

body {
    background: #333;
}

/* ==========================================================================
   Layout
   ========================================================================== */

/* Header
   ========================================================================== */

.site-title {
    color: #fff;
}

.site-title a {
    color: #fff;
}

.site-title a:hover {
    color: #ddd;
}

.site-description {
    color: #ccc;
}

/* Header navi
   ========================================================================== */

.header-navi li a {
    color: #fff;
}

.header-navi li a:hover,
.header-navi li a.active {
    color: #ddd;
}

/* Global navi
   ========================================================================== */

.global-navi,
.global-navi-w,
.global-navi-inner li ul li,
.global-navi-inner li ul li ul li {
    background-color: rgb(51,102,153);
}

/* Container
   ========================================================================== */

.l-container {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.25);
    /* oldie */
    -pie-box-shadow: 0 1px 5px #ccc;
}

/* Header
   ========================================================================== */

.l-header {
}

/* Body
   ========================================================================== */

/* Main */

.l-main {
}

/* Sub */

.l-sub {
}

/* Footer
   ========================================================================== */

.l-footer {
}

.l-footer-inner {
}

.l-footer address {
}

.l-footer p {
}

.l-footer address,
.l-footer p {
  color: #fff;
}

.l-footer a {
  color: #fff;
}


/* ==========================================================================

   Basic Modules

   ========================================================================== */

/* to Pagetop */

.pagetop a { background-image: url(img/pagetop-wht.png) }


/* ==========================================================================
   Sub header
   ========================================================================== */

/* large */

.subheader--large {
    padding: .66em .75em;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    background: #333;
    background: -webkit-linear-gradient       (top, #666, #222);
    background:         linear-gradient( to bottom, #666, #222);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.66);
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.333;
}

    .c1 .subheader--large {
        text-align: center;
        font-size: 28px;
        font-size: 2.8rem;
    }

    .sub .subheader--large {
        padding: .75em 1em;
        font-size: 16px;
        font-size: 1.6rem;
    }

/* medium */

.subheader--medium {
    padding: .5em 1em;
    border-top: 3px solid rgb(51,102,153);
    background: #eee;
    background: -webkit-linear-gradient       (top, #eee, #fff);
    background:         linear-gradient( to bottom, #eee, #fff);
    color: #333;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.333;
}

    .sub .subheader--medium {
        padding: .75em 1em;
        font-size: 16px;
        font-size: 1.6rem;
    }

/* small */

.subheader--small {
    padding: .5em;
    background: #eee;
    background: -webkit-linear-gradient       (top, #fff, #eee);
    background:         linear-gradient( to bottom, #fff, #eee);
    border: 1px solid #ccc;
    color: #333;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.333;
    /* oldie */
    position: relative;
    zoom: 1;
    behavior: url(ipfw/PIE.htc);
}

.subheader--small .inner {
    display: block;
    padding: .25em .5em;
    border-left: 5px solid rgb(51,102,153);
}

    .sub .subheader--small {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .sub .subheader--small .inner {
        display: block;
        padding: 0 .5em;
        border-left-width: 2px;
    }


/* ==========================================================================
   Box
   ========================================================================== */

*[class*="box--"] {
    color: #333;
    text-align: left;
}

/* large */

.box--large {
    border: 1em solid rgb(51,102,153);
    background: #fff;
    background: -webkit-linear-gradient       (top, #fff, #fff, #eee);
    background:         linear-gradient( to bottom, #fff, #fff, #eee);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    /* oldie */
    /* グラデーションいらない */
}

/* medium */

.box--medium {
    border: 1px solid rgba(0,0,0,.33);
    background: #fff;
    background: -webkit-linear-gradient       (top, #fff, #fff, #eee);
    background:         linear-gradient( to bottom, #fff, #fff, #eee);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    /* oldie */
    /* グラデーションいらない */
}

/* small */

.box--small {
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset; 
}

/* Box - Box title
   ========================================================================== */

*[class*="box--"] > *[class*="box__title"] {
}

*[class*="box--"] > .box__title--small {
}

*[class*="box--"] > .box__title span {
}

/* large */

.box--large > .box__title,
.box--large > .box__title--small {
    background: #222;
    background: -webkit-linear-gradient       (top, #666, #000);
    background:         linear-gradient( to bottom, #666, #000);
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(255,255,255,.5) inset;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
}

.box--large > .box__title span {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.25) inset;
    color: #444;
    text-shadow: none ;
}

/* medium */

.box--medium > .box__title,
.box--medium > .box__title--small {
    border-top: 3px solid rgb(51,102,153);
    border-bottom: 1px solid #ccc !important;
    background: #eee;
    background: -webkit-linear-gradient       (top, #fff, #eee);
    background:         linear-gradient( to bottom, #fff, #eee);
    color: #333;
    text-shadow: 0 1px 2px #fff;
}

.box--medium > .box__title span {
    border-radius: 2px;
    background: rgb(51,102,153);
    box-shadow: 0 1px 2px rgba(0,0,0,.25) inset;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.25) ;
}

/* small */

.box--small > .box__title,
.box--small > .box__title--small {
    background: #bbb;
    background: -webkit-linear-gradient       (top, #eee, #ccc);
    background:         linear-gradient( to bottom, #eee, #ccc);
    color: #222;
    text-shadow: 0 1px 0 rgba(255,255,255,.75) ;
    font-weight: normal;
    border-bottom: 1px solid #bbb;
}

.box--small > .box__title span {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.5) inset;
    color: #333;
    text-shadow: 0 -1px 1px rgba(255,255,255,1) ;
}

/* Box - Header group
   ========================================================================== */

*[class*="box--"] > .box__hgroup {
    border-bottom: 1px solid #ccc;
}

*[class*="box--"] > .box__hgroup h4 {
}

*[class*="box--"] > .box__hgroup h4 small {
}

*[class*="box--"] > .box__hgroup p {
}

/* ==========================================================================
   Check list
   ========================================================================== */

/* large */

.checklist--large {
}

.checklist--large li {
}

.checklist--large li:nth-child(odd){
}

/* medium */

.checklist--medium {
}

.checklist--medium li {
}

.checklist--medium li:nth-child(odd){
}

/* small */

.checklist--small {
}

*[class*="box--"] > .checklist--small {
}

/* ==========================================================================
   Background in body
   ========================================================================== */

*[class*="bgcolor--"] > * {
    position: relative;
    z-index: 1;
}

/* large */

.bgcolor--large {
    border-top: 1px solid #000;
    background: #666;
    background-image: url(img/clr-000-t-33-h300.png);
    background-position: center top;
    background-repeat: repeat-x;
}

.bgcolor--large > .bgcolor__head {
    color: #fff;
    text-shadow: 0 1px 3px #000;
    letter-spacing: 1px;
}

/* medium */

.bgcolor--medium {
    position: relative;
    border-top: 1px solid rgba(51,102,153,.5);
    background: rgb(51,102,153);
    background-image: url(img/clr-000-t-33-h300.png);
    background-position: center top;
    background-repeat: repeat-x;
}

.bgcolor--medium:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient       (top, rgba(255,255,255,.1), rgba(255,255,255,.05));
    background:         linear-gradient( to bottom, rgba(255,255,255,.1), rgba(255,255,255,.05));
    content: "";
}

.bgcolor--medium > .bgcolor__head {
    color: #fff;
    text-shadow: 0 1px 3px #000;
    letter-spacing: 1px;
}

/* small */

.bgcolor--small {
    border-top: 1px solid #ddd;
    background: #eee;
}

.bgcolor--small > .bgcolor__head {
    color: #666;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: 1px;
}

/* ==========================================================================
   Table
   ========================================================================== */

*[class*="table--"] {
}

/* large */

.table--large {
    border-spacing: 0;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
    text-align: left;
}

.table--large th,
.table--large td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    vertical-align: top;
}

.table--large th {
    border-right: 1px solid rgba(0,0,0,.2);
    border-bottom: none;
    background-color: rgb(51,102,153);
    background-image: url(img/clr-fff-t-33-h60.png);
    background-position: center top;
    background-repeat: repeat-x;
    box-shadow: 0 -1px rgba(0,0,0,.1)inset ;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

/* medium */

.table--medium {
    border-spacing: 0;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
    text-align: left;
}

.table--medium th,
.table--medium td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.table--medium th {
    background: #e6e6e6;
    background: -webkit-linear-gradient       (top, #ededed 0%, #e6e6e6 100%);
    background:         linear-gradient( to bottom, #ededed 0%, #e6e6e6 100%);
    text-shadow: 0 1px 1px rgba(255,255,255,1);
    font-weight: normal;
}

/* small */

.table--small {
    border-spacing: 0;
    border-collapse: collapse;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
    background: #fff;
    text-align: left;
}

.table--small th,
.table--small td {
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    vertical-align: top;
}

.table--small th {
    background: #fafafa;
}

.table--small td {
    color: #555;
}

/* ==========================================================================
   Form
   ========================================================================== */

.form-button,
.form-button-w {
    background-color: #d00;
    color: #fff;
}


/* ==========================================================================

   Specialty modules

   ========================================================================== */

/* Order area
   ========================================================================== */

.order__h1 {
    color: #222;
    font-weight: bold;
}

/* Users's voice 
   ========================================================================== */

.voice .voice__head { color: rgb(51,102,153) }

/* Button
   ========================================================================== */

.button {
    display: inline-block;
    margin: 10px auto;
    padding: .9em .9em 1em;
    border: 2px solid rgba(0,0,0,.33);
    border-radius: 3px;
    background-color: #d00;
    background-origin: border-box;
    background-image: url(img/clr-fff-fff-t-75-h460.png);
    background-position: center center;
    background-repeat: repeat-x;
    box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -1px rgba(0,0,0,.1), inset 0 1px rgba(255,255,255,.2);
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,1);
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1;
    /* oldie */
    position: relative;
    zoom: 1;
    -pie-box-shadow: 0 1px 2px #999;
    behavior: url(ipfw/PIE.htc);
}

    .sub .button { margin: 5px auto }

.button:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
}

.button:active {
    top: 1px;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.3);
}

