@charset "utf-8";
html, body, 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;
  font-size:100%;
  list-style:none;
  font-weight:normal;
  font-style:normal;
}

* {
  margin:0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,body {
height:100%;
margin:0;
padding:0;
min-height:100%;
}

html{
height:100%;
margin-bottom:1px;
background:#fff;
}

body {
font-family: "メイリオ" , Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-weight: 500;
  color:#000;
  /*overflow:hidden;*/
  word-wrap:break-word;
  -webkit-text-size-adjust : 100%!important ;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

html { font-size: 62.5%; }
body { font-size: 10px; font-size: 1.0rem; }
h1 { font-size: 28px; font-size: 2.8rem; }
h2 { font-size: 20px; font-size: 2rem; }
h3 { font-size: 18px; font-size: 1.8rem; }
li, p, th, tr, td   { font-size: 14px; font-size: 1.4rem; word-break:break-all;	word-wrap:break-word;}
p,li {	line-height:1.6; }


h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
  margin:0;
  padding:0;
}

a {
  /*font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
font-family: -apple-system, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	font-family: "メイリオ" , Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color:#000;
	text-decoration: none;
}

a:hover {
  text-decoration:underline;
}

small {
  text-align:center;
  display:block;
  font-size:12px;
  font-size:1.2px;
  color:#808080;
}


img {
  max-width : 100% ;
  height : auto ;
  vertical-align:bottom;
}

section {
  display: block;
}

/*********************************************************************
  COMMON CLASS
*********************************************************************/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  overflow:hidden;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
