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

 /* fonts
========================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}


 /* Reset
========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding:0;
	margin:0;
}


 /* Setting
========================================*/
body {
  	background-color: #FFFFFF;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
	/*font-family: "Verdana","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;*/
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	font-size:100%;
	font-weight:normal;
	text-align: left;
}
li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th {
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
	/*font-family: "Verdana","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;*/
  font-size:100%;
  font-weight: normal;
}
img {
  	border: none;
/*	vertical-align: bottom;
*/}
sup {
	font-size: 60%;
}

a,
area {
	outline: none;
}

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

.clear{
  clear:both;
  height:0;
  line-height:0;
}
