@charset "utf-8";

/* reset */
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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-style: normal; font-weight: normal; font-size: 100%; vertical-align: baseline; word-wrap: break-word; color: #333; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display: block; } 
html{ font-family: Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif; font-size: 14px; -moz-text-size-adjust: none; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
input, textarea { margin: 0; padding: 0; }
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder { color: #888; }
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] { -webkit-appearance: none; }
ol, ul{ list-style: none; }
table{ border-collapse: collapse; border-spacing: 0; width: 100%; }
caption, th{ text-align: left; }
:focus { outline: none; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; min-height: 1%; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Hide from IE-mac */
img { max-width: 100%; height: auto; vertical-align: bottom; }

/* often */
body{ line-height: 1; }
.ming { font-family: YuMincho,'游明朝',"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif; font-weight: bold; }
.fl{ float: left; }
.fr{ float: right; }
.tac{ text-align: center; }
.tal{ text-align: left; }
.tar{ text-align: right; }
.calc2{ width: 50%; width: -webkit-calc(100% / 2); width: -moz-calc(100% / 2); width: calc(100% / 2); }
.calc3{ width: 33.333%; width: -webkit-calc(100% / 3); width: -moz-calc(100% / 3); width: calc(100% / 3); }
.calc4{ width: 25%; width: -webkit-calc(100% / 4); width: -moz-calc(100% / 4); width: calc(100% / 4); }
.calc5{ width: 20%; width: -webkit-calc(100% / 5); width: -moz-calc(100% / 5); width: calc(100% / 5); }
.calc6{ width: 16.666%; width: -webkit-calc(100% / 6); width: -moz-calc(100% / 6); width: calc(100% / 6); }
#Pagetop { position: fixed; right: 0; bottom: 160px; z-index: 9999; }
/**, *:before, *:after { box-sizing: border-box; }*/