@charset "utf-8";



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 {
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section { display: block; }
body {
background-color: #fff;
color: #000;
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-font-smoothing: subpixel–antialiased;
-moz-osx-font-smoothing: auto;
line-height: 1.6;
text-rendering: optimizeLegibility;
}
ol, ul, ol li, ul li { list-style: none; }
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
font-size: 14px;
overflow-y: scroll;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl { clear: none; }
img {
border: none;
height: auto;
-ms-interpolation-mode: bicubic;
line-height: 1;
margin: 0;
overflow: hidden;
padding: 0;
vertical-align: bottom;
max-width: 100%;
}
a:link, a:visited {
color: #000;
text-decoration: none;
}
a:hover, a:active {
text-decoration: none;
color: #666;
}
a:focus { outline: none; }
a:hover img { opacity: 0.6; }





/* Social */
.social { padding: 200px 0 40px; }

.social li {
float: left;
margin-left: 10px;
}
.social li:first-child { margin-left: 0; }

.social a {
display: block;
fill: #a0a0a0;
height: 24px;
width: 24px;
}
.social a:hover { fill: #000; }





/* Pagetop */
.pagetop {
position: fixed;
right: 0;
bottom: 30px;
}

.pagetop a {
display: block;
fill: #a0a0a0;
height: 24px;
width: 24px;
}
.pagetop a:hover { fill: #000; }










/* float clear */
.cf { zoom: 1; }
.cf:after { clear: both; content: ""; display: block; }