﻿@charset "utf-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, header, footer, aside, figure, figcaption, nav, section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
}

/* =======================================================
HTML5 DISPLAY DEFINITION
======================================================== */

html, button, input, select, textarea {
    font-family: sans-serif;
}

html, body {
    width: 100%;
}

html, button, input, select, textarea {
    font-family: inherit
}

/*
 * Font Smoothing
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

address {
    margin-bottom: 1.5em;
    font-style: normal;
    line-height: 1.42857143
}

img {
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* =======================================================
LINK
======================================================== */

a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background, background-color, position, left, opacity, width, right, box-shadow;
    transition-property: color, border-color, background, background-color, position, left, opacity, width, right, box-shadow;
}

    a:before, a:after {
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-property: position, left, width, right, background-color, top;
        transition-property: position, left, width, right, background-color, top;
    }

a {
    color: #111;
    text-decoration: none
}

    a:hover, a:focus {
        color: #999;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    a > i {
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-property: position, left, width, right;
        transition-property: position, left, width, right;
    }

/* =======================================================
TYPOGRAPHY
======================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
 */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.3;
    color: inherit
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        line-height: 1;
        font-weight: 500
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 1.25em;
    margin-bottom: 1em;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 2em;
    margin-bottom: 1em
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%
    }

h1, .h1 {
    font-size: 200%
}

h2, .h2 {
    font-size: 140%
}

h3, .h3 {
    font-size: 130%
}

h4, .h4 {
    font-size: 115%
}

h5, .h5 {
    font-size: 100%
}

h6, .h6 {
    font-size: 100%
}

p {
    margin: 0 0 0.5em
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

/* =======================================================
LIST
======================================================== */

ul, ol {
    margin: 0;
    padding: 0;
}

    ul ul, ol ul, ul ol, ol ol {
        margin: 0;
        padding: 0;
    }

li {
    line-height: 1.42857143
}

dl {
    margin: 0;
    padding: 0
}

dt, dd {
    line-height: 1.5;
    padding: 0.75em 0
}

dt {
}

dd {
    margin-left: 0
}

ul li > ul {
    margin-left: 2em
}

/* =======================================================
TABLE
======================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
}

/* =======================================================
INPUT
======================================================== */

select {
    line-height: 1.5em;
    padding: 0.25em
}

    select:disabled {
        background-color: #eee;
    }

input[type="text"], input[type="password"], textarea {
    padding: 0.25em 0.5em;
    border: solid 1px #ccc;
    width: 100%;
    height: auto;
    background-color: #fff
}

input[type="button"], input[type="submit"] {
    border: solid 1px #ccc;
    padding: 0.25em 1em;
    background-color: #fff;
    cursor: pointer;
    font-size: 85%;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #eee
    }

input[type="text"], input[type="password"], textarea, select {
    font-size: 100%;
    font-weight: 500;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
    vertical-align: inherit
}

/* 入力コントロールime-mode */

.ime_disabled {
    ime-mode: disabled;
}

.ime_numeric {
    text-align: right;
    ime-mode: disabled;
}
