/*
 *      katsuk custom css 2013/03
 */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

html {
    color: #595757;
    background-color: #fff;
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
/*    font-family: Garamond, Georgia, "Times New Roman", Times, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; */
/*    font-family: Baskerville, "Baskerville Old Face", "Times New Roman", Times, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; */
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",AquaKana,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.5;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: normal;
    margin: 1.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 1em 0;
    padding: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

ul,
ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
    resize: vertical;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    position: relative;
    z-index: 9999;
    margin: 0.2em;
    background: #fff;
    color: #484848;
    padding: 0.2em;
}

/* ==========================================================================
   clearfix
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*
 *
 *      C 2013 Tachikawa Inc.
 *
 */
html {
    background: #532118 url(../../files/img/site/bg.jpg) center top;
}
body {
    font-size: .875em;
}
a {
    -webkit-tap-highlight-color:rgba(245,78,150,0.3);
}
/*
 *      header
 */
#header {
    overflow: hidden;
    width: 920px;
    margin: 0 auto;
}
#headLogo {
    width: 222px;
    float: left;
    margin: 50px 0 55px -10px;
}
#headTel {
    text-align: right;
    margin-top: 155px;
}
/*
 *      layout
 */
#wrap {
    overflow: hidden;
    background-color: #fff;
}
#wrap2 {
    overflow: hidden;
    width: 920px;
    margin: 45px auto 0;
}
#main {
    overflow: hidden;
    width: 640px;
    float: right;
}
#side {
    overflow: hidden;
    width: 140px;
    float: left;
}
/*
 *      nav
 */
#gNavi {
    margin: 0;
}
#gNavi a {
    display: block;
    height: 35px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../../files/img/site/snav.png) 0 0 no-repeat;
}
#gNavi #gShop {
    background-position: 0 0;
}
#gNavi #gShop:hover {
    background-position: -140px 0;
}
#gNavi #gInfo {
    background-position: 0 -35px;
}
#gNavi #gInfo:hover {
    background-position: -140px -35px;
}
#gNavi #gRecomm1 {
    background-position: 0 -70px;
}
#gNavi #gRecomm1:hover {
    background-position: -140px -70px;
}
#gNavi #gRecomm {
    background-position: 0 -105px;
}
#gNavi #gRecomm:hover {
    background-position: -140px -105px;
}
#gNavi #gMenu {
    background-position: 0 -140px;
}
#gNavi #gMenu:hover {
    background-position: -140px -140px;
}
#gNavi #gStaff {
    background-position: 0 -175px;
}
#gNavi #gStaff:hover {
    background-position: -140px -175px;
}
#gNavi #gGallery {
    background-position: 0 -210px;
}
#gNavi #gGallery:hover {
    background-position: -140px -210px;
}
#gNavi #gBlog {
    background-position: 0 -245px;
}
#gNavi #gBlog:hover {
    background-position: -140px -245px;
}
#gNavi #gContact {
    background-position: 0 -280px;
}
#gNavi #gContact:hover {
    background-position: -140px -280px;
}
/*
 *      div#foot
 */
#foot {
    overflow: hidden;
    background-color: #fff;
}
#foot2 {
    overflow: hidden;
    width: 920px;
    margin: 45px auto;
}
#makerLink {
    float: left;
}
#makerLink a:hover img {
    opacity: .8;
}
#villa {
    float: left;
}
#facebook {
    margin: 50px 0 0 10px;
}
#shopInfo {
    text-align: right;
    font-size: .857em;
}
#shopInfo h1,
#shopInfo li span {
    font-weight: bold;
}
#shopInfo ul {
    margin: 0;
}
/*
 *      footer
 */
#copyright {
    clear: both;
    width: 920px;
    margin: 0 auto;
    color: #ccc;
    font-size: .75em;
    text-align: right;
    line-height: 4;
}
footer a {
    color: #ccc;
}
footer a:hover {
    text-decoration: underline;
}
/*
 *      main
 */
#main article h1 {
    font-size: 1.214em;
    margin: 2em 0 1.3em;
    padding-left: .5em;
    line-height: 2;
    border-bottom: 1px solid #aaa;
}
/*
 *
 *      common
 *
 */
article {
    margin:0 0 2em;
    overflow: hidden;
}
article p, article ul, article ol, article dl {
    margin:1em 0;
}
article strong, article b {
    font-weight:bold;
}
article em, article i {
    font-style:italic;
}
article u, article ins {
    text-decoration:underline;
}
article strike, article s, article del {
    text-decoration:line-through;
}
article dt {
    clear: left;
    float: left;
    padding: 0.7em 0 0.5em;
    width: 7em;
}
article dd {
    border-bottom: 1px dotted #808285;
    padding: 0.7em 0 0.5em 7em;
    margin: 0;
}
article img {
    vertical-align: middle;
}
article abbr, articles acronym {
    border-bottom:1px dotted #434343;
    cursor:help;
}
article fieldset, article table, article pre {
    margin-bottom:1em;
}
/*
 *
 *      style
 *
 */
#collection {
    overflow: hidden;
    margin-top: 40px;
}
#collection a {
    display: block;
    width: 213px;
    height: 400px;
    float: left;
}
#collection a:hover {
    opacity: .7;
}
#top_style2013 {
    margin-top: 30px;
}
#styleMain {
    margin-bottom: 20px;
}
#styleText {
    float: left;
    width: 300px;
    font-size: .857em;
    line-height: 2;
}
#length {
    margin-bottom: 30px;
}
#styleSide {
    float: left;
    width: 164px;
    font-size: .786em;
}
#styleBack {
    float: left;
    width: 164px;
    margin-left: 10px;
    font-size: .786em;
}
