﻿/*--------------------------------------------------*/
/* 基本 */
/*--------------------------------------------------*/
html {}

body {}

.container {
	opacity: 0;
	width: 100%;
	height: 100%;
	min-width: 1200px;
}

a {
	font-weight: bold;
	display: inline-block;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
a:hover {
	opacity: 0.6;
}
a:link,
a:visited {
	color: #1da1f2;
}

/*--------------------------------------------------*/
/* ヘッダー */
/*--------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 577px;

	margin: 0 auto;
	background: url(../img/bg_header.jpg) no-repeat center top #fff;
}
.logo {
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}
.event {
	margin: 20px auto 0;
	text-align: center;
}
.title {
	margin: 40px auto 0;
	text-align: center;
}
.cup {
	margin: 13px auto 0;
	text-align: center;
}

.lace {
	position: absolute;
	bottom: -27px;
	left: 0;

	width: 100%;
	height: 39px;

	background: url(../img/lace.png) repeat-x left bottom;
}


/*--------------------------------------------------*/
/* メイン */
/*--------------------------------------------------*/
main {
	display: block;
	width: 100%;
	height: 100%;

	background: url(../img/bg_main.jpg) repeat #00baff;
	padding-top: 80px;
	padding-bottom: 90px;
}
.box {
	position: relative;
	width: 900px;
	margin: 0 auto 50px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	border-radius: 15px;
}
.medal {
	position: absolute;
	top: 31px;
	left: 37px;
}
.line {
	width: 100%;
	height: 100%;
	border: 3px dotted #00baff;
	border-radius: 10px;
	padding-bottom: 46px;
}
.award {
	margin: 0 auto;
	padding-top: 62px;
}
.illust {
	margin: 42px auto 0;
}
.name {
	font-size: 40px;
	font-weight: bold;
	margin: 33px auto 0;
	text-align: center;
}
.comment {
	position: relative;
	width: 780px;
	margin: 88px auto 0;
	padding: 72px 43px 50px;
	border: 5px solid #ff2b8f;
	border-radius: 10px;
}
.ttl_comment {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin-top: 0;
}
.comment .text {
	font-size: 20px;
	text-align: left;
	line-height: 2;
}

.btn-totop {
	margin: -5px auto 0;
	text-align: center;
}

.inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.maqua {
	position: absolute;
	top: -478px;
	right: 8px;
}
.ariel {
	position: absolute;
	top: -396px;
	left: 90px;
}

/*--------------------------------------------------*/
/* フッター */
/*--------------------------------------------------*/
footer {
	background-color: #fff;
	padding: 45px 0;
}
.copy-right {
	text-align: center;
}