@charset "utf-8";

/* =========================================================

全ページ共通のスタイルを定義

01. HTML
02. Font
03. INPUT
04. Clearfix
05. display

========================================================= */

/* 01. reset
--------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

object, iframe { vertical-align: bottom;  }

* { margin: 0; padding: 0; font-size: 100%; }

html { color: #000; background-color: #fff; }
body { font: 13px/1.231 "Helvetica"," Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif"; line-height: 1.5; height: 100%; text-align: center; -webkit-text-size-adjust:none; }

hr, legend	{ display: none; }
img	 { border: none; vertical-align: bottom; }
article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section { display: block; }
div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td, figure, figcaption { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, address, th, caption, em, strong, dfn { font-style: normal; font-weight: normal; }

sup { vertical-align: text-top; font-size: 72%; }
sub { vertical-align: text-bottom; font-size: 72%; }
del { text-decoration: line-through; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; font-size: 100%; font-size: inherit; }
caption	{ text-align: left; }
fieldset{ border: 0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }

a { color: #425ff1; text-decoration: none; overflow: hidden; outline: none; }

/* 02.Font
--------------------------------------------------------- */
.xxxs { font-size:70%; }
.xxs { font-size:77%; }
.xs { font-size:85%; }
.s { font-size:93%; }
.m { font-size:100%; }
.l { font-size:108%; }
.xl { font-size:116%; }
.xxl { font-size:131%; }

.px20 { font-size:154%; }
.px25 { font-size:189%; }
.px26 { font-size:197%; }

/* 03 .Input
--------------------------------------------------------- */
input { line-height:1.6em; vertical-align: middle; }
select { vertical-align:middle; }
input,textarea,select{ font-family:inherit;  font-size: 100%; font-weight:inherit;}

/* 04 .Clearfix
--------------------------------------------------------- */
.clfix { zoom:1; }
.clfix:after{
    content: " "; 
    display: block; 
    clear: both;
}

/* 05 .display
--------------------------------------------------------- */
.display_none { display:none; }
.display_block { display:block; }
.hide { visibility:hidden; }