@charset "utf-8";
/* ********************************************
 * common.css
 * ******************************************** */
/* --------------------------------------------
 font-size (base 14px)
 http://webtech-walker.com/archive/2008/05/16032443.html
 10px	72%
 11px	79%
 12px	86%
 13px	93%
 14px	100%
 15px	108%
 16px	115%
 17px	122%
 18px	129%
 19px	136%
 20px	143%
 21px	150%
 22px	158%
 23px	165%
 24px	172%
 25px	179%
 26px	186%
 *----------------------------------------------- */
/* --------------------------------------------
 reset
 ----------------------------------------------- */
html {
    /* font-family: "MS PGothic", "Osaka", "sans-serif"; */
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}

body {
    font-size:13px;
    margin: 0;
    padding: 0;
    letter-spacing:0.00em;
    word-break: break-all;
    
    background:#FFFFFF;
    color:#222;
    /* font-family:"メイリオ", "Meiryo", "Lucida Grande", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif; */
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

div, span, 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, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

p {
    display:inline;
}

input, textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;   
}

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

blockquote, q {
    quotes: none;
}

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

div, h2, h3, h4, h5, h6, p, li, dt, dd, pre, code, blockquote, th, td {
    word-break: break-all;
}

br {
    letter-spacing: 0;
}

fieldset, img {
    border: 0;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #333;
}

input[type = "submit"] {
    cursor: pointer;
}

input[type ="text"] {
    vertical-align: middle;
}

select {
    background-color: #ffffff !important;
}

address, caption, cite, code, dfn, var {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

del, u {
    text-decoration: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

input[type='button'] {
    cursor: pointer;
}
