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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
 
 
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	/*font-family:-apple-system,’Lucida Grande’,
‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,
‘游ゴシック’,’メイリオ’,meiryo,sans-serif;*/
	/*font-family:-apple-system, 'Helvetica Neue','Hiragino Kaku Gothic ProN', '游ゴシック','メイリオ',meiryo,sans-serif;*//*trickster*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*//*trickster*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* clearfix */

.cf:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
.cf {
	min-height:1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.both{clear: both;}
.center{margin: 0 auto; text-align: center;}
.fL{float: left;}
.fR{float: right;}
.mT20{margin-top: 20px;}
.mB20{ margin-bottom: 20px;}
.mB70{ margin-bottom: 70px;}
.pD0{padding: 0;}
.pT20{padding-top: 20px;}
.pT15{padding-top: 15px;}
.pT25{padding-top: 25px;}
.pT35{padding-top: 35px!important;}
.pB10{padding-bottom: 10px;}
.pB20{padding-bottom: 20px;}
.pB70{ padding-bottom: 70px;}
.txtC{text-align: center;}
.bold{font-weight: bold;}
.dFlex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}

.u-line {text-decoration: underline;}