@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,fieldset,legend {
	border-collapse:collapse;
	border-spacing:0;
	font-style: normal;
	margin:0;
	padding:0;
	font-weight: normal;
	color:#000000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body{
	font-size:75%;
	-webkit-text-size-adjust: 100%;
}


address{
	font-style: normal;
}
p,li,address,table,dt,dd{
	line-height: 1.5;
}
img {
	vertical-align: top;
	border:0;
}
ul,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
}
table{
	border-collapse: collapse;
}
th{
	font-weight:normal;
}
a:link{
	color:#0080CC;
	text-decoration: underline;
}

a:visited{
	color:#0080CC;
	text-decoration: underline;
}

a:hover{
	color:#0080CC;
	text-decoration: none;
}

a:active{
	color:#0080CC;
	text-decoration: none;
}

strong{
	font-weight:bold;
}
em{
	color:#FF0000;
	font-style:normal;
}


/*-------------------------------------------------------------------
clear-fix
-------------------------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------------------------------------------- */
