@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/* アンカーの下線を消す*/
a{ 
	text-decoration: none; 
}

/* 共通ボタンのスタイル*/
.kgu_search_controls{
	display: inline-flex;
	align-items: center;
	height: 50px;
}-

.kgu_search_controls select{
	width: 150px;
}

.kgu_search_controls input{
	width: 200px;
}

.kgu_search_controls button{
	height: 50px;
	width: 100px;
	border-radius: 10px;
	background: #00A3AF;
	border: 0px;
	color: white;
	/* font-size: large; */
	font-size: medium;
	font-weight: bold;
	text-wrap: nowrap;
}

/* ポップアップダイアログのスタイル*/
.kgu_dialog{
	height: 24%;
	width: 20%;
	top: 38%;
	left: 40%;
	padding: 20px;
	overflow: hidden;
}

.kgu_dialog select{
	width: 100%;
}

/* 横スクロールする表の固定列のスタイル*/
.fixed_col{
	position: sticky;
	left: 0px;
	z-index: 100;
	&:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #EEEEEE;
		pointer-events: none;
	}
}

.fixed_col_01{
	width: 100px;
	border: 4px;
	position: sticky;
	left: 0px;
	z-index: 100;
	&:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #EEEEEE;
		pointer-events: none;
	}
}

.fixed_col_02{
	border: 10px solid #993333;
	position: sticky;
	left: 100px;
	z-index: 100;
	&:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -5px;
		width: 100%;
		height: 100%;
		border-left: 10px solid #EEEEEE;
		pointer-events: none;
	}
}

/** 科目カテゴリ **********************************/
.td_category_kiso{
	background: #FBE3D6;
}

.td_category_hatsu{
	background: #DCEAF7;
}

.td_category_sen{
	background: #D9F2D0;
}

/** ユーザー情報 **********************************/
.table_for_users{
	table-layout: fixed;
	width: 1000px;
}

.table_for_users tr td:nth-child(6) {
	text-align: center;
}


/** 所属先属性 **********************************/
.table_for_zokusei{
	width: 800px;
}

.table_for_zokusei tr td:nth-child(1) {
    width: 50px;
}

/** 受講生管理（数値関係）***************************/
.table_for_jukosei_kanri_suuchi{
}

.table_for_jukosei_kanri_suuchi tr td {
	text-align: right;
}

/** 受講生管理（個人）***************************/
.table_for_jukosei_kanri_kojin{
	width: 800px;
}

.table_for_jukosei_kanri_kojin tr td {
	white-space:pre-wrap;
}

.table_for_jukosei_kanri_kojin tr td:nth-child(1) {
    width: 150px;
	white-space:pre-wrap;
}

/** 科目マスターの科目別表 **********************/
.table_for_kamoku{
	width: 800px;
}

.table_for_kamokui tr td:nth-child(1) {
    width: 120px;
}

/** 履修登録 *************************************/
.table_for_toroku {
    width: 500px;
}

.table_for_personal {
    width: 600px;
}

/***履歴・成績情報 *********************************/
.table_for_seiseki_info {
	width: 800px;
}

.table_for_seiseki_info tr td:nth-child(1) {
    width: 200px;
}

.table_for_seiseki_info tr td:nth-child(2) {
	text-align: center;
}

.table_for_seiseki_info tr td:nth-child(3) {
	text-align: center;
}

.table_for_seiseki_info tr td:nth-child(4) {
	text-align: center;
}

.table_for_seiseki_info tr td:nth-child(5) {
	text-align: center;
}

.table_for_seiseki_info2 {
    width: 500px;
}

.table_for_seiseki_info2 tr td:nth-child(1) {
    width: 300px;
}

.table_for_seiseki_info2 tr td:nth-child(2) {
	text-align: center;
}

/************************************/
.table_for_seiseki_kanri_kojin {
	width: 1350px;
}

.table_for_seiseki_kanri_kojin tr td:nth-child(1) {
    width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_kojin tr td:nth-child(2) {
    width: 400px;
}

.table_for_seiseki_kanri_kojin tr td:nth-child(3) {
    width: 150px;
	text-align: center;
}

.table_for_seiseki_kanri_kojin tr td:nth-child(4) {
    width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_kojin tr td:nth-child(5) {
	white-space:pre-wrap;
}

/************************************/
.table_for_seiseki_kanri_kojin_del {
	width: 1400px;
}

.table_for_seiseki_kanri_kojin_del tr td:nth-child(1) {
    width: 50px;
	text-align: center;
}
.table_for_seiseki_kanri_kojin_del tr td:nth-child(2) {
    width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_kojin_del tr td:nth-child(3) {
    width: 400px;
}

.table_for_seiseki_kanri_kojin_del tr td:nth-child(4) {
    width: 150px;
	text-align: center;
}

.table_for_seiseki_kanri_kojin_del tr td:nth-child(5) {
    width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_kojin_del tr td:nth-child(6) {
	white-space:pre-wrap;
}

/************************************/
.table_for_seiseki_kanri_jukosu_iryo {
	width: 800px;
}

.table_for_seiseki_kanri_jukosu_iryo tr td {
	width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_jukosu_mice {
	width: 1080px;
}

.table_for_seiseki_kanri_jukosu_mice tr td {
	width: 120px;
	text-align: center;
}

.table_for_seiseki_kanri_jukosu_PO_iryo {
	width: 600px;
}

.table_for_seiseki_kanri_jukosu_PO_iryo tr td {
	width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_jukosu_PO_mice {
	width: 840px;
}

.table_for_seiseki_kanri_jukosu_PO_mice tr td {
	width: 120px;
	text-align: center;
}

/************************************/
.table_for_seiseki_kanri_risyujikan {
	width: 700px;
}

.table_for_seiseki_kanri_risyujikan tr th {
	width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_risyujikan tr td {
	width: 150px;
	text-align: center;
}


/************************************/
.table_for_seiseki_kanri_jukoryo {
	width: 850px;
}

.table_for_seiseki_kanri_jukoryo tr th {
    width: 100px;
}

.table_for_seiseki_kanri_jukoryo tr td{
    width: 150px;
	text-align: right;
}

.table_for_seiseki_kanri_jukoryo_mice {
	width: 1000px;
}

.table_for_seiseki_kanri_jukoryo_mice tr th {
    width: 100px;
}

.table_for_seiseki_kanri_jukoryo_mice tr td{
    width: 150px;
	text-align: right;
}

/************************************/
.table_for_seiseki_kanri_nonyu_iryo {
	width: 1200px;
}

.table_for_seiseki_kanri_nonyu_iryo tr td{
	width: 150px;
	text-align: right;
}

/************************************/
.table_for_seiseki_kanri_nonyu_mice {
	width: 1500px;
}

.table_for_seiseki_kanri_nonyu_mice tr td{
	width: 150px;
	text-align: right;
}

/************************************/
.table_for_seiseki_kanri_gakuseki {
	width: 700px;
}

.table_for_seiseki_kanri_gakuseki tr th{
    width: 100px;
}

.table_for_seiseki_kanri_gakuseki tr td{
    width: 200px;
	text-align: center;
}


/************************************/
.table_for_seiseki_kanri_systemID {
	width: 800px;
}

.table_for_seiseki_kanri_systemID tr td{
	width: 200px;
	text-align: center;
}

.table_for_seiseki_kanri_systemID_MICE {
	width: 1000px;
}

.table_for_seiseki_kanri_systemID_MICE tr td{
	width: 200px;
	text-align: center;
}


/************************************/
.table_for_seiseki_kanri_kamoku {
	width: 1200px;
}

.table_for_seiseki_kanri_kamoku tr td:nth-child(1) {
    width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_kamoku tr td:nth-child(2) {
    width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_kamoku tr td:nth-child(3) {
    width: 150px;
}

.table_for_seiseki_kanri_kamoku tr td:nth-child(4) {
    width: 100px;
	text-align: center;
}

.table_for_seiseki_kanri_kamoku tr td:nth-child(5) {
	white-space:pre-wrap;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
