@charset "utf-8";



/*
	Initialize
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: none;
	font: inherit;
}

input, textarea, select, button, option, optgroup, fieldset {
	font: inherit;
	vertical-align: middle;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	vertical-align: top;
	text-align: left;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: 0 none;	
}

img {
	vertical-align: top;
	line-height: 0;
	border-width: 0;
	max-width: 100%;
	height: auto;
}

em, strong, mark {
	font-weight: noraml;
	font-style: normal;
	text-decoration: none;
	background: none;
}

li {
	list-style: none;
}

fieldset {
	border: none;
}



/*
	.clearfix
*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix {
	display: inline-block;
	zoom: 1;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	zoom: 1;
}
/* */



/*
	.inline-block
*/
.inline-block {
	display: inline-block;
	vertical-align: top;
}

*+html .inline-block {
	display: inline;
	zoom: 1;
}

* html .inline-block {
	display: inline;
	zoom: 1;
}

ul.inline-block {
	display: block;
}

ul.inline-block li {
	display: inline-block;
}

*+html ul.inline-block li {
	display: inline;
	zoom: 1;
}

* html ul.inline-block li {
	display: inline;
	zoom: 1;
}

ul.inline-block li li {
	display: list-item;
}





