#contents {
	margin-top: 25px;
}

/*--------radio_checkbox---------*/
.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin:0;
	padding: 2px;
	padding-left: 24px;
	border-radius: 15px;
	vertical-align: middle;
	cursor: pointer;
}
.radio:hover, .checkbox:hover {
	  /*background-color: #e2edd7;*/
}
.radio:hover:after, .checkbox:hover:after {
	  /*border-color: #53b300;*/
}
.radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 2px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #2b2b2b;
	border-radius: 15px;
	content: '';
	background-color: #fff;
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e64b23;
	content: '';
	opacity: 0;
	z-index: 1;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #53b300;
	border-bottom: 3px solid #53b300;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
/*--------/radio---------*/

/*detail_status_icon*/
.detail_status_icon{
	position:absolute;
    margin:0;
    padding:0;
    width:156px;
    height:36px;
	top:45px;
	left:50%;
	margin-left: -78px;
	z-index:2;
}

/*conts_main*/
#contents .conts_main .conts_main_kv a:link { text-decoration:none;}
#contents .conts_main .conts_main_kv a:visited { text-decoration:none;}
#contents .conts_main .conts_main_kv a:active { text-decoration:none;}
#contents .conts_main .conts_main_kv a:hover{ text-decoration:none;}

#contents .conts_main{
	margin: 0;
	padding: 0;
	width: 100%;

	min-width: 100%;

	text-align: left;
    overflow: hidden;
    background-color: #fff;
}

#contents .conts_detail_conts{
    margin: 0 auto;
	padding: 0;
	width:100%;

	min-width: 100%;
}
#contents .conts_detail_main{
	margin: 0 auto;
	padding: 0;

	padding-bottom: 15px;

	width: 100%;
}
.course_detail_title{
    margin: 0;

    padding: 0 0 10px 0; 
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
}
.course_detail_sub{
	margin: 0;
	padding: 0 0 20px 0;
}
.course_detail_sub ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.course_detail_sub li{
	margin: 10px 0 0 0;

	padding-right: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	vertical-align: top;
}

.course_detail_ph{
	margin: 0;
	padding: 0;
	overflow: auto;
}
.course_detail_img{
	float:none;

	margin: 0;
	padding: 0;

	width: 100%;
	height: auto;

	overflow: auto;
}
.course_detail_img img{
	width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,0.1);
}
.course_detail_img_txt{
	margin: 20px 0;
	padding: 0;
	font-size: 15px;
	line-height: 26px;
}
.course_detail_img_txt a:link{
    text-decoration: underline;
}
.course_detail_img_txt a:visited{
    color:#15c;
}
.course_detail_txt{
	position: relative;

	float:none;

	margin: 0;
	padding: 0;
	padding-top: 140px;

	padding-left: 0px;

	width: 100%;

	overflow: hidden;
}
#teacher_contents {
    min-height: 350px;
}

.status_approval{
	position:absolute;
    margin: 0;
    padding: 0;
    width: 156px;
    height: 36px;
	text-align: center;
	top:43px;
	left:60px;
	z-index:2;
}
.circle_graph_detail{
	position:absolute;

	margin: 0 0 0 -60px;

    padding: 0;
    width: 120px;
    height: 120px;

	text-align: center;
	top:0;

	left: 50%;

	letter-spacing:-1px;
}
.circle_graph_detail_line{
	margin:0 0 20px 0;padding:0;

	width: 100%;

	border-top: 1px solid #d4d4d4;
}

.course_detail_txt .like_btn{
	margin: 10px 0 0 0;
    padding: 0;
	
	width:100%;
	height:42px;

	text-align: center;
	color:#fff;
	font-size: 13px;
	line-height: 39px;
	font-weight: bold;
	cursor: pointer;
	
	background-color: #aaaaaa;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.course_detail_txt .like_btn span{
	display: block;
}
.course_detail_txt .like_btn span:before{
	content:"";
	position: relative;
	padding-left: 30px;
	color:#fff;
	font-size: 20px;
	background-image:url(../etudes/img/heart_white.png);
	background-repeat:no-repeat;
	background-position:5px 9px;
	background-size:19px 17px;
}
.course_detail_txt .like_btn a{
	display: block;
	text-decoration:none;color:#fff;
}

.course_detail_txt .jukou_btn{
	margin: 10px 0 0 0;
    padding: 0;

	width:100%;
	height:42px;

	text-align: center;
	color:#fff;
	font-size: 13px;
	line-height: 42px;
	font-weight: bold;
	cursor: pointer;
	
	background-color: #f25c33;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.course_detail_txt .jukou_btn a{
	display: block;
	text-decoration:none;color:#fff;
}
.course_detail_txt .jukou_btn.disabled{
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

/*detail_conts*/
.detail_conts{
	position: relative;
	margin: 0;
	padding: 0;
	width:100%;

	min-width: 100%;
}
.detail_conts_navi{
	margin: 0 auto;
	padding: 0;

	width: 100%;
}
.detail_conts_navi ul{
	margin: 0;
	padding: 0;
	list-style: none;

	font-size: 0;
	letter-spacing: -.4em;
}
.detail_conts_navi ul li{
	margin: 0;

	padding: 0;

	display: inline-block;

	width: 25%;
	height: auto;

	*display: inline;
	*zoom: 1;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	vertical-align: bottom;
}


.detail_conts_navi ul li a{
	display: block;

	width: 75px;
	height: 57px;

	margin: 0 auto;
	padding-top: 35px;

	background-position: 0 0;
	background-repeat: no-repeat;
}

.detail_conts_navi ul li.course_curriculum_btn a{
	background-size: contain;
	background-image: url(../etudes/img/bg_course_curriculum_btn.png);
}

.detail_conts_navi ul li.course_info_btn a{
	background-size: contain;
	background-image: url(../etudes/img/bg_course_info_btn.png);
}

.detail_conts_navi ul li.detail_relate_course_btn a{
	background-size: 75px 53px;
	background-image: url(../etudes/img/bg_detail_relate_course_btn.png);
}

.detail_conts_navi ul li.course_end_btn a{
	background-size: 75px 53px;
	background-image: url(../etudes/img/bg_course_end_btn.png);
}


.detail_conts_navi .active{
	border-bottom: 4px solid #595757;
	box-sizing:border-box;
}
.detail_conts_navi .passive{
    pointer-events: none;
    cursor: default;
    box-sizing:border-box;
    opacity: 0.4;
}

/*detail_conts_area*/
.detail_conts_area{
	position: relative;
	margin: 0;

	padding: 15px 0 40px;

	width:100%;
	min-width: 100%;

	background-color: white /* #C8B48F */;
	border-top:1px solid #e5e5e5;
}
/*detail_curriculum*/
.detail_curriculum{
	margin: 0 auto;
	padding: 0;

	width: 100%;

	background-color: #fff;
	border: 1px solid #d4d4d4;
}
.detail_crclm_attention{
	margin: 0;

	padding: 10px;

	background-color: #f25c33;

	width: 100%;

	text-align: left;
	line-height: 1.3;

	font-size: 19px;
	font-weight: bold;
	color:#fff;
}
.detail_crclm_attention:before{
	content:"";
	padding-right: 25px;
	color:#fff;
	font-size: 23px;
	background-image:url(../etudes/img/attention_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;

	background-size:22px 20px;
}
.detail_crclm_main{
	margin: 0 auto;

	padding: 10px 5px;
	width: 100%;
}
/*detail_info*/


.detail_crclm_main .step_title .wrp_th_detail_course{
	display: block;
	margin-top: 2px;
}
.detail_crclm_main .step_title .th_detail_course{
	display: inline-block;
}

.seminar_card_and_or_class .orAndSeminar:first-child {
    padding-top: 15px!imporant;
}


.detail_info{
	margin: 0 auto;
	padding: 0;

	width: 100%;

	background-color: #fff;
	display: none;
	border: 1px solid #d4d4d4;
}
.detail_info_main{
	margin: 0 auto;
	padding: 20px 0;

	width: 100%;
}
/*detail_end*/
.detail_end, .detail_dairi{
	margin: 0 auto;
	padding: 0;

	width: 100%;

	background-color: #fff;
	display: none;
	border: 1px solid #d4d4d4;
}
.detail_end_main{
	margin: 0 auto;
	padding: 20px 0;

	width: 100%;

}
/*detail_relate_course*/
.detail_relate_course{
    margin: 0 auto;
    padding: 0;

    width:100%;

    background-color: #fff;
    display: none;
    border: 1px solid #d4d4d4;
}

.detail_relate_course_main{
    margin: 0 auto;
    padding: 20px 0;
}


.wrp_moushikomi_btn{
	padding: 0 5px;
}


.moushikomi_btn, .moushikomi_dairi_btn{
	margin: 30px auto 50px auto;
	padding: 0;

	width:100%;

	height:50px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	cursor: pointer;
	
	background-color: #f25c33;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.moushikomi_btn a{display: block;}
.moushikomi_btn a:link { text-decoration:none;color:#fff;}
.moushikomi_btn a:visited { text-decoration:none;color:#fff;}
.moushikomi_btn a:active { text-decoration:none;color:#fff;}
.moushikomi_btn a:hover{
	text-decoration:none;color:#fff;
    opacity: 0.8;
    transition:0.3s;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.detail_curriculum .seminar_group_btn {
    margin: 20px 5px 130px 5px;
　　　height:　50px;
}

.seminar_update_btn {
    width: 100%;
    margin: 0px;
    float: left;
}

.seminar_update_btn.moushikomi_btn.seminar_update_cancel_btn {
	margin-left: 0 !important;
	margin-top: 5px;
}

/*course_conts_index*/
.course_conts_index{
    position: relative;
	margin: 0 auto;
	padding: 5px 0 0 0;
	padding-bottom: 25px;

	width: 100%;
}
.course_conts_list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.course_conts_list ul li{
    position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
	margin-right:8px;

	width:100%;
	height:auto;

	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	background-color: #fff;
    
    /*big_animtion*/
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
    cursor: pointer;
}
.course_conts_list ul li:nth-child(5n),
.course_conts_list ul li:first-child {
    margin-left: 8px;
}
.course_conts_list ul li:hover{
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    z-index:5;
}
.course_conts_list ul li a:hover{
    opacity:1 !important;
}

/*course_navi_list*/
.course_navi_list{
    margin: 0 0 30px 0;
	padding: 0;
}
.course_navi_list ul{
    margin: 0;
	padding: 0;
	list-style: none;
}
.course_navi_list ul li{
    position: relative;
	margin: 0;
	padding: 0;
    display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}

/*course_calendar*/
.course_calendar_t{
    position: relative;
	float: left;
	margin: 8px 10px 0 0;
	padding:5px 10px;
	width:126px;
	height:22px;
	font-size: 12px;
	
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	
	background-image:url(../etudes/img/category_arrow.png);
	background-repeat:no-repeat;
	background-position:center right 10px;
	background-color: #efefef;
}

/* -------------- calendar -------------- */
.course_calendar{
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width:270px;
	height:285px;
	top:40px;
	left:0;
	background-color:#fff;
	z-index:10;
}
.calendar{
	margin: 0 auto;
	padding: 0;
	border-collapse:collapse;
	width:238px;
	font-weight: bold;
}
.calendar caption{
	margin: 0;
	padding-top: 20px;
	padding-bottom:6px;
	font-size:14px;
}
.calendar .calendardateheaders{
	font-size:11px;
	text-align:center;
	line-height:30px;
}
.calendar .calendardate,
.calendar td{
	font-size:11px;
	border:1px solid #f2f2f2;
	text-align:center;
	line-height:30px;
	background: #f7f7f7;
}
td.day{
	color:#000;
	background:#f7f7f7;
}
td.today{
	color:#fff;
	background:#f25c33}
td.pastday{
	color:#e7e7e7;
	background:#f7f7f7;
}
td.courseday{background:#fff;}
/*
td.holiday{background:#f7f7f7;}
td.saturday{background:#fff;}
td.sunday{background:#fff;}
*/
.calendar td a{
	text-decoration:none;
	display:block;
	width:100%;
}
.calendar td a:hover{
	background:#f7f7f7;
	color:#000;
	text-decoration:none
}
.alldate_btn{
	margin: 10px auto;
	padding: 5px;
	color:#fff;
	width:130px;

	text-align: center;
	font-size: 12px;
	background-color:#595757;
	
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.course_navi_list{
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
}

/*course_style*/
.course_navi_list .course_style_t{
    position: relative;
	float: left;
	margin: 8px 10px 0 0;
	padding:5px 10px;
	width:126px;
	height:22px;
	font-size: 12px;
	
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	
	background-image:url(../etudes/img/category_arrow.png);
	background-repeat:no-repeat;
	background-position:center right 10px;
	background-color: #efefef;
}
.course_navi_list .course_style{
	position: absolute;
    margin: 0;
    padding: 0;
    top:40px;
    left:0;
    width:190px;
    z-index:10;
    display:none;
}
.course_navi_list .course_style ul{
    margin: 0;
    padding: 0;
    font-size: 0;
    width:190px;
    list-style: none;
    background-color: #fff;
	overflow: hidden;
}
.course_navi_list .course_style ul li{
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    width:190px;
    height:auto;
    letter-spacing:0;
    background-color: #fff;
}
.course_navi_list .course_style li a{
	margin: 0;
	padding: 5px 10px;
    display: block;
    width:100%;
    color:#3e3e3e;
}
.course_navi_list .course_style li a:hover{ 
    color:#fff;
	background-color: #595757;
}

/*course_ytpe*/
.course_navi_list .course_ytpe_t{
    position: relative;
	float: left;
	margin: 8px 10px 0 0;
	padding:5px 10px;
	width:126px;
	height:22px;
	font-size: 12px;
	
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	
	background-image:url(../etudes/img/category_arrow.png);
	background-repeat:no-repeat;
	background-position:center right 10px;
	background-color: #efefef;
}
.course_navi_list .course_ytpe{
	position: absolute;
    margin: 0;
    padding: 0;
    top:40px;
    left:0;
    width:190px;
    z-index:10;
    display:none;
}
.course_navi_list .course_ytpe ul{
    margin: 0;
    padding: 0;
    font-size: 0;
    width:190px;
    list-style: none;
    background-color: #fff;
	overflow: hidden;
}
.course_navi_list .course_ytpe ul li{
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    width:190px;
    height:auto;
    letter-spacing:0;
    background-color: #fff;
}
.course_navi_list .course_ytpe li a{
	margin: 0;
	padding: 5px 10px;
    display: block;
    width:100%;
    color:#3e3e3e;
}
.course_navi_list .course_ytpe li a:hover{ 
    color:#fff;
	background-color: #595757;
}

/*course_order_navi*/
.course_navi_list .course_order_navi{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right:15px;
}
.course_navi_list .course_order_t{
	position: relative;
	margin: 8px 10px 0 0;
	padding:5px 10px;
	width:126px;
	height:22px;
	
	font-size: 12px;
	
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	
	background-image:url(../etudes/img/category_arrow.png);
	background-repeat:no-repeat;
	background-position:center right 10px;
	background-color: #efefef;
}
.course_navi_list .course_order{
	position: absolute;
    margin: 0;
    padding: 0;
    top:40px;
    right:10px;
    width:190px;
    z-index:10;
    display:none;
}
.course_navi_list .course_order ul{
    margin: 0;
    padding: 0;
    font-size: 0;
    width:190px;
    list-style: none;
    background-color: #fff;
	overflow: hidden;
}
.course_navi_list .course_order ul li{
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    width:190px;
    height:auto;
    letter-spacing:0;
    background-color: #fff;
}
.course_navi_list .course_order li a{
	margin: 0;
	padding: 5px 10px;
    display: block;
    width:100%;
    color:#3e3e3e;
}
.course_navi_list .course_order li a:hover{ 
    color:#fff;
	background-color: #595757;
}

/*step_area*/
.step_area{
	margin: 10px 0 0 0;
	padding: 0;
	background:url(../etudes/img/step_dot_line.png);
	background-repeat:repeat-y;
	background-position:top 10px left 12px;
}

.step_title{
	position: relative;
	margin: 0;

	padding: 0 0 5px 40px;

	font-size: 16px;
	font-weight: bold;
}
.step_icon{
	display: inline-block;

	/*margin: 0 0 0 -40px;*/

	padding: 0;
	width:28px;
	height:28px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	background-color: #f25c33;
	border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}

.step_area p{
	padding-left: 45px;
	font-size: 12px;
	font-weight: bold;
}
/*step_times*/
.step_area .step_times{
	margin: 0;
	padding: 0;
	padding-left: 45px;
	padding-bottom: 15px;
	font-size: 11px;
}
.step_area .step_txt{
	margin: 0;
	padding: 0 0 20px 0;
	padding-left: 45px;
	font-size: 12px;
}
.step_area .step_table{
	margin: 5px 0 20px 0;
	padding: 0;
	padding-left: 45px;
}
.step_area .step_table ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.step_area .step_table ul li{
	margin: 0;
    padding: 8px 0px;

    display: inline-block;
	font-size: 12px;
	width:100%;

	vertical-align: middle;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	box-align: center;
	line-height:2.0;
}
.step_area .step_table ul li:first-child{
	border-top: 1px solid #d3d3d3;
	margin-top: 0px;
	padding-top: 15px;
}
.step_area .step_table ul li:last-child{
	border-bottom: 1px solid #d3d3d3;
}
.step_area .step_table_left{
	position: relative;
	margin: 0;padding: 0;
	float:left;

	width:100%!important;
}


.seminar_card_and_or_class .step_table_left{
	padding: 5px 0 0 0;
}


.step_area .step_table_left .step_table_t{
	font-size:14px;
	font-weight: bold;

	line-height:1.5;

	padding-top: 5px;
}

.step_table_t.date_select_set_card{
	padding-top: 0px!important;
}

.seminar_card_and_or_class .step_table_left.width-all{
	/*padding: 0!important;*/
}


.step_area .step_table_left span{
	font-size:10px;
	letter-spacing:0;
	font-weight: normal;
}
.step_area .step_table_right{
	margin: 0;padding: 0;

	float:none;
	width:100%;
}
.step_area .step_table_right2{
	margin: 0;padding: 0;

	float:none;
	width:100%;
}
.step_area .step_table_btn{
	float: none;

	margin: 0;

	padding:5px 0 0 0;

	display:block;

	vertical-align: middle;
}
.step_area .step_table_btn img{
	padding-left:10px;
}


.step_area .step_table_btn a{
	margin-right: 10px;
}
.step_area .step_table_btn a.active_video_button_course_detail{
	margin-left: 0px!important;
}


.step_area .date_select_lm{
	padding-left:110px;
}
.step_area .date_select{
	position: relative;

	margin: 0;
	padding: 0;

	top:0px;

	left:0;
	width:100px;
	height:26px;
	cursor: pointer;
	display:block;
	/*background:url(../imgs/course/detail/select_date.png) no-repeat 0 0;*/
	
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:0;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	background-color: #595757;
}
.step_area .step_moushikomi_count{
	margin: 10px 0 0;

	padding: 5px 20px;
	font-size: 11px;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	background-color: #efefef;
	width: 170px;
	display: inline-block;
}





/*page_under_navi*/
.page_under_navi{
	margin: 0 0 100px 0;
    padding: 0;
	width:auto;
}
.page_under_navi ul{
	margin: 0;
    padding: 0;
	height:20px;
    font-size: 0;
    list-style: none;
}
.page_under_navi ul li{
	margin: 0;
	padding: 0;
    margin-right: 10px;
	display: inline-block;
	width:20px;
    cursor: pointer;
	text-align:center;
    font-size:13px;
	font-weight: bold;
	color:#b4b4b4;
    background-color: #fff;
	overflow: hidden;
}
.page_under_navi li a{
	width:100%;
    display: block;
    width:100%;
    color:#b4b4b4;
}
.page_under_navi li a:hover{ 
    color:#fff;
	background-color: #000;
}
.page_under_navi .pnavi_active{ 
    color:#fff;
	background-color: #000;
}


/*course_cnts_left_navi*/
.course_cnts_left_navi{
	float:left;
	margin: 8px 20px 50px 0;
	padding: 0;
	width:270px;
	overflow: hidden;
	background-color: #fff;
}
.course_cnts_left_navi .left_navi_t{
	margin: 0;
	padding: 5px;
	width:100%;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	background-color: #595757;
}
.course_cnts_left_navi ul.left_navi{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	list-style: none;
}
.course_cnts_left_navi ul.left_navi li{
	margin: 7px 10px 7px 10px;
	padding: 5px;
	width:240px;
	font-size: 14px;
	background-color: #fff;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.course_cnts_left_navi ul.left_navi li a{
	text-decoration: none;
}
.course_cnts_left_navi ul.left_navi li a:hover{
	text-decoration: none;
	color: #595757;
}
.course_cnts_left_navi ul.left_navi li.left_navi_active{
	background-color: #e8e8e8;
}


/*course_cnts_column*/
.course_cnts_column{
	float:right;
	margin: 0;
	padding: 0;
	width:900px;
}
.conts_list_right{
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
}
.conts_list_right ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.conts_list_right ul li{
    position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
	width:288px;
	height:356px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
    
    /*big_animtion*/
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
    cursor: pointer;
}
.conts_list_right ul li:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    z-index:5;
}
.conts_list_right ul li a:hover{
    opacity:1 !important;
}


/*conts_list_th*/
.conts_list_th{
    position: relative;
    margin: 0;
    padding: 0;
    /*height:356px;*/
    z-index: 1;
    /*order: 1px solid #d9d9d9;*/
    border: 1px solid #d9d9d9;
    background-color: #fff;
}
/*th_figure*/
.th_figure{
    position: relative;
	margin: 0;
	padding: 0;
    vertical-align: bottom;
}
.th_figure img{
    width:100%;
}
/*th_figure*/
.th_detail{
	position: relative;
	margin: 0;
	padding: 2px 10px;
    background-color: #fff;
    letter-spacing:0;
}
.th_detail_elearning{
	margin: 0;
	padding: 0 0 2px 0;
	height:25px;
	width:auto;
	background-image:url(../etudes/img/elearning_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_type_kensyu{
	margin: 0;
	padding: 0;
	height:25px;
	width:85px;
	background-image:url(../imgs/course/detail/type_kensyu.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_type_nini{
	margin: 0;
	padding: 0;
	height:25px;
	width:85px;
	background-image:url(../imgs/course/detail/type_nini.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_type_hisuu{
	margin: 0;
	padding: 0 0 2px 0;
	height:25px;
	width:85px;
	background-image:url(../imgs/course/detail/type_hisuu.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_title{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
.th_detail_person{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight:normal;
    word-break: break-all;
}
.th_detail_person:before{
	content:"";
	padding-right: 20px;
	color:#fff;
	font-size: 15px;
	background-image:url(../etudes/img/th_person_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_time{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight:normal;
}
.th_detail_time:before{
	content:"";
	padding-right: 20px;
	color:#fff;
	font-size: 15px;
	background-image:url(../etudes/img/th_time_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_date{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight:normal;
}
.th_detail_date:before{
	content:"";
	padding-right: 20px;
	color:#fff;
	font-size: 15px;
	background-image:url(../etudes/img/th_date_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_question{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight:normal;
}
.th_detail_question:before{
	content:"";
	padding-right: 20px;
	color:#fff;
	font-size: 15px;
	background-image:url(../etudes/img/th_question_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_question li{
	list-style: none;
    padding-left: 21px;
}
/*th_detail_number*/
.th_detail_number{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
/*th_detail_star*/
.th_detail_star0{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star0.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

.th_detail_star1{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star1.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

.th_detail_star1-5{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star1-5.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

.th_detail_star2{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star2.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

.th_detail_star2-5{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star2-5.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

.th_detail_star3{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star3.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

.th_detail_star3-5{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star3-5.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

.th_detail_star4{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star4.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

.th_detail_star4-5{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star4-5.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star5{
	margin: 0;
	padding: 0;
	padding-left: 95px;
	height:20px;
	width:auto;
	background-image:url(../etudes/img/th_star5.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
/*th_detail_style*/
.th_detail_style{
	margin: 0;
	padding: 0;
	height:25px;
	width:85px;
	background-image:url(../imgs/course/detail/style_blend.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
/*th_detail_apply*/
.th_detail_apply{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight:normal;
}
.th_detail_apply:before{
	content:"";
	padding-right: 20px;
	color:#fff;
	font-size: 15px;
	background-image:url(../etudes/img/apply_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
/*th_detail_cancel*/
.th_detail_cancel{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight:normal;
}
.th_detail_cancel:before{
	content:"";
	padding-right: 20px;
	color:#fff;
	font-size: 15px;
	background-image:url(../etudes/img/cancel_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

/*th_sub_menu*/
.th_sub_menu{
    position: absolute;
    margin: 0;
    padding: 0;
    top:0;
    left:0;
    width:260px;
    height:361px;
    letter-spacing:0;

    overflow: scroll;
    overflow-x: hidden;
    
    border: 1px solid #d9d9d9;
    background-color: #fff;
    z-index:-5;
    display: none;
}
.th_sub_menu a:link { text-decoration:none;}
.th_sub_menu a:visited { text-decoration:none;}
.th_sub_menu a:active { text-decoration:none;}
.th_sub_menu a:hover{
    text-decoration:none;
    /*opacity: 0.6;
    transition:0.6s;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";*/
}

.th_sub_menu .th_sub_menu_title{
    margin: 0;
    padding: 5px 0;
    margin-left: 15px;
    width:100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.th_sub_menu .th_sub_menu_times{
    margin: 0 auto;
    padding: 2px 0;
    width:93%;
    overflow:auto;
    border-radius:14px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    background-color: #595757;
    color: #fff;
    margin-top: 5px;
}
.th_sub_menu .th_sub_menu_list{
    margin: 0;
    padding: 6px 0;
    margin-left: 10px;
}
.th_sub_menu .menu_list_line{
    margin: 0 auto;
    width:93%;
    border-bottom: 1px solid #dadada;
}
.th_sub_menu .th_sub_menu_list .th_sub_menu_date{
    margin: 0;
    padding: 2px 5px 2px 15px;
    font-size: 13px;
    font-weight: bold;
    color:#3e3e3e;
}
.th_sub_menu .th_sub_menu_list .th_sub_menu_txt{
    margin: 0;
    padding: 0 5px 0 15px;
    font-size: 11px;
    font-weight: normal;
    color:#3e3e3e;
}
.th_sub_menu .th_sub_menu_list .th_sub_menu_status{
    margin: 0;
    padding: 2px 5px 10px 15px;
    height:32px;
    font-size: 11px;
    font-weight:normal;
    color:#3e3e3e;
    vertical-align: bottom;
}
.th_sub_menu .th_sub_menu_list .th_sub_menu_status:before{
    content:"";
    margin: 0;
	padding-right:47px;
    height: 0;
    padding-bottom: 47.36%;
	background-image:url(../etudes/img/status_icon.png);
	background-repeat:no-repeat;
	background-position:0 0;
    background-size:38px 18px;
}

.star-vote {
    padding: 10px 0 0 0;
}

/* For delete content */
.detail_crclm_main > .index_1:first-child {
    margin-top: 10px;
    padding-top: 0px;
}

.index_chapter {
    border-bottom: 1px solid #d3d3d3;
}

.index_chapter.index_prev_card {
    border-top: 1px solid #d3d3d3;
}

/*.index_first{
    border-top: 1px solid #d3d3d3;
}

.index_last{
    border-bottom: 1px solid #d3d3d3;
}*/

.index_1 {
    padding: 10px 0px !important;
}

.index_1 .step_chapter {
    font-size: 18px;
    font-weight: bold;
}

/*.index_1 + .index_1 {
    border-top: 1px dotted #d3d3d3;
}*/

.index_2 {
    padding: 10px 0px !important;
    margin-left: 15px;
}

.index_2 .step_chapter {
    font-size: 16px;
    font-weight: bold;
}

/*.index_2 + .index_2 {
    border-top: 1px dotted #d3d3d3;
}*/

.index_3 {
    padding: 10px 0px !important;
    margin-left: 30px;
}

.index_3 .step_chapter {
    font-size: 14px;
    font-weight: bold;
}

.index_3 .step_table_left {
    width: 385px !important;
}

/*.index_3 + .index_3 {
    border-top: 1px dotted #d3d3d3;
}*/

.index_4 {
    padding: 8px 0px !important;
    margin-left: 45px;
}

.index_4 .step_table_left {
    width: 370px !important;
}

.index_4 .step_chapter {
    font-size: 14px;
    font-weight: bold;
}

/*.index_4 + .index_4 {
    border-top: 1px dotted #d3d3d3;
}*/

.index_5 {
    padding: 8px 0px !important;
    margin-left: 60px;
}

.index_5 .step_table_left {
    width: 355px !important;
}

.index_5 .step_chapter {
    font-size: 14px;
    font-weight: bold;
}

/*.index_5 + .index_5 {
    border-top: 1px dotted #d3d3d3;
}*/

.step_setcard {
    margin: 0;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    -webkit-box-align: center;
    line-height: 2.0;
}

.step_setcard  ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.step_setcard  ul li{
    margin: 0;
    padding: 8px 0px;
    /*padding: 5px 10px;*/
    display: inline-block;
    font-size: 12px;
    width:100%;
    /*border-bottom: 1px dotted #d3d3d3;*/
    vertical-align: middle;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    box-align: center;
    line-height:2.0;
}


.step_setcard p{
    padding-left: 45px;
    font-size: 12px;
    font-weight: bold;
}
/*step_times*/
.step_setcard .step_times{
    margin: 0;
    padding: 0;
    padding-left: 45px;
    padding-bottom: 15px;
    font-size: 11px;
}
.step_setcard .step_txt{
    margin: 0;
    padding: 0 0 20px 0;
    padding-left: 45px;
    font-size: 12px;
}
.step_setcard .step_table{
    margin: 5px 0 20px 0;
    padding: 0;
    padding-left: 45px;
}
.step_setcard .step_table ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.step_setcard .step_table ul li{
    margin: 0;
    padding: 8px 0px;

    display: inline-block;
    font-size: 12px;
    width:100%;

    vertical-align: middle;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    box-align: center;
    line-height:2.0;
}
.step_setcard .step_table ul li:first-child{
    border-top: 1px solid #d3d3d3;
    margin-top: 0px;
    padding-top: 15px;
}
.step_setcard .step_table ul li:last-child{
    border-bottom: 1px solid #d3d3d3;
}
.step_setcard .step_table_left{
    position: relative;
    margin: 0;padding: 0;
    float:left;
    word-wrap: break-word;
    width:100%!important;
}

.step_setcard .step_table_left .step_table_t{
    font-size:14px;
    font-weight: bold;

    line-height:1.5;

    padding-top: 5px;
}

.step_setcard .step_table_left span{
    font-size:10px;
    letter-spacing:0;
    font-weight: normal;
    word-wrap: break-word;
}
.step_setcard .step_table_right{
    margin: 0;padding: 0;

    float:none;
    width:100%;
}
.step_setcard .step_table_right2{
    margin: 0;padding: 0;

    float:none;
    width:100%;
}

.report_status {
	display:inline;
}

.step_setcard .step_table_btn{
    float: none;

    margin: 0;

    padding:5px 0 0 0;

    display:block;

    vertical-align: middle;
}
.step_setcard .step_table_btn img{
    padding-left:10px;
}


.step_setcard .step_table_btn a{
    margin-right: 10px;
}
.step_setcard .step_table_btn a.active_video_button_course_detail{
    margin-left: 0px!important;
}
.step_setcard .step_table_btn a.disable_video_button_course_detail{
    margin-left: 0px!important;
}

.step_setcard .date_select_lm{
    /*padding-left:110px;*/
}
.step_setcard .date_select, .step_setcard .date_select_dairi{
    position: relative;

    margin: 0;
    padding: 0;

    top:0px;

    left:0;
    width:100px;
    height:26px;
    cursor: pointer;
    display:block;
    /*background:url(../imgs/course/detail/select_date.png) no-repeat 0 0;*/
    
    color:#fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing:0;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color: #595757;
}
.step_setcard .step_moushikomi_count{
    margin: 10px 0 0;

    padding: 5px 20px;
    font-size: 11px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color: #efefef;
    width: 170px;
    display: inline-block;
}
.card_and_and + .step_table_right2 .step_moushikomi_count{
    margin-left: 15px;
}

.radio_disabled_special .radio:before,.radio_disabled_special .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: initial;
	content: '';
	opacity: 0 !important;
	z-index: 1;
}
.radio_disabled .radio:before,.radio_disabled .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: initial;
	content: '';
	opacity: 0 !important;
	z-index: 1;
}
.card_name_simnarset {
    font-size: 14px;
    font-weight: bold; 
}

/**
 * Added for complete icon
 */
.margin_complete_left {
	margin-left: 25px;
}

@media screen and (max-width: 480px) {
	.margin_complete_left {
		margin-left: 18px!important;
	}
}

.certificate-user-detail {
	width: auto !important;
}

.view-certificate {
    color: #fff !important;
    background: #F25C33;
    width: 313px;
    height: 34px;
    padding: 9px 114px;
    border-radius: 4px;
}

.course_detail_learning_points{
	overflow: hidden;
	margin-top: 20px;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
}

.course_detail_learning_points span{
	font-weight: bold;
}

.course_detail_learning_points ul{
	margin-left: 25px;
	font-size: 15px;
}