@charset "shift_jis";
/* CSS Document */

/*　ベース
==================================================*/
* {
	margin:0;
	padding:0;
	word-break:break-all;
	list-style:none;
}
img{
	border:none;	
}

/*　リンクカラー
==================================================*/
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;/*ここは変更*/
}
a:visited {
}

/* clearfix
==================================================*/
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden
}
.clearfix {
	zoom: 100%
}
.clearFix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden
}
.clearFix {
	zoom: 100%
}


/* 
==================================================*/
ul li {
	list-style-type: none;
}