@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#header { position: relative; z-index: 20000;}
#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%;
	max-width: 310px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sec01 {
	width: 100%;
	height: 450px;
	max-width: 310px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents01 {
	width: 310px;
	height: 450px;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.c01_ttl {
	width: 310px;
	height: 40px;
	font-size: 20px;
	line-height: 20px;
	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: 11px;
	line-height: 11px;
	text-align: center;
	margin-top: 5px;
	letter-spacing: 1px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c01_txt {
	width: 310px;
	height: 70px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0px;
	margin-top: 15px;
	float: left;
}
.txtBox {
	width: 310px;
	height: 300px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing:0px;
	margin-top: 15px;
	float: left;
}
.txtBox table{
	width: 310px;
	border: 1px solid;
	border-color: #555;
}
.txtBox td,th{
	border: 1px dotted;
	border-color: #CCC;
}
.txtBox p{ padding: 2px;}

@media screen and (max-width:767px){
.btn {display: none;}

}
