html {
	background-color: #4f4f4f;
}
/*オリンピックトップ*/
#olympic_top h1 {
	text-align: center;
	margin-top: 140px;
}
#olympic_top ul.top_gNav {
	overflow: hidden;
	width: 900px;
	margin-left: 53px;
	padding-top: 5px;
}
#olympic_top ul.top_gNav li {
	float: left;
	margin-right: 26px;
}
#olympic_top .contentbg {
	background-color: #FFF;
}
#olympic_top .contentbg .container {
	background-image: url(../images/olympic/top/olympici_image.jpg);
	width: 980px;
	height: 635px;
}
#olympic_top .banner {
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #32b4fa;
	text-decoration: none;
}
/*サブページ*/
/* header */
#olympic .header_container {
	width : 980px;
	height: 90px;
	margin: 0 auto;
	/* overflow: hidden; */
	padding-bottom: 0;
	padding-top: 0;
}
#olympic .header_logo {
	width: 120px;
	float: left;
}
#olympic .header_right {
	width : 860px;
	float: right;
}
#olympic ul.gNav {
	overflow: hidden;
	width: 860px;
}
#olympic ul.gNav li {
	float: left;
	margin-left: 10px;
}

/* ナビゲーションエリアを右端に配置 */
#olympic .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
/* ボタンの間隔を調整し、1行で表示する */
#olympic .header_right ul.gNav {
  flex-wrap: nowrap;
  gap: 0; /* gapを0に設定して間隔をなくす */
  justify-content: flex-end;
  padding-left: 0; /* paddingも削除して余白をなくす */
}
/* 個々のボタンの間隔を調整 */
#olympic .header_right ul.gNav li {
  margin-left: 11px; /* ここでボタン間のマージンを設定 */
}


/*コンテンツ*/
#olympic .contentbg {
	background-color: #ddcba0;
}
#olympic #eigo .contentbg {
	background-color: #65c3e7;
}
#olympic .contentbg .container {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-top: 0px;
}
#olympic .left_contents {
	float: left;
	width: 250px;
}
#olympic .right_contents {
	float: right;
	width: 730px;
}
#olympic .main {
	width: 665px;
	height: 450px;
	padding: 0 30px 0 35px;
	background-image: url(../images/olympic/common/mainbg.png);
	text-align: center;
	position: relative;
}
#olympic .main .olynpic_h3 {
	background-image: url(../images/olympic/common/h3_bg.png);
	background-repeat: no-repeat;
	width: 328px;
	height: 41px;
	padding-top: 6px;
	line-height: 1.4;
	margin: 0 auto 20px auto;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 190px;
}
#olympic #eigo .main {
	width: 665px;
	height: 450px;
	padding: 0 30px 0 35px;
	background-image: url(../images/olympic/common/mainbg02.png);
	text-align: center;
	position: relative;
}
#olympic #eigo .main .olynpic_h3 {
	background-image: url(../images/olympic/common/h3_bg02.png);
	font-size: 16px;
	padding-top: 10px;
}
#olympic .main .text {
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 50px;
}
.text .plane_table {
	margin: 0 auto;
	text-align: left;
}
.text .plane_table td {
	text-align: left;
}
#olympic .main .imageL {
	max-height: 300px;
	max-width: 625px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#olympic .main .note_top {
	background-image: url(../images/olympic/common/note_top.png);
	background-repeat: no-repeat;
	width: 665px;
	height: 30px;
}
#olympic .main .note_middle {
	background-image: url(../images/olympic/common/note_middle.png);
	background-repeat: repeat-y;
	width: 665px;
}
#olympic .main .note_bottom {
	background-image: url(../images/olympic/common/note_bottom.png);
	background-repeat: no-repeat;
	width: 665px;
	height: 15px;
}
#olympic .main .note_middle p {
	width: 460px;
	padding-left: 40px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}
/*サブメニュー*/
#olympic .submenu01 {
	width: 230px;
	height: 450px;
	background-image: url(../images/olympic/common/submenubg.png);
	background-repeat: no-repeat;
	margin-top: 0;
	padding: 0 10px;
	font-family: Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: bold;
}
#olympic .submenu01 h2 {
	padding-top: 0;
}
#olympic .submenu01 ul {
	border: none;
}
#olympic .submenu01 li {
	margin-bottom: 10px;
}
#olympic .submenu01 li a {
	background-image: url(../images/olympic/common/buttonbg.png);
	background-repeat: no-repeat;
	border: none;
	display: table-cell;
	width: 230px;
	height: 50px;
	vertical-align: middle;
	color: #FFF;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
	padding-left: 10px;
}
#olympic .submenu01 li a span.fontS {
	display: block;
	line-height: 1;
}
#olympic #event .submenu01 li a span.fontS {
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}
#olympic .submenu01 li a:hover {
	color: #32b4fa;
}
#olympic .submenu01 li a.current {
	background-image: url(../images/olympic/common/buttonbg_current.png);
}
/*サブメニュー　えいご・せかい */
#olympic #eigo .submenu01 {
	background-image: url(../images/olympic/common/submenubg02.png);
}
#olympic #eigo .submenu01 li a {
	width: 224px;
	height: 44px;
	padding-top: 5px;
	border-style: solid;
	border-width: 3px;
	border-color: #202d76;
	background-image: -moz-linear-gradient( -90deg, rgb(35,32,104) 0%, rgb(28,55,102) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(35,32,104) 0%, rgb(28,55,102) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(35,32,104) 0%, rgb(28,55,102) 100%);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
}
#olympic #eigo .submenu01 li {
	margin-bottom: 5px;
}
#olympic #eigo .submenu01 li a:hover {
	color: #32b4fa;
}
#olympic #eigo .submenu01 li a.current {
	border-color: #fa8200;
}
#olympic #eigo .submenu01 ul.world_submenu li a { /*せかい */
	height: 39px;
}
/*メイン*/
#olympic .character {
	position: absolute;
	right: 0;
	top: 330px;
}
#olympic .voice {
	width: 110px;
	height: 75px;
	background-image: url(../images/olympic/common/voicebg.png);
	margin-left: 35px;
	text-align: center;
	position: absolute;
}
#olympic .page_nav {
	width: 100%;
	height: 65px;
}
#olympic .page_nav .wrapper {
	width: 370px;
	margin : 20px auto 0 auto;
	overflow: hidden;
}
#olympic .page_nav .wrapper .prev {
	float: left;
	width: 140px;
}
#olympic .page_nav .wrapper .next {
	float: right;
}
/*footer*/
#olympic .reference {
	background-color: #d9d9d9;
}
#olympic .reference .container {
	background-color: #d9d9d9;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	padding: 10px 0;
}
#olympic #footer, #olympic_top #footer {
	background-color: #4f4f4f;
	color: #FFF;
	padding-top: 5px;
}
#olympic #footer a {
	color: #FFF;
	text-decoration: none;
}
#olympic #footer a:hover {
	color: #32b4fa;
	text-decoration: none;
}
/*ルビ調整*/
ruby, ruby rb, ruby rt {
	text-align: center;
}
ruby {
	display: inline-table;
	vertical-align: bottom;
}
ruby rb {
	display: table-row-group;
}
ruby rt {
	display: table-header-group;
	font-size: 50%;
	line-height: 50%;
	font-weight: normal;
}
.main .text ruby rt {
	display: table-header-group;
	font-size: 45%;
	line-height: 30%;
	font-weight: normal;
}
.main #eigo_text ruby rt {
	display: table-header-group;
	font-size: 45%;
	line-height: 30%;
	font-weight: normal;
}
.main .kyougi_list ruby rt {
	display: table-header-group;
	font-size: 50%;
	line-height: 30%;
	font-weight: normal;
}
ruby rp {
	display: none;
}
/*ノートの表示・非表示*/
.note_position {
	position: absolute;
	top: 260px;
	left: 30px;
}
.note_buton {
	position: absolute;
	top: 240px;
	right: 10px;
	z-index: 3;
}
/*ヒントの表示・非表示*/
.hint_position {
	position: absolute;
	top: 325px;
	left: 55px;
}
.hint_buton {
	position: absolute;
	top: 380px;
	right: 160px;
	z-index: 3;
}
#olympic .main .hint {
	width: 620px;
	height: 60px;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
	font-size: 15px;
	line-height: 1.4;
}
#olympic .main .hint p.honbun {
	padding-right: 150px;
	padding-left: 10px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
/*クイズ script ver*/
#text_q table {
	margin: 0 auto;
	width: 80%;
}
#text_q table td, #text_q table th {
	text-align: center;
}
ul.sentakushi_btn {
	margin-top: 20px;
	padding-left: 15px;
}
ul.sentakushi_btn li {
	display: inline-block;
	margin-right: 15px;
}
ul.sentakushi_btn li a {
	display: table-cell;
	width: 189px;
	height: 100px;
	padding: 10px 0;
	background: -moz-linear-gradient(top, #0099CC 0%, #006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	text-decoration: none;
	color: #FFF;
	border: 4px solid #FFF;
	font-size: 18px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	vertical-align: middle;
}
ul.sentakushi_btn li a:hover {
	border: 4px solid #fa8200;
}
ul.sentakushi_btn li.btn2 a {
	font-size: 13px;
	padding: 5px 0;
	margin-right: 10px;
}
#text_a {
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;
	line-height: 1.7;
}
/*クイズ modal ver*/
.wrap p.quiz_message {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}
.wrap a.modal-close {
	float: none;
}
#quiz .spacer {
	height: 70px;
}
/*きょうぎとしゅもく*/
ul.kyougi_list {
	overflow: hidden;
	width: 600px;
	margin-right: -20px;
	margin-left: 40px;
}
ul.kyougi_list li {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	width: 180px;
	height: 156px;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
ul.kyougi_list li .mark {
	text-align: center;
	width: 180px;
	height: 60px;
	padding-top: 5px;
}
ul.kyougi_list li.paralympic .mark {
	height: 30px;
}
ul.kyougi_list li .japanese {
	font-size: 17px;
	line-height: 1.4;
	color: #313131;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 180px;
	height: 35px;
}
ul.kyougi_list li.paralympic .japanese {
	font-size: 18px;
}
ul.kyougi_list li .english {
	font-size: 14px;
	line-height: 20px;
	color: #3366cc;
	font-weight: bold;
	width: 180px;
	height: 20px;
}
ul.kyougi_list li .kyougi_voice {
	text-align: center;
	line-height: 100%;
	padding-top: 0;
}
/*英語を使おう*/
.eigo_contents {
	padding-top: 40px;
}
#olympic .main .eigo_contents .text {
	font-size: 24px;
	font-weight: bolder;
	color: #313131;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 50px;
}
.eigo_contents .bg {
	margin-left: -5px;/*画像位置微調整*/
	margin-right: -5px;
	width: 665px;
	height: 390px;
}
.eigo_contents .bg .nihongo {
	position: absolute;
	top :340px;
	left : 15px;
}
/*世界を知ろう*/
.eigo_contents .world06_bg {
	margin-left: -5px;/*画像位置微調整*/
	margin-right: -5px;
	width: 665px;
	background-image: url(../images/olympic/world/world06_bg.jpg);
}
.eigo_contents #eigo_text {
	padding-top: 80px;
	font-size: 27px;
	line-height: 1.6;
	font-weight: bold;
}
.eigo_contents .bg .sansho {
	position: absolute;
	left: 10px;
	bottom: 0;
	font-size: 12px;
}
#sekai_toshi p {
	position: absolute;
}
#sekai_toshi .rondon {
	top: 115px;
	left: 14px;
}
#sekai_toshi .pari {
	top: 156px;
	left: 30px;
}
#sekai_toshi .mosukuwa {
	top: 117px;
	left: 120px;
}
#sekai_toshi .pekin {
	top: 157px;
	left: 221px;
}
#sekai_toshi .souru {
	top: 130px;
	left: 261px;
}
#sekai_toshi .tokyo {
	top: 161px;
	left: 318px;
}
#sekai_toshi .bankuba {
	top: 132px;
	left: 443px;
}
#sekai_toshi .newyork {
	top: 176px;
	left: 552px;
}
#sekai_toshi .rio {
	top: 318px;
	left: 486px;
}
#sekai_toshi .sidoni {
	top: 326px;
	left: 338px;
}
#sekai_toshi .yohanesuburugu {
	top: 333px;
	left: 39px;
}
#hukidashi p {
	position: absolute;
}
#hukidashi .f_rondon {
	top: 65px;
	left: -20px;
}
#hukidashi .f_pari {
	top: 100px;
	left: -10px;
}
#hukidashi .f_mosukuwa {
	top: 75px;
	left: 45px;
}
#hukidashi .f_pekin {
	top: 120px;
	left: 195px;
}
#hukidashi .f_souru {
	top: 82px;
	left: 220px;
}
#hukidashi .f_bankuba {
	top: 85px;
	left: 420px;
}
#hukidashi .f_newyork {
	top: 120px;
	left: 510px;
}
#hukidashi .f_rio {
	top: 260px;
	left: 560px;
}
#hukidashi .f_sidoni {
	top: 283px;
	left: 263px;
}
#hukidashi .f_yohanesuburugu {
	top: 273px;
	left: 33px;
}
#hukidashi .j_rondon {
	top: 0px;
	left: -15px;
}
#hukidashi .j_pari {
	top: 30px;
	left: -10px;
}
#hukidashi .j_mosukuwa {
	top: 7px;
	left: 45px;
}
#hukidashi .j_pekin {
	top: 50px;
	left: 195px;
}
#hukidashi .j_souru {
	top: 15px;
	left: 220px;
}
#hukidashi .j_bankuba {
	top: 15px;
	left: 425px;
}
#hukidashi .j_newyork {
	top: 50px;
	left: 510px;
}
#hukidashi .j_rio {
	top: 190px;
	left: 560px;
}
#hukidashi .j_sidoni {
	top: 215px;
	left: 263px;
}
#hukidashi .j_yohanesuburugu {
	top: 205px;
	left: 33px;
}
/*voice_playボタンの位置*/
.voice_play_position li {
	position: absolute;
}
/*eigo01_01*/
li.eigo01_01_01 {
	top: 0;
	left: 230px;
}
li.eigo01_01_02 {
	top: 0;
	left: 500px;
}
li.eigo01_01_03 {
	top: 130px;
	left: 190px;
}
li.eigo01_01_04 {
	top: 90px;
	left: 595px;
}
li.eigo01_01_05 {
	top: 240px;
	left: 595px;
}
/*eigo01_02*/
li.eigo01_02_01 {
	top: 0;
	left: 166px;
}
li.eigo01_02_02 {
	top: 0;
	left: 365px;
}
li.eigo01_02_03 {
	top: 0;
	left: 620px;
}
li.eigo01_02_04 {
	top: 125px;
	left: 200px;
}
li.eigo01_02_05 {
	top: 110px;
	left: 590px;
}
li.eigo01_02_06 {
	top: 250px;
	left: 260px;
}
li.eigo01_02_07 {
	top: 250px;
	left: 570px;
}
/*eigo01_03*/
li.eigo01_03_01 {
	top: 0;
	left: 200px;
}
li.eigo01_03_02 {
	top: 0;
	left: 400px;
}
li.eigo01_03_03 {
	top: 0;
	left: 610px;
}
li.eigo01_03_04 {
	top: 160px;
	left: 155px;
}
li.eigo01_03_05 {
	top: 115px;
	left: 600px;
}
li.eigo01_03_06 {
	top: 250px;
	left: 600px;
}
/*eigo02_01*/
li.eigo02_01_01 {
	top: 0;
	left: 168px;
}
li.eigo02_01_02 {
	top: 0;
	left: 615px;
}
li.eigo02_01_03 {
	top: 80px;
	left: 280px;
}
li.eigo02_01_04 {
	top: 110px;
	left: 600px;
}
li.eigo02_01_05 {
	top: 220px;
	left: 620px;
}
/*eigo02_02*/
li.eigo02_02_01 {
	top: 0;
	left: 255px;
}
li.eigo02_02_02 {
	top: 0;
	left: 605px;
}
li.eigo02_02_03 {
	top: 105px;
	left: 285px;
}
li.eigo02_02_04 {
	top: 155px;
	left: 605px;
}
/*eigo02_03*/
li.eigo02_03_01 {
	top: 0;
	left: 255px;
}
li.eigo02_03_02 {
	top: 0;
	left: 570px;
}
li.eigo02_03_03 {
	top: 100px;
	left: 295px;
}
li.eigo02_03_04 {
	top: 100px;
	left: 615px;
}
/*eigo02_04*/
li.eigo02_04_01 {
	top: 0;
	left: 255px;
}
li.eigo02_04_02 {
	top: 0;
	left: 610px;
}
li.eigo02_04_03 {
	top: 100px;
	left: 295px;
}
li.eigo02_04_04 {
	top: 135px;
	left: 610px;
}
/*eigo03_01*/
li.eigo03_01_01 {
	top: 0;
	left: 235px;
}
li.eigo03_01_02 {
	top: 0;
	left: 615px;
}
li.eigo03_01_03 {
	top: 100px;
	left: 270px;
}
li.eigo03_01_04 {
	top: 100px;
	left: 620px;
}
/*eigo03_02*/
li.eigo03_02_01 {
	top: 0;
	left: 285px;
}
li.eigo03_02_02 {
	top: 0;
	left: 615px;
}
li.eigo03_02_03 {
	top: 105px;
	left: 140px;
}
li.eigo03_02_04 {
	top: 180px;
	left: 210px;
}
li.eigo03_02_05 {
	top: 135px;
	left: 580px;
}
/*eigo03_03*/
li.eigo03_03_01 {
	top: 0;
	left: 245px;
}
li.eigo03_03_02 {
	top: 0;
	left: 570px;
}
li.eigo03_03_03 {
	top: 135px;
	left: 265px;
}
li.eigo03_03_04 {
	top: 135px;
	left: 580px;
}
/*うつみ先生の面白いお話*/
#eigo ul.tmb_s {
	width: 310px;
}
#eigo ul.tmb_s li {
	width: 310px;
	text-align: left;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
}
#eigo ul.tmb_s li h5 {
	font-size: 18px;
	line-height: 1.4;
	height: 50px;
	width: 310px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#eigo ul.tmb_s li .tmb_image {
	width: 150px;
	height: 85px;
	line-height: 85px;
	background-color: #FFFFFF;
	float: left;
}
#eigo ul.tmb_s li .tmb_image img {
	max-width: 150px;
	max-height: 85px;
	border: 1px solid #999;
}
#eigo ul.tmb_s li .topspace_10 {
	width: 140px;
	float: right;
}
#eigo ul.tmb_s li .file_info {
	margin-top: 5px;
	text-align: left;
}
.world07_left {
	float: left;
	width: 310px;
}
.world07_right {
	float: right;
	width: 310px;
	margin-right: 15px;
}
