@charset "utf-8";
/* CSS Document */

/* 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,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
vertical-align:baseline;
background:transparent;
font-weight:400;

font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;


color:#000000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

html {
font-size: 62.5%; /* sets the base font to 10px */
}
body {
font-size: 16px;/* ie8 */
font-size: 1.6rem;
}



/* end_reset */


body {text-shadow: 0px 1px 0px #FFFFFF;-webkit-text-size-adjust: 100%;}
img {max-width: 100%;height: auto;vertical-align:bottom;}
span,em{font-size:inherit; color:inherit; text-shadow:inherit; font-style:inherit; font-weight:inherit; line-height:inherit;}
strong{font-weight:900;font-size:inherit; color:inherit; text-shadow:inherit; font-style:inherit;line-height:inherit;}
a{text-decoration:none;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
.center{text-align:center;}
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width:1000px) {.br_pc_only{display:none;}}
@media screen and (min-width:1000px) {.br_no_pc{display:none;}}
@media screen and (min-width: 780px) {.br_tab{display:none;}}
@media screen and (min-width: 640px) {.br_sp{display:none;}}

a:link		{}
a:visited	{}
a:hover		{}
a:active	{}

a img:hover,input.inputbtn:hover {
opacity: 0.7;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;

-moz-transition-duration:500ms;
-webkit-transition-duration:500ms;
-o-transition-duration:500ms;
-ms-transition-duration:500ms;

-moz-transition-timing-function:ease-in-out;
-webkit-transition-timing-function:ease-in-out;
-o-transition-timing-function:ease-in-out;
-ms-transition-timing-function:ease-in-out;
}