@charset "UTF-8";

*{
	margin:0px;
	padding:0px;
	font-weight: normal;
	font-style: normal;
}

body{
	color:#333333;
	font-family:Arial, Helvetica,Georgia, "Times New Roman", Times sans-serif, serif,;
}


html>body{
	font-size: 10px;
}
*html body{
	font-size: 62.5%;
}
*:first-child+html body{
	font-size: 62.5%;
}

p,
dt,
dd,
table{
/*	text-align:justify;
	text-justify:newspaper; */
	line-break: strict;
	line-height:1.4;
	font-size:1.4em;
}

a{
	text-decoration:underline;
	color:#333333;
}
a:hover{
	text-decoration:underline;
	color:#838383;
}
a:focus{
	outline:none;
}

li{
	list-style:none;
}

img{
	border:0px;
}

table{
	border-collapse:collapse;
	border-spacing:0px;
	line-height:1.3;
} 

address,
caption,
cite,code,
dfn,
em,
th,
var{
	font-style:normal;
	font-weight:normal;
}

strong
{
	font-style:normal;
	font-weight:bold;
}

hr{
	display:none
}

select option{
	padding : 0px 1px; 
}

.cfx:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.cfx {
	zoom:100%;
}

html {
	overflow-y:scroll;
}


ul.ul_normal{
padding-left:2em;
}
ul.ul_normal li{
	list-style-type:disc;
} 

ol.ol_normal{
	padding-left:2em;
}
ol.ol_normal li{
	list-style-type:decimal;
} 



.datepicker_trigger{
	cursor:pointer;
}








