@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.no-page {
	display:none;
}
.category-notitle-post h1.entry-title, .category-notitle-post .date-tags, .author-info, .footer-bottom-logo {
	display:none;
}
.clear {
	clear:both;
}
#header-container .header {
	background: linear-gradient(-90deg, #ccd6e8, #fff 50%);
}
#header-in {
	color: #0033cc;
	font-weight:bold;
}
.header-in {
  display: block;
}
.logo-text {
	padding: 10px 0;
}
.site-name-text-link {
	color: #0033cc;
	font-weight:bold;
	letter-spacing:1px;
}
.tagline {
	font-size: 22px;
	max-width: 465px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
	font-family: 'Noto Sans JP', sans-serif;
}
.logo {
	max-width:450px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	font-family: 'Noto Sans JP', sans-serif;
}
.t-area1 {
	max-width:920px;
	margin-left:auto;
	margin-right:auto;
}
.site-name-text {
	font-size: 30px;
}

body {
	background-color: #fff;
}
body.page .date-tags {
	display:none;
}


#main {
	border: 1px solid #0033ff;
	border-radius: 0px;
}

#content .wrap {
	max-width:1100px;
}

/************************************
** サイドバー
************************************/
.sidebar {
	width:220px;
	padding: 10px;
	font-size: 16px;
}
.sidebar h3 {
	background-color: #ccccff;
	padding: 10px;
	border-radius: 0px;
	color: #4b0082;
	text-align:center;
}
.sidebar li a {
	border-bottom:1px solid #ccccff;
}
.sidebar #nav_menu-3 h3.widget-title {
	font-size:16px;
}
.widget_nav_menu ul li a {
	padding-left:8px;
}
.widget_nav_menu ul li a:hover {
	background-color: #F0F8FE;
}

/************************************
** ナビ・タイトル
************************************/
.navi {
	background-color: #F0F8FE;
	border-bottom: 1px solid #0033ff;
	border-top: 5px solid #0033ff;
}
.navi-in a {
	color: #333399;
	font-size: 16px;
	font-weight:bold;
}
.navi-in a:hover {
	background-color: #333399;
	color: #F0F8FE;
}
.navi-in > ul li#menu-item-24, .navi-in > ul li#menu-item-21 {
	width: 150px;
}
.navi-in > ul li#menu-item-13 {
	width: 100px;
}
.navi-in > ul li#menu-item-14 {
	width: 195px;
}
.navi-in > ul .sub-menu {
	min-width: 300px;
	background-color: #F0F8FE;
}
#navi ul.sub-menu li {
	height: 50px;
	line-height: 50px;
	
}
#navi ul.sub-menu li a {
	font-size:14px;
}
.slicknav_menu {
	background: #0033ff;
}
.slicknav_btn {
	background-color: #5978d7;
}
.slicknav_nav a:hover {
	background: #F0F8FE;
}
.slicknav_nav .slicknav_row:hover {
	background: #5978d7;
}
.navi-in > ul .sub-menu li {
	border-bottom: 1px solid #ccccff;
}


hr {
	color:#8B7355;
	border-bottom:0px solid #8B7355;
	border-top:1px solid #8B7355;
}

h1.entry-title {
	line-height: 30px;
	background-color: #0033ff;
	text-align: center;
	color:#fff;
	font-size:24px;
	padding-top:8px;
	padding-bottom:8px;
	letter-spacing:3px;
}
.article h2 {
	margin-top:0px;
	margin-bottom:10px;
	background-color:rgba(255,255,255,0);
	padding-top:10px;
	padding-bottom:15px;
}
.article h3 {
	border-left: 7px solid #0033ff;
	border-right: 0px solid #ddd;
	border-top: 0px solid #ddd;
	border-bottom: 1px solid #0033ff;
	font-size: 20px;
	padding: 8px 10px 8px 16px;
	margin-top:10px;
	margin-bottom:20px;
}
.t-title1 {
	color: #ffffff;
	font-size: 16px;
	background-color: #0099ff;
	display:inline-block;
	padding: 5px 15px;
	font-weight:bold;
	margin-bottom:5px;
}

table.statusTable {
	max-width:700px;
}
table td {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 0px solid #eee;
	border-left: 0px solid #eee;
}
table tr:nth-of-type(2n+1) {
	background-color: #fff;
}
table tr:nth-of-type(2n) {
	background-color: #fafbfc;
}

div#satelliteAnimation div.info_box h2 {
	font-size:24px !important;
}
.eisei1 {
	border-bottom:3px dotted #0033ff;
	background-image: url("https://www.tsic.u-tokai.ac.jp/wp/wp-content/uploads/2019/12/eisei1.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left:50px;
	padding-bottom:8px;
}
.eisei2 {
	border-bottom:3px dotted #9079b6;
	background-image: url("https://www.tsic.u-tokai.ac.jp/wp/wp-content/uploads/2019/12/infoi.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left:50px;
	padding-bottom:8px;
}

.subtitle {
	border-bottom:2px solid #a0d8ef;
}
.entry-content .article h2 {
	padding-bottom:3px;
	margin-bottom:10px;
}

div#satelliteAnimation div.box {
	max-width:400px;
	margin-left:auto !important;
	margin-right:auto !important;
}
input#show {
	margin-top:15px;
	font-size:20px;
	font-weight:bold;
	background-color:#89c997;
	border-radius:10px;
}
input#show:hover {
	background-color:#bee0c2;
}

.satelliteCalendar #year, .satelliteCalendar #month, .satelliteCalendar #show {
	width:150px;
}
.satelliteCalendar #year {
	margin-right:5px;
}
.satelliteCalendar #month {
	margin-right:5px;
	margin-left:10px;
}
.satelliteCalendar #show {
	margin-left:10px;
	margin-bottom:10px;
}



/************************************
** ＴＯＰ
************************************/
.top-news {
	max-width:860px;
	margin-left:auto;
	margin-right:auto;
}
.topic1 {
	line-height: 30px;
	background-color: #0033ff;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	font-size:16px;
	width:220px;
	display:inline-block;
	margin-bottom:5px;
}

.news1 {
	padding:10px 16px;
	height:300px;
	overflow: scroll;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	font-size:14px;
}

.eisei-title {
	border-bottom: 2px solid #330066;
	border-left: 18px solid #330066;
	padding-left:12px;
	color: #330066;
}
.topic2 {
	font-weight:bold;
	font-size:20px;
	color: #330066;
	border-bottom: 1px dotted #800000;
}


.aaa img, .qqq img {
	margin-right: 10px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	.tagline, .logo {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	.logo {
		padding-top:3px;
		padding-bottom:3px;
	}
	.tagline {
		margin-top:3px;
		margin-bottom:3px;
		padding-top:0px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	.tagline {
		font-size: 16px;
	}
	#header .site-name-text {
		font-size: 26px;
	}

}

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