@charset "UTF-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:2;
}
#container_wrapper {
	width: 1100px;
	height:auto;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 50px;
}
/* ================================
	共通
================================ */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
a img:hover {
	opacity: 0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
}
/*	.page-hide
---------------------- */
.page-hide {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
	-webkit-transition: 1000ms;
	transition: 1000ms;
}
.page-hide.is-active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
#main {
	background-image: url(../images/main_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 990px;
	height: 1335px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	margin-bottom: 0px;
	margin-top: 0px;
}
#ttl {
	width:570px;
	height: 167px;
	position:absolute;
	left: 305px;
	top: 48px;
}
a#link01 {
	position:absolute;
	left: 424px;
	top: 364px;
}
a#link02 {
	position:absolute;
	left: 512px;
	top: 695px;
}
a#link03 {
	position:absolute;
	left: 379px;
	top: 950px;
}
a#link04 {
	position:absolute;
	left: 112px;
	top: 850px;
}
a#link05 {
	position:absolute;
	left: 110px;
	top: 290px;
}
a#link06 {
	position:absolute;
	left: 26px;
	top: 565px;
}
a#link07 {
	position:absolute;
	left: 414px;
	bottom: 22px;
}
a#link08 {
	position:absolute;
	left: 207px;
	bottom: 244px;
}

.hide {
	text-indent: 100%;
	white-space: nowrap;
}
/*コンテンツ部分*/
.contents {
	width: 990px;
	height: 620px;
	margin-bottom: 10px;
	margin-top: 0px;
	clear: both;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.contents_left {
	width: 490px;
	height:auto;
	float: left;
	display:inline-block;
}
.contents_right {
	width: 490px;
	height:auto;
	float: right;
	display:inline-block;
}

.contents p {
	line-height:1.5;
	font-size:15px;
}
.inner {
	width: 990px;
	height: auto;
	clear: both;
}
.link {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.link a {
	background-color: #27c2c2;
	padding: 5px 12px;
	border-radius: 50px;
	color: #fff;
}
.link a:hover {
	background-color: #fff;
	padding: 5px 12px;
	border-radius: 50px;
	color: #27c2c2;
	border: 2px solid #27c2c2;
}

/*	PR企画
---------------------- */
.tC {
	text-align: center;
}
.pr {
	display: inline;
	padding: 4px 8px 4px 10px;
	font-size: 9px;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: .2em;
	color: #fff;
	position: relative;
	margin: 0;
	line-height: 1;
	text-align: center;
}
