@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

html{
	overflow-x: auto;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	font-size: 100%;
	opacity: 0.7;
}
#page-top a {
	background: #0b0072;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a i.bx{
	font-size: 50px;
}
#page-top a:hover {
	background: #64629e;
}

/*共通*/
body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 0.9em;
	color: #000000;
	background-color: #ffffff;
	line-height: 1.5em;
	text-align: center;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #3366ff;
}
a:hover {
	color: #ff0000;
}
a:active {
}

img {
	border: none;
}
img.icon,
img.pdficon{
	width: 16px;
	height: 16px;
	margin: 0px 4px -3px 0px;
}
a+img.icon,
a+img.pdficon{
	margin: 0px 4px -3px 4px;
}

.clear {
	clear: both;
}
.clear p{
	display: none;
}

/*共通テキスト*/
.small{
	font-size: 0.75em;
}
.large{
	font-size: 1.25em;
}
.text-right,
.tright,
.right{
	text-align: right;
}
.text-left,
.left,
.left{
	text-align: left;
}
.text-center,
.tcenter,
.center{
	text-align: center;
}
.text-underline,
.underline{
	text-decoration: underline;
}
.text-red,
.cred,
.red{
	color: #FF0000;
}

.text-xsmall{ font-size: 0.75em;}
.text-small{ font-size: 0.85em;}
.text-large{ font-size: 1.15em;}
.text-xlarge{ font-size: 1.25em;}
