/*
Theme Name:  Tokyo Denki University Multimedia Resource Center & Lirary Child Theme. Child for the Lightning.
Theme URI:  https://www.mrcl.dendai.ac.jp/
Description:  Child theme for the Lightning theme.
Author:  Katsumi Egashira
Textdomain:  lightmrcl
Author URI:  https://www.mrcl.dendai.ac.jp/
Template:  lightning
Version:  1.1
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

/* UAMのフォームのパスワードをお忘れですかを消す */
.uam_login_options {
  display:none;
}

@media (max-width: 1199.98px) {
  .siteHeader_logo {
	margin-left: inherit;
/*    margin-right: auto; */
	float: left;
	width: auto;
  }
}

.gMenu_name {
	font-weight: 400;
}

/* root で変更されてしまったcssへの更新 */
:root {
    /* お知らせ */
    /* 公開日付の色 */
	--vk-color-text-meta: #d44950;
	/* お知らせの記事のアンダーライン */
	--vk-color-border: #666;
	/* お知らせの記事タイトル文字色 */
	--vk-color-text-body: #464646;
}

/* トップページデザインの修正 */
/* h2 */
.mainSection-title,h2 {
	background-color: #f5f5f5;
}

/* li */
.veu_postList ul.postList li {
	border-bottom: 1px dotted #666;
}

/* Widget 学内リンク */
/* アンダーラインの色 */
.widget_nav_menu ul li a {
	border-bottom: 1px solid #e5e5e5;
}

/* フッタのライン */
.copySection {
	border-top: 1px solid #e5e5e5;
}
/* h4 */
h4 {
	padding: 10px 15px 8px;
	background-color: #efefef;
	border-radius: 4px;
}

/* h5 */
h5 {
	padding: 7px 7px 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}

/* 引用 blockquote */
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
	margin-bottom: 0;
}

/* パンくずのマーク / ⇒ > へ */
.breadSection .breadcrumb>li+li:before {
	content: ">";
	color: #666;
	padding: 0 5px;
}

.breadSection {
	border-bottom: 1px solid #e5e5e5;
}

/* 投稿のタイトル表示 */
.entry-header {
	border-bottom: 1px solid #e5e5e5;
}

/* 投稿の本文 */
.entry-body ol li,.entry-body ul li {
/*	margin-left: 1.5em; */
/*	list-style-position: outside; */
}

/* 投稿のアーカイブリスト */
.widget_archive ul li a {
	border-bottom: 1px solid #e5e5e5;
}

/* 記事のカテゴリリスト */
.widget_link_list ul li a {
	border-bottom: 1px solid #e5e5e5;
}

/* 前の記事、次の記事の並べ方 横並び */
.vk_posts {
	flex-wrap: nowrap;
}

.card {
	border: 0;
}

.postNextPrev .card-title {
	margin: 0;
}

.postNextPrev_label {
	line-height: 0;
}

/* AI Chatのサイズ */
/* iframe#bedore-webagent-inner { */
	/* 80%にフレームサイズを変更 */
/*	transform: scale(0.8) !important; */
	/* 画面右下基準で表示 */
/*	transform-origin: bottom right; */
/* } */

@media print{
	/* AI Chatは印刷時に表示しない */
    iframe#bedore-webagent-inner{
    /* .no_print{ */
        display: none;
    }
	
	/* Scroll back to top .. を表示しない */
	.scroll-back-to-top-wrapper{
		/* 印刷しない */
		display: none;
	}
}

/* 検索窓 */
.navbar-header #gsearch {
	float: right;
	width: 300px;
	padding: 0;
}

div.gsc-control-cse {
	padding: 0;
	border-image-width: 0;
}

td.gsc-input,td.gsc-search-button,td.gsc-clear-button {
	border-bottom: none;
}

@media(max-width:991px) {
	.navbar-header #gsearch {
		display: none;
	}
}

/* RSS リスト */
/* リストアイテム */
li.wp-block-rss__item{
    margin-left: 1.5em;
	list-style: square;
}
