@charset"utf-8";

/* 初期化 */

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,  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 {
	background: none repeat scroll 0% 0% transparent;
	border: 0pt none;
	font-size: 100%;
	margin: 0pt;
	outline: 0pt none;
	padding: 0pt;
	vertical-align: baseline;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none outside none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

a {
	background: none repeat scroll 0% 0% transparent;
	font-size: 100%;
	margin: 0pt;
	padding: 0pt;
	vertical-align: baseline;
}

ins {
	background-color: #FFFF99;
	color: #494949;
	text-decoration: none;
}

mark {
	background-color: #FFFF99;
	color: #494949;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0pt;
}

hr {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
	border-right: 0pt none;
	border-style: solid none none;
	border-width: 1px 0pt 0pt;
	display: block;
	height: 1px;
	margin: 1em 0pt;
	padding: 0pt;
}

input, select {
	vertical-align: middle;
}



/* ---------------------------------------------

	floatクリアー

--------------------------------------------  */
.clearfix {
	display: inline-table;
	min-height: 1%;
	zoom: 1;
/*	overflow: hidden;
*/}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */