@charset "utf-8";

/* summary ------------------
common style
-------------------------- */

/* 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,
input textarea,select,button {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
font-style: normal;
font-weight: normal;
line-height:1;
vertical-align:baseline;
background:transparent;
}

ol,ul {
list-style:none;
text-indent:0;
}

img {
line-height:0;
}

:focus {outline:0;}



/* base ----------------- */
html {
font-size: 10px;
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
}

html.lt-ie10 {
font-size : 62.5%;	/* IE9までは文字だけの拡大・縮小が可能なため。bodyにpxでは機能しない。 */
}

body {
color:#4D4D4D;
font-family:"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
background-color:#4D4D4D;
position:relative;	/* absolute 時に　bottom指定、明示しないとwindow下になったため。Opera,chrome */
background:#E0E0E0;
}

input,
button,
select,
textarea {
font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}


a:link {
color:#2F72C0;
text-decoration:none;
}
a:visited {
color:#2F72C0;
text-decoration:none;
}
a:hover {
color:#0F81FF;
text-decoration:underline;
}
a:active {
color:#0F81FF;
text-decoration:underline;
}

.speech {
position: absolute;
top: -99999px;
left: -99999px;
overflow: hidden;
font-size: 0;
height: 0;
width: 0;
}

