@charset "utf-8";

/*!
 * CSS Reset 2011-12-25
 * https://gist.github.com/1360380
 *
 * Author:  Takeru Suzuki, http://terkel.jp/
 * License: Public domain
 *
 * Inspired by Normalize.css: http://necolas.github.com/normalize.css/
 * Modified STRAIGHTLINE
 */

/* HTML5 display definitions */

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

video, audio, canvas {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}
/* The root element */

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

@media screen and (max-device-width: 480px){
    html {
        font-size: 88%;
        -webkit-text-size-adjust:100%;
    }
}

/* Sections */

body {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: sans-serif;
    margin: 0;
}

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



/* Grouping content */

p, blockquote, dl, dd, figure {
    margin: 0;
}

hr {
    color: inherit;
    height: auto;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
}

pre {
    font-family: monospace, sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
}

ol, ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}



/* Text-level semantics */

a:focus {
    outline: thin dotted;
}

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

strong, b {
    font-weight: bold;
}

small {
    font-size: 0.83em;
}

q {
    quotes: none;
}

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

code, samp, kbd {
    font-family: monospace, sans-serif;
}

mark {
    color: black;
    background-color: yellow;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

br {
    letter-spacing: 0;
}



/* Embedded content */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

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



/* Tabular data */

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

caption {
    padding: 0;
    text-align: left;
}

th, td {
    text-align: left;
    vertical-align: baseline;
    padding: 0;
}



/* Forms */

form {
    margin: 0;
}

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

legend {
    border: 0;
    *margin-left: -7px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: 1em;
    color: inherit;
    margin: 0;
}

input, button {
    line-height: normal;
    vertical-align: inherit;
    *vertical-align: middle;
}

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

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

input[type="search"]:focus {
    outline-offset: -2px;
}

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

select {
    background-color: inherit;
    line-height: normal;
}

textarea {
    vertical-align: top;
    overflow: auto;
    *font-family: sans-serif;
}

/*
    Common 2.0.0
*/
br {
    line-height: 1;
}

.for-mobile th,
.for-mobile td {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 10px;
    padding: 1rem;
}

    .wp-editor .ja,
    .wp-editor .en {
        border: 1px dashed #999;
    }
    
.large-size {
    font-size: 118%;
}

.small-size {
    font-size: 91%;
}

.overflow-hidden {
    display: block;
    overflow: hidden !important;
}

.error {
    color: #f00 !important;
}

.required {
    color: #f00 !important;
}

.note {
    color: #999 !important;
}

.marker {
    background-color: #fff799;
}

.marker-gray {
    background-color: #f0f0f0;
}

.marker-red {
    background-color: #F6BFAF;
}

.marker-blue {
    background-color: #d7eef6;
}

.marker-green {
    background-color: #e8f7d2;
}

.border-top,
.wp-editor .border-top {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-top: 2rem;
}

.border-bottom,
.wp-editor .border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

.border-left,
.wp-editor .border-left {
    border-left: 1px solid #ddd;
    padding-left: 20px;
    padding-left: 2rem;
}

.border-right,
.wp-editor .border-right {
    border-right: 1px solid #ddd;
    padding-right: 20px;
    padding-right: 2rem;
}

.box,
.box-gray,
.box-red,
.box-blue,
.box-green,
.wp-editor .box,
.wp-editor .box-gray,
.wp-editor .box-red,
.wp-editor .box-blue,
.wp-editor .box-green {
    border: 1px solid #ddd;
    padding: 10px;
    padding: 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.box.gray,
.box-gray,
.wp-editor .box.gray,
.wp-editor .box-gray {
    border-color: #ccc;
    color: #222;
    background-color: #f8f8f8;
}

.box.red,
.box-red,
.wp-editor .box.red,
.wp-editor .box-red {
    border-color: #ed1c24;
    color: #9e0b0e;
    background-color: #faf1f1;
}

.box.blue,
.box-blue,
.wp-editor .box.blue,
.wp-editor .box-blue {
    border-color: #00aeef;
    color: #0076a3;
    background-color: #d7eef6;
}

.box.green,
.box-green,
.wp-editor .box.green,
.wp-editor .box-green {
    border-color: #8dc63f;
    color: #598527;
    background-color: #e8f7d2;
}

    .box *:first-child,
    .box-gray *:first-child,
    .box-red *:first-child,
    .box-blue *:first-child,
    .box-green *:first-child {
        margin-top: 0 !important;
    }
    
    .box *:last-child,
    .box-gray *:last-child,
    .box-red *:last-child,
    .box-blue *:last-child,
    .box-green *:last-child {
        margin-bottom: 0 !important;
    }

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.img-left {
    float: left;
    margin: 0 20px 0 0;
    margin: 0 2rem 0 0;
}

.img-right {
    float: right;
    margin: 0 0 0 20px;
    margin: 0 0 0 2rem;
}

    .for-mobile .img-right,
    .for-mobile .img-left {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
.img-center {
    text-align: center;
}

.webfont-icon {
    display: inline-block;
    width: 8px;
    width: 0.8rem;
    min-width: 15px;
    visibility: hidden;
    margin-right: 5px;
    margin-right: 0.5rem;
    line-height: 1 !important;
}

    .active-webfont-icon .webfont-icon {
        display: inline;
        width: auto;
        visibility: visible;
        padding-left: 0;
        #margin-right: 0;
    }

.hatebu,
.twitter,
.google,
.facebook {
    display: inline-block;
    height: 20px;
    overflow: hidden !important;
    text-align: left !important;
}

    .vertical-style .hatebu,
    .vertical-style .twitter,
    .vertical-style .google,
    .vertical-style .facebook {
        height: 62px;
    }
    
.share-button-loading {
    display: inline-block;
    width: 1px;
    height: 20px;
}

    .vertical-style .share-button-loading {
        height: 62px;
    }
    
.hatebu {
    margin-right: 10px;
}

    .vertical-style .hatebu {
        width: 90px;
    }
    
.twitter {
    margin-right: 10px;
}

    .vertical-style .twitter {
        width: 80px;
    }
    
.facebook {
}

    .vertical-style .facebook {
        width: 69px;
    }
    
.google {
    display: inline-block;
    width: 76px;
}

.follow-us iframe {
    height: 20px !important;
}

.space {
    font-size: 1px;
}

table.layout {
    margin-bottom: 0 !important;
}

table.layout th,
table.layout td {
    border-style: none !important;
    background-color: transparent !important;
    padding: 0 0 10px 0 !important;
    padding: 0 0 1rem 0 !important;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.03) inset;
    border-radius: 3px;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #fff;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

    input[type=text],
    input[type=email],
    input[type=password],
    textarea {
        max-width: 100%;
        _width: 96%;
    }

    .for-mobile input[type=text],
    .for-mobile input[type=email],
    .for-mobile input[type=password],
    .for-mobile textarea {
        max-width: none;
        width: 100% !important;
        _width: 96% !important;
    }

    .dark-style input[type=text],
    .dark-style input[type=email],
    .dark-style input[type=password],
    .dark-style select,
    .dark-style textarea {
        border-color: #555;
        background-color: #484848;
        color: #eee;
        box-shadow: 0 2px 2px rgba(0,0,0,0.1) inset;
    }

input[type=text]:hover,
input[type=password]:hover,
select:hover,
textarea:hover {
    border-color: #999;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #333;
}

input[type=submit] {
    min-width: 120px;
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix { 
    display: inline-block; 
}

/* exlude MacIE5 \*/
* html .clearfix { 
    height: 1%; 
}

.clearfix { 
    display:block; 
}
/* end MacIE5 */

