@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

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

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li,ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:"";
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/*
------------------------------

	Base

------------------------------
*/

body {
	background:url(/pc/common/img/bg_top.gif) repeat-x top center;
	font-family:"qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","lr oSVbN","MS PGothic",Osaka,sans-serif;
	font-size:13px;
	line-height:1.3em;
	text-align:center;
	letter-spacing:0.1em;
	color:#444;
}

pre,code,kbd,samp,tt,p,li {
	font-family:"qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","lr oSVbN","MS PGothic",Osaka,sans-serif;
	font-size:100%;
}

abbr,acronym {
	border-bottom:1px dotted;
	cursor:help;
} 

table {
	color:#444;
	font-size:inherit;
	font:100%;
}

td {
	color:#444;
}

option {
	color:#4e4e4e;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	margin:0 0 0 0;
	_margin:0 0 -20px 0;
	border:none;
	padding:0;
	height:0;
	width:auto;
	visibility:hidden;
	clear:both;
	display: block;
}

/*
------------------------------

	Clearfix

------------------------------
*/

.clearFix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearFix {
	display:inline-block;
}
/*\*/
* html .clearFix {
	height:1%;
}
.clearFix {
	display:block;
}
/**/

