@charset "utf-8";

/* ****************************************************
  base styles
***************************************************** */




/* CSS for common setting
=========================================*/
body {
	background-color: #ffffff;
	text-align: center;
}
img {
	vertical-align: bottom;
}
hr {
	display: none;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}




/* last
=========================================*/
.last {
	margin-bottom: 0 !important;
}




/* Clear fix
=========================================*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {/* for IE6 */
	height: 1px;
}

*:first-child+html .clearfix {/* for IE7 */
	zoom: 1;
}