@charset "UTF-8";

/*	各種マージン、パディング、ボールドなどを初期化します。 */
/*	標準でフォントサイズが10pxになります。 */
/*	ページ作成時にフォントサイズをemで指定します。（可変対応） */
/*	16pxの大きさなら1.6emと指定します。子要素の継承がありますので、 */
/*	子要素などに指定する際は注意してください。 */

*{
	font-style:normal;
	line-height:160%;
}

html{
	/* height:100%; */
	font-size: 100.01%;
	font-style:normal;
	text-align:left;
	overflow-y:scroll;
}

body{
	/* height:100%; */
	font-family: Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size:10px !important;
	font-size:62.5%;
	margin:0;
	padding:0;
}

body *{
	margin:0;
	padding:0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	font-size:1em;
}

table {
	font-size:1em;
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	font-size:1em;
	border:0;
}

ol,ul {
	font-size:1em;
	list-style:none;
}

caption,th {
	font-size:1em;
	text-align:left;
}

q:before,q:after {
	font-size:1em;
	content:'';
}

abbr,acronym {
	border:0;
	font-size:1em;
}

small{
font-size:0.8em;
}

large{
font-size:1.2em;
}

th{
font-weight:100;
}

/* 回り込み解除 */
br.clear{
clear:both;
line-height:0px;
height:0px;
font-size:0px;
margin:0px;
padding:0px;
border:none;
}

/* テキスト飛ばし */
.fir{
text-indent:-1000%;
overflow:hidden;
font-size:0px;
}
