@charset "utf-8";

/* ========== すべて共通 ========== */
html, body {
	font-size: 16px;
	font-family: sans-serif;
	color: #333;
	background: #ececec;
}
body, div, p, h1, h2, h3, h4, ul, ol, figure,dl, dt, dd {
	margin: 0;
	padding: 0;
}
p, td, th, li {
	line-height: 1.8;
}
img {
	width: 100%;
	height: auto;
}
ul, ol {
	list-style-type: none;
}
input {
	box-sizing: border-box;
}
select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
a {
	color: #333;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.container {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1000px;
}
@media screen and (min-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ========== ナビゲーション ========== */
nav {
	background: #000;
	font-size: 0.75rem;
}
.nav-container {
	padding-top: 7px;
	padding-bottom: 7px;
}
.navbar {
	display: flex;
	flex-flow: row;
}
.navbar li {
	flex: 1 1 auto;
}
.navbar li:last-child {
	text-align: right;
	padding-left: 1rem;
}
.navbar a {
	color: #eee;
	text-decoration: none;
}
.navbar a:hover {
	text-decoration: underline;
}

/* ========== ヘッダー ========== */
header {
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	background: #ececec;
}
.header-inner {
	display: flex;
	flex-flow: row;
	align-items: center;
}
.header-logo {
	width: 387px;
	height: 48px;
	padding-right: 20px;
	border-right: 1px solid #c1c1c1;
}
.header-text {
	padding-left: 20px;
	font-size: 1.7rem;
	line-height: 1;
}

/* ========== フッター ========== */
footer {
	background: #ececec;
	font-size: 0.7rem;
	text-align: center;
}
.footer-container {
	padding-top: 30px;
	padding-bottom: 20px;
	display: inline-block !important;
}

/* ========== メインエリア ========== */
main {
	background: #fff;
}
@media screen and (min-width: 768px) {
	main {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* パンくず */
.breadcrumbs {
	display: none;
}
@media screen and (min-width: 768px) {
	.breadcrumbs {
		display: block;
	}
	.breadcrumbs li {
		display: inline;
		margin-right: 5px;
	}
	.breadcrumbs li + li::before {
		content: '＞';
		margin-right: 5px;
	}
	.breadcrumbs a {
		text-decoration: underline;
	}
}

/* 共通の見出し */
main h1 {
	margin-top: 20px;
	padding: 10px 20px;
	color: #fff;
	font-weight: normal;
	font-size: 1.25rem;
	background: #000;
}

/* ========== 新規追加／編集 入力フォーム ========== */
.form-area {
	margin: 0 auto;
	padding: 20px 0 60px;
}
.form-area h2 {
	padding: 50px 20px 10px 0;
	font-weight: bold;
	font-size: 1.25rem;
	border-bottom: 1px solid #d7d7d7;
}
.form-area h2:first-child {
	padding-top: 10px;
}
.form-common {
	display: flex;
}
.form-common:first-child {
	border-top: 1px solid #d7d7d7;
}
.form-common dt, .form-common dd {
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #d7d7d7;
}
.form-common dt {
	flex: 0 0 200px;
	background-color: #f6f6f6;
	position: relative;
}
.form-common dt.required::after {
	position: absolute;
	top: 23px;
	right: 15px;
	content: "必須";
	padding: 3px 6px;
	font-size: 0.8rem;
	background: #f4c000;
	color: #fff;
}
.form-common dd {
	flex: 1 1 auto;
}
.form-common label {
	display: block;
	padding: 0.3em 0.3em 0.3em 0;
}
.form-common input[type="text"], .form-common input[type="password"], .form-common input[type="email"], .form-common input[type="tel"] {
	width: 100%;
	border: 1px solid #ccc;
	padding: 0.3em;
	font-size: 1rem;
}
.form-common textarea {
	width: 98%;
	height: 200px;
	border: 1px solid #ccc;
	padding: 0.3em;
	font-size: 1rem;
}
/* 写真 */
.form-common .photo input[type="text"] {
	max-width: 70%;
	margin: 0 5px 5px 0;
	height: 35.5938px
}
.form-common .photo button {
	cursor: pointer;
	padding: 0.3rem 1rem;
	font-size: 1rem;
	margin-top: -4px;
	color: #fff;
	border: none;
	background-color: #1e4e92;
}
.form-common .photo p {
	font-size: 0.9rem;
	margin: 10px 0 0 0;
}
.form-common .photo.attach input[type="text"] {
	margin-bottom: 0;
}
.form-common .photo.attach .attach_input input[type="text"] {
	margin-bottom: 20px;
}
.form-common .photo.attach p {
	margin-top: 0;
}
.form-common dt button {
	cursor: pointer;
	display: block;
	margin: 50px auto 0;
	padding: 0.3rem 1rem;
	font-size: 1rem;
	color: #fff;
	border: none;
	background-color: #1e4e92;
}
.form-common .thum_box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.thum {
	width: 53px;
	height: 53px;
	border: 1px solid #d7d7d7;
}
.thum_02 {
	width: 73px;
	height: 53px;
	border: 1px solid #d7d7d7;
}
.form-common .thum_box label {
	float: left;
	display: inline-block;
}
.form-common .thum_box .thum {
	float: right;
	margin-right: -5px;
}
.form-common .thum_box .thum_02 {
	float: right;
	margin-right: -5px;
}
.form-common .thum_title button {
	margin-top: 30px;
}
/* セレクトボックス */
.form-common .select-wrap::after {
	position: absolute;
	content: '';
	top: 13px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.form-common .select-wrap select {
	width: 250px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fbfbfb;
	margin: 0;
	padding: 6px 10px 4px;
	font-size: 0.9rem;
}
/* ラジオボタン */
.form-common ul {
	display: flex;
}
.form-common li {
	display: block;
	position: relative;
	padding-left: 24px;
	padding-right: 16px;
}
.form-common input[type="radio"] {
	display: none;
	border: 0;
	margin: 0;
}
.form-common input[type="checkbox"] {
	margin-right: 9px;
}
.form-common li label {
	display: inline-block;
	cursor: pointer;
	padding: 0;
}
.form-common li label::before, .form-common li label::after {
	content: "";
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	transition: transform .2s ease;
}
.form-common li label::before {
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #505050;
}
.form-common li label::after {
	top: 9px;
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: transparent;
	transform: scale(0);
}
.form-common input[type="radio"]:checked + label:after {
	background-color: #1e4e92;
	transform: scale(1);
}

/* datepicker */
.form-common input[type="text"].datepicker {
	width: 200px;
}

/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #999;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999;
}

/* 送信ボタン */
.register {
	max-width: 150px;
	margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
	.register {
		max-width: 540px;
	}
}
.register button {
	cursor: pointer;
	width: 150px;
	padding: 10px 0;
	margin: 0 15px 10px;
	font-size: 1rem;
	color: #fff;
	border: none;
	position: relative;
	background-color: #1e4e92;
}
.register button.b-release {
	background-color: #f4c000;
}
.register button.e-release {
	background-color: #f4c000;
}
.register button.release {
	background-color: #f4c000;
}
.register button.b-preview::after, .register button.b-release::after {
	position: absolute;
	content: '';
	top: 17px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.register button.e-preview::after, .register button.e-release::after {
	position: absolute;
	content: '';
	top: 17px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.register button.preview::after, .register button.release::after {
	position: absolute;
	content: '';
	top: 17px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.register button.b-sendregister {
	background-color: #f4c000;
}
.register button.b-sendregister::after {
	position: absolute;
	top: 17px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ========== 以下各ページ設定 ================================================== */

/* ========== ログイン ========== */
.login-logo {
	width: 273px;
	height: 70px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.login-main main {
	background-color: #ececec;
}
@media screen and (min-width: 768px) {
	.login-main main {
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.login-box {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.login-box {
		width: 530px;
	}
}
.login-box h2 {
	font-size: 1.125rem;
	color: #fff;
	background: #000;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}
.login-txt {
	font-size: 15px;
	padding: 30px 0;
	color: #000;
}
.login-box input[type="text"], .login-box input[type="password"] {
	width: 50%;
	margin: 0 0 15px 10px;
	border: 1px solid #ccc;
	padding: 0.3em;
	font-size: 1rem;
}
.login-box button {
	cursor: pointer;
	margin: 0 auto;
	padding: 4px 20px 2px;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #1e4e92;
}
.pw-link {
	font-size: 14px;
	padding: 20px 0 22px;
}
.back-g {
	font-size: 0.9rem;
	padding: 30px 0 20px 0;
	text-align: center;
}
.login_paddCss {
	margin-top: 22px;
	margin-bottom: -5px;
}
.pt17 {
	padding-top: 17px;
}
.pl10{
	padding-left: 10px;
}
/* ========== トップ ========== */
.top-main main {
	background-color: #ececec;
}
@media screen and (min-width: 768px) {
	.top-main main {
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.category {
	display: flex;
	flex-flow: column;
}
.category > li {
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.category {
		flex-flow: row;
	}
	.category > li {
		flex: 1 1 300px;
		margin-right: 30px;
	}
	.category > li:last-child {
		margin-right: 0;
	}
}
.category h2 {
	font-size: 1.125rem;
	color: #fff;
	background: #000;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}
.category ul {
	margin: 30px auto 70px;
	padding: 0 20px;
}
.category ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #c0c0c0;
}
.category ul li:first-child {
	border-top: 1px dotted #c0c0c0;
}
.category a {
	position: relative;
	margin-left: 22px;
	display: block;
}
.category a::after {
	position: absolute;
	content: '';
	top: 0.5em;
	left: -24px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.category a:link, .category a:visited, .category a:hover, .category a:active {
	text-decoration: none;
}
.category a:hover {
	opacity: 0.7;
}


/* ========== 会員情報一覧 ========== */

/* 検索 */
.search-area {
	display: flex;
	flex-flow: column;
	margin: 30px 10px 0;
}
.category-search {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c0c0c0;
}
@media screen and (min-width: 768px) {
	.search-area {
		flex-flow: row;
		margin: 30px 20px 0;
	}
	.category-search {
		/* flex: 1 1 auto; */
		padding-right: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.freeword-search {
		flex: 0 0 330px;
		padding-left: 20px;
		border-left: 1px dotted #c0c0c0;
	}
}
.search-area h2 {
	font-size: 1.25rem;
	margin: 0 0 7px 0;
}
.search-area p {
	font-size: 0.9rem;
}
.select-wrap {
	position: relative;
	display: inline-block;
}
.select-wrap::after {
	position: absolute;
	content: '';
	top: 20px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 25px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.select-wrap select {
	width: 250px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fbfbfb;
	margin: 7px 10px 0 0;
	padding: 6px 10px 4px;
	font-size: 0.9rem;
}
.freeword-search ul {
	display: flex;
}
.freeword-search li {
	display: block;
	position: relative;
	padding-left: 24px;
	padding-right: 16px;
}
.freeword-search input[type="radio"] {
	display: none;
	border: 0;
	margin: 0;
}
.freeword-search li label {
	display: inline-block;
	cursor: pointer;
}
.freeword-search li label::before, .freeword-search li label::after {
	content: "";
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	transition: transform .2s ease;
}
.freeword-search li label::before {
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #505050;
}
.freeword-search li label::after {
	top: 9px;
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: transparent;
	transform: scale(0);
}
.freeword-search input[type="radio"]:checked + label:after {
	background-color: #1e4e92;
	transform: scale(1);
}
.freeword-search input[type="text"] {
	width: 100%;
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
	padding: 0.3em;
	font-size: 1rem;
}
.search-btn {
	border-top: 1px dotted #c0c0c0;
	margin-top: 25px;
	padding-top: 20px;
	text-align: center;
}
.search-btn button {
	cursor: pointer;
	padding: 7px 35px;
	margin: 0 auto;
	font-size: 1rem;
	color: #fff;
	border: none;
	position: relative;
	background-color: #1e4e92;
}

/* テーブル */
.list-table {
	margin: 20px auto 60px;
}
.list-table table {
	width: 100%;
	border-collapse: collapse;
}
.list-table th, .list-table td {
	padding: 10px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.list-table th {
	font-size: 0.85rem;
	color: #fff;
	background: #7d7d7d;
}
.list-table td {
	font-size: 0.8rem;
	border-bottom: 1px dotted #c0c0c0;
}
.list-table tr:nth-child(even) {
	background: #f6f6f6;
}
.list-table th:first-child, .list-table td:first-child {
	border-left: none;
	width: 4em;
}
.list-table th:last-child, .list-table td:last-child {
	border-right: none;
	width: 70px;
}
@media screen and (min-width: 768px) {
	.list-table th:last-child, .list-table td:last-child {
		width: 150px;
	}
}
.list-table .add_table th:nth-child(2), .list-table .add_table td:nth-child(2) {
	width: 220px;
}
.list-table .add_table th:last-child, .list-table .add_table td:last-child {
	width: 230px;
}
.list-table button {
	cursor: pointer;
	width: 70px;
	padding: 2px 0;
	font-size: 1rem;
	color: #fff;
	border: none;
}
.list-table .edit {
	background-color: #1e4e92;
	margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
	.list-table .edit {
		margin: 0 10px 0 0;
	}
}
.list-table .delete {
	background-color: #f4c000;
}


/* ========== 活動カレンダー一覧 ========== */

/* 検索 */
.calender-search-area {
	display: flex;
	flex-flow: column;
	margin: 30px 10px 0;
	padding-bottom: 30px;
}
.conference-search {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c0c0c0;
}
@media screen and (min-width: 900px) {
	.calender-search-area {
		flex-flow: row;
		margin: 30px 20px 0;
	}
	.conference-search {
		flex: 1 1 auto;
		padding-right: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.event-search {
		flex: 0 0 440px;
		padding-left: 20px;
		border-left: 1px dotted #c0c0c0;
	}
}
.calender-search-area h2 {
	font-size: 1.25rem;
	margin: 0 0 7px 0;
}
.calender-search-area p {
	font-size: 0.9rem;
}
.calender-search-area .select-wrap {
	position: relative;
	display: inline-block;
}
.calender-search-area .select-wrap::after {
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 92px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.calender-search-area .select-wrap select {
	width: 300px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fbfbfb;
	margin: 7px 7px 0 0;
	padding: 6px 10px 4px;
	font-size: 0.9rem;
}
.calender-search-area button {
	cursor: pointer;
	padding: 0.25rem 1rem;
	font-size: 1rem;
	color: #fff;
	border: none;
	background-color: #1e4e92;
}

/* テーブル */
.calender-list-table {
	margin: 20px auto 60px;
}
.calender-list-table table {
	width: 100%;
	border-collapse: collapse;
}
.calender-list-table th, .calender-list-table td {
	padding: 10px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.calender-list-table th {
	font-size: 0.85rem;
	color: #fff;
	background: #7d7d7d;
}
.calender-list-table td {
	font-size: 0.8rem;
	border-bottom: 1px dotted #c0c0c0;
}
.calender-list-table tr:nth-child(even) {
	background: #f6f6f6;
}
.calender-list-table th:first-child, .calender-list-table td:first-child {
	border-left: none;
}
.calender-list-table th:last-child, .calender-list-table td:last-child {
	border-right: none;
	width: 70px;
}
@media screen and (min-width: 768px) {
	.calender-list-table th:last-child, .calender-list-table td:last-child {
		width: 150px;
	}
}
.calender-list-table button {
	cursor: pointer;
	width: 70px;
	padding: 2px 0;
	font-size: 1rem;
	color: #fff;
	border: none;
}
.calender-list-table .edit {
	background-color: #1e4e92;
	margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
	.calender-list-table .edit {
		margin: 0 10px 0 0;
	}
}
.calender-list-table .delete {
	background-color: #f4c000;
}

/* ========== 活動報告一覧 ========== */

/* 検索 */
.report-search-area {
	display: flex;
	flex-flow: column;
	margin: 30px 10px 0;
	padding-bottom: 10px;
}
.conference-search {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c0c0c0;
}
.conference-btn {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
@media screen and (min-width: 900px) {
	.report-search-area {
		flex-flow: row;
		margin: 30px 20px 0;
	}
	.conference-search {
		flex: 1 1 auto;
		padding-right: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.event-search {
		flex: 0 0 440px;
		padding-left: 20px;
		border-left: 1px dotted #c0c0c0;
	}
	.conference-btn {
		flex: 1 1 auto;
		padding-right: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.event-btn {
		flex: 0 0 440px;
		padding-left: 20px;
	}

}
.report-search-area h2 {
	font-size: 1.25rem;
	margin: 0 0 7px 0;
}
.report-search-area p {
	font-size: 0.9rem;
}
.report-search-area .select-wrap1 {
	position: relative;
	display: inline-block;
}
select::-ms-expand {
	display: none;
}
.report-search-area .select-wrap1::after {
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.report-search-area .select-wrap1 select {
	width: 300px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fbfbfb;
	margin: 7px 7px 0 0;
	padding: 6px 10px 4px;
	font-size: 0.9rem;
}
.select-wrap2 {
	position: relative;
	display: inline-block;
}
.select-wrap2::after {
	position: absolute;
	content: '';
	top: 32px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.select-wrap2 select {
	width: 185px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fbfbfb;
	margin: 20px 0 0 0;
	padding: 6px 10px 4px;
	font-size: 0.8rem;
}
.conference-search span {
	font-size: 0.8rem;
	color: #666;
}

.report-search-btn {
	border-top: 1px dotted #c0c0c0;
	margin-top: 25px;
	padding-top: 20px;
	text-align: center;
}
.report-search-btn button {
	cursor: pointer;
	padding: 7px 35px;
	margin: 0 auto;
	font-size: 1rem;
	color: #fff;
	border: none;
	position: relative;
	background-color: #1e4e92;
}

/* テーブル */
.calender-list-table {
	margin: 20px auto 60px;
}
.calender-list-table table {
	width: 100%;
	border-collapse: collapse;
}
.calender-list-table th, .calender-list-table td {
	padding: 10px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.calender-list-table th {
	font-size: 0.85rem;
	color: #fff;
	background: #7d7d7d;
}
.calender-list-table td {
	font-size: 0.8rem;
	border-bottom: 1px dotted #c0c0c0;
}
.calender-list-table tr:nth-child(even) {
	background: #f6f6f6;
}
.calender-list-table th:first-child, .calender-list-table td:first-child {
	border-left: none;
}
.calender-list-table th:last-child, .calender-list-table td:last-child {
	border-right: none;
	width: 70px;
}
@media screen and (min-width: 768px) {
	.calender-list-table th:last-child, .calender-list-table td:last-child {
		width: 150px;
	}
}
.calender-list-table button {
	cursor: pointer;
	width: 70px;
	padding: 2px 0;
	font-size: 1rem;
	color: #fff;
	border: none;
}
.calender-list-table .edit {
	background-color: #1e4e92;
	margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
	.calender-list-table .edit {
		margin: 0 10px 0 0;
	}
}
.calender-list-table .delete {
	background-color: #f4c000;
}

/* ========== お知らせ一覧 ========== */

/* 検索 */
.newslist-search-area {
	display: flex;
	flex-flow: column;
	margin: 30px 10px 0;
}
.newslist-date-search {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c0c0c0;
}
@media screen and (min-width: 900px) {
	.newslist-search-area {
		flex-flow: row;
		margin: 30px 20px 0;
	}
	.newslist-date-search {
		flex: 1 1 auto;
		padding-right: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.newslist-freeword-search {
		flex: 0 0 440px;
		padding-left: 20px;
		border-left: 1px dotted #c0c0c0;
	}
}
.newslist-search-area h2 {
	font-size: 1.25rem;
	margin: 0 0 7px 0;
}
.newslist-search-area p {
	font-size: 0.9rem;
}
.newslist-search-area .select-wrap {
	position: relative;
	display: inline-block;
}
.newslist-search-area .select-wrap::after {
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.newslist-search-area .select-wrap select {
	width: 185px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fbfbfb;
	margin: 7px 0 0 0;
	padding: 6px 10px 4px;
	font-size: 0.8rem;
}
.newslist-date-search span {
	font-size: 0.8rem;
	color: #666;
}
.newslist-search-area input[type="text"] {
	width: 80%;
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
	padding: 0.3em;
	font-size: 1rem;
}
.newslist-search-btn {
	border-top: 1px dotted #c0c0c0;
	margin-top: 25px;
	padding-top: 20px;
	text-align: center;
}
.newslist-search-btn button {
	cursor: pointer;
	padding: 7px 35px;
	margin: 0 auto;
	font-size: 1rem;
	color: #fff;
	border: none;
	position: relative;
	background-color: #1e4e92;
}

/* テーブル */
.newslist-list-table {
	margin: 20px auto 60px;
}
.newslist-list-table table {
	width: 100%;
	border-collapse: collapse;
}
.newslist-list-table th, .newslist-list-table td {
	padding: 10px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.newslist-list-table th {
	font-size: 0.85rem;
	color: #fff;
	background: #7d7d7d;
}
.newslist-list-table td {
	font-size: 0.8rem;
	border-bottom: 1px dotted #c0c0c0;
}
.newslist-list-table tr:nth-child(even) {
	background: #f6f6f6;
}
.newslist-list-table th:first-child, .newslist-list-table td:first-child {
	border-left: none;
}
.newslist-list-table th:last-child, .newslist-list-table td:last-child {
	border-right: none;
	width: 70px;
}
@media screen and (min-width: 768px) {
	.newslist-list-table th:last-child, .newslist-list-table td:last-child {
		width: 150px;
	}
}
.newslist-list-table button {
	cursor: pointer;
	width: 70px;
	padding: 2px 0;
	font-size: 1rem;
	color: #fff;
	border: none;
}
.newslist-list-table .edit {
	background-color: #1e4e92;
	margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
	.newslist-list-table .edit {
		margin: 0 10px 0 0;
	}
}
.newslist-list-table .delete {
	background-color: #f4c000;
}
/* MICROBIT START */
.message {
	font-size: 0.9rem;
	text-align: center;
	color: red;
}
/* login-list */
.login-box .login-error input.error,
.login-box .login-error textarea.error,
.login-box .login-error select.error {
	background: #FFF5F5;
	margin: 0 0 0px 10px;
}

.login-box .login-error label.error {
  margin-top: 1.5625vw;
  color: #e20000;
}

@media screen and (min-width: 769px) {
  .login-error label.error {
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 110px 0 160px;
  }
}
@media screen and (min-width: 769px) {
	.login-box .login-error {
		width: 500px;
	}
}

.login-box .login-error div.message {
  color: #e20000;
}

@media screen and (min-width: 769px) {
  .login-error div.message {
	font-size: 0.9rem;
	text-align: center;
  }
}
/*Password Change Error List*/
.password-error input.error,
.password-error textarea.error,
.password-error select.error {
	background: #FFF5F5;
	margin: 0 0 0px 10px;
}

.password-error label.error {
	margin-top: 1.5625vw;
	font-size: 0.9rem;
	color: #e20000;
}

@media screen and (min-width: 769px) {
  .password-error label.error {
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 769px) {
	 .password-error {
		width: 270px;
	}
}
@media screen and (min-width: 769px) {
	 .menu-width {
		max-width: 300px;
	}
}
div.message {
  color: #e20000;
}

@media screen and (min-width: 769px) {
  div.message {
	font-size: 0.9rem;
	text-align: center;
  }
}
/* error-list */
.form-area .error-list input.error,
.form-area .error-list textarea.error,
.form-area .error-list select.error {
	background: #FFF5F5;
}

.form-area .error-list label.error {
  margin-top: 1.5625vw;
  color: #e20000;
}

@media screen and (min-width: 769px) {
  .form-area .error-list label.error {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
	.form-area .error-list {
		width: 420px;
	}
}
.timebox{
	width: 200px!important;
}
.error {
	color: #F00;
}

.kaiinSearch {
	text-align: center; 
	width:100%;
}

.kaiinSearch-left {
	text-align: left; 
	width:55%;
}

.kaiinSearch-right {
	text-align: left; 
}


.maxWidth1250 {
	max-width: 1250px !important;
}
.wd6p {
	width: 6% !important;
}
.wd9p {
	width: 9% !important;
}
.wd10p {
	width: 10% !important;
}
.wd12p {
	width: 12% !important;
}
.wd15p {
	width: 12% !important;
}
.wd18p {
	width: 18% !important;
}
.wd20p {
	width: 20% !important;
}
.wd25p {
	width: 25% !important;
}
.wd30p {
	width: 30% !important;
}
.wd50p {
	width: 60% !important;
}
.fontsize {
	font-size: 14px !important;
}
h4 {
	font-size: 14px;
	margin-top:5px !important;
}
.ime-ModeEnable{
	ime-mode: active;
}
.ime-ModeDisable{
	ime-mode: disabled;
}
span:hover {
    position: relative;
}
span[tooltip]:hover:after {
    content: attr(tooltip);
    padding: 4px 8px;
    color: black;
    position: absolute;
    left: 0;
    bottom: 35px;
    font-size: 12px;
    white-space: pre;
	background: white !important;
	background-color: white;
    filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* Mozilla */
    opacity: 1; /* CSS3 */
    border:1px solid;
    z-index: 10;
}
@-moz-document url-prefix() {
	span[tooltip]:hover:after {
		bottom: 10px;
	}
}
.tab-close-btn {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.tab-close-btn button {
	text-align: center;
	cursor: pointer;
	padding: 7px 10px;
	font-size: 1rem;
	color: #fff;
	border: none;
	position: relative;
	background-color: #1e4e92;
}
.txtAlign-left {
	text-align: left; 
}
.fnt15 {
	font-size: 15px;
}
.displayBlock {
	display: inline-block;
}
/* MICROBIT END */