/* ----------------------------------------------
 Template Name : MagicHat
 Template Code : A-0001
 Version : 1.0
 Author : Akihiro Kajiwara
 Author URI : http://magichat.jp/
 Last Date Modified : 2012/08/13
 ------------------------------------------------ */

/* --------------------------------------
 RESET
 ----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

blockquote:before, q:before {
    content: url(/images/n/quote_before.png);
}
blockquote:after, q:after {
    content: url(/images/n/quote_after.png);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* -------------------------------------------------------
 GENERAL
 ---------------------------------------------------------- */
html {
    overflow-y: scroll;
}
body {
    font-family: "ProximaNova", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    /*line-height: 1.8em;*/
    color: #666666;
}

/* links */
a:link, a:visited {
    color: inherit;
    /*text-decoration: none;*/
    outline: 0;
}
a:hover {
    text-decoration: underline;
}
a:hover, a:focus, a:active {
    color: inherit;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: "ProximaNova", "Helvetica Neue", helvetica, arial, sans-serif;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    /*line-height: 50px;*/
    letter-spacing: -0.9px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}

/* Lists */
ul, ol {
    /*    margin-bottom: 5px;*/
    /*padding: 0 20px;*/
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}

dl {
    margin-bottom: 25px;
}
dt {
    font-weight: bold;
    /*color: #046416;*/
}
dd {
    padding-left: 20px;
    padding-right: 10px;
}

blockquote {
    margin: 25px 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    font-style: italic;
}
blockquote:before {
    /*    background: url(../images/n/quote.png) no-repeat 3px 0;*/
}
blockquote:after {
    /*    background: url(../images/n/quote.png) no-repeat 3px 0;*/
}
input, select {
    vertical-align: middle;
}

strong, b {
    font-weight: bold;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
mark {
    background-color: #FDD2B3;
}

/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix {
    zoom: 1;
}/* IE7 */


/* ------------------------------------------------------
 STRUCTURE
 --------------------------------------------------------- */
#sitemap * {
    font-size: 12px;
}
#sitemap > * {
    margin: 20px;
}
#sitemap .contents {
    width: 900px;
}
#sitemap .contents > div {
    float: left;
    margin-bottom: 20px;
}
#sitemap .contents h3 {
    float: left;
    width: 100px;
}
#sitemap .contents .products {
    border-left: 1px solid #111;
    margin-right: 0;
}
#sitemap .contents .products h3 {
    width: 120px;
    margin-left: 20px;
}
#sitemap .contents ul {
    display: table-cell;
}
#sitemap .contents li {
    list-style: none;
}
#copyrights {
    font-size: 10px;
    color: #999;
    margin: 0 20px 0;
}
/* -------------------------------------------
 Header
 -------------------------------------------- */
/* -------------------------------------------
 Footer
 -------------------------------------------- */
/* -------------------------------------------
 Parts
 -------------------------------------------- */
.label {
    background-color: #111;
    color: #ffffff;
    padding: 2px 10px;
    line-height: 1.2em;
    white-space: nowrap;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.label.label-notice {
    background-color: #666;
}
