@charset "utf-8";
/*
------------------------------------------------------------------------
Universal Reset-リセット-
----------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:150%;
}
html {
	overflow-y:scroll;
}


p,li,dt,dl { line-height:150%;}

p { margin:0 0 1.5em 0;}

ul { list-style-type:none;}

a img { border:0;}



/*----------------------------------------------------------------------
Universal Unit
----------------------------------------------------------------------*/
.hidden {
display: none;
visibility: hidden;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.clear {
clear: both;
}

/*
------------------------------------------------------------------------
Clearfix
----------------------------------------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */