@charset "shift-JIS"; 

*{
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	color:#5E5E5D;
	font-size:100%;
	font-family:ＭＳ Ｐゴシック,Osaka,san-self;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	list-style:none;
}

.box:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.box {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .box {height: 1%;}
.box {display: block;}
/* End hide from IE-mac */

/* 区切り線非表示 */
hr{
	display:none;
}

img{
	border:none;
}