/* CSS for Hai  */
@import url('https://fonts.googleapis.com/css?family=Quicksand');



body {
	background-color:#fff;
	margin:0px;
	border-top:solid 1px #fff;
	/*font-family: -apple-system, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;*/
	font-family: Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	/*font-size: large;*/
	font-size: var(--font-4);
	color: #5B5757;
}
form {
	margin:0px;
}
pre {
	margin:0px;
	font-weight: normal;
	font-family: Osaka-Mono , monospace;
	/*font-size: medium;*/
	font-size: var(--font-4);
}
.pre {
	white-space: pre-line;
}
a {
	color:blue;
}
em {
	color:#ff0000;
}
.clear {
	clear:both;
}
.errmsg {
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #f00;
	background-color: #fee;
	padding:10px;
	margin:20px;
}
.info {
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #00f;
	background-color: #eef;
	padding:10px;
	margin:20px;
}
.top_logo {
	display: block;
	float:left;
	/*width:55px;
	height:55px;
	background-image: url(../img/logo_icon.png);
	background-repeat: no-repeat;*/
	background-size: cover;
}
.top_logo img {
	width:55px;
	height:55px;
}
.top_logo_txt {
	/*display: none;*/
}

.header_div {
	margin-left: auto;
	margin-right:auto;
}
.header_div a {
	text-decoration: none;
	color: #5B5757;
}
.school_logo_div {
	text-align:left;
	float:left;
	padding-top: 20px;
}
.school_logo_link {
	text-decoration: none;
	color:#fff;
}
.school_logo_img {
	display:block;
	box-sizing: border-box;
	width:50px;
	height:50px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(../img/logo_icon_tra.png);
	background-position: center;
	background-size: contain;
}
.school_logo {
	margin-left:55px;
}
.school_logo0 {
	display:block;
	white-space: nowrap;
	font-size:16pt;
}
.school_logo {
	display:block;
	white-space: nowrap;
}
/*menu*/
.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  z-index: 900;
  top:20px;
  right: 20px;
  transform: translateX(0);
  transition: transform .5s;
 }
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5B5757;
  transition: all .5s;
  }
  .menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 200px;
  height: 100%;
  padding-top: 100px;
  background-color:gray;
  /*opacity: 0.8;*/
  position: fixed;
  top: 0;
  right: 0;
  z-index: 800;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav ul{
 height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
 list-style: none;
}
nav li {
  color: #fff;
  font-family: var(--font-family-text);
  text-align: left;
  padding: 10px 0;
  /*border-bottom: solid 1px #fff;*/
}
.nav_item a{
	color: #fff;
	text-decoration: none;
}
.nav_item a:hover{
}
.nav_item a:active{
}
 .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 700;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*menuここまで*/
.header {

}
.header_status_bar {
	width: 100%;
    height: 30px;
    text-align: right;
    padding-top: 18px;
}
.header_status_bar_left {
	/*float:right;
	padding-top:18px;
	padding-left:10px;*/
	width: 100%;
    height: 30px;
    text-align: right;
}
.header_status_bar_right {
	/*float:right;
	padding-top:16px;*/
	/*font-size: medium;*/
	font-size: var(--font-4);
}
.header_status_bar_right a {
	margin-left:10px;
}

.header_status_bar_left .user_name {
	/*float: left;
	display: block;*/
}
.header_status_bar_left .user_cd {
	/*float: left;
	display: block;*/
	margin-right: 5px;
}
.friend_alert {
	margin-top: 20px;
	padding-left:130px;
}
.friend_alert a {
	color: red;
	font-weight: bold;
}
.regist_core {
	background-color: #00a8ff;
	color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.regist_btn {
	display: block;
	cursor: pointer;
	background-color: #fb8f52;
	color: #fff;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin: 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	width: fit-content;
}
.top_title {
	font-weight: bold;
	font-size: var(--font-5);
}
.whatsnew_div {
	margin: 30px 0;
}
.whatsnew_w {
	/*float:left;*/
	/*font-weight: bold;*/
}
.whatsnew_list {
	padding-left:30px;
	padding-top:4px;
}
.whatsnew_item {
	/*margin-bottom:5px;*/
}
.whatsnew_ymd {
	float:left;
	/*font-size:small;*/
	font-size: var(--font-3);
}
.whatsnew_title {
	/*padding-left:90px;*/
	padding-left:115px;
	/*font-size:small;*/
	font-size: var(--font-3);
}
.whatsnew_summery {
	/*font-size:small;*/
	font-size: var(--font-3);
	/*padding-left:90px;*/
	padding-left:115px;
}
.course_stats_div {
	/*font-size:small;*/
	font-size: var(--font-3);
}
.course_stats {
	/*font-size:xx-small*/
	font-size: var(--font-1);
}
.course_stats {
	display: block;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	text-align: center;
	/*font-size:xx-small;*/
	font-size: var(--font-1);
	float: left;
}

.course_stats0 {
	border:solid 1px #888;
	border-radius: 3px;
	background-color: #eee;
	display: none;

}
.course_stats1 {
	border:solid 1px #080;
	border-radius: 3px;
	background-color: #efe;
}
.course_stats2 {
	border:solid 1px #040;
	border-radius: 3px;
	background-color: #8f8;
}
.course_stats3 {
	border:solid 1px #040;
	border-radius: 3px;
	background-color: #8f8;
}

.page_title {
	text-align: center;
	/*background-color: #00a8ff;*/
	background-color: #5B5757;
	margin-bottom:0px;
}
.page_title_shadow {
	/*background-color: */
	height:12px;
	background: linear-gradient(#a19996, #ffffff);

}
h2 {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:2px;
	font-weight: bold;
	font-size:38px;
	/*color:#c2e3ff;*/
	color: #fff;
}
h3 {
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
	font-size:22px;
	color:#fff;
}
h4 {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}

.userinfo {
	float:right;
	margin-right:10px;
}
.usercompany {
	/*font-size:xx-small;*/
	font-size: var(--font-1);
	text-align: right;
}
.usersite {
	/*font-size:xx-small;*/
	font-size: var(--font-1);
	text-align: right;
}
.username {
	text-align:right;
}
.logout {
	float:right;
	margin-right:10px;
}
.footer {
	margin-top:10px;
}

.footer_text {
	text-align:center;
	/*font-size:small;*/
	font-size: var(--font-3);
	font-family: 'Quicksand', sans-serif;
}

.footer_link {
	/*font-size:x-small;*/
	font-size: var(--font-2);
	text-align: center;
}
.footer_link a {
	color:#444;
}
.gen_links {
	text-align: center;
}
.container {
}
.contents {
	margin-left:auto;
	margin-right:auto;
}
.description {
	margin-left:20px;
}
.block {
	margin-bottom:30px;
}
.block_title {
	margin-left:20px;
	/*font-size:medium;*/
	font-size: var(--font-4);
	font-weight: bold;
	margin-top:10px;
}
.block_desc {
	/*font-size:small;*/
	font-size: var(--font-3);
	color:#444;
	margin-left:20px;
}
.block_link {
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.field_link {
	float:right;
	margin-right:-5px;
	margin-top:0px;
}
.control {
	margin-left:20px;
}
.control_item {
	float:left;
}
.control_item a {
	float:left;
	display: block;
	padding-left:5px;
	padding-right:5px;
	text-decoration: underline;
	margin-bottom:3px;
	margin-right:3px;
}
.control_item a:hover {
	background-color: #eef;
}
.tbl_control {
	margin-left:20px;
}
.tbltitle {
	/*font-size:x-small;*/
	font-size: var(--font-2);
	color:#666;
	margin-left:20px;
	margin-top:10px;
}
.tbl {
	border-collapse: collapse;
	border:solid 2px #222;
	border-radius: 3px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 20px;
}
.tbl td,th {
	border:solid 1px #222;
	font-weight: normal;
}
.tbl th {
	padding-left:5px;
	padding-right:5px;
	/*font-size:small;*/
	font-size: var(--font-3);
	background-color: #ddd;
	border-bottom-width: 2px;
	white-space: nowrap;
}

.tbl td {
	padding-left:5px;
	padding-right:5px;
	/*font-size:small;*/
	font-size: var(--font-3);
	vertical-align: top;
}
.tbl .right {
	text-align: right;
}
.tbl .aligntop {
	vertical-align: top;
}
.tbl .w200 {
	width:200px;
}
.tbl .small {
	/*font-size:xx-small;*/
	font-size: var(--font-1);
	color:#888;
}
.tbl .smallb {
	/*font-size:xx-small;*/
	font-size: var(--font-1);
}
.nowrap {
	white-space: nowrap;
}
/* CONDITION */
.condition_div {
	border-top:dashed 1px #aaa;
	border-bottom:dashed 1px #aaa;
	margin-bottom: 10px;
}
.condition {
	border-bottom:dashed 1px #aaa;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:3px;
	padding-top:3px;
	margin-bottom:5px;
	margin-top:5px;
}
.condition_title {
	/*font-size:x-small;*/
	font-size: var(--font-2);
	color:#666;
}
.condition_field {
	min-height: 1em;
	/*font-size:large;*/
	font-size: var(--font-5);
}
.condition_buttons {
	padding-left:20px;
	padding-bottom:10px;
	padding-top:3px;
}
.search_btn {
	width:200px !important;
	background-color: #dfd !important;
}
.search_btn:hover {
	background-color: #afa !important;
}
/* CONFITION END */
/* FORM */

.frm {
	border-top:dashed 1px #eee;
	margin-bottom:20px;
	margin-top:10px;
}
.frm .frm_small {
	/*font-size:small;*/
	font-size: var(--font-3);
	word-wrap:break-word;
}
.frm .explain {
	padding-left:20px;
	padding-right:20px;
	white-space: pre-line;
	color:#222;
}
.frmitem {
	border-bottom:dashed 1px #eee;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:3px;
	padding-top:3px;
	margin-top:3px;
}
.frmtitle {
	/*font-size:small;*/
	font-size: var(--font-3);
	color:#666;
}
.required {
	color:#d00;
}
.frmdesc {
	margin-top:3px;
	/*font-size:small;*/
	font-size: var(--font-3);
	color:#666;
}
.frmfix {
	margin-right:5px;
	/*font-size:small;*/
	font-size: var(--font-3);
	color:#666;
}
.frmsurfix {
	margin-left:5px;
	/*font-size:small;*/
	font-size: var(--font-3);
	color:#666;
}
.frmsubtitle {
	/*font-size:x-small;*/
	font-size: var(--font-2);
	color:#666;
}
.frmfield {
	min-height: 1em;
	/*font-size:large;*/
	font-size: var(--font-5);
}
.frmimage {
	max-width: 320px;
}
.secondfield {
	margin-top:5px;
}
select.selectfield {
	width:300px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
select.selectshortfield {
	width:150px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
select.selectnofield {
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
.hhfield {
	width:70px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
.mmfield {
	width:70px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
input.passwordfield {
	width:300px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
input.textfield {
	width:300px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}

input.namefield {
	width:270px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
input.postnofield {
	width:180px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}

input.textfield_button {
	width:250px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
input.datefield {
	width:300px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
input.numberfield {
	width:300px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
	text-align: right;
}
.textarea {
	width:calc(100%);
	height:5em;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
	font-family: monospace;
}
.textarea_long {
	width:calc(100%);
	height:20em;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
	font-family: monospace;
}
.postnofield {
	width:280px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	padding:3px;
}
.field_right_button {
	width:300px;
	text-align: right;
	margin-top:3px;
}

.frmlink {

}
.itemerr {
	color:#FF0000;
	/*font-size:small;*/
	font-size: var(--font-3);
}
.frmtbl {
	border-collapse: collapse;
	border:solid 2px #222;
	border-radius: 3px;
	margin-top:10px;
	margin-bottom:10px;
}
.frmtbl .right {
	text-align: right;
}
.frmtbl .aligntop {
	vertical-align: top;
}
.frmtbl td,th {

}
.frmtbl td,th {
	border:solid 1px #222;
	font-weight: normal;
}
.frmtbl th {
	padding-left:5px;
	padding-right:5px;
	/*font-size:small;*/
	font-size: var(--font-3);
	background-color: #ddd;
	border-bottom-width: 2px;
}
.frmtbl td {
	padding-left:5px;
	padding-right:5px;
	/*font-size:small;*/
	font-size: var(--font-3);
}
.frmbuttons {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:3px;
}
.frmbutton {

}
.frmsubmit {
	width:300px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	border-radius:3px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	background-color: #eee;
}
.frmsubmit:hover {
	background-color: #ddd;
}
.delbutton {
	float:right;
	margin-right:20px;
	margin-top:20px;
}
.frminfo {
	margin-top:10px;
	margin-bottom:10px;
	border-top:solid 1px #000;
	padding-top:10px;
	/*font-size:small;*/
	font-size: var(--font-3);
	bound-color: #eee;
}
.dup_check {
	/*font-size:small;*/
	font-size: var(--font-3);
	margin-left:5px;
	color:#444;
}
/* FORM END */
.nav_menus {
	margin-left:10px;
	margin-rifht:10px;
}
.nav_menus a {
	display: block;
	box-sizing:border-box;
	float:left;
	width:300px;
	border:solid 1px #222;
	text-align:center;
	text-decoration: none;
	color:#222;
	padding-top:15px;
	padding-bottom:15px;
	margin-right:10px;
	margin-bottom:5px;
}
.nav_menus a:hover {
	background-color: #ddd;
}

.company_name {
	font-family: 'Fredericka the Great', serif;
	/*font-size: large;*/
	font-size: var(--font-5);
}

#login_page {

}
#login_page .logo {
	width:360px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	font-size:38px;
}
#login_page h2 {
	display:none;
	/*font-size:large;*/
	font-size: var(--font-5);
	margin-right:auto;
	margin-left:auto;
	width:360px;
	margin-bottom:0px;
}
#login_page .block {
	width:350px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	border:solid 2px #222;
	border-radius:3px;
	padding-bottom:20px;
	background-color: #fff;
	margin-top:20px;
}
#login_page .frm {
	border: none;
}
#login_page .frmitem {
	border: none;
}
#login_page .textfield {
	width:300px;
	/*font-size:x-large;*/
	font-size: var(--font-6);
	padding:3px;
	border:solid 1px #222;
	box-sizing:border-box;
}
#login_page .passwordfield {
	width:300px;
	/*font-size:x-large;*/
	font-size: var(--font-6);
	padding:3px;
	border:solid 1px #222;
	box-sizing:border-box;
}

#login_page .frmitem {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:350px;
	padding-left:25px;
}
#login_page .frmbuttons {
	width:350px;
	padding-left:25px;
}
#login_page .frmbutton {
	width:300px;
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	border-radius:3px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	background-color: #eee;
}
#login_page .frmbutton:hover {
	background-color: #ddd;
}
.imagethumb {
	width:100px;
}
.linethumb {
	width:40px;
	margin:2px;
}
.linecolor {
	width:40px;
	height:40px;
	margin:2px;
}
.item_image {
	max-width:100px;
	max-height:100px;
}
.def_item_img {
	max-width:100px;
	max-height:100px;
}
.subtitle {
	/*font-size:x-small;*/
	font-size: var(--font-2);
	color:#888;
}
.info_block {
	padding-left:20px;
	padding-right:20px;
}
.image_div {

}
.image_div img {
	max-width:360px;
}
.card_img {
	width:300px;
}
.icon_img {
	width:100px;
	height:100px;
}
.image_upload_div {
	width:200px;
	height:200px;
	background-repeat: no-repeat;
	background-size: contain;
	border:dashed 1px #000;
	border-radius: 3px;
	margin-top:5px;
}
.image_upload_text {
	margin-left:5px;
	/*font-size:small;*/
	font-size: var(--font-3);
	font-family: monospace;
	color:#888;
}
.file_upload_div {
	width:200px;
	height:100px;
	background-repeat: no-repeat;
	background-size: contain;
	border:dashed 1px #000;
	border-radius: 3px;
	margin-top:5px;
}


.cells {
	margin-left:20px;
	margin-right:20px;
}
.cell{
	border:solid 1px #222;
	padding-top:5px;
	padding-bottom:15px;
	background-color: #eee;
}

.cell_item{
	/*font-size:large;*/
	font-size: var(--font-5);
	border:solid 1px #222;
	border-radius:5px;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:10px;
	padding-top: 5px;
	background-color: #fff;
}
.cell_item_control {
	float:right;
	margin-right:10px;
}
.cell_item_control a {
	margin-left:5px;
}
.cell_item_title {
	padding-left:10px;
	padding-right:10px;
	/*font-size:small;*/
	font-size: var(--font-3);
	color:#888;
}
.cell_item_field {
	padding-left:10px;
	padding-right:10px;
	border-bottom:solid 1px #888;
}
.cell_small {
	/*font-size:small;*/
	font-size: var(--font-3);
}
.cell_control {
	float:right;
	margin-right:10px;
}
.cell_num {
	float:right;
	margin-right:10px;
}
.cell_time {
	float:left;
	margin-left:10px;
}
.condfrm {
	margin-bottom:20px;
}
.page_control {
	margin-left:20px;
}
.download_button {
	margin-left:30px;
}
.block.images_div {
	margin:30px;
}
.tbl.images_div {
}

.image {
	float:left;
	margin:20px;
}
.image_desc {
	/*font-size:small;*/
	font-size: var(--font-3);
}

/* regist_page begin */
#regist_page .kiyaku {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
}
/* regist_page end */

/* top_page begin */
.course_list {
}

.course_list_item {
}

.course_div {
	border:solid 2px #e2b594;
	border-radius: 2px;
	margin-bottom:20px;
}
.course_div_archive {
	margin-bottom:20px;
}
.course_contents {
	padding-bottom: 10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.course_name {
	/*font-size: large;*/
	font-size: var(--font-5);
}
.course_subtitle {
	/*font-size: small;*/
	font-size: var(--font-3);
}
.course_summery {
	margin-top:10px;
}
.course_archive {
	display: block;
	color: #080;
}
.course_jukochu {
	display: block;
	color: #080;
}
.course_ymd_list {
}
.course_ymd_item {
	display:block;
	text-decoration: none;
	color:#000;

}
.course_moshikomi {
	margin-top:10px;
}
/*
#top_page .course_ymd_item:hover .course_ymd_lesson_item {
	background-color: #f9eadf;
}
*/
#top_page .course_ymd_lesson_item {
	display:block;
	text-decoration: none;
	color:#000;
}
#top_page .course_ymd_lesson_item:hover {
	background-color: #f9eadf;
}

.course_ymd_title {
	background-color: #c46a28;
	color:#fff;
	/*font-size:large;*/
	font-size: var(--font-5);
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.course_ymd_ymd {
	background-color: #dfad89;
	color:#fff;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.course_ymd_desc {
	padding: 10px;
}
.course_ymd_ymd_enquete {
	margin-top:10px;
	margin-left:15px;
	margin-right:10px;
}
.course_ymd_link_div {

}
.course_ymd_link_div {

}
.course_ymd_link_div {

}
.course_ymd_lesson_list {
	padding-top:5px;
}
.course_ymd_lesson_item {
	padding-left:10px;
	padding-right:10px;
	border-radius: 3px;
	margin: 0px 5px 5px 5px;
}
.course_ymd_lesson_item:hover {
}
.course_ymd_lesson_title {

}
.course_ymd_lesson_subtitle {
	/*font-size:small;*/
	font-size: var(--font-3);
}
.course_ymd_lesson_summery {
	/*font-size:small;*/
	font-size: var(--font-3);
	margin-top:10px;
	margin-bottom:10px;
}
#top_page .course_ymd_lesson_image_div {
	width:200px;
	min-height: 120px;
	float: left;
}
#top_page .course_ymd_lesson_image img {
	width:200px;
}
#top_page .course_ymd_lesson_image_html {
	width:200px;
	height:120px;
}
#top_page .course_ymd_lesson_image_html_notavailable {
	width:200px;
	height:120px;
	border:double 3px #888;
	border-radius:5px;
	box-sizing: border-box;
	padding:10px;
	/*font-size:large;*/
	font-size: var(--font-5);
	font-weight:bold;
	text-align: center;
	color: #888;
}
#top_page .lesson_image_standard {
	width:100%;
	height:100%;
	box-sizing: border-box;
	/*font-size:large;*/
	font-size: var(--font-5);
	font-weight:bold;
	border:double 3px #888;
	border-radius:5px;
	background-color:#fff;
	padding:5px;
	overflow: hidden;
}

/*
.recent_ymd {
	background-color: #555555;
	padding: 5px;
}

.recent_time {
	background-color: #999999;
	padding: 5px;
}

.recent_div {
	border: solid 1px #FFFFFF73;
	margin: 10px 0;
}

*/
.recent_div {
	margin-bottom:10px;
	margin-top:10px;
	/*border:solid 2px #e2b594;*/
	border:solid 2px #458633;
	border-radius: 2px;
	padding-bottom: 10px;
}
.recent_div_12 {
	border-color: #00ccff;
}
.recent_div_13 {
	/*border-color: #DEFFC5;*/
	border-color: #b1f49a;
}
.recent_ymd {
	/*font-size:large;*/
	font-size: var(--font-5);
	color:#fff;
	/*border:solid 2px #458633;*/
	/*background-color: #e2b594;*/
	background-color: #458633;
	padding-left:10px;
	padding-top:5px;
}
.recent_ymd_12 {
	background-color: #00ccff;
}
.recent_ymd_13 {
	/*background-color: #DEFFC5;*/
	background-color: #b1f49a;
}
.recent_ymd_today {
	/*font-size:large;*/
	font-size: var(--font-5);
	/*color:#fff;*/
	/*background-color: #e2b594;*/
	background-color: #458633;
	padding-left:10px;
	padding-top:5px;
}
.recent_ymd_today_12 {
	background-color: #00ccff;
}
.recent_ymd_today_13 {
	/*background-color: #DEFFC5;*/
	background-color: #b1f49a;
}
.recent_time {
	margin-bottom:5px;
	padding-left:10px;
	/*color:#fff;*/
	/*background-color: #e2b594;*/
	background-color: #97bd93;
}
.recent_time_12 {
	background-color: #00ccffb3
}
.recent_time_13 {
	/*background-color: #DEFFC5B3;*/
	background-color: #b1f49ab3;
}
.recent_course_name {
	margin-left:10px;
	margin-right:10px;
}
.recent_lesson {
	font-size: var(--font-5);
	margin-left:10px;
	margin-right:10px;
}
.recent_lecturer {
	margin-bottom:5px;
	margin-left:20px;
	margin-right:20px;
}
.recent_lecturer_title {
	/*font-size:small;*/
	font-size: var(--font-3);
}
.recent_lesson_desc {
	margin-top:2px;
	margin-left:12px;
	margin-bottom:10px;
	font-size: var(--font-2);
}
.zoom_link_desc {
	margin-top:20px;
	color:#444;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.zoom_link_desc_name {
	/*font-size:large;*/
	font-size: var(--font-5);
	display: block;
	margin-top:3px;
	margin-bottom:3px;
	color:#000;
}
.zoom_link a{
	margin-left:10px;
	margin-right:10px;
	/*color: #fff;
	background: #5876a3;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;*/
}
.zoom_link a {
	color: #fff;
	background: #0287cf;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
}
.zoom_link_small {
	font-size: var(--font-3);
	margin-top:10px;
	margin-left:10px;
}
.zoom_link_disabled {
	margin-left:10px;
	margin-right:10px;
	color: #fff;
	background: #b6b6b6;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
}
.top_btn {
	display: block;
	cursor: pointer;
	background-color: #fb8f52;
	color: #fff;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin: 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	width: fit-content;
}
.enquete_link {
	margin-left:10px;
	margin-top:10px;
}
.lesson_status {
	display: block;
	margin:5px;
	padding-bottom:3px;
	padding-top:3px;
	width:80px;
	text-align: center;
	float:left;
	/*font-size:small;*/
	font-size: var(--font-3);
	/*font-size: var(--font-1);*/
}
.lesson_status0 {
	border:solid 1px #888;
	border-radius: 3px;
	background-color: #eee;
}
.lesson_status1 {
	border:solid 1px #080;
	border-radius: 3px;
	background-color: #efe;
}
.lesson_status2 {
	border:solid 1px #040;
	border-radius: 3px;
	background-color: #8f8;
}
.course_ymd_lesson_lecturer_list {
	margin-top: 10px;
}
#top_page .course_ymd_lesson_lecturer_item {
	margin-bottom:10px;
}
#top_page .course_ymd_lesson_lecturer_title {
	/*font-size:small;*/
	font-size: var(--font-3);
}
.course_ymd_lesson_list {
}
.course_ymd_lesson_item {
	padding-top:10px;
	padding-bottom:10px;
}
#top_page .course_ymd_lesson_contents_div {
	margin-left:210px;
}

.course_tabs {
	margin-right:3px;
	margin-top:10px;
	padding-left: 10px;
}
.course_tabs .course_tab_selected {
	background-color: #e2b594;
	color:#fff;
	float: left;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;

	position:relative;
	top:1px;

	margin-right:5px;
}
.course_tabs .course_tab {
	background-color: #eee;
	color:#444;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	text-decoration: none;
	float: left;
	text-align: center;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;

	position:relative;
	top:1px;

	margin-right:5px;
}

#top_page .course_tabs .course_tab:hover {
	background-color: #ddd;

}
.course_tab_subtitle {
	display: block;
	/*font-size:small;*/
	/*font-size: var(--font-3);*/
	font-size: var(--font-2);
}
.course_tab_name {
	font-size: var(--font-3);
}
.course_tab_name {
	display: block;
}
.has_zoom_log {
	/*float:right;*/
	margin: 0 10px;
	border: solid 1px blue;
    border-radius: 5px;
    padding: 2px 15px;
    background-color: #80DFFF;
    color: black;
}


/* top_page end */


/* ymd_page begin */
#ymd_page .course_ymd_lesson_contents_div {
	margin-top: 10px;
}

#ymd_page .course_ymd_lesson_lecturer_title {
	/*font-size:small;*/
	font-size: var(--font-3);
}
#ymd_page .course_ymd_lesson_lecturer_desc {
	margin-top:10px;
	/*font-size:small;*/
	font-size: var(--font-3);
}
#ymd_page .course_ymd_lesson_lecturer_contents {
	margin-left:130px;
}

#ymd_page .course_ymd_lesson_image img {
	width:560px;
}
#ymd_page .course_ymd_lesson_image_html {
	width:560px;
	height:315px;
}
#ymd_page .course_ymd_lesson_image_html_notavailable {
	width:560px;
	height:315px;
	border:double 3px #888;
	border-radius:5px;
	box-sizing: border-box;
	padding:10px;
	/*font-size:xx-large;*/
	font-size: var(--font-7);
	font-weight:bold;
	text-align: center;
	color: #888;
}

#ymd_page .lesson_image_standard {
	width:100%;
	height:100%;
	box-sizing: border-box;
	/*font-size:xx-large;*/
	font-size: var(--font-7);
	font-weight:bold;
	border:double 3px #888;
	border-radius:5px;
	background-color:#fff;
	padding:10px;
	overflow: hidden;
}
#ymd_page .course_ymd_lesson_lecturer_item {
	margin-bottom:20px;
}
#ymd_page .course_ymd_lesson_lecturer_image {
	width:100px;
	float: left;
}
#ymd_page .course_ymd_lesson_lecturer_image img {
	width:100px;
}
#ymd_page .course_ymd_lesson_desc {
	margin-top: 10px;
	margin-bottom: 10px;

	/*font-size:small;*/
	font-size: var(--font-3);
}
#ymd_page .course_ymd_lesson_after_summery {
	margin-top: 10px;
	margin-bottom: 15px;

	/*font-size:small;*/
	font-size: var(--font-3);

	color: #262;
	border:solid 1px #040;
	border-radius: 2px;
	padding: 5px;

}
/* ymd_page end */
/* Lesson Memo */
.memo_div {
	margin-top:20px;
	margin-bottom: 20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.memo_right_menu {
	float:right;
}
.memo_list_item {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #888;
}
.memo_textarea {
	width:calc(100% - 100px);
	font-size: var(--font-5);
	height:1.4em;
}
.memo_textarea_edit {
	width:calc(100% - 100px);
	font-size: var(--font-5);
	height:1.4em;
}
.memo_send_button {
	background: #00a8ff;
	color: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left:20px;
	padding-right:20px;
	display: block;
	float:right;
	text-decoration: none;
}
.lesson_memo_movietime_div {
	float:left;
	margin-top:-5px;
}
.lesson_memo_edit {
	margin-top:20px;
}
.memo_list_regist_dt {
	font-size: var(--font-2);
	text-align: right;
}
.lesson_memo {
	padding-left:70px;
}
.lesson_memo pre {
	white-space: pre-wrap;
	width:calc(100% - 100px);
}

/* Lesson Comment */
.comment_div {
	margin-top:20px;
	margin-bottom: 20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.comment_id_text {
	font-size:xx-small;
	color:#888;
}
.curr_div {
	float:right;
	margin-right:5px;
}
.curr {
	font-size:xx-small;
	color:#888;
}
.comment_right_menu {
	float:right;
}
.comment_list_item {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #888;
}
.comment_list_item pre {
	white-space: pre-wrap;
}
.comment_list_thumb {
	float:left;
}
.comment_list_member_name {
	font-size: var(--font-3);
	margin-left:70px;
}
.comment_list_member_title {
	font-size: var(--font-2);
	margin-left:70px;
}
.comment_list_regist_dt {
	font-size: var(--font-3);
}
.lesson_comment {
	margin-left:70px;
}
.comment_line_item {
	border-top:solid 1px #888;
	margin-left:100px;
	padding-top:10px;
	margin-top:10px;
}
.lesson_comment_edited {
	font-size: var(--font-2);
	color:#888;
}
.comment_deleted {
	font-size: var(--font-2);
	color:#888;
}
.comment_textarea {
	width:calc(100% - 100px);
	font-size: var(--font-5);
	height:1.4em;
}
.comment_line_input {
	width:calc(100% - 170px);
	font-size: var(--font-5);
	margin-left:70px;
	height:1.4em;
}
.lesson_comment_textarea {
	width:calc(100% - 170px);
	font-size: var(--font-5);
	margin-left:70px;
	height:1.4em;
}
.comment_button {
	background: #00a8ff;
	color: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left:20px;
	padding-right:20px;
	display: block;
	float:right;
	text-decoration: none;
}
.comment_edit_btn {
	background-image: url(../img/icon_edit.png);
	display: block;
	width:20px;
	height:20px;
	float: right;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.comment_edit_btn_txt {
	display: none;
}
.comment_del_btn {
	background-image: url(../img/icon_del.png);
	display: block;
	width:20px;
	height:20px;
	float: right;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left:20px;
}
.comment_del_btn_txt {
	display: none;
}
.comment_reply_btn {
	float: right;
	margin-top:20px;
}
.comment_list_edit {
	margin-top:10px;
}
/* Lesson Comment End */
.profile_image {
	width:200px;
	height:200px;
	border:solid 1px #888;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.profile_thumb {
	width:50px;
	height:50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #eee;
}
.course_ymd_lesson_status_div {
}
.lesson_iine {
	text-decoration: none;
	background-image: url(../img/iine.png);
	background-repeat: no-repeat;
	width:22px;
	height:30px;
	background-size: 22px 60px;
	display: block;
	float:left;
	margin-left:10px;
	margin-top: 5px;
}
.lesson_iine0 {
	color:#888;
	background-position: top;
}
.lesson_iine1 {
	color:blue;
	background-position: bottom;
}
.lesson_iine_text {
	display: none;
}
.lesson_iine_div {
	display: block;
}
.lesson_iine_cnt {
	display: block;
	float: left;
	margin-left:10px;
	margin-top:8px;
}

.coupon_registed {
	margin: 20px 0;
}
.course_pay {
	margin: 10px 0;
}
.zoombuy  {
	margin-left:10px;
}