@charset "UTF-8";

/* 全体
----------------------------------------------------------*/
html {
	font-size: 62.5%; /* 10px */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.7;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin-top: 1.7em;
}

p:first-child {
	margin-top: 0 !important;
}

table {
	margin-top: 1.7em;
}

table tr {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

table th, table td {
	padding: 20px;
}

table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #E8F5FB;
}

iframe {
	max-width: 100%;
	margin-top: 20px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

a img {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform: translate3d(0, 0, 0);
}

a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.button {
	display: block;
	padding: 5px 20px;
	color: #fff !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #333;
}

.button:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.7;
	cursor: pointer;
}

/* レイアウト
----------------------------------------------------------*/
#container {
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: #FFF;
}

header nav {
	max-width: 960px;
	margin: 0 auto;
	text-align: right;
}

header nav ul li {
	display: inline-block;
	margin-right: 2em;
}

main {
	text-align: center;
}

main img {
	width: 100%;
	vertical-align: bottom;
}

#kv {
	padding: 150px 0 100px;
}

#contents {
}

#side {
}

#footer {
}
