@CHARSET "UTF-8";

/* 
** ファイルの位置付け：主要カスタマイズ色関連
** 備考：必要に応じて定義を変更
**     color等もあわせて調整のこと
**------------------------------------------------
** 変更記録
** 2019.06.07	Q13_07.02.00.00	Q13_#124 デザイン更新
**------------------------------------------------
*/

/* ---------------------------------------------- */
/*  【プロフィール画面、詳細画面共通】			  */
/* ---------------------------------------------- */
/* ヘッダー帯の色はここで定義する(デフォルトは濃い青（rgba(63, 81, 181, 1)）) */
.topic{
	/*
	background:rgba(63, 81, 181, 1);
    color: #fff;
	*/
	/* background:#3B7FCC; */
	background:rgba(34, 163, 114, 1);
	color:white;
	box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
}
/* ヘッダー帯のうち下の部分(デフォルトは白を25%透過でのせている(rgba(255, 255, 255, 0.25))) */
.topic .topic__infos {
	/* background: rgba(0, 0, 0, 0.25); */
	background:rgba(0, 104, 61, 1);
	text-align:right;
	color:white;
	padding:5px;
	padding-right:20px;
	margin-right:15px;
	left:0;
}
/* 共通的なリンク色（デフォルト薄い青（#428bca）） */
a{
	/*
	color:#428bca;
	*/
}
/* 共通的なリンク色フォーカス、マウスオーバー時（デフォルト水色（#4fc1e9）） */
a{
	color:rgba(34, 162, 113, 1);
}
a:focus,a:hover{
	color:rgba(34, 162, 113, 0.6);
}

/* 日英切り替え, プロフィールに戻るリンク */
.select-lang, .back-to-profile{
	/*
	color:white;
	border:1px solid white;
 */
}
/* 日英切り替え, プロフィールに戻るリンクホバー */
.select-lang:hover, .back-to-profile:hover, .select-lang:focus, .back-to-profile:focus{
	/*
	color:black;
	border:1px solid black;
	background:white;
 */
}


/* ---------------------------------------------- */
/*  【プロフィール画面】						  */
/* ---------------------------------------------- */
/* プロフィールの上部にある大学名～講座名 */
.topic .position{
	/*
	color:#ffffff;
	*/
}
/* プロフィールの上部にある大学名～講座名のしたの領域 */
.topic .topic__infos{
	/*
	color:#ffffff;
	*/
}
/* 閉じるボタン */
.close-button{
	/*
	color:white;
	*/
}
/* 閉じるボタンホバー */
.close-button:hover{
	/*
	color:black;
	*/
}
/* 各業績の名称 */
h4.section-title{
	/*
	border-color:rgb(63,81,181);
	*/
}
/* ---------------------------------------------- */
/*  【詳細画面】								  */
/* ---------------------------------------------- */
/* ページングのアクティブ色変更（デフォルトは黄緑(#8cc152)） */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	/*
	color:#fff;
	background-color:#8cc152;
	border-color:#8cc152;
	*/
}

/* 業績タイトル・全体(デフォルトは濃い青（darkblue）) */
.list-title {
	/*
	color: darkblue;
	*/
}
/* 詳細画面　業績テーブルの大外枠(デフォルトはグレー（rgba(200,200,200,1)）) */
.dataTables_wrapper{
	/*
	background:rgba(200,200,200,1);
	*/
}
/* 詳細画面　業績テーブルのリスト ヘッダ 行(デフォルトは薄いグレー（rgba(230,230,230,1)）) */
.list-header-row {
	/*
	background:rgba(230,230,230,1);
	*/
}
/* 詳細画面　業績テーブル内およびボトムの色定義(デフォルトは濃いグレー（rgba(130,130,130,1)）と薄いグレー(#ddd)) */
.dataTables_scrollBody{
	/*
	background:rgba(130,130,130,1);
	border-bottom:3px solid #ddd;
	*/
}

/* ---------------------------------------------- */
/*         						                  */
/*         主要なもの以外は以下に定義             */
/*         						                  */
/* ---------------------------------------------- */
.BLOCK_TITLE{
	/*
	border-bottom:5px solid #48A4F4;
	border-bottom:5px solid #6f42c1;
	background:#e5e5e5;
	*/
	background:#f2f2f2;
	box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
	/*
	text-align:center;
	*/
	font-weight:bold;
	margin-bottom:10px;
}
.nav-link.active{
	/* background:#3B7FCC !important; */
	background:rgba(34, 163, 114, 1)!important;
	color:white !important;
}

.tooltip-inner {
	max-width: 100%;
	text-align: left;
}

.chiller-theme .sidebar-wrapper{
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text{
}
table.assessment_table > thead > tr > th,
table.assessment_table_professor > thead > tr > th,
table.assessment_table_other > thead > tr > th{
	padding-right:0 !important;
}
.assessment_table td, .assessment_table th,
.assessment_table_professor td, .assessment_table_professor th,
.assessment_table_other td, .assessment_table_other th{
	padding-right:0 !important;
	padding-left:0 !important;
}

/* ----------------------------------
 * logo
 * ---------------------------------- */

.univ-logo {
	float: left;
	margin: 5px 5px;
}

.univ-logo img {
	height: 76px;
}

/* ----------------------------------
 * logo
 * ---------------------------------- */
.univ-logo-img {
	height: 76px;
	padding-top:5px !important;
	padding-bottom:5px !important;
}
