@charset "UTF-8";

body {
	background: #FFF;
	width: 100%;
	font-size: 62.5%;
	line-height: 1.6;
	color: #000;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*---------------------------------------------
detail
---------------------------------------------*/
.indent {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.marT0{
	margin-top:0;
}

/*---------------------------------------------
link color
---------------------------------------------*/
a:link {
	color: #2983ff;
	text-decoration: underline;
}
a:visited {
	color: #2983ff;
	text-decoration: underline;
}
a:active{
	color: #6f9edf;
	text-decoration : underline;
}
a:hover {
	color: #6f9edf;
	text-decoration : underline;
}

/*---------------------------------------------
link btn
---------------------------------------------*/
a:hover img.hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	background:#FFF;
}

a.hover:hover  {
	filter:alpha(opacity=85);
	opacity:0.85;
}
