
/*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-top: 30px;

	padding: 0;
	width: 100%;

	min-width: 100%;

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

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

	min-width: 100%;

	text-align: center;
	overflow: visible;
}
#contents .conts_main .conts_main_kv > div {
  width: 100%;
  margin: 0 auto;
  padding:0;
  overflow: visible;
}
#contents .conts_main .conts_main_kv > div .inner {
  width: 100%;

  /*height: 200px*/;
  max-height: 250px;
  overflow-y: hidden;
  margin: 0 auto;
  padding: 0;
}
#contents .conts_main .conts_main_kv > div .inner a {
  display: block;
  width: 100%;
  /*height: 200px;*/

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#contents .conts_main_kv_navi a:link { text-decoration:none;}
#contents .conts_main_kv_navi a:visited { text-decoration:none;}
#contents .conts_main_kv_navi a:active { text-decoration:none;}
#contents .conts_main_kv_navi a:hover{ 
    text-decoration:none;
    opacity: 0.8;
    transition:0.3s;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";}

#contents .conts_main_kv_navi{
	margin: 0;
	padding: 0;
	width: 100%;
	/*height:122px;*/
	min-width: 100%;
	text-align: center;
	background-color: #f2f2f2;
	border-bottom: 1px solid #d9d9d9;
}
#contents .conts_main_kv_navi .conts_main_kv_navi_list{
	margin: 0 auto;
	padding: 0;

	width: 100%;
}
#contents .conts_main_kv_navi .conts_main_kv_navi_list ul{
	margin: 0 0 0 1em;
	padding: 15px 0 0 0;
	font-size: 0;
	list-style: none;
}
#contents .conts_main_kv_navi .conts_main_kv_navi_list ul li{
	margin: 0;
	padding: 0;
	margin-left: 10px;
	padding:0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


/*conts_area*/
#contents .conts_area{
	padding: 0;
	width: 100%;

	min-width: 100%;
}
/*conts_new*/
#contents .conts_area .conts_new{
	margin: 0 auto;
	padding: 10px 0;

	width: 100%;

    background-color:#fff;
}


/*conts_recomend*/
#contents .conts_area .conts_recomend{
	margin: 0;

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

	background-color: white /* #C8B48F */;
	border-top:1px solid #e5e5e5;
}
#contents .conts_area .conts_recomend .conts_recomend_area{
	margin: 0 auto;
	padding: 10px 0;

	width: 100%;
}


.bootstrap-iso .text-center {
    text-align: left!important;
}


/*conts_title*/
#contents .conts_title{
	margin: 0 auto;

	padding: 0 10px;

	width: 100%;
}
#contents .conts_title_t{
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #3e3e3e;
    word-wrap: break-word;
}
#contents .conts_llist_btn{
    float: none;

    margin: 0;

    padding: 10px 0;

    width:100%;

    text-align:left;

    font-size: 14px;
    font-weight: bold;
}

/*conts_list*/
#contents .conts_area .conts_list{
    position: relative;
	margin: 0 auto;
	padding: 5px 0 0 0;
	padding-bottom: 40px;

	width: 100%;
}
#contents .conts_area .conts_list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#contents .conts_area .conts_list ul li{
	position: relative;
	margin-top: 30px;
	padding: 0;

	width:100%;
	margin-right:0px;

	display: block;

	*zoom: 1;
	vertical-align: top;
	background-color: #fff;

	/*animtion*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}


#contents .conts_area .conts_list ul li .th_figure img{
	vertical-align: top;
}

#contents .conts_area .conts_list ul li:nth-child(1){
	margin-top: 0px;
}

#contents .conts_area .conts_list ul li:nth-child(4n) {
	margin-right: 0;
}

#contents .conts_area .conts_list ul li:hover{
    z-index:5;
}

#contents .conts_area .conts_list ul li a:hover{
    opacity:1 !important;
}

.password-contents {
    padding: 0px 10px 20px;
}

.password-contents .conts_new {
    border: 1px solid #ccc;
}
.password-contents .title:first-child {
    font-weight: bold;
}
.password-contents .border {
    border: 1px solid #EAEAEA; 
    margin-top: 30px;
}
.password-contents .row {
    padding-right: 0px !important; 
    padding-left: 0px !important;
}
.password-contents button {
    background: #F25C33;
    width: 100%;

    min-height: 42px;
}

/*conts_list preview*/
#contents_preview .conts_area .conts_list{
    position: relative;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
#contents_preview .conts_area .conts_list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#contents_preview .conts_area .conts_list ul li{
    position: relative;
	margin: 0;
	padding: 0;
	width:289px;
	margin-right:8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	background-color: #fff;
	
    /*animtion*/
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contents_preview .conts_area .conts_list ul li:nth-child(4n) {
	margin-right: 0;
}

#contents_preview .conts_area .conts_list ul li:hover{
    z-index:5;
}

#contents_preview .conts_area .conts_list ul li a:hover{
    opacity:1 !important;
}

.conts_list_th{
	position: relative;
	margin: 0;
	padding: 0;

	z-index: 1;
	border:1px solid rgba(0,0,0,0.1);
	box-sizing:border-box;
	background-color: #fff;
}
/*th_figure*/
.th_figure{
    position: relative;
	margin: 0;
	padding: 0;
    vertical-align: bottom;
}
.th_figure img{

	width:100%;

	vertical-align: top;
}
/*th_figure*/
.th_detail{
	position: relative;
	margin: 0;

	padding: 15px 10px;

    background-color: #fff;
    letter-spacing:0;
}
.th_detail_elearning{
	margin: 0;
	padding: 0 0 2px 0;
	height:25px;
	width:auto;
	background-image:url(../imgs/common/elearning_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_type_kensyu{
	margin: 0;
	padding: 0;
	height:25px;
	width:auto;
	background-image:url(../imgs/common/kensyu_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_type_nini{
	margin: 0;
	padding: 0;
	height:25px;
	width:auto;
	background-image:url(../imgs/common/nini_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_type_hisuu{
	margin: 0;
	padding: 0 0 2px 0;
	height:25px;
	width:auto;
	background-image:url(../imgs/common/hisuu_icon.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;
    height: 40px;
}
.th_detail_person:before{
	content:"";
	padding-right: 20px;
	color:#fff;
	font-size: 15px;
	background-image:url(../imgs/common/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(../imgs/common/th_date_icon.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}

/*top_status_icon*/
.top_status_icon{
	position:absolute;
    margin:0;
    padding:0;
    width:94px;
    height:22px;
	bottom:35px;
	right:6px;
	z-index:2;
}
/*th_detail_star*/
.th_detail_star0{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star0.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star1{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star1.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star1-5{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star1-5.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star2{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star2.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star2-5{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star2-5.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star3{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star3.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star3-5{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star3-5.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star4{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star4.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star4-5{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star4-5.png);
	background-repeat:no-repeat;
	background-position:center left 0;
}
.th_detail_star5{
	margin: 0;
	padding: 0;
	height:20px;
	width:auto;
	background-image:url(../imgs/common/th_star5.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:254px;
	
	overflow: scroll;
	overflow-x: hidden;
	
	letter-spacing:0;
    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.8;
    transition:0.3s;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";*/
}

.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;
}
.th_sub_menu .th_sub_menu_times p{
	margin: 0;padding-left: 15px;
	font-size: 11px;
    font-weight: bold;
    color:#fff;
}
.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: 12px;
    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(../imgs/common/status_icon.png);
	background-repeat:no-repeat;
	background-position:0 0;
    background-size:38px 18px;
}*/
.error{
	color: red;
	font-weight: bold;
}

/* add 20170319 */
.bootstrap-iso .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.bootstrap-iso .form-horizontal .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.glyphicon-star {
	color: red;
}

.error-message {
	color: red;
	font-weight: bold;
}

.hissu {
	padding-right: 0px;
}

#contents .profile_conts_title {
	margin: 10px 0px -10px 0px;
    padding: 0 10px;
    width: 100%;
}

#contents .profile_conts_body {
	width: 100%;
}