@charset "utf-8";
html {
	min-height: 100%;
	background: url(../../common/imgs/bg2.jpg) no-repeat center;
	background-size: cover;
}
body #gHeader {
	position: relative;
	width: 762px;
}
body #gHeader .illust {
	position: absolute;
	top: 70px;
	left: -130px;
}
.siteTitle {
}
body .shldrTxt {
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
table th {
	background-color: #0000ff;
	color: #FFF;
	text-align: left;
	padding: 10px;
	border-bottom: #FFF solid 1px;
}
table th strong {
	font-size: 120%;
}
table th.top {
	border-bottom: #db0000 solid 1px;
	color: #90ffff;
	font-size: 120%;
}
table td {
	background-color: #FFF;
	color: #0000ff;
	text-align: left;
	padding: 10px;
	border-bottom: #0000ff solid 1px;
	font-size: 13px;
}
table td li {
	margin-left: 16px;
	list-style-type: disc;
}
.box01 {
	position: relative;
	width: 762px;
}
.box01 .illust {
	position: absolute;
	top: 0px;
	left: -180px;
}
.box02 {
	position: relative;
	width: 762px;
	padding-top: 40px;
	padding-bottom: 70px;
}
.box02 .illust {
	position: absolute;
	top: 0px;
	left: 160px;
}
.box02 a:hover img {
	position: relative;
	top: 1px;
	left: 1px;
}@media screen and (max-width: 980px) {
body #gHeader {
	max-width: 80%;
	padding-left: 70px;
	margin-bottom: 40px;
}
body #gHeader .illust {
	position: absolute;
	top: 10px;
	left: 0px;
}
body #gHeader .illust img {
	height: 150px;
}
body .shldrTxt {
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}
table th {
	font-size: 12px;
}
table td {
	font-size: 12px;
}
table td li {
	font-size: 12px;
}
.box01 {
	width: 100%;
}
.box01 .illust {
	display: none;
}
.box02 {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.box02 .illust {
	position: absolute;
	top: 0px;
	left: 0px;
}
body #container .box02 p a img {
	width: 50%;
}
#pagetop {
	display: none!important;
}
}

@media screen and (max-width: 480px) {
body #gHeader {
	max-width: 70%;
	margin-bottom: 30px;
}
body #gHeader .illust img {
	height: 130px;
}
body .shldrTxt {
	font-size: 13px;
}
table th, table td {
	text-align: left;
	display: block;
	font-size: 10px;
	padding: 2px 10px;
}
table th {
	font-size: 10px;
}
table td {
	font-size: 10px;
}
table td li {
	font-size: 10px;
}
body #container .box02 p img {
	width: 80%;
}
}

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