@charset "shift_jis";
/* =============================================================================
	Last Up Date	2013.11.25
============================================================================= */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,legend {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
address,caption,cite,code {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
caption,th {
	text-align: left;
}
ul {
	list-style: none;
}
img,table,fieldset {
	border: 0;
}
img,object,embed {
	vertical-align: bottom;
}
legend {
	color: #333333;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/* 汎用
----------------------------------------------------------------------------- */
/* 位置 */
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.vtop {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
/* 回り込み */
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
.clear {
	clear: both !important;
}
br.clear {
	clear: both !important;
	height: 0 !important;
	line-height: 0 !important;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}