@charset 'UTF-8';

body {
    font-family: inherit;
    font-size: medium;
    line-height: normal;

    -webkit-box-sizing: content-box;

    box-sizing: content-box;
    width: auto;
    min-width: auto;
    margin: auto;
    padding: 0;

    color: inherit;
    background-color: transparent;

    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    text-size-adjust: auto;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

img {
    width: auto;
    max-width: auto;
    height: auto;
    max-height: auto;
}

a img:hover {
    /*opacity: 0.7;
  filter: alpha(opacity=70);*/
}


/* link */
a {
    text-decoration: none;

    color: inherit;
    /*&:visited {
    color: $link-color;
    text-decoration: none;
  }*/
}

a:active {
    text-decoration: none;

    color: inherit;
}

a:hover {
    text-decoration: none;

    color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: medium;
    font-weight: normal;
}


/* form ------------------------------------------ */
select {
    font-size: medium;

    display: inline;

    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;

    color: inherit;
    border: none;
    border-radius: 0;
    background-color: inherit;

    -webkit-appearance: none;
}

select:disabled {
    color: inherit;
    background-color: inherit;
}

select::-ms-expand {
    display: inline;
}

input[type='radio'] {
    position: static;
    left: auto;

    visibility: visible;
}

input[type='radio']+label:hover {
    cursor: auto;
}

input[type='checkbox'] {
    position: static;
    left: auto;

    visibility: visible;
}


input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='number'],
input[type='search'] {
    font-size: medium;

    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    height: auto;
    padding: 0;

    border: none;
    border-radius: 0;
    background-color: inherit;

    -webkit-appearance: none;
}

input[type='text']:placeholder-shown,
input[type='password']:placeholder-shown,
input[type='tel']:placeholder-shown,
input[type='email']:placeholder-shown,
input[type='number']:placeholder-shown,
input[type='search']:placeholder-shown {
    color: inherit;
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder {
    color: inherit;
}

input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder {
    color: inherit;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    input[type='text'],
    input[type='password'],
    input[type='tel'],
    input[type='email'],
    input[type='number'],
    input[type='search'] {
        padding: 0;
    }
}

textarea {
    font-size: medium;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    padding: 0;

    border: none;
    border-radius: 0;
    background-color: inherit;

    -webkit-appearance: none;
}

textarea:placeholder-shown {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}

textarea:-ms-input-placeholder {
    color: inherit;
}


/*   footer
------------------------------------------ */
footer {
    width: auto;
}


/*-----------------------------------------------------------------
	メイン
-----------------------------------------------------------------
main {
    margin: auto;

    text-align: start;
}

main section {
    clear: none;

    margin: auto;
    padding: 0;

    text-align: start;

    border-bottom: none;
}

main section:last-child {
    padding: 0;

    border: none;
}

main section h3 {
    font-size: medium;
    font-weight: normal;

    display: inline;

    width: auto;
    margin: auto;
    padding: 0;

    letter-spacing: normal;

    color: inherit;
    border-radius: 0;
    background: inherit;
}

main section div {
    width: auto;
    margin: auto;
    padding: 0;

    text-align: start;
}
*/

/* 旧web本店のリセットCSSの形にfont-size指定を合わせる */
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,
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 {
    /*font: inherit;*/
    font-size: 100%;
}