@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 { 
	margin:0;
	padding:0;
}


 /* Setting 
========================================*/
body {
	background-color: #FFFFFF;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
	line-height: 1.6;
}
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 {
  font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
  font-weight: normal;
  font-size:93%;
}
img {
	border: 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;
}


