@CHARSET "UTF-8";
/******** 初期化 ********/
html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;empty-cells:show;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

img{ margin:0;padding:0; }

/******** clearfix ********/
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/******** 初期設定 ********/
* {
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
       -ms-box-sizing: border-box;
           box-sizing: border-box;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html {
/*
	overflow-y: scroll;
*/
	height: 100%;
}

body {
	height: 100%;
	line-height: nomal;
}

table { 
	margin: 0px auto;
	padding: 0px;
	border-collapse: collapse;
	border-width: 0px;
	empty-cells: show;
}

h1, h2, h3, p, ul, ol, dl{
	margin: 0;
	padding: 0;
	list-style-type:none;
	font-size:100%;
}

li {
	zoom: 1;
	list-style-type: none;
	list-style-position: outside;
}
