@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	background-color: #fff;
	width: 100%;
}
@font-face {
	font-family: 'ZurichBT-RomanCondensed';
	src: url('webfonts/32D39D_0_0.eot');
	src: url('webfonts/32D39D_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/32D39D_0_0.woff2') format('woff2'), url('webfonts/32D39D_0_0.woff') format('woff'), url('webfonts/32D39D_0_0.ttf') format('truetype');
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
/* header
-----------------------------------------------*/

#event_sc_header {
	width: 100%;
	height: 80px;
	min-width: 320px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #ccc;
}
#event_sc_header #logo_at {
	position: absolute;
	top: 15px;
	left: 12px;
	width: 50px;
	z-index: 2;
}
#event_sc_header #logo_at img {
	height: 50px;
	width: 50px;
}
#event_sc_header #logo_at_type {
	position: absolute;
	top: 35px;
	right: 12px;
	width: 100px;
	z-index: 2;
}
#event_sc_header #logo_at_type img {
	width: 100px;
	height: 10px;
}
#event_sc_header_low {
	position: relative;
	width: 100%;
	min-width: 320px;
	height: 20px;
	text-align: left;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}
#b_event{
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #333;
	font-feature-settings : "palt";
}
h1 a {
	position: absolute;
	bottom: 1px;
	right: 12px;
	font-size: 7pt;
	float: right;
	text-align: left;
	font-family: ZurichBT-RomanCondensed;
	font-weight: normal;
	font-style: normal;
	color: #999;
	font-feature-settings : "palt";
}
/* 
-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
#main {
	width: 96%;
	text-align: left;
	margin: 0 auto;
}
#title_s2 {
	width: 100%;
	text-align: left;
	margin: 10px 0px 20px 0px;
}
#cities_title {
	position: relative;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto;
	background-color: #001336;
	overflow: hidden
}
#p_t_cities {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 216px;
	height: 40px;
}
#p_t_cities_on {
	display: none
}
#b_cities {
	position: absolute;
	top: -2px;
	right: 0px;
	width: 90px;
	height: 46px;
	background-color: #000;
	cursor: pointer
}
/*
#rio_menu_venue {
	display: none
}
*/
#b_menu_venue {
	width: 50%;
	margin: 10px auto 10px auto;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #ccc;
	display: block;
	cursor: pointer;
}
#b_menu_venue_t {
	margin: 12px 0px 0px 0px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings : "pkna";
	text-decoration: none;
}
#b_menu_venue_arr {
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-top: 4px solid #001336;
	margin: 0px auto 0px auto;
	-webkit-animation: blink_2 0.6s ease-in-out infinite alternate;
	-moz-animation: blink_2 0.6s ease-in-out infinite alternate;
	animation: blink_2 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes blink_2 {
 0% {
opacity:0.2;
}
 100% {
opacity:1;
}
}
@-moz-keyframes blink_2 {
 0% {
opacity:0.2;
}
 100% {
opacity:1;
}
}
@keyframes blink_2 {
 0% {
opacity:0.2;
}
 100% {
opacity:1;
}
}
#b_menu_venue_arr.hv {
	border: 4px solid transparent;
	border-bottom: 4px solid #001336;
}
#rio_menu_venue,#sochi_menu_venue {
	position: relative;
	width: 100%;
	margin: 0px 0px 10px 0px;
	display: none;
}
#rio_menu_venue .venue a {
	float: left;
	position: relative;
	width: 32%;
	height: 20px;
	border-radius: 10px;
	text-align: left;
	margin: 0px 2px 5px 2px;
	background-color: #e5e7eb;
	color: #000000;
	overflow: hidden;
}
#sochi_menu_venue .venue a {
	float: left;
	position: relative;
	width: 48%;
	height: 20px;
	border-radius: 10px;
	text-align: left;
	margin: 0px 2px 5px 2px;
	background-color: #e5e7eb;
	color: #000000;
	overflow: hidden;
}
#rio_menu_venue .venue a:hover ,#sochi_menu_venue .venue a:hover {
	color: #FFFFFF;
	background-color: #001336;
}
#rio_menu_venue .venue a.av ,#sochi_menu_venue .venue a.av {
	color: #FFFFFF;
	background-color: #001336;
}
#rio_menu_venue .venue_sam {
	position: absolute;
	top: 0px;
	left: -5px;
	width: 40px;
}
#sochi_menu_venue .venue_sam {
	position: absolute;
	top: 0px;
	left: -5px;
	width: 40px;
}
.venue_t {
	position: absolute;
	top: 4px;
	left: 40px;
	font-size: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings : "pkna";
}
.venue_ts {
	top: 5px;
	letter-spacing: -.1em;
	font-size: 7px;
}
.venue_arr {
	display: none
}
#main #t_p {
	clear: both;
	width: 100%;
	text-align: left;
	float: left;
	margin: 0px 0px 10px 0px;
	/*display: none;*/
}

.txt_top {
	width: 96%;
	margin: 0 auto;
}

.txt_title{
	text-align: left;
	margin:24px 14px 0px 0px;
	font-size: 14px;
	line-height: 26px;
	font-feature-settings : "palt";
	font-weight: bold;
}

.txt_body {
	text-align: left;
	margin: 20px 0px 20px 0px;
	font-size: 12px;
	font-feature-settings : "palt";
	line-height: 21px;
}
.txt_venue {
	text-align: left;
	margin: 10px 20px 10px 0px;
	padding: 0px 0px 0px 8px;
	border-left: 2px solid #d9d9d9;
	font-size: 100%;
	line-height: 50px;
	font-weight: bold;
	font-feature-settings : "palt";
}
.venue_box{
	text-align: left;
	margin: 20px 14px 10px 0px;
	padding: 12px 0px 0px 8px;
		border-left: 2px solid #d9d9d9;
	font-feature-settings : "palt";
}

.txt_venue_box{
	text-align: left;
	margin: 0px 0px 6px 0px;
	font-size: 95%;
	line-height: 24px;
font-weight: bold;
}


.txt_data{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	line-height: 20px;
	font-size: 75%;
	
}


.hilite {
	color: #3366FF;

}
/* 上-文字　下-写真2
-----------------------------------------------*/

.photo_bottom,.photo_bottom_n {
	width: 100%;
	background-color: #f2f2f2;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 10px 0px;
	border-radius: 2px;
	text-align: center;
}


.photo_bottom img {
	width: 100%;
}
.photo_1x,.photo_2x,.photo_3x,.photo_3x2,.photo_2x_harf,.photo_nx {
	margin: 20px;
}

/* 
-----------------------------------------------*/

.cap01 {
	text-align: left;
	padding: 6px 12px 0px 0px;
	color: #333333;
	font-size: 70%;
	line-height: 16px;
}

/* 
-----------------------------------------------*/



#main #b_n {
	clear: both;
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: 0px 14px;
	/*display: none;*/
}
#main #b_n #t_back {
	float: left;
	text-align: left;
	padding: 6px 6px 6px 0px;
	font-size: 14px;
	font-style: normal;
	background: #FFF;
	display: block;
	font-family: ZurichBT-RomanCondensed;
	font-weight: normal;
	color: #999;
	font-feature-settings : "palt";
}
#main #b_n #t_next {
	float: right;
	text-align: right;
	padding: 6px 0px 6px 6px;
	font-size: 14px;
	font-style: normal;
	background: #FFF;
	display: block;
	font-family: ZurichBT-RomanCondensed;
	font-weight: normal;
	color: #999;
	font-feature-settings : "palt";
}
#foot_sp_menu {
	clear: both;
	width: 96%;
	margin: 16px auto 16px auto;
	padding: 0px 0px 20px 0px;
}
#foot_sp_menu ul {
	border-bottom: #ccc 1px solid;
}
#foot_sp_menu li a {
	font-size: 10px;
	display: block;
	padding: 8px 0px 8px 24px;
	background-color: #fff;
	border-top: #ccc 1px solid;
	text-align: left;
	color: #000;
	text-decoration: none
}
#foot_sp_menu li.gr {
	font-size: 10px;
	display: block;
	padding: 8px 0px 8px 14px;
	background-color: #eee;
	border-top: #ccc 1px solid;
	text-align: left;
	color: #000;
	font-weight: bold;
	cursor: pointer
}
#foot_sp_menu li.cur a {
	font-size: 10px;
	display: block;
	padding: 8px 0px 8px 14px;
	background-color: #fff;
	border-top: #ccc 1px solid;
	text-align: left;
	color: #000;
	text-decoration: none;
	border-left: solid #ccc 10px;
}
#foot_sp_menu li.tlt {
	font-size: 10px;
	display: block;
	padding: 8px 0px 8px 24px;
	text-align: left;
	color: #000;
	font-weight: bold;
}
/* cities_menu
-----------------------------------------------*/
#cities_menu {
	position: fixed;
	top: 0px;
	right: -100%;
	transition: right 1s;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	margin: auto;
	width: 100%;
	height: 100%;
	text-align: left;
	background: -moz-linear-gradient(left, rgba(0,13,36,0.95) 0%, rgba(0,13,36,0.95) 100%);
	background: -webkit-linear-gradient(left, rgba(0,13,36,0.95) 0%, rgba(0,13,36,0.95) 100%);
	background: linear-gradient(to right, rgba(0,13,36,0.95) 0%, rgba(0,13,36,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000d24', endColorstr='#f2000d24', GradientType=1 );
	z-index: 3;
	opacity: .5;
	-ms-filter: "alpha( opacity=0.5 )";
}
#cities_menu:not(:target) {
	filter: none;
	-ms-filter: none;
}


#w_map {

	width: 100%;
	margin: 16px auto 16px auto;
}
#w_map_base {

}


.map_line {
	display: none
}

#w_map_title_base {
position: relative;
	height: 30px;
	width: 100%;
	border-bottom: #8a9dc2 1px solid;
}
#title_host {
	
	margin:0px auto 0px auto;
	
	width: 100px;
}
#b_close {
	
		position: absolute;
	bottom:8px;
	right: 10px;
	text-align: left;
	padding: 1px 8px 1px 8px;
	font-size: 14px;
	background-color: #233f73;
	display: block;
	font-family: ZurichBT-RomanCondensed;
	font-weight: normal;
	color: #fff;
	font-feature-settings : "palt";
	border-radius: 20px;
	z-index: 5;
	cursor: pointer
}
#b_close:hover {
	background-color: #899ab8
}
.w_map_base_shape {
	display: none
}


#w_map_win {
	
position: absolute;
	bottom:20px;
	right: 10px;
top:50px;
	left: 10px;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling : touch 
}


.b_cities_map a{
		position: relative;
	display: block;
	
	width: 100%;
	height: 26px;
	border-radius: 13px;
		margin:10px auto 0px auto;
	background-color: #000020;
	z-index: 5;
	overflow: hidden
}
.b_2016 {
	
	margin-left: 400%;
	transition: margin-left 1.8s;
	-webkit-transition: margin-left 1.8s;
	-moz-transition: margin-left 1.8s;

}
.b_2014 {
	
	margin-left: 300%;
	transition: margin-left 1.3s;
	-webkit-transition: margin-left 1.3s;
	-moz-transition: margin-left 1.3s;
	
}
.b_2012 {
	
	margin-left: 300%;
	transition: margin-left 1.2s;
	-webkit-transition: margin-left 1.2s;
	-moz-transition: margin-left 1.2s;
	
}
.b_2010 {
	
	margin-left: 400%;
	transition: margin-left 1.1s;
	-webkit-transition: margin-left 1.1s;
	-moz-transition: margin-left 1.1s;
	
}
.b_2008 {
	
	margin-left: 300%;
	transition: margin-left 1s;
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	
}
.b_2006 {
	
	margin-left: 300%;
	transition: margin-left .9s;
	-webkit-transition: margin-left .9s;
	-moz-transition: margin-left .9s;
	
}
.b_2004 {
	
	margin-left: 300%;
	transition: margin-left .8s;
	-webkit-transition: margin-left .8s;
	-moz-transition: margin-left .8s;
	
}
.b_2002 {
	
	margin-left: 200%;
	transition: margin-left .7s;
	-webkit-transition: margin-left .7s;
	-moz-transition: margin-left .7s;

}
.b_2000 {
	
	margin-left: 300%;
	transition: margin-left .6s;
	-webkit-transition: margin-left .6s;
	-moz-transition: margin-left .6s;

}
.b_1996 {
	
	margin-left: 200%;
	transition: margin-left .5s;
	-webkit-transition: margin-left .5s;
	-moz-transition: margin-left .5s;

}
.b_cities_map a:hover {
	background-color: #00318a;
}
.b_cities_map .b_cities_img {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 200px;
	height: 37px;
}

.b_app {
	margin-left: 0%;
}
#b_up {
	position: fixed;
	bottom: 0px;
	right: 10px;
background-color: #001336;
	z-index: 2;
	width: 50px;
	height: 50px;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	font-family: ZurichBT-RomanCondensed;
	font-weight: normal;
	font-style: normal;
	color: #ccc;
	line-height: 50px;
	font-feature-settings : "palt";

	border-radius:4px 4px 0px 0px;
}
/* footer
-----------------------------------------------*/

#event_sc_footer {
	clear: both;
	text-align: center;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	/*display: none;*/
}
#event_sc_footer_elements {
	clear: both;
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
#event_sc_footer #event_sc_footer_elements #t_menu {
	padding: 16px 0px 0px 0px;
	font-size: 12px;
	font-style: normal;
	color: #666;
}
#event_sc_footer #event_sc_footer_elements #copyright {
	padding: 10px 0px 10px 0px;
	font-size: 8px;
	font-style: normal;
	color: #666;
}
#event_sc_footer #clear {
	clear: both;
	margin: 0 auto;
	padding: 0;
}
