@charset "UTF-8";

html {
	color: #000;
	background: #fff;
}

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

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

th, td {
	vertical-align: top;
	text-align: left;
}

img {
	border: 0;
}

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

ul li {
	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: '';
}

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

input,
textarea,
select {
	*font-size: 100%;
}

body {
	font-family: "Times New Roman", Times,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", 'ＭＳ Ｐ明朝','MS PMincho',serif;
	line-height: 1;
	font-size: 62.5%;
	position: relative;
	color: #000;
	-webkit-text-size-adjust: 100% !important;
	text-align: left;
}

a {
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

img {
	vertical-align: top;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

header {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 50%;
	margin-top: -60px;
	z-index: 2;
	display: none;
	text-align: center;
}

header h1 {
	margin-bottom: 40px;
}

header h1 a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

header h1 img {
	height: auto;
	width: 280px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .win header h1 {
		width: 280px;
		height: 55px;
		margin: 0 auto 40px;
	}
	::i-block-chrome, .win header h1 img {
		width: 100%;
		height: 100%;
	}
}

header nav ul {
	display: inline-block;
	margin-left: -5px;
}

header nav li {
	display: inline-block;
	margin: 0 15px;
}

header nav a {
	font-size: 1.6em;
/*
	font-family: 'Droid Serif', serif;
	letter-spacing: 0.1em;
*/
	color: #000;
	text-decoration: none;
}

.main {
	position: fixed;
	z-index: 1;
	display: none;
}

.main.lt {
	top: 0 !important;
	left: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.main.lm {
	left: 0 !important;
	margin-left: 0 !important;
}

.main.lb {
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.main.rt {
	top: 0 !important;
	right: 0 !important;
	left: auto !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.main.rm {
	right: 0 !important;
	left: auto !important;
	margin-left: 0 !important;
}

.main.rb {
	top: auto !important;
	bottom: 0 !important;
	right: 0 !important;
	left: auto !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

footer {
	text-align: right;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 100%;
	z-index: 2;
	display: none;
}

.copyright {
	font-size: 1.2em;
/*
	font-family: 'Droid Serif', serif;
	letter-spacing: 0.1em;
*/
}

@media screen and (max-width: 600px) {

	header h1 img {
		width: 160px;
	}

	header nav li {
		margin: 0 10px;
	}

	.copyright {
		font-size: 1em;
	}

	.main.rt {
		right: -40px !important;
	}

}

@media screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .win header h1 {
		width: 160px;
		height: 31px;
	}
}