@charset "shift_jis";

/***********************************************/
/*
/* [ ブラウザデフォルトスタイルReset ]
/*
/*　-Reset CSS
/*　-フォントサイズ設定
/*　-clearfix
/***********************************************/


/* Reset CSS
==========================================================*/

html{
	color: #4c4c4c;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
fieldset,img{
	border:0;
}
address,caption,cite,em,strong,th {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym {
	border:0;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
img {
	vertical-align:top;
}
hr {
	display:none;
}
/* フォントサイズ設定
==========================================================*/
body {
	font-size      :small;
	_font-size     :x-small;/* winIE5.x only */
	_fo\nt-size    :small;/* winIE6 only */
	font-family:' ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',' メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
/* 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;
}
