/* CSS Document */


html, body {
	background-color: #FFF;/*白背景*/
	/*margin: 1%; 見やすくしているだけ */
	height: 100%;/*フッター対策*/
	color:#333;	
	}

/* ヘッダー　*****************/
.head_tk {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #005DAA;
	width:100%;
}

.txt_orange {
	color: #F7A81B;
	font-weight: bold;
}

.page_title {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	background: #2693FF;
	width:100%;
}

h1 {
	padding-top:5px;
	font-size:1.5em;
	color:#FFF;
}

h2:before {
  content: url("../img/icon_h.png");
}

/* buttonの色 ****************/
button, .button {
  background-color: #323232;
	margin-left: 20px;
	margin-right: 20px;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #666;
}

/* ページの先頭に戻るボタン ***
**************************** */
#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 77%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#page-top a {
    /*background: #555;*/
		background-image: url("../img/icon_pagetop.png");
    text-decoration: none;
    color: #f00;
    width: 60px;
		height: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    /*background: #999;*/
		background-image: url("../img/icon_pagetop.png");
		opacity: 0.8;
		
}



/*** テキストボックス ****************************/
.textBox{
	background-color: #FFFFFF;
	border: 2px solid #AAAAAA;
	padding:10px;
	font-size: 85%;
}
 /***********************************************
地区方針
***********************************************/
.dl_00 dt::before {
	content: "\25CF "; /* マーカーの記号（黒丸） */
	color: black;
	margin-right: 0.5em;
  }
.dl_00 dd::before {
	content: "\3000";
}

.ul_00{
	list-style: none;
}
.ul_00 li::before{
	content: "\0020";
}
.ol_00{
	list-style-position: inside;
}

/***********************************************
概略
***********************************************/
#t_about{
	border-collapse:collapse;
	/*border:0px;*/
	border: solid 1px #00AFB1;
}

#t_about tr{
	padding:0;
	background:none;
	/*border-bottom: 2px dotted #000;*/
	border-bottom: solid 1px #00AFB1;
}

#t_about th{
	width:30%;
	background:#DBDBEA;
	border-right: solid 1px #00AFB1;
}

/* google map */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Calendar ****************************** */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height:600px;
	max-height:600px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 100%;*/
}

/* お問合せ ******************/
#t_contact {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}
#t_contact tr {
	padding: 0;
	background: none;
}
#t_contact th {
	background: #C9E2E9;
}
#t_contact span {
	color: #F00;
}

/* ***************************
アンカーテキスト
マウスオーバーで下線
**************************** */
a:link{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/* ***************************
画像リンク Hover半透明 
<a href="#" class="alpha"><img src="img.jpg" alt="イメージ"></a>
**************************** */
.alpha:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* ***************************
Blank
**************************** */
.b10{
	height:10px;
}
.b20{
	height:20px;
}
.b30{
	height:30px;
}
.b40{
	height:40px;
}
.b50{
	height:50px;
}


/* ***************************
Position
**************************** */
/* クリア */
.clr{
	clear:both;
}

/* Float */
.f_left{
	float:left;
}

.f_right{
	float:right;
}

/* テキスト位置 */
.txt_center{
	text-align:center;
}

.txt_left{
	text-align:left;
}

.txt_right{
	text-align:right;
}

.center{
 text-align: center;
}

/*Image */
.w100{
	width:100%;
}

.w95{
	width:95%;
}

.w90{
	width:90%;
}

.w50{
	width:50%;
}

.w30{
	width:30%;
}


.footer {
    height: 3em;
    margin: 0;
    text-align: center;
    width: 100%;
	color:#000;
}


/***********************************************
Navi
***********************************************/
/* ナビバー背景 */
.top-bar{/*PC navi*/
	background:#00AFB1;/*薄緑色*/	
}

.name{/*SP navi*/
	background:#00AFB1;/*薄緑色*/
}

.menu-icon span{/*SP menu icon*/
	background:#00AFB1;/*薄緑色*/
	color:#fff;
}

/* 2017.7.15 ナビ作り替え */
.top-bar-section ul li {
    background: #8E9A0F none repeat scroll 0 0;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {/* topbar 背景バー  */
    background: #2693FF none repeat scroll 0 0;
}

.top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #f00;
      background: #8E9A0F; /*mouse-ON 草色*/
      color: #FFFFFF; 
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: #00AFB1 none repeat scroll 0 0; /*mouse-OFF*/
}

     /* .top-bar-section .dropdown li a {
        color: #FFFFFF;
        background: #000; } */
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #6F9504; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #6F9504;
        background: #8E9A0F; } /*mouse-ON*/
	  
	  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #8E9A0F;
        color: #FFFFFF; }


/*0716*/
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #8E9A0F; }/*草色*/

    .top-bar.expanded .toggle-topbar a {/*MENUの下線*/
      color: #FFFFFF; }
      .top-bar.expanded .toggle-topbar a span::after {/*トグル展開後3本線*/
        box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF; }

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #005DAA;
			}

/********** test **********/

#slideshow {
   position: relative;
	 display:block;
   width:  100%; /* 画像の横幅に合わせて記述 */
  /* height: 100%;  画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

/* accordion カスタマイズ(福山さん用） ************************/
.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #FFC926;/*薄いオレンジ*/
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #D9A300; }/*オンマウス　濃いオレンジ*/
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }
				
ul {
		margin-right: 1.1rem;
    /*margin-left: 1.1rem;*/
}

/* 2017.08.10 */
#_t_member{
	border-collapse:collapse;
	border:0px;
}

#_t_member tr{
	padding:0;
	background:none;
	border-bottom: 2px dotted #000;
}

/* 2017.08.16 */
p.left_space {
	padding-left:1em;
}

/*基本要項テーブル*/
#t_kihon{
	border-collapse:collapse;
	border:0px;
	/*border: solid 1px #00AFB1;*/
}

#t_about tr{
	padding:0;
	background:none;
}

#t_kihon th{
	width:10%;
	background:#FFF;
}

