@charset "UTF-8";


body,div,p,h1,h2,h3,table,ul,ol,dl,li,dt,dd,address,form {
	margin: 0px;
	padding: 0px;
}

li{
	list-style:none;
}

body{
	font-family:"Arial","Meiryo","メイリオ","ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro,osaka","ＭＳ Ｐゴシック",sans-serif;
	margin:0px 0px 0px 0px;
	color:#333333;
}

html>body{
	font-size: 10px;
}
*html body{
	font-size: 62.5%;
}
*:first-child+html body{
	font-size: 62.5%;
}


h4,h5,h6{
	display:none;
}

p{
	text-align:justify;
	text-justify:inter-ideograph; 
	margin:0px 0px 0em 0px;
	line-height:1.4;
	font-size:1.2em;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img{
	border:0px;
}

table{
	border-collapse:collapse;
	border-spacing:0px;
} 
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

.cfx:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.cfx {
	zoom:100%;
}

hr{
	display:none
}

html {
	overflow-y:scroll;
}

.datepicker_trigger{
	cursor:pointer;
}

a:focus{
	outline:none;
}





