@charset   "UTF-8";

/*  メインタイトル   */
.maintitle {
	font-size: 22px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-family: Times New Roman;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 1px;
	text-align: center;
	color : white;
	background : url(../Logo/titleback1.jpg) repeat;
}

/*  フッター   */
.hooter {
	font-size: 12px;
	font-family: Times New Roman;
	font-weight: bold;
	line-height: 24px;
	color: white;
	background-color: navy;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 10px;
}

/*  サブタイトル   */
.smalltitle {
	font-size: 16px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-family: Times New Roman;
	font-weight: bold;
	font-style: italic;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	color : white;
	background : url(../Logo/titleback2.jpg) no-repeat;
}

/*          */
.table01{
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
}
.table01 th{
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table01 td{
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	vertical-align: middle;
	line-height: 18px;
	padding-left: 8px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

/*          */
.table02{
	border-collapse: collapse;
}
.table02 th{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table02 td{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	vertical-align: middle;
	line-height: 20px;
	padding: 8px 16px 8px 24px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

/*          */
.table03{
	border-collapse: collapse;
}
.table03 th{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table03 td{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	line-height: 18px;
	padding: 0px 0px 0px 8px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}



/*  テーブル内表示  */
.center {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
}

.left {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 16px;
}

/*  選択表示  */
#image-b a{
	display:block;
	background : url(../Logo/titleback3.jpg) repeat;
	color:yellow;
	font-size: 12px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
	font-style: italic;
	height:25px;
	line-height:25px;
	letter-spacing: 1px;
	text-decoration:none;
	text-align:center;
	margin-top: -4px;
}
#image-b a:hover{
	color:yellow;
	background : url(../Logo/titleback4.jpg) repeat;
}

/* イメージ選択 */
p a img {
	opacity: 1.0;
/* 
	filter: alpha(opacity=100);
	-moz-opacity: 100;
*/
}
p a img:hover {
	opacity:0.4;
/* 
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
*/
}


/* ラジオボタン拡大 */
	input[type="radio"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin-right:1.0em;
}

/*  選択ボタン調整  */
select{
	color: navy;
	height: 80px;
	font-size: 12px;
	padding: 4px 12px 4px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	text-indent: .01px;
	text-overflow: "";
}

/* スライドショー */
#slideshow {
	position: relative;
	width: 1200px;
	height: 840px;
	z-index: 1;
}
#slideshow p {
	position: absolute;
	top: 0;
	left:0;
	z-index: 8;
	opacity: 0.0;
	margin: 0;
	background-color: white;
	height: 840px;
}
#slideshow p.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow p.last-active {
	z-index: 9;
}
#slideshow p img {
	width: 1200px;
	height: 840px;
	display: block;
	border: 0;
	margin-bottom: 0px;
}

/*   リンク   */
#linkb a{
	color: navy;
	text-decoration: none;
	background-color: #d8e6e9 ; /*#e9f7fa;*/
}
#linkb a:hover{
	color: white;
	text-decoration: none;
	background-color: #7d7dff;
}

/* ナビゲーションメニュー */
.nav-menu {
  background-color: #333985; 
  color: #fff;
}
.menu-list {
  display: flex;
  justify-content: center; 
}
.menu-item {
  background-color:#333985; 
  border-left: 1px solid #fff;
  position: relative;
  transition: background-color 0.3s;
  z-index: 4;
  list-style: none;
}
.menu-item:last-child {
  border-right: 1px solid #fff; 
}

/*       */
.menu-item:hover .drop-menu-list {
  transform: scaleY(1); 
}
.menu-item:hover {
  background-color: #696969; 
  transition: background-color 0.3s; 
}
.drop-menu-item:hover {
  opacity: 0.8; 
  transition: opacity 0.1s; 
}
.drop-menu-item-narrow:hover {
  opacity: 0.6;
  transition: opacity 0.1s; 
}
.menu-item a {
  align-items: center;
  color: #fff; 
  display: flex;
  height: 48px;
  justify-content: center;
  text-decoration: none; 
  width: 200px;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  left: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0); 
  transform-origin: center top; 
  transition: transform 0.3s; 
  width: max-content;
  z-index: 3;
}
.drop-menu-item {
	font-size: 14px;
	 background-color: #4747ff; 
	transition: opacity 0.3s; 
	list-style:none;
}

.drop-menu-item-narrow {
	margin-top: -16px;
	font-size: 14px;
	background-color: #4747ff; 
	transition: opacity 0.3s; 
	list-style:none;
}
