@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;
}

a:active {
    color: inherit;
}

a:visited {
    color: inherit;
}

a:hover {
    opacity: 1.0;

    filter: alpha(opacity=100);
}


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;
    line-height: normal;

    -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;
    /* Chrome, Safari */
}

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 {
    padding-top: 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;
}
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%;
}