﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, figure, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML TAG */
html, body { height: 100%; }
body { 
	width: 100%;
	display: block;
	line-height: 1.6;
}
a {
	text-decoration: none;
}
a, img {
	outline: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

/* end HTML TAG*/


.clearfix:after {

	content: ".";
 
	display: block;

	clear: both;

	height: 0;

	visibility: hidden;

}


.clearfix {

	min-height: 1px;

}


* html .clearfix {

	height: 1px;

	/*¥*//*/

	height: auto;

	overflow: hidden;

	/**/

}


.both {

	clear:both;

}


.inline_block {
  
	display: inline-block;
  
	*display: inline;
  
	*zoom: 1;

}
