@charset "utf-8";

/*スタイルシートの初期化
------------------------------------------------------------ */
*{
	margin:0;
	padding:0;
	background-color:transparent;
	font-size:100%;
/*	font-style:normal;	150623-斜体文字を使いたいため*/
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅";
	text-decoration:none;
}
img{
	border:0px;/*FireFoxでhrが非表示になる*/
}
li img,dt img,dd img{
	vertical-align:bottom;/*隙間が出るエラーを修正*/
}

/* floatバグ回避ハック
------------------------------------------------------------ */
span.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


