@charset "utf-8";
/*reset style*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: normal;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html,body{
    height:100%;
}
html {
    overflow-y: scroll;
}
body {
    /*font-size: 62.5%;*//*10px*/
    font-size:75%;/*12px*/
    line-height: 1.6;
    color: #333333;
}

@media screen and (min-width: 768px) {
    body {
        font-size:88%;/*14px*/
    }
}
img {
	vertical-align: bottom;
}
hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
/*未訪問時*/
a:link {
}
/*訪問済み*/
a:visited {
}
/*カーソルが乗っている時*/
a:hover {
}
/*フォーカスされた時*/
a:focus {
    outline: none;
}
/*クリック中*/
a:active {
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
input, textarea {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
/*clearfix*/
.clearfix {
    min-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*フォーム初期設定*/
input[type=text],
input[type=email],
input[type=password] {
    height:32px;
    font-size:16px;
    padding:5px;
}
textarea{
    padding: 5px;
    font-size:16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color:#999;
}

input::-moz-placeholder,
textarea::-moz-placeholder{
    color:#999;
}
select {
    padding: 5px 8px;
    font-size: 16px;
    margin-bottom:10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    select {
        padding: 5px 8px 10px 8px;
        height: 32px;
    }
}
