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

body, ul, li, h1, h2 {
	color: #000000;
	line-height: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 1px 1px 1px #ccc;
	font-style: normal;
	font-weight: 900;
}
h3 {
	color: #000000;
	font-size: 20px;
	text-shadow: 1px 1px 1px #4A4949
}
p {
	font-size: 18px;
	line-height: 1.3em;
}
a:hover {
	opacity: 0.3;
}
#logo {
	width: 80%;
	height: 80%;
	margin: 0 auto;
}
#logo img {
	max-width:1024px;
	max-height:800px;
	width: 100%;
	height: 100%;
}
#top2 {
	position: fixed;
	bottom: 0;
	right: 40px;
}
#nav {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width:100%;
	background: rgba(186,225,232,0.8);
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	line-height: 1em;
	display: inline-block;
	margin-right: 20px;
}
#nav li a {
	color: #000;
	text-decoration: none;
}
#nav li .share {
	position: relative;
	top: 4px;
}
#cord img {
	max-width:550px;
	width: 100%;
}
.page {
	width:90%;
	height:900px;
	background-image: url(img001.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	padding-top: 50px;
	margin-left: 5%;
	margin-right:5%;
}
#footer {
	position: fixed;
	height: 20px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background: rgba(186,225,232,0.8);
	bottom: 0;
}
/* スマホスタイル */

/* タブレットスタイル */
@media all and (min-width: 580px) {
body {
	font-size: 23px;
}
h3 {
	color: #000000;
	font-size: 36px;
	text-shadow: 1px 1px 1px #4A4949
}
}

/* PCスタイル */
@media all and (min-width: 768px) {
}
