@charset "utf-8";

/***************
 イベントレポート
***************/


@font-face {
	font-family: 'miso';
	src: url('/15_common/fonts/miso-bold-webfont.eot');
	src: url('/15_common/fonts/miso-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/15_common/fonts/miso-bold-webfont.woff') format('woff'),
		url('/15_common/fonts/miso-bold-webfont.ttf') format('truetype'),
		url('/15_common/fonts/miso-bold-webfont.svg#misobold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background:#FFF;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}

h1, p, ul, li {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

.detail,
#sns,
.footer {
	display: none;
}


/*box-shadow*/
#about-bl,
#about-date ul,
.tl-right,
#bottom-reporter {
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}


/*-------------------------------------------------- ヘッダー
*/
.header {
	height: 55px;
	position: relative;
}

.header h1,
.header p {
	margin: 0;
}

.header h1,
.header h1 a {
	line-height: 0;
}

.header img {
	zoom: 1;
}

.header h1 {
	margin-left: 10px;
	padding: 11px 0;
}

.header h1 img {
	vertical-align: top;
}

.header #toeo {
	margin: 0;
	position: absolute;
	right: 10px;
	top: 22px;
}

.header #toeo a {
	background: #FFF;
	border: 1px solid #DFDFDF;
	border-radius: 20px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
	color: #099;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	width: 90px;
}

.header #toeo a i.fa {
	font-size: 11px;
	margin-left: 8px;
}

.header #toeo a:hover {
	background: #FEFEFE;
	color: #09F;
}



/*-------------------------------------------------- イベント概要
*/
#about-bl {
	border-bottom: 10px solid #00BED9;
	height: 290px;
	margin: 30px 0 10px 0;
	padding: 30px 25px 20px 580px;
	position: relative;
	width: 355px;
}

#about-mainimg {
	left: 0;
	position: absolute;
	top: 0;
}

#about-bl h1 {
	font-size: 31px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

#about-time {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

#about-detail {
	line-height: 1.6em;
}

#about-date {
	font-family: 'miso';
	font-weight: bold;
	left: 26px;
	padding-right: 13px;
	position: absolute;
	top: -22px;
}

#about-bg {
	background-image: url(../img/bg_about_date.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	z-index: 0;
}

#about-date ul {
	height: 95px;
	padding-top: 7px;
	position: relative;
	text-align: center;
	width: 100px;
	z-index: 10;
}

#about-date li {
	line-height: 1em;
	text-shadow: 1px 1px rgba(255, 255, 255, .8);
}

#about-date #year {
	font-size: 25px;
	margin: 0 0 3px 0;
}

#about-date #date {
	font-size: 40px;
	margin: 0 0 3px 0;
}

#about-ctgr {
	bottom: 0;
	height: 39px;
	position: absolute;
	right: 0;
}

#about-ctgr li {
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 39px;
	width: 41px;
}

#about-ctgr li.sport {
	background-image: url(../img/ctgr_sports.png);
}

#about-ctgr li.movie {
	background-image: url(../img/ctgr_movie.png);
}

#about-ctgr li.talk {
	background-image: url(../img/ctgr_talk.png);
}

#about-ctgr li.show {
	background-image: url(../img/ctgr_show.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	#about-ctgr li {
		background-size: 41px 39px;
	}
	
	#about-ctgr li.sport {
		background-image: url(../img/ctgr_sports_l.png);
	}
	
	#about-ctgr li.movie {
		background-image: url(../img/ctgr_movie_l.png);
	}

	#about-ctgr li.talk {
		background-image: url(../img/ctgr_talk_l.png);
	}

	#about-ctgr li.show {
		background-image: url(../img/ctgr_show_l.png);
	}
}


/*-------------------------------------------------- タイムライン
*/
#timeline {
	background: url(../img/bg_dot.png) repeat-y 317px 0 #FFF;
	min-height: 700px;
	padding-bottom: 40px;
}

.tl-bl {
	position: relative;
	top: 65px;
	width: auto;
}

.tl-bl.last {
	background: #FFF;
}

.tl-point {
	background: #FFF;
	height: 12px;
	position: absolute;
	width: 12px;
}

.tl-left {
	color: #00BED9;
	position: absolute;
	right: 660px;
	text-align: right;
	width: 292px;
}

.tl-time {
	font-family: 'miso';
	font-size: 30px;
	font-weight: bold;
	top: -3px;
}

.tl-bl h1 {
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.tl-bl figure {
	margin-left: 10px;
	width: 282px;
}

.tl-bl figure img {
	border: 6px solid #FFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	height: auto;
	width: 270px;
}

.tl-bl figcaption {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}

.tl-right-con.short {
	padding-top: 40px;
}

.tl-right {
	border-radius: 8px;
	left: 360px;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	width: 535px;
}

.tl-right img {
	height: auto;
	width: 100%;
}

.tl-arrow {
	background: url(../img/tl_r_arrow.png) no-repeat 0 0;
	height: 52px;
	left: -22px;
	position: absolute;
	top: 48px;
	width: 22px;
}

.tl-right-con.short .tl-right:first-child .tl-arrow {
	top: 8px;
}


/*----------------------------- アニメーション */
.tl-point {
	border: 2px solid #00BAD5;
	border-radius: 14px;
	left: 313px;
	opacity: 0;
	top: 6px;
	transition: border-radius .4s cubic-bezier(.02,3,.8,1.84), border-width .4s cubic-bezier(.02,3,.8,1.84), left .4s cubic-bezier(.02,3,.8,1.84), top .4s cubic-bezier(.02,3,.8,1.84);
	-moz-transition: border-radius .4s cubic-bezier(.02,3,.8,1.84), border-width .4s cubic-bezier(.02,3,.8,1.84), left .4s cubic-bezier(.02,3,.8,1.84), top .4s cubic-bezier(.02,3,.8,1.84);
	-webkit-transition: border-radius .4s cubic-bezier(.02,3,.8,1.84), border-width .4s cubic-bezier(.02,3,.8,1.84), left .4s cubic-bezier(.02,3,.8,1.84), top .4s cubic-bezier(.02,3,.8,1.84);
}

.tl-point.on {
	border-radius: 20px;
	border-width: 8px;
	left: 307px;
	opacity: 1;
	top: 0px;
}

.tl-time,
.tl-bl h1,
.tl-bl figure {
	left: -40px;
	opacity: 0;
	position: relative;
	transition: left 2s cubic-bezier(.01,.95,.43,.99), opacity 1s cubic-bezier(.01,.95,.43,.99);
	-moz-transition: left 2s cubic-bezier(.01,.95,.43,.99), opacity 1s cubic-bezier(.01,.95,.43,.99);
	-webkit-transition: left 2s cubic-bezier(.01,.95,.43,.99), opacity 1s cubic-bezier(.01,.95,.43,.99);
}

.tl-time.on,
.tl-bl h1.on,
.tl-bl figure.on {
	left: 0;
	opacity: 1;
}

.tl-right {
	opacity: 0;
	top: -20px;
	transition: top 2s cubic-bezier(.01,.95,.43,.99), opacity 2s cubic-bezier(.01,.95,.43,.99);
	-moz-transition: top 2s cubic-bezier(.01,.95,.43,.99), opacity 2s cubic-bezier(.01,.95,.43,.99);
	-webkit-transition: top 2s cubic-bezier(.01,.95,.43,.99), opacity 2s cubic-bezier(.01,.95,.43,.99);
}

.tl-right.on {
	opacity: 1;
	top: -60px;
}


/*-------------------------------------------------- ボトム
*/
#to_reporttop {
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	top: 20px;
}

#to_reporttop a {
	background: #00BED9;
	border-radius: 6px;
	color: #FFF;
	font-size: 12px;
	padding: 10px 30px;
}

#to_reporttop a:hover {
	opacity: .7;
}

#to_reporttop i.fa {
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

#bottom-bl {
	background: #F1F1F1;
	border-top: 3px solid #00BED9;
	float: left;
	margin: 70px 0 30px 0;
	/*min-height: 410px;*/
	padding: 30px 0px 20px 25px;
	position: relative;
	width: 935px;
}

#bottom-l {
	float: left;
	width: 635px;
}

#bottom-voice {
	float: left;
	margin-bottom: 20px;
	padding-left: 60px;
	position: relative;
}

#bottom-voice h1 {
	left: -40px;
	position: absolute;
	top: -65px;
}

#bottom-voice li {
	clear: both;

	margin:0 0 10px 0;
	background-color:#fff;
	display:block;
	  border-radius: 8px;
	padding:10px;

}

#bottom-voice li img {
	float: left;
	margin: 0 10px 0 0;
	width: 200px;
}

#bottom-voice li p {
	float: left;
	width: 340px;
}

#bottom-matome {
	clear: both;
	margin-bottom: 20px;
	padding-left: 75px;
	position: relative;
}

#bottom-matome h1 {
	left: -20px;
	position: absolute;
	top: -10px;
}

#bottom-link h1 {
	font-family: 'miso';
	font-size: 14px;
	margin-bottom: 15px;
}

#bottom-link h1 i.fa {
	font-size: 18px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

#bottom-link li a {
	color: #C5322D;
	font-size: 14px;
}

#bottom-link li a:hover {
	text-decoration: underline;
}

#bottom-link li a i.fa {
	margin-right: 5px;
}

#bottom-reporter {
	background: #FFF;
	border-radius: 8px;
	float: right;
	padding: 15px;
	position: relative;
	right: 25px;
	text-align: center;
	top: -65px;
	width: 228px;
	font-size: 14px;
}

#bottom-reporter h1 {
	color: #58B4B1;
	font-family: 'miso';
	font-size: 16px;
	margin-bottom: 10px;
}

#bottom-reporter img {
	margin-bottom: 10px;
}

#bottom-reporter p {
	text-align: left;
}

#totop {
	background: #333;
	border-radius: 40px;
	bottom: -40px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .15);
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	height: 72px;
	padding-top: 8px;
	position: absolute;
	right: 25px;
	text-align: center;
	width: 80px;
}

#totop:hover {
	background: #555;
}

#totop i.fa {
	font-size: 18px;
	margin-bottom: 8px;
}


/*-------------------------------------------------- SNS
*/
#sns {
	clear: both;
	text-align: center;
}

#sns div {
	display: inline-block;
	line-height: 1em;
	vertical-align: top;
}


/*-------------------------------------------------- フッター
*/
.footer {
	background: #FFF !important;
}


/*-------------------------------------------------- IE8
*/
.ua-ie-8 .tl-point {
	background: url(../img/tl_point.png) no-repeat 0 0;
	border: none;
	height: 28px;
	left: 307px;
	top: 0px;
	width: 28px;
}

.ua-ie-8 .tl-time,
.ua-ie-8 .tl-bl h1,
.ua-ie-8 .tl-bl figure {
	left: 0;
}

.ua-ie-8 .tl-bl figure img {
	border: 1px solid #DDD;
	padding: 5px;
	width: 260px;
}

.ua-ie-8 .tl-right {
	border: 1px solid #DDD;
	top: -60px;
}

.ua-ie-8 .tl-arrow {
	background: url(../img/tl_r_arrow_ie.png) no-repeat 0 0;
	height: 26px;
	left: -14px;
	top: 60px;
	width: 14px;
}

.ua-ie-8 .tl-right-con.short .tl-right:first-child .tl-arrow {
	top: 20px;
}

.ua-ie-8 #bottom-reporter {
	border: 1px solid #DDD;
	width: 226px;
}

.ua-ie-8 #totop {
	background: url(../img/bg_totop_ie.png) no-repeat 0 0;
	overflow: hidden;
}

.ua-ie-8 #totop:hover {
	background-position: 0 -80px;
}
