@charset "utf-8";

#top_header{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#top_header img{
	width: 100%;
	margin: 0 auto;
}
.copy{
	text-align: right;
	font-size: 0.8rem;
}

/*
#point_img img{
	width: 80%;
	max-width: 1000px;
	margin: 20px 10%;
}
#point{
	width: 85%;
	margin: 10px auto 50px;
	border: 1px solid #FD22E1;
}
#point h2{
	background: #FD22E1;
	color: #FFF;
	padding: 1em;
	margin-bottom: 0.5em;
	text-align: center;
}
#point ul{
	padding: 0.5em 1em;
	font-size: 105%;
	text-align: left;
	margin-left: 1em;
}
#point li{
	list-style: disc;
	margin-left: 1em;
	list-style-position: outside;	
}
*/

.qa_img{
	text-align:center;
	margin: 30px 0;
}
.qa_img img{
	width: 100%;
	max-width: 700px;
	height: auto;
}



/* *** テーブルスタイル1 *** */
.border{
	border: 1px solid #ccc;
	width: 95%;
	margin: 5px auto;
	border-collapse: collapse;
}
.border th, .border td{
	border: 1px solid #ccc;
	padding: 5px;
}
.border th{
	background: #444;
	color: #FFF;
	text-align: center;
}
/* *** テーブルスタイル2 *** */
.schedule {
	border: 1px solid #ccc;
	width: 95%;
	max-width: 95%;
	height: auto;
	margin-top:5px;
	margin-bottom: 5px;
	border-collapse: collapse;
}
.schedule th, .schedule td {
	padding: 5px;
}
.schedule th {
	border: 1px solid #ccc;
	background: #444;
	color: #FFF;
	text-align: center;
}
.schedule td{
	border-right: 1px solid #ccc;
}


/* *** テーブルスタイル3 *** */
.borderless table{
	border: none;
}
.borderless td{
	padding: 0;
	text-align: center;
	vertical-align: middle;
}



/*
.price{
	border: 1px solid #ccc;
	width: 80%;
	max-width: 100%;
	margin: 5px;
	border-collapse: collapse;
}
.price th, .price td{
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.price th{
	background: #444;
	color: #FFF;
	text-align: center;
}
*/


/*.wifi table{
	border: none;
}
.wifi th, .wifi td{
	border: none;
	padding: 5px 10px;
	text-align: center;
}
*/


/* *********************** */
/*        お申込方法       */
/* *********************** */

#flow{
	padding: 1em;
}
#flow dt{
	width: 80%;
	margin: 0 auto;
	border: 1px solid #000;
	background: #000;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 105%;
}
#flow dd{
	width: 70%;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 20px 5%;
}
#flow li{
	list-style: none;
}
#bank{
	border: 1px solid #333;
	padding: 0.5em;
	width: 75%;
	margin: 1em;
}



/* *********************** */
/* *********************** */
/*        1100pxまで       */
/* *********************** */
/* *********************** */

@media screen and (max-width:1000px){
	#top_header{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		background: #FFF;
	}
	#top_header img{
		width: 100%;
		max-width: 100%;
		height: auto;
		padding-top: 1em;
	}
/*	
	.wifi img{
		width: 80%;
		max-width: 80%;
		height: auto;
	}
*/	
	#contact img{
		width: 40%;
		max-width: 40%;
		height: auto;
	}
	#footer img{
		width: 20%;
		max-width: 20%;
		height: auto;
	}
	
	.schedule {
		border: 1px solid #ccc;
		width: 95%;
		max-width: 95%;
		font-size: 80%;
		height: auto;
		margin-top:5px;
		margin-bottom: 5px;
		border-collapse: collapse;
	}
	.schedule th, .schedule td {
		padding: 5px;
	}
	.schedule th {
		border: 1px solid #ccc;
		background: #444;
		color: #FFF;
		text-align: center;
	}
	.schedule td{
		border-right: 1px solid #ccc;
	}
	
/*
	.price{
		border: 1px solid #ccc;
		width: auto;
		max-width: 90%;
			font-size: 80%;
		margin: 5px;
		border-collapse: collapse;
	}
	.price th, .price td{
		border: 1px solid #ccc;
		padding: 5px 10px;
	}
	.price th{
		background: #444;
		color: #FFF;
		text-align: center;
	}
*/
		#bank{
		border: 1px solid #333;
		padding: 0.5em;
		width: 80%;
		margin: 1em;
	}
	.waku{
		border: none;
		font-weight: bold;
		padding: 0;
	}
}
