@charset "UTF-8";
html, body, div, applet, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,  label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow-y: scroll;
	font: normal 14px/1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3","ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 追加class*/
.hide {
	position:absolute;
	left:-9999px;
}
.align-left {
	float:left;
	width:auto;
	height:auto;
	margin:0.3em 2em 1em 0;
	paddin:0 1em 0 0;
}
.align-right {
	float:right;
	width:auto;
	height:auto;
	margin:0.3em 0 1em 1em;
	text-align:center;
	color:#444;
}
.align-center {
	text-align:center;
	padding:0;
}
.alignright{
	text-align:right;
}
.clear-both {
	clear:both;
}
.block {
	float:left;
	width:auto;
}
.gototop {
	clear:both;
	text-align:right;
	margin:0;
	padding:10px 1.5em 15px 0;
}
.hrHidden {
	visibility:hidden;
	clear:both;
}
address{
	font-style:normal;
}
.red{
	color:#F00;
}
.top-border{
	border-top:1px #B7B7B7 dotted;
	padding:15px 0 0 0;
}