@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}

ul, li	{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FireFox等リンクをクリックした後の枠線を消す */
a	{outline: none;}
a:focus	{outline: none;}

/* ボックスの左右に確保する余白 */
.box1, .boxA, .box2-inner, .box6-inner
	{padding-left: 10px;
	padding-right: 10px}

/* ヘッダー */
.site h1 a	{color: #327c7a;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 28px;
	font-weight: normal}

/* ヘッダー　スローガン */
.header_box3 ul	{margin: 0;
	padding: 0;
	list-style: none}

.header_box3 li	{
	text-align:right;
	padding: 0px 20px;
	margin: 0px 0px;
	color: #000000;
	font-size: 12px}

.header_box4 ul	{margin: 0;
	padding: 0;
	list-style: none}

.header_box4 li	{
	padding: 0px 20px;
	margin: 0px 0px;
	color: #000000;
	font-size: 14px}

.header_box4 img	{
	margin: 10px 20px}

.header_box4 a:hover	{opacity:0.75}

/* BOX2をバーの形にする */
.box2	{background-color: #529fa3;
	clear:both}


/* パンくずリスト */
.bread	{margin-bottom: 0px}

.bread ol	{margin: 0;
	padding: 0;
	list-style: none}

.bread li a	{display: inline-block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.bread li a:hover	{background-color: #eeeeee}

.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}

/* フッター */
.box6 p	{margin: 5px 0px;
	color: #ffffff;
	font-size: 14px}

.box6 a	{color: #ffffff;
	text-decoration:none}
	
.box6 a:hover	{opacity:0.6}

.copyright p	{text-align:center}

/* BOX6をバーの形にする */
.box6	{background-color: #529fa3;
	clear:both}

/* フッター内リンク */
.footer_link	{text-align:right}

.footer_link i	{margin-left: 10px}


/* 概要（トップページ） */
.outline	{margin-bottom: 20px}

.outline a	{display: block;
	border: solid 1px #dddddd;
	color: #000000;
	text-decoration: none}

.outline a:hover	{box-shadow: 0 0 10px #dddddd;
	opacity: 0.85}

.outline img	{max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 15px;
	vertical-align: bottom}

.outline h1	{margin-top: 0;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 18px;
	color:#666666}

.outline p	{margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px}

.pickup	{display: block;
	border: solid 1px #dddddd;
	color: #000000;
	text-decoration: none}

.top_info h1	{margin-top: 0;
	margin-bottom: 0px;
	color:#ff0000}

.top_info a	{display: inline;
	border: none;
	color:#06F;
	text-decoration:underline}

.top_info dl	{margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px}

.top_info dt	{font-weight:bold;
	font-size:16px;
	margin-left:10px}

/* ページを開く */
.more	{display: inline-block;
	padding: 5px 15px;
	background-color: #3077be;
	color: #ffffff;
	border-radius:5px}

.more i	{margin-left: 10px}


/* 連絡事項・新着情報（トップページ） */
.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #333333}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.news li a:hover	{background-color: #eeeeee}

.news time	{color: #666666;
	font-weight: bold}

.news a:after	{content: "";
	display: block;
	clear: both}

.news time	{float: left;
	width: 100px}

.news .text	{float: none;
	width: auto;
	margin-left: 100px}

.news .plan	{color:#00F}


/* コンテンツ */
.contents h1	{margin-top: 0;
	margin-bottom: 20px;
	background: linear-gradient(transparent 70%, #e266a4 70%);
	font-size: 22px}

.contents p	{margin-top: 0;
	margin-bottom: 20px}

.contents img	{max-width: 100%;
	height: auto}

.contents i	{margin-right: 5px;
	color: #888888}

.contents .more i	{margin-right: 5px;
	color: #ffffff}

.contents h2	{margin-top: 40px;
	padding-left: 10px;
	border-left: solid 10px #7cbac1;
	font-weight: normal;
	font-size:20px}

/* 記事の投稿日 */
.doc_info	{margin-top: -10px;
	margin-bottom: 20px}

.doc_info i	{margin-right: 5px;
	color: #aaaaaa;
	font-size: 20px}

/* コンテンツ内の表書式 */
.schedule {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}
 
.schedule th,
.schedule td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.schedule th {
  background: #f9fafc;
  font-size:14px;
}
 
.schedule td {
  font-size:12px;
}

.schedule ul	{margin: 0;
	padding: 0;
	list-style: none}
 
.schedule label {
  line-height: 34px;
  margin: 0;
}

.schedule .center	{
	text-align:center
}

.schedule .left	{
	text-align:left
}
 
@media only screen and (max-width: 767px) {
  .schedule thead {
    display: none;
  }
  
  .schedule tr,
  .schedule td {
    display: block;
    width: auto;
  }
  
  .schedule tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }
  
  .schedule td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: left;
  }
  .schedule td:last-child {
    border-bottom: none;
  }
  .schedule td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
}
/* コンテンツ内の表書式　ここまで */

/* カテゴリーリスト */
.cat_list img	{margin:0 10px;
	border-radius:10px}

.cat_list a:hover	{opacity:0.8}

.cat_list p	{margin:5px 15px;
	font-size:16px}

/* ドキュメントリスト */
.document_list img	{margin: 0 10px}

.document_list a:hover	{opacity:0.8}

.document_list p	{margin:0 5px 10px 10px;
	font-size:16px}

.document_list ul	{padding-left: 20px;
	margin-bottom:10px}

.document_list li	{font-size:16px}

.document_list h3	{clear:both;
	padding-top:50px}

.document_list h4	{clear:both;
	padding-top: 20px}

/* スライドショー */
.slide p	{margin-top:10px;
	margin-bottom: 10px;
	padding: 0px 15px;
	font-size:14px;
	float:left}

.slide_list	{float:left;
	margin:10px 5px}

.slide a	{text-decoration:none;
	margin-bottom: 50px}

.slide a:after	{content: "・"}


/* サイドメニュー */
.sidemenu	{margin-top:15px;
	margin-bottom: 30px;
	clear:both}

.sidemenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.sidemenu li a:hover	{background-color: #eeeeee}

.sidemenu h1	{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px}

.sidemenu i	{margin-right: 5px;
	color: #888888}


/* 同好会・サークル紹介メニュー */
.circle_info	{margin-bottom: 30px}

.circle_info ul	{margin: 0;
	padding: 0;
	list-style: none}

.circle_info li a	{display: block;
	margin-bottom: 10px;
	padding: 0;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.circle_info li a:hover	{background-color: #eeeeee;
	opacity: 0.8}

.circle_info h1	{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px}

.circle_info img	{width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom}

.circle_info .text	{padding: 5px 10px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff}

.circle_info a	{position: relative}

.circle_info .text	{position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}


/* 新着情報メニュー（サイドバー） */
.new_entry	{margin-bottom: 30px}

.new_entry ul	{margin: 0;
	padding: 0;
	list-style: none}

.new_entry li a	{display: block;
	padding: 5px;
	border-bottom: dotted 1px #dddddd;
	color: #2288bb;
	font-size: 14px;
	text-decoration: none}

.new_entry li a:hover	{background-color: #eeeeee}

.new_entry li a img	{border: none}

.new_entry h1	{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px}

.new_entry a:after	{content: "";
	display: block;
	clear: both}

.new_entry img	{float: left;
	width: 60px}

.new_entry .text	{float: none;
	width: auto;
	margin-left: 60px;
	padding-left: 15px}

.new_entry span	{display: block;
	color: #666666;
	font-size: 12px}

/* サイトマップ */
.sitemap a	{color: #000000;
	text-decoration:none}
	
.sitemap a:hover	{opacity:0.5}


/* ボックスの上下の間隔 */
.box1	{padding-top: 8px;
	padding-bottom: 8px}

.box3	{padding-top: 40px;
	padding-bottom: 30px}

.box4	{padding-top: 40px;
	padding-bottom: 30px}

.header_box3	{padding-top: 40px;
	padding-bottom: 10px}

.header_box4	{padding-top: 0px;
	padding-bottom: 10px}

.box5	{padding-top: 10px;
	padding-bottom: 30px}

.box6	{padding-top: 5px;
	padding-bottom: 15px}

.top .boxA	{padding-top: 20px;
	padding-bottom: 20px}

/* ページトップへボタン */
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f139';
  font-size: 60px;
  color: #3fefee;
}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* サイト名と記事のタイトル */
.site h1	{font-size: 20px}

.contents h1	{font-size: 20px}

/* ボックスの上下の間隔 */
.box1	{padding-top: 4px;
	padding-bottom: 4px}

.box3	{padding-top: 25px}

.header_box3	{padding-top: 25px}

.box5	{padding-top: 10px}

/* スマホサイズでのフォントサイズ、スペース */
.cat_list p	{font-size:14px}

.document_list p	{font-size:14px}

.document_list li	{font-size:14px}

.document_list h2	{font-size:18px}

.slide_list	{clear:both;
	margin-bottom:40px}

}



/* ########### 600px以上 ########### */
@media (min-width: 600px) {

/* 概要を横に並べる設定 */
.boxA-1:after	{content: "";
	display: block;
	clear: both}

.boxA-1 .outline	{float: left;
	width: 50%}

.boxA-1 .outline:nth-child(odd)
	{padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both}

.boxA-1 .outline:nth-child(even)
	{padding-left: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

}



/* ########### 600px以上～767px以下 ########### */
@media (min-width: 600px) and (max-width: 767px) {

/* サイト名と記事のタイトル */
.site h1	{font-size: 26px}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 50%}

.box4-2	{float: left;
	width: 50%}

/* BOX4-1とBOX4-2の左右の間隔 */
.box4-1	{padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

}


/* ########### 767px以下 ########### */
@media (max-width: 767px) {

/* メニューボタン */
#menubtn	{margin: 10px;
	padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{padding-left: 10px;}

/* ナビゲーションメニュー（縦並び） */
#menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px 20px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	color:#ffffff}

.menu li a:hover	{background-color: #75dbe7;
	color: #333333}

.menu_second-level li	{
	padding-left: 30px;}

/* ナビゲーション */
/*.menu li a	{padding: 10px 10px;
	font-size: 12px}
*/
}

/* ########### 768px以上 ########### */
@media (min-width: 768px) {


/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu {
	position: relative;
	width: 100%;
	height: 50px;
	max-width: 1000px;
	margin: 0 auto;
}

.menu > li {
	float: left;
	width: 14.28%;
	height: 50px;
	line-height: 50px;
	text-align:center;
	font-size: 14px;
	background: #529fa3;
}

.menu > li a {
	display: block;
	color: #fff;
	text-decoration:none;
}

.menu > li a:hover {
	color: #333;
}

.menu_none:hover,
.menu_single:hover {
  background: #75dbe7;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.menu_second-level li {
  border-top: 1px solid #75dbe7;
}

.menu_second-level li a:hover {
  background: #75dbe7;
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}


/* single menu */
.menu > .menu_single {
  position: relative;
}

.menu_single .menu_second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #529fa3;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu_single:hover > .menu_second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

/* ピックアップ */
.pickup h1	{font-size: 22px}

/* BOX3とBOX4を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box3	{float: left;
	width: 70%}

.box4	{float: left;
	width: 30%}

/* BOX3とBOX4の左右の間隔 */
.box3	{padding-right: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

/* HEADER BOX3とBOX4を横に並べる設定 */
.header_box3	{float: left;
	width: 70%}

.header_box4	{float: left;
	width: 30%}

.header_box4	{padding-top: 10px;
	padding-bottom: 10px}

/* BOX3-1とBOX3-2を横に並べる設定 */
.box3-1	{float: left;
	width: 30%}

.box3-2	{float: left;
	width: 70%}

}



/* ########### 1040px以上 ########### */
@media (min-width: 1040px) {

/* ボックスの左右に確保する余白 */
.box1, .boxA, .box2-inner, .box6-inner
	{width: 1000px;
	margin-left: auto;
	margin-right: auto}

}


/* ########### 900px以下 ########### */
@media (max-width: 900px) {
/* サイト名と記事のタイトル */
.line-break	{word-wrap:break-word;
		display:block}

