@charset "utf-8";
/* =================================================================================
CSS information

 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
================================================================================= */
/*--- 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, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
	font-size: 62.5%;
}

html, body,div,h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}

html,body{
    height: 100%;
}

body {
	font-family: "NotoSansCJKjp-Light","ＭＳ Ｐゴシック","MS PGothic",Osaka,Helvetica, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
	color: #333;
	line-height: 1.8em;
}
 
body.msie {
    font-size: 62.5%;
	color: #333;
}
 
body.win {
    font-family: "NotoSansCJKjp-Light","ＭＳ Ｐゴシック","MS PGothic",Osaka,Helvetica, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial;
	color: #333;
}

h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-width: 100%;
	color: #333;
} 

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;
}


/*----------------------------------------------------
	基本設定、リンクカラーなど
 ----------------------------------------------------*/
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	text-decoration: underline;
	overflow:hidden;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
/* float */
.float-left { float: left; }
.float-right { float: right; }

/* clear関連 */
.cf { margin: 0px; padding: 0px; clear: both; }
.cf:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
* html .cf {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img, div { behavior: url(iepngfix.htc); }

