@charset "UTF-8";

/* ==============================
=================================

base.css

=================================
============================== */

/*-------------------------------
---------------------------------
初期設定 
---------------------------------
-------------------------------*/

body { 
	margin:0;
	padding:0;
	line-height:1.6;
	color:#373737;
}


address{
	font-style:normal;
}

a img{
	border:0;
}


/*-------------------------------
---------------------------------
clearfix 
---------------------------------
-------------------------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	zoom:100%;
}
/*-------------------------------
---------------------------------
clearbox 
---------------------------------
-------------------------------*/
.clearbox {
	height: 0%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	visibility: hidden;
}

