@charset "UTF-8";

/* ---------- スタイルリセット ---------- */
body,div,p,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
pre,blockquote,
table,tr,th,td,
form,input,textarea,fieldset,
iframe {
	padding: 0;
	margin: 0;
}

em,strong,address,th,caption,cite,code,dfn,var {
	font-style: normal;
}
ins {
	text-decoration: none;
}
strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:100%;
}

li {
	list-style-type: none;
}

caption,th {
	text-align: left;
}

object,img {
	vertical-align: top;
	border: none;
}

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


/* ---------- 汎用 ---------- */
.left	{ float: left; }
.right	{ float: right; }
.clear	{ clear: both; }

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
/* IE */
.clearfix {
	zoom: 1;
}

.text_left		{ text-align: left; }
.text_center	{ text-align: center; }
.text_right		{ text-align: right; }

.block		{ display: block; }
.inline		{ display: inline; }

.hidden 	{ display: none; }

/* キャンセル */
.bg_none { background: none !important; }
.pt0 { padding-top: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }


