@charset "UTF-8"
/* CSS Document */

/*---全指定初期化----*/
*{
  margin:0;
  padding:0;
  zoom:1;
}
/*-------*/

/*---各要素を再び初期化----*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
}
/*-------*/

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

.clearfix {	display: inline-block;} 

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;}
/* End hide from IE-mac */
/*-------*/

/*---フォント関連----*/
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
} 


/*-------*/

/*---テーブル関連----*/
table{border-collapse:collapse;border-spacing:0;} 
/*-------*/



/*---フラッシュサイトでの100％表示レンダリング方法----
html{
  height:100%;
}

html>/**/body{
  overflow:-moz-scrollbars-vertical;
}

html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}
-------*/

/*---img周りの線を付けない----*/
img {
  border: none;
}

a img{
	border:none;
}
/*-------*/