@charset "UTF-8";

/* -----------------
 HTML5 Reset
-------------------- */

article, aside, dialog, figure, footer, header,hgroup, menu, nav, section{
	display: block;
	text-align:justify;
}

/* -----------------
 text
-------------------- */

p{
	margin:0;
	padding:0;
}

.nowrap{
	white-space:nowrap;
}

/* -----------------
 img
-------------------- */

img{
	border-style:none;
	border-width:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
.img_100 img{
	width:100%;
}

/* -----------------
 other
-------------------- */

.align_left{
	text-align:left !important;
}
.align_center{
	text-align:center !important;
}
.align_right{
	text-align:right !important;
}

.f_clear{
	clear:both;
	margin:0;
	padding:0;
	font-size:1;
	line-height:0;
	background-color:transparent;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
