﻿@charset "utf-8";

/* ----------------------------------------
  EVENT CSS
--------------------------------------- */

body {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #00a0e9;
}


/* 共通
---------------------*/
p{
	font-size: 14px;
}

.wd100{
	width: 100%;
	background-color: #000;
}
.wd100 h2{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 930px;
	margin: 0 auto;
	padding: 14px 0;
}

.wd100or{
	width: 100%;
	background-color: #ff8028;
}

.wd100or h3{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 930px;
	margin: 0 auto;
	padding: 14px 0;
}

.bg_faint{
	background-color: #f1e9e5;
}

.bg_or{
	background-color: #ff8028;	
	color: #fff;
}

.valigntop{vertical-align: top;}


/* #header
-----------------------------------------------------------*/
#header{
	width: 950px;
	margin: 8px auto;
	position: relative;
}
#header .logo {
	vertical-align: middle;
}
#header a {
	filter: alpha(opacity=0);
		-moz-opacity: 1;
	opacity: 1;
		-webkit-transition: all 0.0s ease;
		-moz-transition: all 0.0s ease;
		-o-transition: all 0.0s ease;
	transition: all  0.0s ease;
	zoom: 1;
}
.twitter {
	width: 70px;
	position: absolute;
	top: 5px;
	right: 185px;
}
.facebook {
	width: 70px;
	position: absolute;
	top: 0;
	right: 80px;
}

/* #title
-----------------------------------------------------------*/
#title_bg { 
	width: 100%; 
	margin: 0 auto;
	border-top: 3px #ff8028 solid;
}

#title { 
	width: 950px; 
	margin: 0 auto;
	background: url(../img/bg_title.png) no-repeat left top;
	height: 134px;
	position: relative;
}

#title .btn_mini{
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
	width: 340px;
}


#title a:hover {
	filter: alpha(opacity=70);
		-moz-opacity: 0.7;
	opacity: 0.7;
		-webkit-transition: all 0.0s ease;
		-moz-transition: all 0.0s ease;
		-o-transition: all 0.0s ease;
	transition: all  0.0s ease;
	zoom: 1;
}


/* nav
-----------------------------------------------------------*/
nav {
	height: 50px;
	background-color: #000;
}

nav ul{
	width: 950px;
	margin: 0 auto;
}

nav li{
	position: relative;
	background-color: #000000;
	line-height: 16px;
	-webkit-transition: none;
	transition: none;
	width: 180px;
	height: 50px;
	display: block;
	float: left;
	text-align: center;	
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}

nav li a{
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;	
}

nav li:hover,
nav li:active{
	background-color: #ff8028;
	width: 180px;
	height: 53px;
	margin-top: 0;
	top: -3px;
	color: #fff;
	padding-top: 3px;
}

nav li small{
	font-size: 12px;
	color: #00a0e9;

}
nav li:hover small,
nav li.selected small{
	color: #fff;
}

nav li.selected{
	background-color: #ff8028;
	width: 180px;
	height: 43px;
	margin-top: 0;
	top: -3px;
	color: #fff;
	padding-top: 13px;
}

/* #contentsWrap
-----------------------------------------------------------*/
.contentsWrap { 
	width: 930px; 
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 14px;
	color: #222;
}

.wakuout{
	border-radius: 10px 10px 10px 10px; 
	border: 1px solid #e0c6b3; 
	width: 420px; 
	background-color: #e0c6b3;
	margin-bottom: 20px;
}

/* ゲスト決定：0729追加 */
.guest_point{
	position: relative;
}
.guest_point img{
	position: absolute;
	top: -25px;
	left: -23px;
}

.wakuin{
	width: 418px; 
	background-color: #fff; 
	margin: 0 auto 2px; 
	border-radius: 0 0 10px 10px;
	height: 178px;
}

.wakuin img{
	margin: 20px 5px 20px 9px;
}

.wakuin p{
	width: 200px;
	margin: 0;
	padding: 0;
}


.contentsRead { 
	width: 868px; 
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 14px;
	color: #222;
}

.contentsRead h3{
	font-size: 20px;
	margin: 5px;
	text-align: center;
}

/* .tbl_summary
-----------------------------------------------------------*/
.tbl_summary{
	width: 930px; 
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	color: #222;
}

.tbl_summary th{
	padding: 10px 80px 10px 10px;
	border-bottom: 1px solid #c0b1a6;	
	font-weight: normal;
	text-align: left;
}

.tbl_summary td{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #c0b1a6;	
}

/* .tbl_timetable
-----------------------------------------------------------*/
.tbl_timetable{
	width: 930px; 
	margin: 0 auto;
}

.tbl_timetable th{
	font-weight: normal;
	text-align: center;
	padding: 12px 0 12px;
	width: 170px;
	background: url(../img/img_border170.gif) right bottom no-repeat;
}

.tbl_timetable th.bsp10{
	background: url(../img/img_border170_or.gif) right bottom repeat-y;
}

.tbl_timetable .th760{
	width: 760px;
	border-bottom: 1px solid #9f8e81;	
	margin-top: 12px;	
}

.tbl_timetable .th_or{
	font-weight: bold;
	text-align: center;
	padding: 5px 0 !important;
	border-bottom: none;
	background-color: #ff8028;	
	color: #fff;
	background-image: none;		
}

.tbl_timetable dl{
	margin-top: 12px;
	width: 250px;
	border-bottom: 1px solid #9f8e81;
	float: left;
}
.tbl_timetable dt{
	fonti-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
	padding: 0 2px;	
}

.tbl_timetable dd,
.tbl_timetable dd p{
	fonti-size: 14px;
	text-align: center;
	line-height: 180%;
	padding: 5px 2px;	
}

dl.width p{
	font-weight: normal;
	text-align: left;	
}

dl.width p.name{
	line-height: 160%;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

.tbl_timetable dl.width dt{
	padding: 0 5px;
	background-color: #e0c6b3;
	font-weight: bold;
	text-align: center;
}

.tbl_timetable dd.width_l1{
	padding-left: 10px;
	width: 520px;
	text-align: left;
}

.tbl_timetable dd.width_l4{
	padding-left: 10px;
	width: 520px;
	height: 140px;
	text-align: left;
	position: relative;
	top: 5px;
}

.tbl_timetable dl.width{
	margin-top: 12px;
	width: 760px;
}


/* .button
-----------------------------------------------------------*/
.button {
	position: relative;
	background-color: #ff8028;
	border-radius: 10px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e36307;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	width: 520px;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.button_mini {
	position: relative;
	background-color: #ff8028;
	border-radius: 10px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e36307;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	width: 470px;
	height: 50px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 25px;
}

.button:hover,
.button_mini:hover {
	filter: alpha(opacity=70);
		-moz-opacity: 0.7;
	opacity: 0.7;
		-webkit-transition: all 0.0s ease;
		-moz-transition: all 0.0s ease;
		-o-transition: all 0.0s ease;
	transition: all  0.0s ease;
	zoom: 1;
}

/* #go_summit
-----------------------------------------------------------*/
#go_summit{
	width: 946px;
	margin: 50px auto 0;
	border: 2px solid #0066b4;
}



#footer {
	margin-bottom: -20px;
	height: 90px;
	text-align: center;
    background-color: #f7f7f7;
}

/* copyright（old.cssの回避）
-----------------------------------------------------------*/
#copyright {
    margin: 0 auto;
    padding-top: 35px;
    text-align: center;
    font-size: 10px;
}

/* .mvp
-----------------------------------------------------------*/
.mvp_txt{
	width: 490px;
	line-height: 200%;
	float: left;
}
.mvp_top5{
	float: right;
	width: 400px;
	font-size: 20px;
}
.mvp_top5 dt{
	text-align: center;
	padding: 5px 0;
}

.mvp_top5 dd{
	background: url(../img/bg_mvptop5.png) 0 0 no-repeat;
	height: 180px;
	padding: 30px 0 20px 30px;
}

.mvp_section_l { 
	width: 454px; 
	float: left;
}
.mvp_section_r { 
	width: 454px; 
	float: right;
}
.mvp_section_all { 
	float: left;
}

h4.mvp{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mvp_dl{
	width: 222px;
	border-bottom: 1px solid #9f8e81;
	float: left;
}
.mvp_dl dt{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.mvp_dl dd{
	text-align: left;
	line-height: 200%;
	padding: 10px 5px 20px 5px;
}



/* .faq
-----------------------------------------------------------*/
.faq{
	width: 930px;
	color: #222;
	margin: 0 auto;	
}

.faq dt{
	font-size: 16px;
	font-weight: bold;	
	margin: 30px 0 10px;
    padding-left: 1em;
    text-indent: -1em;
}
.faq dd{
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
	padding-bottom: 10px;
    padding-left: 1.5em;
    text-indent: -1.4em;
	border-bottom: 1px solid #c0b1a6;
}

/* .backtotop
-----------------------------------------------------------*/
.backtotop {
 position: fixed;
 right: 20px;
 bottom: 100px;
 z-index: 9000;
 display: none;
}

.backtotop {
	bottom: 100px;     /* ハックなし */
	bottom: 110px\9;   /* IE8以下 */
 *	bottom: 100px;   /* IE7以下 */
 _	bottom: 100px;   /* IE6 */
}
.backtotop:not(:target) {
 	bottom: 100px\9;  /* IE9 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .backtotop {
   	bottom: 100px;  /* IE10 */
  }
}
