@charset "utf-8";
/*
Theme Name: 義務教育指導課ポータルサイト
Theme URI:
Template: lightning-pro
Description:
Author: TRY
Tags:
Version: 1.0
*/


/* Lightning Pro 追加CSSより */

.search .breadcrumb {
	display: none;
}

.single .breadcrumb {
	display: none;
}

.error404 .breadcrumb {
	display: none;
}

.blog .breadcrumb {
	display: none;
}

.entry-meta_items_author {
	display: none;
}

.entry-meta_updated {
	display: none;
}

.siteHeader_logo {
	display: none;
}

.archive .breadcrumb {
	display: none;
}

#block-17 {
	margin-right: 2.5em;
}

.vk_button.vk_button-align-wide {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

#comments {
	display: none;
}

.postNextPrev {
	display: none;
}

.siteHeader_sub {
	width: auto !important;
	padding-top: 0;
	padding-left: 0;
}

.siteHeader_sub p {
	line-height: 2em;
	width: 220px;
}

.widget_text {
	font-size: 0.8em;
	margin: 0 0.4em 0 0.5em;
	padding: 1em 0 0 0;
	/*width:350px;*/
}

@media (max-width: 991px) {
	.siteHeader_sub {
		display: flex;
	}

	#block-13 {
		display: none;
	}

	#block-15 {
		display: none;
	}

	#block-17 {
		margin-right: 0;
	}
}

#search form input[type="image"],
#sp-search form input[type="image"] {
	position: absolute;
	right: 10px;
	top: 12px;
}

.search_container {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #D0F1FF;
	background-color: #D0F1FF;
	padding: 3px 10px;
	border-radius: 20px;
	height: 2.3em;
	width: 260px;
	overflow: hidden;
	margin: 5px 5px 0 0;
}

.search_container input[type="text"] {
	border: none;
	background-color: #D0F1FF;
	height: 2.0em;
}

.search_container input[type="text"]:focus {
	outline: 0;
}

.search_container input[type="submit"] {
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 1.3em;
	border: none;
	background: none;
	color: #000;
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	right: 0;
	top: -10px;
	outline: none;
}


.table_design08 {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.table_design08 th,
.table_design08 td {
	border: 1px solid #d2e8f1;
	padding: 0.7em;
}

.table_design08 thead th {
	background-color: #009e4c;
	color: #fff;
	font-weight: bold;
	border: 1px solid #4d9bc1;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.table_design08 thead th:last-of-type {
	border-right: 1px solid #4d9bc1;
}

.table_design08 tbody th {
	color: #009e4c;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFE3;
}

.table_design08 tbody td {
	text-align: left;
}

.table_design08 .title01 {
	background-color: #D0FFE8;
}

.table_design08 .title00 {
	text-align: center;
}

@media screen and (max-width: 787px) {
	.table_design08 {
		text-align: left;
	}

	.table_design08 thead {
		display: none;
	}

	.table_design08 th,
	.table_design08 td {
		display: block;
		border-bottom: 1px solid #e6f1f6;
	}

	.table_design08 tbody th {
		background: #009e4c;
		color: #fff;
	}

	.table_design08 td::before {
		content: attr(data-label);
		color: #009e4c;
		font-weight: bold;
		display: inline-block;
		width: 25%;
		min-width: 4em;
	}

	.table_design08 .title02 {
		background-color: #FFFFE3;
		font-weight: bold;
	}

	.table_design08 .title01 {
		background-color: #D0FFE8;
		color: #009e4c;
	}

	.table_design08 .title00 {
		text-align: left;
	}
}

.menu-image-title-below.menu-image-not-hovered>img {
	display: none;
}

.widget .subSection-title {
	text-align: left;
}

.siteHeader_logo {
	padding: 0;
}

.slide-text-title {
	/*-webkit-text-stroke-width: 5px;*/
	-webkit-text-stroke-color: black;
}



/*
	アイコン
*/
a[href$=".pdf"] {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(./images/pdf-icon-1.png) no-repeat left 2px/15px auto;
}

a[href$=".wav"] {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(./images/wave-icon-1.png) no-repeat left 2px/15px auto;
}

a[href$=".jpg"] {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(./images/img-icon-1.png) no-repeat left 2px/15px auto;
}

a[href$=".zip"] {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(./images/zip-icon.png) no-repeat left 2px/15px auto;
}

a[href$=".docx"] {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(./images/word-icon.png) no-repeat left 2px/15px auto;
}

a[href$=".xlsx"] {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(./images/excel-icon.png) no-repeat left 2px/15px auto;
}

a[href$=".pptx"] {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(./images/powerpoint-icon.png) no-repeat left 2px/15px auto;
}

.no-style {
	margin: 0;
	list-style: none;
	line-height: 2em;
}



/*
	東京都環境教育ポータル
*/
.environment_logo {
	max-width: 280px;
}

.environment_logo+h1 {
	margin: 0.5em 0 1em;
	line-height: 1.2;
}
