
@charset "utf-8";

@media print { /* 紙媒体向けスタイル定義 */
	html {
	color:#000;
	}

	/* --BODY-- */
	body {
	margin:0;
	padding:0;
	text-align: center;
	}
}
html {
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	background: #FFFFFF;
}
ul {
	list-style:none;
}
ol {
	margin:0;
	padding:0 0 0 1.5em;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, pre, span, td, th, ul {
	margin:0;
	padding:0;
}

@import "html5reset";

/*---------------------------------------------------------
　　フォント
---------------------------------------------------------*/

body {
	/*font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font:0.9em/1.8;
	font-size: 0.9em; /* modern browser */
	border-top:9px solid #4F96C1;
}

code, kbd, pre, samp, tt {
	font-family:monospace;
	line-height:100%;
}
/* for IE7 */
*+html code, kbd, pre, samp, tt {
	font-size:108%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

/*---------------------------------------------------------
　　基本スタイル
---------------------------------------------------------*/

* {
	color:#555;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img {
  max-width: 100%;
  /* height: auto; */
}

/*---------------------------------------------------------
　　共通
---------------------------------------------------------*/

section {
	margin:0 0 50px 0;
}

ul.ul1 {
  margin: 0 0.5em 20px 1.5em;
  padding:0;
  list-style-image: url(../images/etc/list_mark2.png);
}
ul.ul1 li {
  margin: 0 0 5px 0;
  padding:0;
}
.mark01 {
    margin:3px 0 8px;
	padding:0 3px 0 15px;
    background:url(../images/etc/list_mark3.png) 0 4px no-repeat;
	background-color:none;
}

.position_r {text-align:right;}
.position_c {text-align:center;}

.fnt14b {
    font-size:1.2em;
	font-weight:bold;
}
.fnt_red {
    color:#FF0000;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }
.ml5 { margin-left: 5px; }

.waku01 {
	margin:10px 0;
	padding:10px;
	border:2px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.waku_s_yel, .waku_s_ora {
    margin:0 .4em .3em 0;
	padding:.3em .5em .2em;
	font-size:.7em;
	font-weight:bold;
	vertical-align:middle;
	display:inline-table;
}
.waku_s_yel {
	background-color:#FFD687;
	border:1px solid #C89126;
}
.waku_s_ora {
	background-color:#FAC9B3;
	border:1px solid #F38E63;
}



.rad5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.rad10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.table1	{
	margin-bottom: 10px;
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	font-size:inherit;
}
.table1 th	{
	padding: 8px;
	vertical-align:top;
	font-size:1.2em;
	font-weight:normal;
	border-bottom:1px solid #AFAFAF;
	white-space:nowrap;
}
.table1 td	{
	padding: 8px;
	border-bottom:1px solid #AFAFAF;
	text-align:left;
}

.table2	{
	margin-bottom: 10px;
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	border:1px solid #AFAFAF;
	font-size:inherit;
}
.table2 thead th {
	padding: 8px;
	background-color:#568BAC;
	border:1px solid #AFAFAF;
	color:#FFF;
	text-align:center;
	white-space:nowrap;
}
.table2 th	{
	padding: 8px;
	background-color:#F7F7F7;
	border:1px solid #AFAFAF;
	color:#10527C;
	text-align:center;
	white-space:nowrap;
}
.table2 td	{
	padding: 8px;
	border:1px solid #AFAFAF;
}

.indent{
	display: block;
    margin-left: 1em;
    text-indent: -1em;
}


/*---------------------------------------------------------
　　タイトル
---------------------------------------------------------*/

h2 {
	margin: 0 0 15px 0;
	padding: 7px 5px 5px 15px;
	text-align: left;
	color: #186DA2;
	font-weight: bold;
	font-size: 130%;
	background:url(../images/etc/list_mark1.png) 0 0 no-repeat;
	background-color: #EDF4FE;
	border-bottom:1px solid #4F96C1;
	border-top:1px solid #4F96C1;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 0 3px;
	text-align: left;
	color: #186DA2;
	font-weight: bold;
	font-size: 120%;
	border-bottom:1px solid #4F96C1;
}

/*---------------------------------------------------------
　　リンク
---------------------------------------------------------*/

a:link {
	color:#24e; text-decoration:none;
}
a:visited {
	color:#24e; text-decoration:underline;
}
a:active {
	color:#37f; background:none; text-decoration:underline;
}
a:hover {
	color:#37f; background:none; text-decoration:underline;
}

a img, img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}

a:hover img {
	filter: alpha(opacity=70);
	opacity:0.7;
	background: #fff;
}

/*---------------------------------------------------------
　　ヘッダ
---------------------------------------------------------*/

#header_wrap {
	text-align: center;
}
#header {
	margin:0 auto;
	width:960px;
	min-height:130px;
	text-align: left;
}
#header-logo {
	width: 500px;
	float: left;
}
#header .box {
	width: 220px;
	margin-top:20px;
	text-align:center;
	float: right;
}


/*---------------------------------------------------------
　　メニュー
---------------------------------------------------------*/
/* ヘッダーメニュー -----*/
#headermenu {
	text-align: center;
	padding:0;
	margin-bottom:30px;
	background: #E9E9E9;
}
#headermenu ul {
	margin: 0 auto;
	width: 960px;
	height: 50px;
	overflow: hidden;
}
#headermenu ul li {
	width: 160px;
	height: 50px;
    overflow: hidden;
	float: left;
}
#headermenu ul li a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
    background-image: url(../images/top/menu.jpg);
    padding-top: 90px;
}
#nav1 a{ background-position: 0 0;}
#nav2 a{ background-position: -160px 0;}
#nav3 a{ background-position: -320px 0;}
#nav4 a{ background-position: -480px 0;}
#nav5 a{ background-position: -640px 0;}
#nav6 a{ background-position: -800px 0;}
#nav1 a:hover, #nav1 a.active { background-position: 0 -50px;}
#nav2 a:hover, #nav2 a.active { background-position: -160px -50px;}
#nav3 a:hover, #nav3 a.active { background-position: -320px -50px;}
#nav4 a:hover, #nav4 a.active { background-position: -480px -50px;}
#nav5 a:hover, #nav5 a.active { background-position: -640px -50px;}
#nav6 a:hover, #nav6 a.active { background-position: -800px -50px;}


/* サイドメニュー -----*/
#sidemenu {
	margin:0 0 20px 0;
}
#sidemenu .mds {
    width:100%;
	height:auto;
	margin:0;
	padding:5px;
	background-color:#4E95C0;
	font-weight:bold;
	color:#FFFFFF;
}
#sidemenu ul {
	list-style: none;
	margin:0;
	padding:0;
	border: 1px solid #6189A1;
	border-bottom: 0;
}
#sidemenu ul li {
	margin:0;
	padding:0;
	height:40px;
	list-style: none;
	border-bottom: 1px solid #83A4B8;
}
#sidemenu ul li a {
	display: block;
	width:100%;
	height:40px;
	line-height:40px;
	color:#555;
	text-indent:25px;
	text-align:left;
	text-decoration:none;
	text-indent:30px;
	background: url(../images/etc/list_mark2.png) 10px 50% no-repeat #fff;
	border-bottom: 1px solid #83A4B8;
}
#sidemenu ul li a:hover,
#sidemenu ul li a.active2 {
	background: url(../images/etc/list_mark3.png) 10px 50% no-repeat #F5F9FF;
}

/*---------------------------------------------------------
　　メイン
---------------------------------------------------------*/

#main {
	margin: 0 auto;
	width: 960px;
	padding: 0 0 20px 0;
	overflow: hidden;
	clear:both;
}
#side {
	width: 250px;
	vertical-align: top;
	text-align: left;
	float: right;
}
#contents {
	width: 680px;
	vertical-align: top;
	text-align: left;
	float: left;
}


/*---------------------------------------------------------
　　サイド
---------------------------------------------------------*/

#sidebanner p {
	margin: 0 0 8px 0;
}
#side-box {
	padding: 5px;
	margin:0 0 10px 0;
	border-left: 1px solid #6189A1;
	border-bottom: 1px solid #6189A1;
	border-right: 1px solid #6189A1;
}
#side-box p {
	padding: 5px;
	line-height:130%;
}


/*---------------------------------------------------------
　　フッタ
---------------------------------------------------------*/
#footer {
    font-size:0.8em;
	text-align: center;
	clear:both;
}
#foonter-menu {
	padding: 0 0 8px 0;
}
#foonter-menu a {
    color:#777;
}
#copy {
	padding: 13px 0;
	background-color:#3287BD;
	letter-spacing:0.01em;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
}

/*------　トップへ戻るボタン　------*/
.pagetop {
	bottom: 5px;
	right: 20px;
	position: fixed;
    display: none;
	z-index:100;
}
.pagetop a {
	padding: 0;
    display: block;
}
.pagetop a:hover {
	padding: 0;
    display: block;
	filter: alpha(opacity=80);
	opacity:0.8;
	ZOOM: 1;
    background-color:#FFFFFF;
}


/*---------------------------------------------------------
　　トップページ
---------------------------------------------------------*/

#top-img {
	width: 100%;
	height:auto;
    margin:0 auto;
	padding: 0;
	background-color:#024580;
	text-align:center;
	clear:both;
}
#top-img .slider {
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:block;
}

.topics_txt {
    font-size:1.2em;
	font-weight:bold;
	margin:0 0 .3em;
}
.topics_txt .icon_new {
    vertical-align:middle;
	margin:0 .5em .3em;
}

h4.topics {
    max-width:680px;
	height:auto;
	margin: 0 0 10px 0;
	padding: 5px 0;
	background:url(../images/top/mds_topics.jpg) 0 0 no-repeat;
	text-indent: -100%;
	overflow: hidden;
	white-space: nowrap;
}

h4.news {
    max-width:680px;
	height:auto;
	margin: 0 0 10px 0;
	padding: 5px 0;
	background:url(../images/top/mds_news.jpg) 0 0 no-repeat;
	text-indent: -100%;
	overflow: hidden;
	white-space: nowrap;
}



/* 新着情報 */
#news-box dl {
	margin:0 0 30px 0;
	padding:0;
}
#news-box dl dt {
    width: 10em;
    margin: 0;
    padding: 5px;
    clear: left;
    float: left;
}
#news-box dl dd {
    margin: 0;
    padding: 5px 5px 5px 14em;
    border-bottom: dotted 1px #CCC;
}

#news-box dl dd.news_syuai {
	background: url(../images/top/news_syuai.png) 7em 4px no-repeat;
}
#news-box dl dd.news_kouen {
	background: url(../images/top/news_kouen.png) 7em 4px no-repeat;
}
#news-box dl dd.news_kanren {
	background: url(../images/top/news_kanren.png) 7em 4px no-repeat;
}
#news-box dl dd.news_recr {
	background: url(../images/top/news_recr.png) 7em 4px no-repeat;
}
#news-box dl dd.news_link {
	background: url(../images/top/news_link.png) 7em 4px no-repeat;
}
#news-box dl dd.news_jimu {
	background: url(../images/top/news_jimu.png) 7em 4px no-repeat;
}
#news-box dl dd.news_etc {
	background: url(../images/top/news_etc.png) 7em 4px no-repeat;
}


/* 長崎・佐賀交流イベント お知らせ ポップスタイル */
.event-notice {
    background: linear-gradient(135deg, #4F96C1, #3287BD);
    border-radius: 15px;
    padding: 12px 16px;
    margin: 15px 0;
    box-shadow: 0 8px 25px rgba(79, 150, 193, 0.3);
    position: relative;
    overflow: hidden;
    animation: gentle-pulse 3s ease-in-out infinite;
}

.event-notice::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    animation: shimmer 4s ease-in-out infinite;
}

.event-notice p {
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin: 8px 0;
    position: relative;
    z-index: 2;
    font-size: 1.1em;
    line-height: 2.2;
}

.event-notice a {
    color: #fff;
    text-decoration: underline;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    transition: all 0.3s ease;
}

.event-notice a:hover {
    color: #87CEEB;
    text-decoration: none;
    text-shadow: 0 0 8px rgba(135, 206, 235, 0.8);
}

/* 「こちら」リンク専用スタイル */
.event-link-highlight {
    display: inline-block;
    background: linear-gradient(45deg, #00BFFF, #87CEEB) !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
    box-shadow: 0 4px 15px rgba(0, 191, 255, 0.4);
    border: 2px solid #00BFFF;
    transition: all 0.3s ease;
    animation: gentle-glow 2s ease-in-out infinite;
    position: relative;
    z-index: 3;
    margin: 4px 6px;
}

.event-link-highlight:hover {
    background: linear-gradient(45deg, #1E90FF, #00BFFF) !important;
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 191, 255, 0.6);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4) !important;
}

@keyframes gentle-glow {
    0%, 100% { 
        box-shadow: 0 4px 15px rgba(0, 191, 255, 0.4);
    }
    50% { 
        box-shadow: 0 6px 25px rgba(0, 191, 255, 0.7);
    }
}

.event-highlight {
    display: inline-block;
    background: rgba(255,255,255,0.3);
    padding: 4px 10px;
    border-radius: 20px;
    margin: 4px 6px;
    font-size: 0.95em;
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.4);
    animation: bounce-in 0.6s ease-out;
}

@keyframes gentle-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

@keyframes shimmer {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

@keyframes bounce-in {
    0% { transform: scale(0.3); opacity: 0; }
    50% { transform: scale(1.05); }
    70% { transform: scale(0.9); }
    100% { transform: scale(1); opacity: 1; }
}

/*---------------------------------------------------------
　　コンテツページ
---------------------------------------------------------*/
/* 当会主催イベント */
h4.seminar, h4.taikai, h4.jimu, h4.etc{
    margin:0 auto .8em;
	padding:.5em .5em .3em;
	font-size:1.3em;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:.1em;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}
h4.seminar {background-color:#F39C34;}
h4.taikai {background-color:#F26882;}
h4.jimu {background-color:#6EC151;}
h4.etc {background-color: #09C;}

ul.event_list {
    margin:0 0 2.5em;
	padding:0;
	list-style:none;
}
ul.event_list li {
    margin:.3em 0;
	padding:0;
}
ul.event_list li span  {
	width:10em;
    margin:0 .4em .3em 0;
	padding:.3em .5em .2em;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	display:inline-table;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
ul.event_list li .seminar, .event_iseminar {
	background-color:#F39C34;
}
ul.event_list li .taikai, .event_itaikai {
	background-color:#F26882;
}
ul.event_list li .jimu, .event_jimu  {
	background-color:#6EC151;
}
ul.event_list li .etc, .event_etc  {
	background-color: #09C;
}

.event_iseminar, .event_itaikai, .event_jimu, .event_etc{
	width:10em;
    margin:0 .2em .5em 0;
	padding:.3em .3em .2em;
	font-size:.7em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	display:block;
}


.doubleline { /*二重取り消し線*/
background-image: url(../images/top/line.png);
background-repeat:repeat-x;
background-position: center;
}

.yakuin_word{
	display: block;
	border: 1px solid #3053B3;
	padding: 1em;
	color: #3053B3;
	margin: 0 0 1em;
	}

.yakuin_word:hover{
	background: #3053B3;
	color: #FFFFFF;
	}


/* utility */
.u-td-underline{
  text-decoration: underline;
}

.etc_layout{
  display: flex;
  align-items: center;
  text-align: center;
}

.etc_layout p{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
