@charset "utf-8";

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

   Smooth theme v.1.01

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

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

body {
    background: #f8f8f8;
}

a {
    color: rgb(51,102,204);
}

a:hover {
}



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

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

.l-header-inner {
}

.site-title {
}

.site-title a {
}

.site-title a:hover {
}

.site-description {
}

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

.header-navi li a {
}

.header-navi li a:hover,
.header-navi li a.active {
}

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

.global-navi,
.global-navi-w,
.global-navi-inner li ul li,
.global-navi-inner li ul li ul li {
    background-color: #666;
}

/* 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 {
}

.l-footer a {
}


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

   Basic Modules

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

/* to Pagetop */

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


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

/* large */

.subheader--large {
    color: #333;
    font-weight: normal;
}

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

/* medium */

.subheader--medium {
    padding: .75em 1em;
    border-top: 1px solid #ddd;
    background: transparent;
    background: -webkit-linear-gradient       (top, rgba(0,0,0,.05), rgba(0,0,0,0));
    background:         linear-gradient( to bottom, rgba(0,0,0,.05), rgba(0,0,0,0));
    color: #333;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.9) ;
    font-weight: normal;
}

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

/* small */

.subheader--small {
    padding: 1em 0 0;
    border-top: 1px solid #ccc;
    color: #222;
    text-align: left;
}

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


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

*[class*="box--"] {
    border-radius: 5px;
    color: #555;
    text-align: left;
}

/* large */

.box--large {
    border: 1px solid    rgba(0,0,0,.2);
    border-top-color:    rgba(0,0,0,.1);
    border-bottom-color: rgba(0,0,0,.3);
    background: #fff;
    background: -webkit-linear-gradient       (top, #fff 50%, #fafafa 100%);
    background:         linear-gradient( to bottom, #fff 50%, #fafafa 100%);
    box-shadow: rgba(0,0,0,.1) 0 1px 3px;
    /* oldie */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#fff 50%, #fafafa 100%);
    -pie-box-shadow: 0 1px 3px #ccc;
    behavior: url(ipfw/PIE.htc);
}

/* medium */

.box--medium {
    border: 1px solid rgba(0,0,0,.2);
    background: #fafafa;
}

/* small */

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

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

*[class*="box--"] > *[class*="box__title"] {
    border-radius: 5px 5px 0 0;
}

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

*[class*="box--"] > .box__title span {
    border-radius: 2px;
    background: #777;
    box-shadow: 0 1px 2px rgba(0,0,0,.25) inset;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5) ;
}

/* large */

.box--large > .box__title,
.box--large > .box__title--small {
    border-bottom: 1px #ccc solid;
    background: #f0f0f0;
    background: -webkit-linear-gradient       (top, #fcfcfc 0%, #ededed 100%);
    background:         linear-gradient( to bottom, #fcfcfc 0%, #ededed 100%);
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,1) ;
    font-weight: normal;
    /* oldie */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#fcfcfc 0%, #ededed 100%);
    behavior: url(ipfw/PIE.htc);
}

.box--large > .box__title span {
    background: #777;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.5) ;
}

/* medium */

.box--medium > .box__title,
.box--medium > .box__title--small {
    border-bottom: 1px solid #ddd;
    background: #333;
    background: -webkit-linear-gradient       (top, #555 0%, #333 100%);
    background:         linear-gradient( to bottom, #555 0%, #333 100%);
    color: #eee;
    text-shadow: 0 -1px 0 rgba(0,0,0,.75) ;
    font-weight: normal;
    /* oldie */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#555 0%, #333 100%);
    behavior: url(ipfw/PIE.htc);
}

.box--medium > .box__title span {
    background: #f3f3f3;
    color: #333;
    text-shadow: 0 -1px 1px rgba(255,255,255,1) ;
}

/* small */

.box--small > .box__title,
.box--small > .box__title--small {
    background: #e6e6e6;
    background: -webkit-linear-gradient       (top, #e6e6e6 0%, #ddd 100%);
    background:         linear-gradient( to bottom, #e6e6e6 0%, #ddd 100%);
    color: #222;
    text-shadow: 0 1px 0 rgba(255,255,255,.75) ;
    font-weight: normal;
    /* oldie */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#e6e6e6 0%, #ddd 100%);
    behavior: url(ipfw/PIE.htc);
}

.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--"] > .bgcolor__head {
    margin-top: -1em !important;
    margin-left: -1em !important;
}

/* large */

.bgcolor--large {
    border-top: 1px solid #333;
    border-bottom: 1px solid #777;
    background: #454545;
}

.bgcolor--large > .bgcolor__head {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.8);
    letter-spacing: 1px;
}

/* medium */

.bgcolor--medium {
    background: #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
}

.bgcolor--medium > .bgcolor__head {
    color: #000;
    text-shadow: 0 1px 1px rgba(255,255,255,.6);
}

/* small */

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

.bgcolor--small > .bgcolor__head {
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

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

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

/* large */

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

.table--large th,
.table--large td {
    border-bottom: #ddd solid 1px;
    background: #fff;
    background: -webkit-linear-gradient       (top, #fff 0%, #fafafa 100%);
    background:         linear-gradient( to bottom, #fff 0%, #fafafa 100%);
    vertical-align: top;
}

.table--large th {
    border-bottom: #333 solid 1px;
    background: #444;
    background: -webkit-linear-gradient       (top, #555 0%, #444 100%);
    background:         linear-gradient( to bottom, #555 0%, #444 100%);
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,1);
    font-weight: normal;
}

/* medium */

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

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

.table--medium th {
    background: #f3f3f3;
    background: -webkit-linear-gradient       (top, #fafafa 0%, #f3f3f3 100%);
    background:         linear-gradient( to bottom, #fafafa 0%, #f3f3f3 100%);
    text-shadow: 0 1px 0 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: rgb(51,102,204);
    color: #fff;
}


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

   Specialty modules

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

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

.order__h1 { color: #333 }

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

.voice .voice__head { color: #333 }

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

.button {
    position: relative;
    display: inline-block;
    margin: 1em auto;
    padding: .7em .9em .8em;
    border: 1px solid rgba(0,0,0,.33);
    border-radius: 5px;
    background-color: rgb(51,102,204);
    background-origin: border-box;
    box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 -2px rgba(0,0,0,.1), inset 0 1px rgba(255,255,255,.2);
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px rgba(0,0,0,.5);
    font-size: 16px;
    font-size: 1.6rem;
    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:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: -webkit-linear-gradient       (top, rgba(255,255,255,.3), rgba(255,255,255,0), rgba(0,0,0,.1));
    background:         linear-gradient( to bottom, rgba(255,255,255,.3), rgba(255,255,255,0), rgba(0,0,0,.1));
    content: "";
}

.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);
}
