@charset "Shift_JIS";

html{overflow-y: scroll; /*overflow-x:hidden;*/ height:100%;}
body { line-height:1.0;height:100%;}
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
box-sizing: border-box;
}
ol, ul {
list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input, select {vertical-align:middle;}
a { margin:0; padding:0; vertical-align:baseline; background:transparent;}
a:focus{ outline: none;}
a img,
fieldset,
img { border:0; -ms-interpolation-mode: bicubic;vertical-align: middle;}
div,table,td,tr,
li,li A,
dt,dd{box-sizing: border-box;}

/* ------------------------------*/
A,
A:hover {text-decoration:none;}

.fade:hover,
.fade:hover img {
opacity:0.5;
-webkit-opacity:0.5;
-moz-opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
}
.fade,
.fade img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}

/* ------------------------------*/
.lflt { float:left; }
.rflt { float:right;}

/* ------------------------------*/
.txtl { text-align:left !important;}
.txtc { text-align:center !important;}
.txtr { text-align:right !important;}

/* ------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.cl { clear:both;}

