@charset "UTF-8";

/* _____________________________________________________________________ HTML5 Reset */

article, aside, dialog, figure, footer, header,hgroup, menu, nav, section{
	display: block;
}

small{
	font-size:1em;
	font-style:normal;
}


/* _____________________________________________________________________ TEXT */

p{
	margin:0px 0px 1em 0px;
	padding:0px;
}

.nowrap{
	white-space:nowrap;
}

em{
	font-style:normal;
	font-weight:800;
}

/* _____________________________________________________________________ IMG */

img{
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

.thin_img{
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:1px;
}

.img_with_cap{
	margin:0px 0px 3px 0px;
}

/* _____________________________________________________________________ ALIGN FLOAT */

.align_left{
	text-align:left;
}

.align_center{
	text-align:center;
}

.align_right{
	text-align:right;
}

.f_right{
	float:right;
}

.f_left{
	float:left;
}

.right_image{
	margin:0px 0px 10px 10px;
	float:right;
}

.left_image{
	margin:0px 10px 10px 0px;
	float:left;
}

.f_clear{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:0px;
	background-color:transparent;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
}
