@charset "UTF-8";
html {
	min-height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	/*
	background-color: #eee;
	background: -moz-linear-gradient(to bottom, #ddd 0%, #fff 60%);
	background: -webkit-linear-gradient(to bottom, #ddd 0%, #fff 60%);
	background: linear-gradient(to bottom, #ddd 0%, #fff 60%);
	*/
	background-color: #fcf3d0;
	background: -moz-linear-gradient(top, #fcf3d0, #FFF);
	background: -webkit-linear-gradient(top, #fcf3d0, #FFF);
	background: linear-gradient(to bottom, #fcf3d0, #FFF);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header {
	background-color: #ffffff;
	width: 100%;
}

.contener {
	width: 815px;
	margin: 0 auto 0;
	text-align: left;
	background-color: #ffffff;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

div#logo {
	width: 312px;
	float: left;
	padding: 9px 10px;
}

div#logo > img {
	width: 257px;
}

div#sub-header {
	float: right;
	padding-right: 20px;
	height: 51px;
	line-height: 51px;
	font-size: 18.5px;
	font-weight: bold;
}

div#sub-header a {
	color: #000000;
	text-decoration: none;
}

div#sub-header a:hover {
	color: #555555;
	text-decoration: none;
}


#banner {
	text-align: center;
	background: #f68333;
	width: 100%;
	height: 50px;
}

#banner > img {
	width: 815px;
	vertical-align:top;
}

div#content {
	width: 815px;
	margin: 0 auto 0;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 0 0 3px gray;
}

div#main {
	width: 670px;
	float: left;
	padding: 0;
	min-height: calc(100vh - 136px);
	min-height: calc(var(--vh, 1vh) * 100 - 136px);
}



.link01 {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.link01:hover {
	color: #1e88e5;
	text-decoration: underline;
}

.link02 {
	color: #0000ff;
	text-decoration: underline;
}
.link02:hover {
	color: #ff6600;
	text-decoration: none;
}

.link03 {
	color: #000000;
	text-decoration: none;
}
.link03:hover {
	color: #000000;
	text-decoration: underline;
}

.btn02 {
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none;
	background: #3a3a3a;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 20px;
}
.btn02:hover {
	opacity: 0.8;
}

.btn03 {
	border: 1px solid #CCC;
	border-radius:5px;
	background-color: #f3f3f3;
	background: -moz-linear-gradient(#FFF 0%, #EEE 100%);
	background: -webkit-linear-gradient(#FFF 0%, #EEE 100%);
	background: linear-gradient(#FFF 0%, #EEE 100%);
	box-shadow:inset -1px -1px 0 rgba(255,255,255,1);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 250px;
	padding: 10px;
}

.btn03 > a {
	text-decoration: none !important;
	color: #333333 !important;
	display: block;
}

.btn03 > a:hover {
	color: #777777 !important;
}


div#side {
	width: 120px;
	float: right;
	padding: 0px 10px;
}

#side .fa {
	padding-right:5px;
}

#side h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background-image: none;
	border-style: none;
	color: #000000;
	padding: 5px 5px 0 5px;
	margin: 10px 0 0 0;
}

#side h2 > a {
	color: #000000;
	text-decoration: none;
}
#side h2 > a:hover {
	color: #555555;
	text-decoration: none;
}

#side h2 .sub-txt {
	font-size: 13px !important;
	font-weight: normal !important;
}

#side > ul {
	list-style-type: none;
	line-height: 1.6;
}

#side > ul a {
	text-decoration: none;
	color: #000099;
}

#side > ul a:hover {
	text-decoration: underline;
	color: #1e88e5;
}

#side > ul > li {
	padding: 3px 5px;
}

#side > ul > li > ul {
	list-style-type: none;
	line-height: 1.2;
	margin-left: 10px;
}

#side > ul > li > ul > li {
	padding: 2px 4px;
}



div#footer {
	background-color: #fff;
	padding: 10px;
	text-align: right;
	height: 15px;
}

#footer p {
	color: #000;
	font-size: 11px;
	line-height: 1.6;
}

iframe {
	width:670px;
	height: calc(100vh - 136px);
	height: calc(var(--vh, 1vh) * 100 - 136px);
	vertical-align: bottom;
}

.mt0 {
	margin-top: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 10px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
