@charset "UTF-8";

* {
	margin:0;
	padding:0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p,li,em,textarea,ul,ol{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
}
img {
border-style:none;
	vertical-align:bottom;
}

p {
	line-height:1.6;
}
address{
	font-style:normal;
	line-height:1.2;
}

td,th{
	border:none;
}
table{
	border:none;
}
em{
	font-weight:bold;
}

/*clearfix*/
.clearfix:after {
   content: ".";
   clear: both;
   height: 0;
   visibility: hidden;
   display:block;
}
.clearfix {
  height: 1px;
  min-height: 1px;
  display: inline-block;
}

* html .clearfix {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden; 
  /**/
}