@charset "UTF-8";

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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.4em;
	line-height: 2.2;
}

h2 {
	margin: 60px 0 40px 0;
}

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;
}

input, textarea {
	box-sizing: border-box;
	font-size: 100%;
}

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

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

a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

a:active {
	color: #FF7F00;
	text-decoration: underline;
}

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;
}

/* レイアウト
----------------------------------------------------------*/
#container {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 120px;
}

.secBack {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 100;
}

.secBack img {
	margin-left: 284px;
}

.image ul li {
	margin: 40px 0 0 -20px;
	opacity: 0;
}

.image ul li:first-child {
	margin-top: 0;
}