@charset "utf-8";
/* CSS Document */

.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 0px;
	width: 40px;
	height: 40px;
	z-index: 25000;
}
/*--------------------------------------------------------------------------メインイメージ*/

#mimg {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 0px;
	z-index: 1000;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#sec01 {
	width: 100%;
	height: 800px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#contents01 {
	width: 1100px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.c01_ttl {
	width: 1100px;
	height: 85px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 3px;
	color: #165180;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	float: left;
}
.ttl_style2 {
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c01_txt {
	width: 1100px;
	height: 60px;
	font-size: 15px;
	line-height: 27px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 40px;
	float: left;
}
.txtBox {
	width: 1100px;
	height: 440px;
	text-align: left;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 3px;
	margin-top: 40px;
	float: left;
}
.txtBox table{
	border: 2px solid;
	border-color: #555;
}
.txtBox td,th{
	border: 1px dotted;
	border-color: #CCC;
}
.txtBox p{ padding: 5px;}

.btn {
	width: 500px;
	height: 70px;
	float: left;
	margin-left: 300px;
	margin-top: 50px;
}

@media screen and (min-width:768px){

}
