@charset   "UTF-8";

html {
  min-height: 100%;
  position: relative;
  overflow-y:scroll;
}

body{
margin:0
}

h1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00797a+0,00b2b5+100 */
background: #00797a; /* Old browsers */
background: -moz-linear-gradient(top,  #00797a 0%, #00b2b5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00797a 0%,#00b2b5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00797a 0%,#00b2b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00797a', endColorstr='#00b2b5',GradientType=0 ); /* IE6-9 */
	width:auto;
	height:18;
	font-family:'メイリオ';
	font-size:14pt;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	margin:15px 0;
	padding:1px 10px;
}

h2{
	width:auto;
	height:auto;
	font-family:'メイリオ';
	font-size:16pt;
	color:#009ea8;
	text-align:left;
	/*margin:10px;*/
	padding:2px 0;
}

h3{
	width:auto;
	height:auto;
	font-family:'メイリオ';
	font-size:14pt;
	color:#111111;
	text-align:left;
	margin:1px;
	padding:2px 0;
}

h4{
	width:auto;
	height:auto;
	font-family:'メイリオ';
	font-size:12pt;
	color:#111111;
	text-align:left;
	margin:1px;
	padding:20px 0 2px;
}


h5{
	width:auto;
	height:auto;
	font-family:'メイリオ';
	font-size:12pt;
	color:#111111;
	text-align:left;
	margin:0 0 0 20px;
}


p{
	font-family:'メイリオ';
	font-size:12pt;
	padding:5px 0;
	word-wrap:break-word;
}

span{
	color:#009ea8;
}

/*トップライン*/
#topline{
	width:100%;
	height:10px;
	background-color:#009ea8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
#top{
	width:100%;
  background-color:#ffffff;
  margin: 0 auto;
  border-bottom: 1px solid #808080;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#topC{
  display: flex;
  width:780px;
  height:85px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 70px;
  position: relative;
}

/*サイトタイトル*/
#site_title {
	margin-left: -18px;
}

.drawer_open {
  overflow: hidden !important;
}
.drawer_btn {
  display: block;
  background: none;
  width: 50px;
  height: 50px;
  padding: 0 12px;
  border: none;
  outline: none;
  position: absolute;
  top: 22px;
  right: -12px;
  z-index: 100;
  transition: 0.6s cubic-bezier(0.190,1.000,0.220,1.000);
  transform: translate3d(0,0,0);
  box-sizing: border-box;
  cursor: pointer;
}
.drawer_btn .icon {
  display: block;
  position: relative;
}
.drawer_btn .icon,.drawer_btn .icon::before,.drawer_btn .icon::after {
  background-color: #222;
  width: 100%;
  height: 2px;
  transition: 0.6s cubic-bezier(0.190,1.000,0.220,1.000);
}
.drawer_btn .icon::before,.drawer_btn .icon::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
}
.drawer_btn .icon::after {
  top: 8px;
}
.drawer_btn.close {
  position: fixed;
  opacity: 0;
  z-index: 104;
}
.drawer_btn.close .icon {
  background-color: transparent;
}
.drawer_btn.close .icon::before,.drawer_btn.close .icon::after {
  background-color: #fff;
  top: 0;
}
.drawer_btn.close .icon::before {
  transform: rotate(45deg);
}
.drawer_btn.close .icon::after {
  transform: rotate(-45deg);
}
.drawer_open .drawer_btn.close {
  right: 270px;
  opacity: 1;
}
.drawer_nav {
  background-color: #fff;
  width: 260px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -260px;
  z-index: 101;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.6s cubic-bezier(0.190,1.000,0.220,1.000);
}
.drawer_open .drawer_nav {
  right: 0;
}
.drawer_nav ul {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}
.drawer_nav li {
  border-bottom: 1px solid #d2d2d2;
}
.drawer_nav a {
  display: block;
  padding: 12px 20px;
  color:  #0A0017;
  transition: 0.3s;
}
.drawer_nav a:hover {
  background: #CCFFFF;
  color:  #0A0017;
}
.drawer_nav .lang .ttl {
  padding: 20px 20px 5px;
  margin: 0;
  color: #009ea8;
  font-size: 14px;
}
.drawer_nav .lang ul {
  border-top: 1px solid #d2d2d2;
  padding-top: 0;
}
.drawer_overlay {
  display: none;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.drawer_open .drawer_overlay {
  display: block;
}

/*言語プルダウン*/
#switch2{
  width:100px;
  height: 40px;
  margin-left: auto;
  text-align: center;
  margin-top: 45px;
  position: relative;
}
#switch2 p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: default;
}
#switch2 ul {
  background-color: #f2f2f2;
  width: 100%;
  height: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: 0.3s;
  position: absolute;
  top: 41px;
  left: 0;
}
#switch2:hover ul {
  height: 4em;
}
#switch2 ul li {
  height: 2em;
  box-sizing: border-box;
}
#switch2 ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#switch2 ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color:  #0A0017;
  transition: 0.3s;
}
#switch2 ul a:hover {
  background: #CCFFFF;
}

#page {
	width: 100%;
	height:auto;
	min-height:100%;
  padding-bottom: 60px;
  padding-top:86px;
}

#pageC{
	width: 780px;/*1100*/
	height : auto;
	margin: 0 auto 0 auto;
	background-color:#ffffff;
	overflow: hidden;
	position:relative;/*霑ｽ蜉*/
	/*left:6%;*/
}

#mainmenu{
	width: 100%;
	height:40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a5a5+100,7a7a7a+100&0+55,0.46+100 */
	background: -moz-linear-gradient(top,  rgba(122,122,122,0) 55%, rgba(122,122,122,0.46) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(122,122,122,0) 55%,rgba(122,122,122,0.46) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(122,122,122,0) 55%,rgba(122,122,122,0.46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007a7a7a', endColorstr='#757a7a7a',GradientType=0 ); /* IE6-9 */
	padding:1px 1px 5px 1px;
}

#mainmenuC{
	width: 1000px;
	margin:0 auto 0 auto;
	/*float:left;*/
	height:35px;

}

#dummy{
	width:185px;
	height:auto;
	float:left;
	background-color: #ffffff;
}


#content{
	background-color: #ffffff;
	padding-bottom:15px;
}


#links{
	width:190px;
	height:auto;
	float:left;
	margin: 0;
	background-color: #ffffff;
	overflow: hidden;
	/*left:-5%;*/
}
#links2{
	width:190px;
	height:auto;
	float:right;
	margin: 0px 0px 0px 10px;
	padding-left:5px;
	background-color: #ffffff;
	overflow: hidden;
	/*left:-5%;*/
}

#footermenu{
	width: 100%;
	height:60px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00797a+0,00b2b5+100 */
background: #00797a; /* Old browsers */
background: -moz-linear-gradient(top,  #00797a 0%, #00b2b5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00797a 0%,#00b2b5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00797a 0%,#00b2b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00797a', endColorstr='#00b2b5',GradientType=0 ); /* IE6-9 */
	padding:1px 1px 5px 1px;
		  bottom: 0;
  position: absolute;
  box-sizing: border-box;
}

#footermenuC{
	width: 1000px;
	margin:0 auto 0 auto;
	/*float:left;*/
	height:35px;
}

#copyright{
	margin: 0px;
	height:20px;
	color: #ffffff;
	padding:1px;
}

.switchNav {
	float: inherit;
	width:185px;
	list-style: none;
	overflow: hidden;
	margin: 10px auto 0px 0px;
}

.switchNav li {
	float:left;
	width:85px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00797a+0,00b2b5+100 */
background: #00797a; /* Old browsers */
background: -moz-linear-gradient(top,  #00797a 0%, #00b2b5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00797a 0%,#00b2b5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00797a 0%,#00b2b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00797a', endColorstr='#00b2b5',GradientType=0 ); /* IE6-9 */
	margin: 0px 5px 0px 0px;
	border-radius:6px;
}
 
.switchNav li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 3px 0px;
	text-decoration: none;
	font-family:'メイリオ';
	font-size:11pt;
}

/*.switchNav li a:hover {
	background: #adf5fa;
}*/
 
.switchNav li.active a {
	background: #009ea8;
	color: #eee;
}

.globalNav {
	list-style: none;
	overflow: hidden;
	margin: 10px auto 0px auto;
	position:relative;/*霑ｽ蜉*/
	left:4%;
	float:left;/*霑ｽ蜉*/
}
 
.globalNav li {
	position:relative;/*霑ｽ蜉*/
	left:-10%;
	float:left;
	height:22px;
	border-left: 1px dotted #a9a9a9 ;
	border-right: 1px none;
}
 
.globalNav li a {
	display: block;
	padding: 1px 40px;
	text-align: center;
	font-family:'メイリオ';
	font-size:10pt;
	text-decoration: none;
	color: #333;
}

/*.globalNav li a:hover {
	background: #adf5fa;
}*/
 
.globalNav li.active a {
	background: #009ea8;
	color: #eee;
}



.footerNav {
	list-style: none;
	overflow: hidden;
	margin: 10px auto 0px auto;
	position:relative;/*霑ｽ蜉*/
	left:21%;
	float:left;
}
 
.footerNav li {
	position:relative;/*霑ｽ蜉*/
	left:-9%;
	float:left;
	height:22px;
	border-left: 1px dotted #ffffff ;
	border-right: 1px none;
}
 
.footerNav li a {
	display: block;
	padding: 1px 10px;
	text-align: center;
	font-family:'メイリオ';
	font-size:8pt;
	text-decoration: none;
	color: #ffffff;
}

 
.footerNav li.active a {
	background: #009ea8;
	color: #eee;
}


.viewonly {
	font-weight : normal;
	font-family:'メイリオ';
	font-size:10pt;
/*	word-break: break-word;*/
	text-decoration: none;
	empty-cells : hide;
	width:170px;
	border-collapse:collapse;
	border-spacing:0;
	margin-left:0px;
	margin-top:15px;
    
}

.viewonly td{
	border: 1px solid #a9a9a9;
	width:160px;
	padding:3px;
}

.viewonly td a{
	display:block;
	text-decoration: none;
	width:160px;
	color:#000000;
}

.tTitle {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00797a+0,00b2b5+100 */
background: #00797a; /* Old browsers */
background: -moz-linear-gradient(top,  #00797a 0%, #00b2b5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00797a 0%,#00b2b5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00797a 0%,#00b2b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00797a', endColorstr='#00b2b5',GradientType=0 ); /* IE6-9 */
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

.tTitle2 {
font-weight:bold;
text-align:center;
}

.tTitle3 {
text-align:center;
}


.line{
	width:100%;
	border-top:1px solid #a9a9a9;
	border-bottom:none;
	border-left:none;
	border-right:none;
	color:#ffffff;
	margin:0;
	padding:1px;
}


.foottext{
	text-align:center;
	width:780px;
	color:#ffffff;
	font-family:'メイリオ';
	font-size:8pt;
	margin:0px auto 0px auto;

}

a{
  text-decoration: none;
}

a:hover{
  color : #ff7043;
}

.slick_album {
  width: 400px;
  margin: 0 auto;
}
.slick_album .sub_slide {
  margin-top: 15px;
}
.slick_album .sub_slide .slick-track {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100% !important;
  margin-bottom: -15px;
  left: 0 !important;
}
.slick_album .sub_slide .slick-slide {
  float: none;
  width: 60px !important;
  border-radius: 2px;
  margin: 0 8px 15px;
  overflow: hidden;
  opacity: 0.6;
  position: relative;
  cursor: pointer;
}
.slick_album .sub_slide .slick-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 2px solid #FF7043;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: 0;
}
.slick_album .sub_slide .slick-slide.slick-current {
  opacity: 1;
}
.slick_album .sub_slide .slick-slide.slick-current::before {
  opacity: 1;
}
.slick_album .sub_slide .slick-slide img {
  width: 100%;
  height: auto;
}