@charset "UTF-8";


/* common
-------------------------------------------------------------------- */
body {
	background: url("../imgs/bg_1.jpg") center top no-repeat fixed,
		url("../imgs/bg_2.jpg") center top repeat-y fixed;
    background-size: cover;
	background-color: #0e0200;
	color: #333;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

a {
	color: #0040a0;
	text-decoration: underline;
}


a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

img {
	-ms-interpolation-mode: bicubic;
}

p {
	margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0;
}


/* container
-------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	padding: 0 0 40px;
	width: 960px;
}


/* title
-------------------------------------------------------------------- */
#ttl {
	margin: 20px 0;
	text-align: center;
}

#ttl h1 span {
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}


/* lead
-------------------------------------------------------------------- */
#lead {
	position: relative;
	margin: 0 0 50px;
	padding: 10px 0px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
    box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
}

#lead p {
	margin: 0 15px;
	padding: 5px;
	border-top: 2px dashed #eee5a4;
	border-bottom: 2px dashed #eee5a4;
}

#lead:before,
#lead:after {
	content: " ";
	position: absolute;
	z-index: -1;
	bottom: -20px;
	width: 0;
	height: 0;
	border: 30px solid #ffc3d5;
}

#lead:before {
	left: -40px;
	border-left-color: transparent;
}

#lead:after {
	right: -40px;
	border-right-color: transparent;
}

#lead p:before,
#lead p:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20px;
}

#lead p:before{
    left: 0;
    border-top: 20px solid #8a3050;
    border-left: 20px solid transparent;
}

#lead p:after{
    right: 0;
    border-top: 20px solid #8a3050;
    border-right: 20px solid transparent;
}


/* main
-------------------------------------------------------------------- */
#main {
	text-align: center;
}

#main h2 {
	background: #fff;
	border-bottom: 15px double #19b291;
    color: #19b291;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0;
    padding: 20px 10px 10px;
    position: relative;
}

#main h2:before,
#main h2:after {
    content: " ";
    position: absolute;
    display: block;
}

#main h2:before {
    top: -15px;
    left: 10px;
    width: 60px;
    height: 70px;
    padding: 5px 0 0 0;
    background: #9f0002;
    text-align: center;
}

#main h2:after {
    top: 30px;
    left: 10px;
    width: 0;
    height: 0;
    border: 30px solid;
    border-color: transparent #9f0002;
}

.contWrap {
	background: #fff;
    box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
	margin-bottom: 50px;
	padding: 20px;
}

.result {
	color: #033c85;
	font-weight: bold;
	margin: 20px auto;
}

.result dt {
	font-size: 20px;
}

.result dt:before,
.info dt:before,
.subject dt:before {
	content: "【"
}

.result dt:after,
.info dt:after,
.subject dt:after {
	content: "】"
}

.result dd {
	font-size: 28px;
}

.result dd a {
	background: #cb2338;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
	padding: 4px 10px;
	text-decoration: none;
	vertical-align: 0.4em;
}

.result dd + dt {
	margin-top: 20px;
}

.photo {
	margin-bottom: 20px;
}

.end {
    color: #f00;
	font-size: 28px;
	font-weight: bold;
}

.program {
	border: 2px solid #cb2338;
	margin: 20px auto;
	padding: 20px;
	overflow: hidden;
	width: 800px;
}

p.programTtl {
	color: #cb2338;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

p.programTtl a {
	background: #cb2338;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
	padding: 4px 10px;
	text-decoration: none;
	vertical-align: 0.4em;
}

.banner {
    float: left;
	font-weight: bold;
	width: 300px;
	margin-right: 20px;
}

.banner img {
	width: 100%;
}

.info {
    float: left;
    text-align: left;
    width: 480px;
}

.info dt {
    color: #cb2338;
    font-weight: bold;
}
/*
#report .result {
	border: 2px solid #033c85;
	padding:10px;
	width: 700px;
}

#report li {
	margin-bottom: 20px;
}

#report li p {
	color: #033c85;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#report li img {
	vertical-align: middle;
}

.present {
	color: #033c85;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
*/

#thanks {
	background: #fff;
    box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
    color: #f00;
	margin-bottom: 50px;
	padding: 20px;
}

#thanks p:first-child {
	background-color: #ffc3d5;
    font-size: 28px;
    font-weight: bold;
	position: relative;
	height: 60px;
	line-height: 60px;
    margin: 0 -20px 20px -35px;
}

#thanks p:first-child:before,
#thanks p:first-child:after {
	content: " ";
	position: absolute;
	display: block;
}

#thanks p:first-child:before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #8a3050;
}

#thanks p:first-child:after {
	top: 0;
	right: -30px;
	z-index: 2;
    width: 0;
    height: 0;
    border: 30px solid;
    border-color: #ffc3d5 transparent;
}


/* archive
-------------------------------------------------------------------- */
.ttlH2 {
	background: url(../imgs/bg_h.png) center bottom no-repeat #033c85;
    background-size: cover;
	border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
	height: 68px;
    width: 600px;
    margin: 20px auto;
    text-align: center;
}

.ttlH2 h2 {
	color: #fff;
    font-size: 28px;
	font-weight: bold;
	line-height: 68px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

#archive article {
	margin: 40px auto;
}

#archive article h3 {
    color: #033c85;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px 0 70px;
    margin-bottom: -60px;
    position: relative;
}

#archive article h3:before,
#archive article h3:after {
    content: " ";
    position: absolute;
    display: block;
}

#archive article h3:before {
    top: -15px;
    left: 10px;
    width: 50px;
    height: 50px;
    padding: 5px 0 0 0;
    background: #033c85;
    text-align: center;
}

#archive article h3:after {
    top: 15px;
    left: 10px;
    width: 0;
    height: 0;
    border: 25px solid;
    border-color: transparent #033c85;
}

#archive article dl {
	margin: 20px;
}

#archive article dt {
    color: #033c85;
    font-weight: bold;
}

#archive article dd {
	margin-bottom: 1em;
}

.box{
	background: #fff;
    margin-top: 20px;
	overflow: hidden;

}

.subject {
	float: left;
	width: 500px;
	margin: 55px 0 20px;
}

.movie {
	float: right;
	width: 420px;
	padding: 20px;
}

.movieWrap {
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}

.movieWrap iframe,
.movieWrap object,
.movieWrap embed,
.movieWrap div {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}