@charset "UTF-8";
/* --------------------------------------------------------------------
 Copyright (c) 2018 plusi
 -------------------------------------------------------------------- */
/* ====================================
 ブラウザ デフォルト値のリセット
 ====================================== */
* { margin: 0; padding: 0; }

/* block */
address,blockquote,dl,fieldset,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,object {
font-size: 100%;
}
div, mg, p, a, ul, form, input, label, h1, h2, h3, table,object{
padding:0; margin:0;
}
/* inline */
button,cite {
font-size: 100%;
}

/* other */
caption,dd,dt,li,td,th,tr {
font-size: 100%;
}

/* form */
form,input,option,select,textarea {
}

/* style */
div,span {  }

/* img */
img  { vertical-align: top; }

/* link */
a {
/*	display:block;*/
	text-decoration: none;
}
a:link{ color: #0d0d0d; }
a:visited{ color: #0d0d0d; }
a:hover{ color: #da3a20; text-decoration: underline;}
a:active{ color: #666666; }

a img{ border-style: none; }

/* iframe */
object { overflow: auto; border: none; background-color: #d8caa8;}

/* ====================================
 基本タグ
 ====================================== */
/* --------------------------------------------------------------------
 Body
 -------------------------------------------------------------------- */
body{
	position: relative;
	margin: 0;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/* --------------------------------
	HEADER_AREA
   -------------------------------- */
#header_area{
	position: fixed;

	padding: 24px 0px 10px 0px;
	z-index: 99;
	width: 100%;
	margin: auto;
	background-color: rgba(255,255,255,0.8);
	border-top: 5px solid #54bce8;
	border-bottom: solid 1px #dddddd;
}
/* LOGO(サイト名) */
.site h1 a{
	color: #000000;
	text-decoration: none;
}

.site h1{
	padding: 0 15px;
	margin: 0;
	font-size: 30px;
}

.site img	{border: none;}


/* --------------------------------
	STAGE
   -------------------------------- */

#stage{
	padding-top: 125px;
	padding-bottom: 25px;
}

/* --------------------------------
	CONTENTS_BOX
   -------------------------------- */

.contents_box h1{
	clear: both;
	clear: left!important;
	clear: right!important;

	margin: 0 0 20px 10px;
	padding-left: 20px;
	border-left: solid 20px #54bce8;
	font-size: 36px;
	font-weight: normal;
}

.contents_box h2{
	clear: both;
	clear: left!important;
	clear: right!important;
	margin: 80px 0 20px 10px;
	border-bottom: solid 1px #dddddd;
	font-size: 28px;
	font-weight: normal;
}
.contents_box h3{
	clear: all;
	clear: left;
	clear: right;
	font-size: 18px;
	color: #54bce8;
}
.contents_box h3:before{ content:'【'; }
.contents_box h3:after{ content:'】'; }
.contents_box .noSPtop{
	margin-top: 30px!important;
}
.contents_box .SPtop{
	margin-top: 100px!important;
}

.contents_box h2 i{
	margin-right: 7px;
	color: #888888;
}
.contents_box h1 span{ font-size: 80%; padding-right: 20px;}
.contents_box h1 span.pR{ font-size: 80%; padding-left: 20px;}
.contents_box h2 span{ font-size: 80%;}

.contents_box p{
	font-size: 18px;
	clear: left;
	max-width: 98%;
	margin: auto;
	margin-top: 0;
	margin-bottom: 20px;
}
.contents_box p.indent{
	text-indent: 1em;
}
.contents_box p.pRkaityo{
	text-align: right;
	padding-right: 20px;
}
.contents_box p.shift{
	padding-left: 20px;
}
.contents_box p img.img{
	float: right;
	padding: 0 10px;
	width: 34%;
}

.contents_box .lead{
	width: 95%;
	margin: auto;
	max-width: 100%;
	font-size: 20px;
	color: #666666;
}

.contents_img{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px
}

/* --------------------------------
	パンくずリスト
   -------------------------------- */
.bread{ width: 100%; margin-bottom: 30px; }

.bread ol{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	float: right;
}
.bread ol:after{ clear: right; }

.bread li a	{
	display: inline-block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.bread li a:hover{ background-color: #eeeeee; color: #54bce8; }

.bread ol:after{
	content: "";
	display: block;
	clear: both;
}

.bread li{
	float: left;
	width: auto;
}

.bread li:after{
	content: '\003e';
	margin-left: 10px;
	margin-right: 10px;
	color: #888888;
}
.bread li.last:after{
	content: '';
}

/* --------------------------------
	サイドメニュー
   -------------------------------- */

.sidemenu{
	margin: 10px;
	border: solid 6px #dddddd;
}

.sidemenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidemenu li a{
	display: block;
	padding: 10px;
	border-top: solid 1px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.sidemenu li a:hover{ background-color: #eeeeee; color: #54bce8; }
.sidemenu li a.current{ background-color: #eeeeee; color: #54bce8; }


/**/
.sidebanner{
	margin: 10px;
}

.sidebanner ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebanner li {
	margin-bottom: 10px;
}
.sidebanner li img{ width: 100%; }
.sidebanner li a{
	display: block;
	padding: 10px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sidebanner li.kyoukenbyou a	{ background-color: #c5e4f3; }
.sidebanner li.noraneko a		{ background-color: #e5e0f8; }
.sidebanner li.doubutu a		{ background-color: #b3d5c8; }
.sidebanner li.fureai a		{ background-color: #f9eed5; }
.sidebanner li.sub a		{ background-color: #f2f2f2; }

.sidebanner li a:hover{ background-color: #eeeeee; color: #54bce8; }
.sidebanner li a.current{ background-color: #eeeeee; color: #54bce8; }




/* --------------------------------
	ul
   -------------------------------- */
.contents_box ul{
	margin: 10px 0 10px 30px;
	list-style: none;
}
.contents_box ul li{
	padding: 5px 0;
}
/*
.contents_box ul li:before{
	display: none;
	color: red;
	font-family: "Font Awesome 5 Light", "Font Awesome 5 Regular", "Font Awesome 5 Free", "Font Awesome 5 Solid";
	content: '\f1b0';
}

.contents_box p::before{
	color: red;
	font-family: "Font Awesome 5 Solid";
	content: '\f1b0';
}

.contents_box ul li i{
	color: #54bce8;
}
*/
.contents_box ul.list_box{
	clear: all;
	clear: left;
	clear: right;
	float: left;
	margin: 10px 15px 50px 0px;
	list-style: none;

}
.contents_box ul.list_box li{
	float: left;
	display: block;
	border: 2px dotted #54bce8;
	padding: 15px;
	margin: 20px;

}
.contents_box ul.list_box li:hover{
	background-color: #f2f2f2;
	color: #54bce8;
	text-decoration: none;
}
.contents_box ul.list_box li:hover a{
	color: #54bce8;
	text-decoration: none;
}

/* --------------------------------
	活動リスト
   -------------------------------- */
.box{
	clear: left;
	background-color: #fbf2ee;
	width: 90%;
	margin: 20px 0 50px 5%;
	padding-left: 5%;
	border-top: 6px solid #b0deec;

	box-shadow: 0 3px 4px rgba(0, 0,0 , 0.32);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.box p{
	padding: 0 10px;
}

/* TITLE */
.box p.title{
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0 0 0;
}

/* 日時 */
.box p.subtitle{
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0 0 0;
}

/* 日時 */
.box p.date{
	
}
.box p.date:before{ content:'日時：'; font-weight: bold;}

/* 場所 */
.box p.place{
	
}
.box p.place:before{ content:'場所：'; font-weight: bold;}

/* 演題 */
.box p.endai{
}
.box p.endai:before{ content:'演題：'; font-weight: bold;}
.box p.noSpace{
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

/* 講師 */
.box p.kousi{
	padding-bottom: 20px;
}
.box p.kousi:before{ content:'講師：'; font-weight: bold; }

/* 内容 */
.box .det{
	clear: left;
	display: block;
	width: 95%;
	padding: 10px 0 20px 0;
	margin: 0;
}
.box .det p{
	border: 4px dotted #b0deec;
	background-color: #fefcfa;
	padding: 10px 20px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/* 調整 */
.box p.spTop{ padding-top: 20px; }
.box p.spBottom{ padding-bottom: 30px;}

/* --------------------------------
	photo_box
   -------------------------------- */
.photo_box{
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.photo_box:after{
	clear: left;
	content: "";
	display: block;
	margin-bottom: 30px;
}
.photo_box img{
	float: left;
	width: 45%;
	padding: 1%;
	margin: 0 1% 1% 0;
	position: relative;
	background-color: #eee;
	/*background-color: #fffacd;*/
}
/* --------------------------------
	TABLE LIST
   -------------------------------- */
table {
	margin-top: 30px;
	width:96%;
	border-collapse: collapse;
	border-bottom:#3EB1C6 solid 1px;
	margin: 20px 0 40px 0;
}
table td{
	border-right: #3EB1C6 solid 1px;
}
table thead th {
	width: 30%;
	background: #3EB1C6;
	color: #FFF;
	padding:10px 15px;
	border-right: #FFF solid 1px;
}
table thead th:last-child {
	border-right: #3EB1C6 solid 1px;
}
table tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	/*border-bottom:#FFF solid 1px;*/
	vertical-align:top;
}
table tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table tbody td {
	background: #FFF;
	padding: 10px 15px;
	border-left: #3EB1C6 solid 1px;
	border-bottom: #3EB1C6 dotted 1px;
	vertical-align: top;
}
table td:last-child{
	border-bottom: #3EB1C6 dotted 1px;
	margin-bottom: 50px;
}
table thead th:last-child {
	border-right:none;
}

table th:first-child{
}

@media screen and (max-width: 640px) {
	table {
	}
	table thead {
		display:none;
	}
	table tbody th {
		display:block;
	}
	table tbody td {
		border: none;
		border-bottom: 1px solid #fff;
		display:block;
		background-color: #f2f2f2;
	}
	table td:last-child{
		border:none;
		margin-bottom: 50px;
	}
	table tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
		margin-right: 20px;
	}
	table tbody td p {
		padding-left:6em;
	}
}
/* --------------------------------
	footer_area
   -------------------------------- */
footer{
	background: url("../images/layout/footer.png") top center repeat-x;
	height: 280px;
}
#footer_area{
	background: url("../images/layout/footer_main.png") top center no-repeat;
	height: 280px;
}

.footer_box{
	padding-top: 120px;
	padding-left: 20px;

}
.footer_info{
	float: left;
}

/* コピーライト */
.copyright p{
	float: right;
	margin: 0;
	padding-top: 120px;

	color: #666666;
	font-size: 14px;
}

/* --------------------------------
 more
   -------------------------------- */
/* 続きを読む */
.more{
	font-size: 12px;
	margin: 0;
	line-height: auto;
	display: inline-block;
	padding: 5px 15px!important;
	background-color: #3077be;
	/*background-color: #54bce8;*/
	color: #ffffff;
}
	

.more i{ margin-left: 10px; }
.more.osirase{ background-color: #ec6525;}

/* --------------------------------
	gMap
   -------------------------------- */
.gMap{
	margin-left: 5px;
	border: 1px solid #ccc;
	width: 96%;
	height: 300px;
}
/* --------------------------------
	table
   -------------------------------- */
.table_basic table {
	margin: 20px 0;
	border-collapse: collapse;
	border: none;
	width: 100%;
	position: relative;
}
.table_basic th,
.table_basic td {
	border: none;
	border-bottom: 1px solid #fff!important;
}
.table_basic th {
	background-color: #3EB1C6;
	padding: 20px 10px 20px 15px;
}
.table_basic td {
	background-color: #f6f6f6;
	/*border: 1px solid #3EB1C6;*/
	padding: 20px 10px 20px 27px;
}



/* --------------------------------
	dl
   -------------------------------- */
dl{
	margin: 20px;
}
dt{
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px dotted #ddd;
	padding-left: 10px;
}
dd{
	padding: 5px 10px;
	margin-bottom:30px;
	color: #999;
}
dd a, dd a:link{ color: #999!important；}
/* --------------------------------
	装飾
   -------------------------------- */
p.point{
	font-size: 20px;
	font-weight: bold;
}
em.point{
	background-color: #fffacd;
	font-style: normal;
}
strong.noB{ font-weight: normal; }
em.noB{ font-weight: normal; }
.red{ color: red; }
/* --------------------------------
	font-awsome
   -------------------------------- */
i.pdf{
	color: red!important;
	padding-right: 10px;
}
.contents_box i.aws{
	padding-right: 5px;
	color: #54bce8;
}
/* --------------------------------
	スクロール
   -------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #aaa;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}


/* ================================
			359px以下
   ================================ */
@media (max-width: 359px) {

	/* サイト名 */
	.site img{
		width: 225px;
		height: auto;
	}

}


/* ================================
			599px以下
   ================================ */
@media (max-width: 599px) {

	/* ナビゲーション */
	.menu li a{
		padding: 10px 7px;
		font-size: 11px;
	}

	.contents_box h1	{font-size: 20px; padding-left: 5px; margin-top: 20px; border-left: solid 12px #54bce8; clear: right; clear: left;}

	.contents_box h1 span{ padding-right: 5px;}

	.contents_box h2	{font-size: 18px; margin-top: 50px;}

	.contents_box .lead	{font-size: 16px}

	.contents_box .SPtop{
		margin-top: 40px!important;
	}

}


/* ================================
			767px以下
   ================================ */
@media (max-width: 767px) {

	#stage{
		padding-top: 25px;
	}

	/* FIXの解除 */
	#header_area{
		position: relative;
	}

	.contents_box p{

		max-width: 96%;
		margin: auto;
		margin-top: 0;
		margin-bottom: 20px;
	}

	/* トグルボタン */
	#menubtn{
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		background-color: #ffffff;
		position: absolute;
		top: 32px;
		right: 15px;
		cursor: pointer;
	}

	#menubtn:hover {background-color: #dddddd}

	#menubtn:focus {outline: none}

	#menubtn i{
		color: #888888;
		font-size: 18px;
	}

	#menubtn span{
		display: inline-block;
		text-indent: -9999px;
	}

	/* ナビゲーションメニュー（縦並び） */
	.menu{ display: none }

	.menu ul{
		margin: 20px 0 0 0;
		padding: 10px;
		list-style: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background-color: #f2f2f2
	}

	.menu li a	{
		display: block;
		padding: 10px 5px;
		color: #000000;
		font-size: 14px;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
	}

	.menu li a:hover	{background-color: #fff; color: #54bce8;}
	.menu li.mem{ background-color: #eee; }


	/* 1行配置の場合の調整 */
	.box_line .box_det{
		width: 68%;
	}
	/*
	.box_line .box_photo{
		width: 30%
	}
	*/
	/* コピーライト */
	.copyright p{
		float: left;
		padding-top: 10px;
	}


	.photo_box{
		margin-bottom: 10px;
	}
	.photo_box:after{
		margin-bottom: 10px;
	}
	.photo_box img.tp2{
		float: left;
		width: 70%;
		padding: 1%;
		margin: 0 0 2% 10%;
		position: relative;
		background-color: #eee;
		/*background-color: #fffacd;*/
	}
	.menu_area{
		margin-top: 50px;
	}

	.sidebanner li{ width: 46%; margin: 1% 2%; float: left; margin: 5px; }
	.sidebanner li img{ width: 100%; }

}
/* ================================
			768px以上
   ================================ */
@media (min-width: 768px) {
	/* contents_areaとmenu_areaを横に並べる設定 */
	#stage:after{
		content: "";
		display: block;
		clear: both;
	}

	.contents_area{
		float: right;
		width: 80%;
		padding-left: 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.menu_area{
		float: left;
		width: 20%;
	}

	/* トグルボタン */
	#menubtn{ display: none; }

	/* ナビゲーション */
	#menu {display: block !important}

	.menu ul {
		margin: 5px 10px 0 0;
		padding: 0;
		list-style: none;
	}

	.menu li a	{
		display: block;
		padding: 10px 15px;
		color: #000000;
		font-size: 16px;
		text-decoration: none;
		/*text-decoration: none;*/
	}

	.menu li a:hover{ background-color: #f2f2f2; color: #54bce8; }
	.menu li a.current{ background-color: #f2f2f2; color: #54bce8; }
	.menu li.mem a{ border: 1px solid #000; padding: 5px 10px; margin: 5px 0 0 10px;}

	.menu ul:after{
		content: "";
		display: block;
		clear: both;
	}

	.menu li{
		float: left;
		width: auto
	}

	/* LOGOとmenu_areaを横に並べる設定 */
	#header_area:after{
		content: "";
		display: block;
		clear: both;
	}

	#logo{
		float: left;
		width: auto;
	}

	#menu_area{
		float: right;
		width: auto;
	}

}
/* ================================
			1190px以上
   ================================ */
@media (min-width: 1190px) {

	/* 全体の横幅を固定 */
	#stage{
		width: 1140px;
		margin-left: auto;
		margin-right: auto
	}

	/* 全体の横幅を固定 */
	#header_box,
	.topic_area,
	.footer_box{
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}

	/* 罫線を挿入 */
	#header_area{
		margin-bottom: 20px;
		border-bottom: solid 1px #dddddd;
	}


}

