@charset "utf-8";
/* ******************************
 *
 * Since:    2020-12-21
 * Modified: 2020-12-21
 * Editor:   hara@DiiV
 *
 * Information: CSS for all
 *
 * ******************************
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td,img{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, td, th{
    font-size: 100%; 
    font-weight: normal;
}

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;
}

img{
	line-height: 0;
}

li{
	list-style-type: none;
}



/***  for clear method  ***/

.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}
.clear{
	clear:both;
	height:0px;
	margin:0;
	padding:0;
	line-height:0%;
	font-size:0px;
}

/***  for browser control  ***/

/* FireFoxで高さがディスプレイを満たさなかった場合でもスクロールバーを表示させる 
html{
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}*/


