Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <div id="tokyo2020" class="tokyo_t">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>

<div class="chgAlphabet">
<P>下のボタンを押すべし</p>
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
<li>d</li>
<li>e</li>
<li>f</li>
<li>g</li>
<li>h</li>
<li>i</li>
<li>j</li>
<li>k</li>
<li>l</li>
<li>m</li>
<li>n</li>
<li>o</li>
<li>p</li>
<li>q</li>
<li>r</li>
<li>s</li>
<li>t</li>
<li>u</li>
<li>v</li>
<li>w</li>
<li>x</li>
<li>y</li>
<li>z</li>
</ul>
<ul>
<li>0</li>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
<li>6</li>
<li>7</li>
<li>8</li>
<li>9</li>
</ul>
</div>
              
            
!

CSS

              
                body{
  transform-origin: 50% 0%;
  transform:scale(0.7); /* CODE PEN のサイズ様に縮小*/
}
#tokyo2020 {
	margin:50px auto;
	width:600px;
	height:600px;
}
#tokyo2020 div {
	float:left;
	width:200px;
	height:200px;
	position:relative;
	transition:all 1s;
	overflow:hidden;
}

/* A */
#tokyo2020.tokyo_a div:nth-child(1) {
	background-color:#B39046;
}
#tokyo2020.tokyo_a div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
	z-index:9;
}

#tokyo2020.tokyo_a div:nth-child(2),
#tokyo2020.tokyo_a div:nth-child(7) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_a div:nth-child(5) {
	border-radius:50%;
	background-color:#E40013;
	z-index:8;
}
#tokyo2020.tokyo_a div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_a div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_a div:nth-child(6) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_a div:nth-child(6)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_a div:nth-child(4) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_a div:nth-child(4)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_a div:nth-child(9) {
	background-color:#363736;
}

/* B */
#tokyo2020.tokyo_b {
	margin:50px auto;
	width:600px;
}
#tokyo2020.tokyo_b div:nth-child(1) {
	background-color:#FFF;
}
#tokyo2020.tokyo_b div:nth-child(2),
#tokyo2020.tokyo_b div:nth-child(5),
#tokyo2020.tokyo_b div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_b div:nth-child(3) {
	background-color:#B39046;
	z-index:2;
}
#tokyo2020.tokyo_b div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
	z-index:5;
}
#tokyo2020.tokyo_b div:nth-child(6) {
	background-color:#B3B4B3;
	z-index:4;
}
#tokyo2020.tokyo_b div:nth-child(6)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_b div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:3;
}
#tokyo2020.tokyo_b div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

/* C */
#tokyo2020.tokyo_c div:nth-child(1) {
	background-color:#B3B4B3;
}
#tokyo2020.tokyo_c div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
	z-index:7;
}

#tokyo2020.tokyo_c div:nth-child(2),
#tokyo2020.tokyo_c div:nth-child(4),
#tokyo2020.tokyo_c div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}

#tokyo2020.tokyo_c div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_c div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_c div:nth-child(7) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_c div:nth-child(7)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_c div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_c div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

/* D */
#tokyo2020.tokyo_d div:nth-child(1),
#tokyo2020.tokyo_d div:nth-child(4),
#tokyo2020.tokyo_d div:nth-child(7) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_d div:nth-child(2) {
	background-color:#B3B4B3;
	}
#tokyo2020.tokyo_d div:nth-child(2)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
	z-index:7;
}
#tokyo2020.tokyo_d div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_d div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_d div:nth-child(6) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_d div:nth-child(8) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_d div:nth-child(8)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_d div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_d div:nth-child(9)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

/* E */
#tokyo2020.tokyo_e div:nth-child(2),
#tokyo2020.tokyo_e div:nth-child(5),
#tokyo2020.tokyo_e div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_e div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_e div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_e div:nth-child(6) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}

#tokyo2020.tokyo_e div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_e div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}


/* F */
#tokyo2020.tokyo_f div:nth-child(2),
#tokyo2020.tokyo_f div:nth-child(5),
#tokyo2020.tokyo_f div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_f div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_f div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_f div:nth-child(6) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}

/* G */
#tokyo2020.tokyo_g div:nth-child(1),
#tokyo2020.tokyo_g div:nth-child(4),
#tokyo2020.tokyo_g div:nth-child(7) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_g div:nth-child(2) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_g div:nth-child(2)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_g div:nth-child(6) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_g div:nth-child(6)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_g div:nth-child(8) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_g div:nth-child(9) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_g div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* H */
#tokyo2020.tokyo_h div:nth-child(1),
#tokyo2020.tokyo_h div:nth-child(4),
#tokyo2020.tokyo_h div:nth-child(7),
#tokyo2020.tokyo_h div:nth-child(3),
#tokyo2020.tokyo_h div:nth-child(6),
#tokyo2020.tokyo_h div:nth-child(9) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_h div:nth-child(5) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}

/* I */
#tokyo2020.tokyo_i div:nth-child(2) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_i div:nth-child(5),
#tokyo2020.tokyo_i div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}

/* J */
#tokyo2020.tokyo_j div:nth-child(3),
#tokyo2020.tokyo_j div:nth-child(6) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_j div:nth-child(8) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_j div:nth-child(7) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_j div:nth-child(7)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_j div:nth-child(9) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_j div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

/* K */
#tokyo2020.tokyo_k div:nth-child(1),
#tokyo2020.tokyo_k div:nth-child(4),
#tokyo2020.tokyo_k div:nth-child(7) {
	background-color:#363736;
	z-index:9;
}

#tokyo2020.tokyo_k div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_k div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_k div:nth-child(5) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_k div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_k div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}


/* L */
#tokyo2020.tokyo_l div:nth-child(1),
#tokyo2020.tokyo_l div:nth-child(4),
#tokyo2020.tokyo_l div:nth-child(7) {
	background-color:#363736;
	z-index:9;
}

#tokyo2020.tokyo_l div:nth-child(8) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_l div:nth-child(9) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_l div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}


/* M */
#tokyo2020.tokyo_m div:nth-child(1) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_m div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_m div:nth-child(3) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_m div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_m div:nth-child(4),
#tokyo2020.tokyo_m div:nth-child(7),
#tokyo2020.tokyo_m div:nth-child(6),
#tokyo2020.tokyo_m div:nth-child(9) {
	background-color:#363736;
	z-index:9;
}

#tokyo2020.tokyo_m div:nth-child(5) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}

/* N */
#tokyo2020.tokyo_n div:nth-child(1),
#tokyo2020.tokyo_n div:nth-child(4),
#tokyo2020.tokyo_n div:nth-child(7),
#tokyo2020.tokyo_n div:nth-child(3),
#tokyo2020.tokyo_n div:nth-child(6),
#tokyo2020.tokyo_n div:nth-child(9) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_n div:nth-child(2) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_n div:nth-child(2)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_n div:nth-child(8) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_n div:nth-child(8)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

#tokyo2020.tokyo_n div:nth-child(5) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
/* O */
#tokyo2020.tokyo_o div:nth-child(1) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_o div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

#tokyo2020.tokyo_o div:nth-child(2),
#tokyo2020.tokyo_o div:nth-child(4),
#tokyo2020.tokyo_o div:nth-child(6),
#tokyo2020.tokyo_o div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_o div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_o div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_o div:nth-child(7) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_o div:nth-child(7)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_o div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_o div:nth-child(9)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}


/* P */
#tokyo2020.tokyo_p div:nth-child(1) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_p div:nth-child(1),
#tokyo2020.tokyo_p div:nth-child(4),
#tokyo2020.tokyo_p div:nth-child(7) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_p div:nth-child(2) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_p div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_p div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_p div:nth-child(5) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_p div:nth-child(5)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

/* Q */
#tokyo2020.tokyo_q div:nth-child(1) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_q div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

#tokyo2020.tokyo_q div:nth-child(2),
#tokyo2020.tokyo_q div:nth-child(4),
#tokyo2020.tokyo_q div:nth-child(6),
#tokyo2020.tokyo_q div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_q div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_q div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_q div:nth-child(7) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_q div:nth-child(7)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_q div:nth-child(9) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
/* R */
#tokyo2020.tokyo_r div:nth-child(1),
#tokyo2020.tokyo_r div:nth-child(4),
#tokyo2020.tokyo_r div:nth-child(5),
#tokyo2020.tokyo_r div:nth-child(7) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_r div:nth-child(2) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_r div:nth-child(3) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_r div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_r div:nth-child(6) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_r div:nth-child(6)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_r div:nth-child(9) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_r div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* S */
#tokyo2020.tokyo_s div:nth-child(1) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_s div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

#tokyo2020.tokyo_s div:nth-child(2),
#tokyo2020.tokyo_s div:nth-child(5),
#tokyo2020.tokyo_s div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_s div:nth-child(3) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_s div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_s div:nth-child(4) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_s div:nth-child(4)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_s div:nth-child(7) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_s div:nth-child(7)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_s div:nth-child(9) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}

/* T */
#tokyo2020.tokyo_t div:nth-child(1) {
	background-color:#B39046;
}
#tokyo2020.tokyo_t div:nth-child(1)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
	z-index:7;
}
#tokyo2020.tokyo_t div:nth-child(2),
#tokyo2020.tokyo_t div:nth-child(5),
#tokyo2020.tokyo_t div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_t div:nth-child(3) {
	border-radius:50%;
	background-color:#E40013;
	z-index:8;
}
#tokyo2020.tokyo_t div:nth-child(9) {
	background-color:#B3B4B3;
}
#tokyo2020.tokyo_t div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
	z-index:7;
}
/* U */
#tokyo2020.tokyo_u div:nth-child(1),
#tokyo2020.tokyo_u div:nth-child(4),
#tokyo2020.tokyo_u div:nth-child(6),
#tokyo2020.tokyo_u div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_u div:nth-child(3) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}

#tokyo2020.tokyo_u div:nth-child(7) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_u div:nth-child(7)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_u div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_u div:nth-child(9)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* V */
#tokyo2020.tokyo_v div:nth-child(1) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_v div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_v div:nth-child(3) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_v div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_v div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_v div:nth-child(4) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_v div:nth-child(4)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_v div:nth-child(6) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_v div:nth-child(6)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* W */
#tokyo2020.tokyo_w div:nth-child(1) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_w div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_w div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_w div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_w div:nth-child(5) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_w div:nth-child(4) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_w div:nth-child(4)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_w div:nth-child(6) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_w div:nth-child(6)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_w div:nth-child(7) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_w div:nth-child(7)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_w div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_w div:nth-child(9)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* X */
#tokyo2020.tokyo_x div:nth-child(1) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_x div:nth-child(1)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_x div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_x div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_x div:nth-child(5) {
	background-color:#363736;
	z-index:9;
}

#tokyo2020.tokyo_x div:nth-child(7) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_x div:nth-child(7)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_x div:nth-child(9) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_x div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* Z */
#tokyo2020.tokyo_y div:nth-child(1) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_y div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_y div:nth-child(3) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_y div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_y div:nth-child(5) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_y div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
/* Z */
#tokyo2020.tokyo_z div:nth-child(1) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_z div:nth-child(1)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_z div:nth-child(3) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_z div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_z div:nth-child(7) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_z div:nth-child(7)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_z div:nth-child(5) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_z div:nth-child(2),
#tokyo2020.tokyo_z div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_z div:nth-child(9) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_z div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

/* 0 */
#tokyo2020.tokyo_0 div:nth-child(1) {
	overflow:visible;
}
#tokyo2020.tokyo_0 div:nth-child(1)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#E40013;
}
/* 1 */
#tokyo2020.tokyo_1 div:nth-child(1) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_1 div:nth-child(1)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_1 div:nth-child(2),
#tokyo2020.tokyo_1 div:nth-child(5),
#tokyo2020.tokyo_1 div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
/* 2 */
#tokyo2020.tokyo_2 div:nth-child(1) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_2 div:nth-child(1)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_2 div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_2 div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_2 div:nth-child(6) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_2 div:nth-child(6)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_2 div:nth-child(7) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_2 div:nth-child(2),
#tokyo2020.tokyo_2 div:nth-child(5),
#tokyo2020.tokyo_2 div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_2 div:nth-child(9) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_2 div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* 3 */
#tokyo2020.tokyo_3 div:nth-child(1) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_3 div:nth-child(1)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_3 div:nth-child(3) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_3 div:nth-child(3)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

#tokyo2020.tokyo_3 div:nth-child(5) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_3 div:nth-child(2),
#tokyo2020.tokyo_3 div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_3 div:nth-child(7) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_3 div:nth-child(7)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_3 div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_3 div:nth-child(9)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* 4 */
#tokyo2020.tokyo_4 div:nth-child(2) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_4 div:nth-child(2)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_4 div:nth-child(4) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_4 div:nth-child(4)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

#tokyo2020.tokyo_4 div:nth-child(5) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_4 div:nth-child(6),
#tokyo2020.tokyo_4 div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
/* 5 */
#tokyo2020.tokyo_5 div:nth-child(3) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_5 div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_5 div:nth-child(5) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_5 div:nth-child(5)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_5 div:nth-child(2),
#tokyo2020.tokyo_5 div:nth-child(6) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_5 div:nth-child(8) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_5 div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_5 div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* 6 */
#tokyo2020.tokyo_6 div:nth-child(2) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_6 div:nth-child(2)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_6 div:nth-child(5),
#tokyo2020.tokyo_6 div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_6 div:nth-child(6) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_6 div:nth-child(6)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_6 div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_6 div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* 7 */
#tokyo2020.tokyo_7 div:nth-child(1) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_7 div:nth-child(1)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_7 div:nth-child(2) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}
#tokyo2020.tokyo_7 div:nth-child(3),
#tokyo2020.tokyo_7 div:nth-child(6),
#tokyo2020.tokyo_7 div:nth-child(9) {
	background-color:#363736;
	z-index:9;
}
/* 8 */
#tokyo2020.tokyo_8 div:nth-child(1) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_8 div:nth-child(1)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_8 div:nth-child(2) {
	border-radius:50%;
	background-color:#E40013;
	z-index:9;
}

#tokyo2020.tokyo_8 div:nth-child(3) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_8 div:nth-child(3)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_8 div:nth-child(4) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_8 div:nth-child(4)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_8 div:nth-child(6) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_8 div:nth-child(6)::after {
	position:absolute;
	top:-15px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_8 div:nth-child(7) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_8 div:nth-child(7)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_8 div:nth-child(8) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_8 div:nth-child(9) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_8 div:nth-child(9)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
/* 9 */
#tokyo2020.tokyo_9 div:nth-child(1) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_9 div:nth-child(1)::after {
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}
#tokyo2020.tokyo_9 div:nth-child(2),
#tokyo2020.tokyo_9 div:nth-child(5) {
	background-color:#363736;
	z-index:9;
}
#tokyo2020.tokyo_9 div:nth-child(4) {
	background-color:#B3B4B3;
	z-index:9;
}
#tokyo2020.tokyo_9 div:nth-child(4)::after {
	position:absolute;
	top:-415px;
	left:-15px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}

#tokyo2020.tokyo_9 div:nth-child(8) {
	background-color:#B39046;
	z-index:9;
}
#tokyo2020.tokyo_9 div:nth-child(8)::after {
	position:absolute;
	top:-415px;
	left:-415px;
	border-radius:50%;
	display:block;
	width:630px;
	height:630px;
	content:'';
	background-color:#FFF;
}


.chgAlphabet {
	margin:0 auto;
	width:600px;
	clear:both;
}
.chgAlphabet p {
  margin-bottom:0;
  font-size:36px;
  line-height:1;
  text-align:center;
}
.chgAlphabet ul li {
  margin:2px;
	padding:10px;
	border-radius:8px;
	border:1px solid #CCC;
  min-width:24px;
	font-size:24px;
	display:inline-block;
	text-align:center;
	cursor:pointer;
  color:#FFF;
  background-color:#666;
}
.chgAlphabet ul li.num {
	clear:left;
}
              
            
!

JS

              
                $(function(){
	$('.chgAlphabet ul li').click(function() {
		var alphabet = $(this).text();
		$('#tokyo2020').attr('class', 'tokyo_' + (alphabet));
	});
});
              
            
!
999px

Console