@charset "utf-8";

.pc { display: block !important; }
.sp { display: none !important; }


/*** ヘッダー ***/
#wrap {width: 100%;}

#header {width: 100%; height: 70px; background-color: #fff; position: fixed; top:0; box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5); z-index: 9;}

.head {
    width: 1080px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.logo {width: 240px; }
.logo_img {width: 100%;}

.header_box {
    width: 280px;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    margin-right: 70px;
}
.menu-btn {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 5;
	display: block !important;
}
#gmenu {
	position: fixed;
	background-color: rgba(78,133,183,1);
	top: 0;
	right: -300px;
	top: 80px;
	width: 250px;
	overflow:hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	z-index: 10;
	border: 1px solid #aeaeae;
}
#menu-btn .close{
}

#gmenu.open{
	right:0;
}
#gmenu ul{
	margin: 0;
	padding:0;
	font-size: 120%;
	display: block !important;
}

#gmenu li {
    font-size: 12px;
	list-style-type: none; 
	display: block;
	position: relative;
	padding: 10px;
	text-decoration:none;
	border-bottom: 1px solid #aeaeae;
}

#gmenu li  a:link {color:#ffffff; text-decoration: none;}
#gmenu li  a:visited {color:#ffffff; text-decoration: none;}
#gmenu li a:active {color: #ffffff; text-decoration: none;}
#gmenu li  a:hover {color: #ffffff; text-decoration: none;}


.user_id,.user_name {
     width: 140px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}



/*** コンテンツ ***/

#content { width: 1080px; margin-left: auto; margin-right: auto; padding-top: 130px; padding-bottom: 100px; background-color: #ffffff; margin-bottom: 50px;}
.copyright {width: 100%; text-align: center; font-size: x-small; padding-top: 10px; padding-bottom: 10px;}

#top_cont,#play_cont,#user_cont,#sokutei_cont {width: 960px; margin-left: auto; margin-right: auto; }

#login {width: 960px; margin-left: auto; margin-right: auto; padding-top: 100px; padding-bottom: 200px}


/*** ログイン ***/

.login { width: 340px; margin-left: auto; margin-right: auto; text-align: center;}

.login_title {font-size: 16px; padding-bottom: 20px;}

#username,#password {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}
 
 
#username,#password {
    background: #fff;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    transition: 0.8s;
    border-radius: 0;
    margin: 5px;
    border: solid 1px #6ecddb;
    width: 300px;
}

#login_button  {
	display: inline-block;
	font-size: 18px; 
	text-align: center;
	cursor : pointer;
	background-color: #4e85b7;
	color : #ffffff; 
	width: 300px;
	height: 50px;
	line-height: 45px;
	transition : .3s; 
	border-radius : 5px;
	border : 2px solid #4e85b7; 
	margin-top: 30px;
}
#login_button :hover {
  color : #4e85b7;  
  background-color    : #ffffff;    
}

/*** 講座 ***/

.syuryousyo {
	width: 720px;
    padding: 50px;  
    margin-left: auto;
    margin-right: auto;
    background-color: #fcebf3;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
      border-radius: 10px;
      border: solid 2px #999; 
}



.kouza {
    width: 960px;
    padding-top: 50px;    
}

.kouza_ichi {
    width: 720px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.kouza_ichi li {
    width: 40%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #4E85B7;
    display: inline-block;
    font-size: small;
    border-radius: 3px; 
    margin-top: 20px;
}

.kouza_ichi li a:link {color:#ffffff; text-decoration: none; border-radius: 3px; display: block; }
.kouza_ichi li a:visited {color:#ffffff; text-decoration: none;}
.kouza_ichi li a:active {color: #ffffff; text-decoration: none;}
.kouza_ichi li a:hover {color: #ffffff; text-decoration: none; border-radius: 3px; background-color: #2E35B7;}

.kouza_box {
    width: 720px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #999; 
    font-size: 12px;  
    margin-bottom: 50px;
    border-radius: 10px;
}

.kouza_title { color: #4E85B7; height: 30px; line-height: 30px; padding-left: 10px; font-size: 20px; padding-top: 5px; padding-bottom: 5px; border-bottom: solid 2px #4E85B7;}
.kouza_cap {padding-top: 20px; line-height: 150%;}
.kouza_box_cont {padding-top: 20px; display: flex; }

.movie_thumb {width: 200px; flex-basis: 30%; }
.movie_thumb_img {width: 100%; box-shadow: 2px 2px 4px gray;}


.movie_list {padding-left: 10px; padding-right: 10px; line-height: 150%; flex-basis: 50%;}

.movie_list_all {font-size: 12px; border-bottom: solid 1px #999; padding-bottom: 5px;}
.movie_list_all a:link {color:#4E85B7; text-decoration: none;}
.movie_list_all a:visited {color:#4E85B7; text-decoration: none;}
.movie_list_all a:active {color: #4E85B7; text-decoration: none;}
.movie_list_all a:hover {color: #4E85B7; text-decoration: underline;}

.movie_list_ul {padding-top: 10px;}
.movie_list_active a:link {color:#4E85B7; text-decoration: none;}
.movie_list_active a:visited {color:#4E85B7; text-decoration: none;}
.movie_list_active a:active {color: #4E85B7; text-decoration: none;}
.movie_list_active a:hover {color: #4E85B7; text-decoration: underline;}
.movie_list_visited a:link {color:#ed6226; text-decoration: none;}
.movie_list_visited a:visited {color:#ed6226; text-decoration: none;}
.movie_list_visited a:active {color: #ed6226; text-decoration: none;}
.movie_list_visited a:hover {color: #ed6226; text-decoration: underline;}

.sokutei {flex-basis: 20%; background-color: #DCDCDC; border-radius: 3px; padding-top: 10px; padding-bottom: 10px; border: solid 1px #acacac; }
.sokutei_btn {width: 90%; margin-left: auto; margin-right: auto;}
.sokutei_btn_img {width: 100%;}
.sokutei_result {width: 100%; text-align: center; padding-top: 20px;}
.goukaku { font-size: 28px; color: red;}
.mijishi { font-size: 28px; color: blue;}
.sokutei_result_day {width: 100%; text-align: center; padding-top: 20px; font-size: 10px;}


/*** プレイヤーページ ***/

#player {padding-top: 50px;}
#player_box {width: 100%; margin-left: auto; margin-right: auto;  background-color: #DCDCDC; padding: 30px; border-radius: 5px; box-sizing: border-box;}
.player  {width: 720px; margin-left: auto; margin-right: auto;}
.player_img {width: 100%;}

.player_cap_box {width: 720px; margin-left: auto; margin-right: auto; display: flex; justify-content: space-between; padding-top: 20px;}
.player_list {padding-left: 10px; padding-right: 10px; line-height: 150%;font-size: 12px;}

.player_list_all {font-size: 12px; border-bottom: solid 1px #999; padding-bottom: 5px;}
.player_list_all a:link {color:#4E85B7; text-decoration: none;}
.player_list_all a:visited {color:#4E85B7; text-decoration: none;}
.player_list_all a:active {color: #4E85B7; text-decoration: none;}
.player_list_all a:hover {color: #4E85B7; text-decoration: underline;}

.player_list_ul {padding-top: 10px;}
.player_list_active a:link {color:#4E85B7; text-decoration: none;}
.player_list_active a:visited {color:#4E85B7; text-decoration: none;}
.player_list_active a:active {color: #4E85B7; text-decoration: none;}
.player_list_active a:hover {color: #4E85B7; text-decoration: underline;}
.player_list_visited a:link {color:#ed6226; text-decoration: none;}
.player_list_visited a:visited {color:#ed6226; text-decoration: none;}
.player_list_visited a:active {color: #ed6226; text-decoration: none;}
.player_list_visited a:hover {color: #ed6226; text-decoration: underline;}

.player_sokutei_btn {width: 240px; bottom: 0px;}
.player_sokutei_btn_img {width: 100%;}



/*** 問題 ***/
.sokutei_table {
	width: 960px;
	border: solid 1px #ccc;
	 margin: 20px auto;
	 font-size: 16px;
	 line-height: 120%;
}
.sokutei_table_1_head { width: 100px;}
.sokutei_table_2_head { width: 760px;}
.sokutei_table_3_head { width: 100px;}
.sokutei_table_1 { width: 100px;}
.sokutei_table_2 { width: 760px;}
.sokutei_table_3 { width: 100px;}

tr.odd th,tr.odd td {
    background-color: #ffffff;
}
tr.even th,tr.even td {
    background-color: #DCDCDC;
    
}

.sokutei_table thead th {
	height: 50px;
	vertical-align: middle;
	background-color: #072a91;
    color: #fff;
}
.sokutei_table tbody th,.sokutei_table tbody td {
  border: solid 1px #999;
  padding: 10px;
  height: 150px;
  vertical-align: middle;
}

  .last td:last-child {
    border-bottom: solid 1px #999;
  }




.sokutei_submit_button {width: 100%; text-align: center;}

#submit_button  {
	display: inline-block;
	font-size: 18px; 
	text-align: center;
	cursor : pointer;
	background-color: #4e85b7;
	color : #ffffff; 
	width: 200px;
	height: 50px;
	line-height: 45px;
	transition : .3s; 
	border-radius : 5px;
	border : 2px solid #4e85b7; 
}
#submit_button :hover {
  color : #4e85b7;  
  background-color    : #ffffff;    
}





.sokutei_kaitou_table {
	width: 960px;
	border: solid 1px #ccc;
	 margin: 20px auto 50px;
	 font-size: 16px;
	 line-height: 120%;
}
.sokutei_kaitou_table_1_head { width: 100px;}
.sokutei_kaitou_table_2_head { width: 660px;}
.sokutei_kaitou_table_3_head { width: 100px;}
.sokutei_kaitou_table_4_head { width: 100px;}
.sokutei_kaitou_table_1 { width: 100px;}
.sokutei_kaitou_table_2 { width: 660px;}
.sokutei_kaitou_table_3 { width: 100px;}
.sokutei_kaitou_table_4 { width: 100px;}

.sokutei_mondai {padding-bottom: 20px;}
.sokutei_kaitou {padding: 10px; background-color: #fcebf3; border-radius: 3px; }

.sokutei_kaitou_table thead th {
	height: 50px;
	vertical-align: middle;
	background-color: #072a91;
    color: #fff;
}
.sokutei_kaitou_table tbody th,.sokutei_kaitou_table tbody td {
  border: solid 1px #999;
  padding: 10px;
  vertical-align: middle;
}


  .last td:last-child {
    border-bottom: solid 1px #999;
  }

.radio_box_kekka {width: 50px; height: 50px; margin-left: auto; margin-right: auto;}
.radio_img {width: 100%;}

.sokutei_kekka {width: 100%; text-align: center;}
.seikai {font-size: 20px; color: red;}
.fuseikai {font-size: 20px; color: blue;}

.sokutei_kekka_all {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #fcebf3;
	border-radius: 10px; 
	text-align: center;
}
.sokutei_kekka_all_title {font-size: 16px; padding-bottom: 20px;}
.sokutei_kekka_all_kekka {font-size: 40px;}

/*** フッター ***/

#pagetop{
    position:fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
}
.pagetop_btn {
	width: 100px;
}

.pagetop_btn_img {
	width: 100%;
}
