@charset "UTF-8";
/*******************************************************************************
file name  :  default.css
style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
********************************************************************************/
/* reset */
html{
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
/*隣接するセルのボーダーを重ねて表示*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	text-align: left;
	vertical-align:top;
}
q:before,q:after {
	content: '';
}
legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
.s_letter{
	vertical-align:super;
	font-size:9px;
}
/*******************************************************************************
　　　　メソッド
********************************************************************************/
.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
}
.clear{
	clear:both;
	height:0px;
	margin:0;
	padding:0;
	line-height:0%;
	font-size:0px;
}

