@charset "utf-8";

body {
	color: #fff;
	background-color: #08bfff;
	font-size: 18px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
	main {
		width: 100%;
		margin: 0 auto;
	}
	main #title {
		width: 100%;
		margin: 0 auto;		
	}
	main .lead {
		width: 98%;
		margin: 0 auto;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		text-shadow: 1px 1px 2px #002c3b;
	}
	main .desc {
		width: 90%;
		margin: 0 auto 20px auto;
		font-size: 14px;
		text-shadow: 1px 1px 2px #002c3b;
	}
	main .desc strong {
		color: #ffcc00;
		font-size: 16px;
		font-weight: bold;
	}
	main .pics ul {
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;	
	}
	main .pics ul li {
		float: left;
		width: 100%;
		margin: 15px auto;
		padding: 0;
		text-align: center;
	}
	main .pics ul li img {
		width: 300px;
	}
	footer {
		color: #fff;
		font-size: 14px;
		text-shadow: 1px 1px 2px #002c3b;		
		text-align: center;
		padding: 30px 0;
	}
	footer a:visited, a:link {
		color: #fff;
		text-decoration: none;
	}
	footer a:hover, a:active {
		color: #fff;
		text-decoration: underline;
	}
	.banners {
		text-align: center;
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) {
	main {
		width: 1000px;
		min-height: 2800px;
		margin: 0 auto;
		background: url("images/bg.png") no-repeat bottom;
	}
	main #title {
		width: 1000px;
		margin: 0 auto;
	}
	main .lead {
		width: 900px;
		margin: 0 auto;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		text-shadow: 1px 1px 2px #002c3b;
	}
	main .desc {
		width: 880px;
		margin: 0 auto 30px auto;
		padding: 10px 20px;
		font-size: 18px;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
		text-shadow: 1px 1px 2px #002c3b;
	}
	main .desc strong {
		color: #ffcc00;
		font-size: 22px;
		font-weight: bold;
	}
	main .pics ul {
		width: 1000px;
		list-style: none;
		margin: 0 45px 30px;
		padding: 0;
		overflow: hidden;	
	}
	main .pics ul li {
		float: left;
		width: 500px;
		margin: 10px 0;
		padding: 0;
	}
	footer {
		color: #fff;
		font-size: 14px;
		text-shadow: 1px 1px 2px #002c3b;		
		text-align: center;
		padding: 30px 0;
	}
	footer a:visited, a:link {
		color: #fff;
		text-decoration: none;
	}
	footer a:hover, a:active {
		color: #fff;
		text-decoration: underline;
	}
	.banners {
		text-align: center;
		margin-bottom: 30px;
	}
}
