@charset "UTF-8";

/* 全体
----------------------------------------------------------*/
* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

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: 1.8;
	letter-spacing: 1px;
}

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

input, textarea {
	max-width: 100%;
	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;
}

.fixed {
	background-attachment: fixed;
}

/* レイアウト
----------------------------------------------------------*/
.secBack {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 100;
}

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