@charset "utf-8";
/* CSS Document */


/*--------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* オンデマンド配信ページ CSS */
/*--------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/

.ond_kaijo_nm{
	font-weight: bold;
	font-size: 16px;
	background-color:#036EB7;
	color: #fff; 
	line-height: 1;
}

.ond_session_nm{
	/* background-color: #e3f7ff; */
	color: #036EB7; 
	font-weight: bold;
	font-size: 17px;
	text-align: left;
}

.ond_theme_nm{
	color: #036EB7;
	font-size: 16px;
	text-align: left;
}

.ond_endai_nm{
	color: #036EB7;
	text-align: left;
	font-size: 15px;
}



/* テーブル デフォルト */
.ond_tbl{
	border: 2px solid #036EB7 ;
}
    .ond_tbl th,.ond_tbl td{
        border-bottom: 1px solid #036EB7 ;
        border-right: 1px solid #036EB7 ;
        padding: 6px 10px ;
        vertical-align: middle ;
    }

	.ond_tbl th{
		background: #daedfa ;
		color: #036EB7 ;
	}
	.ond_tbl td{
        padding: 6px 1em ;
	}



.ond_tbl tr td:nth-of-type(1){  /* 1列目全セルの文字揃え */
	text-align: center ;
}
.ond_tbl tr:nth-child(3) td:nth-child(1) { /* 1行目で1番目のtd */
	width: 20% ;
}



.td_bg_gray {
    background: #acacac ;
}







/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* テーブル 個別設定 */
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
.tbl_XXX tr td:nth-of-type(1){  /* 1列目全セルの文字揃え */
	text-align: left ;
}
.tbl_XXX tr td:nth-of-type(2){ /* 2列目全セルの幅 */
	width: 15% ;
}
.tbl_XXX tr td:nth-of-type(3){ /* 3列目全セルの幅 */
	width: 15% ;
}

.tbl_XXX tr:nth-child(1) th { /* 1行目のth スタイル */
	background: #004E8A ;
	border-right: solid 1px #FFF ;
	color: #FFF ;
}
.tbl_XXX tr:nth-child(2) th { /* 2行目のth スタイル */
	background: #004E8A ;
	border-right: solid 1px #FFF ;
	color: #FFF ;
}
.tbl_XXX tr:nth-child(1) th:nth-child(4) { /* 1行目で4番目のth スタイル */
	border-bottom: solid 1px #FFF ;
}





/*----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* ボックス */
.ond_box{
	background: #fdebe7 ;
	border : 4px solid #ff0000 ;
	padding: 15px 20px ;
	width: 100% ;

	color : #ff0000 ;
	font-size: 17px ;
	font-weight: bold ;
	text-align: center ;
}


.ond_box_2 {
	background: #fdecdf ;
	display: inline-block ;
	margin-bottom: 15px ;
	padding: 10px 15px ;
	width: 100% ;
}



.ond_title {
	display: inline-block ;
	margin-bottom: 10px ;
	width: 100% ;

	color: #12603A ;
	font-size: 18px ;
	font-weight: bold ;
}



.ond_table_title {
	display: inline-block ;
	margin-bottom: 10px ;
	width: 100% ;

	color: #036EB7 ;
	font-size: 18px ;
	font-weight: bold ;
}





/*----------*----------*----------*----------*----------*/
	/* 横幅設定 */
	.w50 { width: 50% ; }
	.w60 { width: 60% ; }
	.w70 { width: 70% ; }
	.w80 { width: 80% ; }
	.w90 { width: 90% ; }
	.w100 { width: 100% ; }
	
	