@charset "utf-8";

/* reset.css */
html {
	overflow-y:scroll;
}
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,form,fieldset,input,textarea,pre,blockquote,th,td {  
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
caption,th {
	text-align:left;
}
fieldset {
	border:0;
}
img {
	border:0;
	vertical-align:bottom;
} 
a {outline:0;}
a:hover,button:hover,label:hover {cursor:pointer !important;}
.imgbtn img,.imgbtn input,
a[name]:hover,a[name]:hover img { 
	cursor:default !important;
}
a[href]:hover,a[href]:hover img { 
	cursor:pointer !important;
}

/* fontstyle */
body,td,th {
	font-family:"ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic","Arial",sans-serif;
}

/* list */
ol,ul,li {
	list-style:none;
}
ul.ullist{
	padding-left:2em;
}
ul.ullist li{
	list-style-type:disc;
}
ol.ollist{
	padding-left:2em;
}
ol.ollist li{
	list-style-type:decimal;
}

/* clearfix */
.clearfix {
	display:block;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
.clearfix {
	*overflow:hidden;
	*zoom:1;
}
.clearfix:not(:target) {
	/* overflow:hidden\9; */
	/* zoom:1\9; */
}
/* hides from ie-mac \*/
* html .clearfix {
	height:1%;
	overflow:visible;
}
/* end hide from ie-mac */
