@charset "utf-8";
* {
	font-size:100%;
	font-style:normal;
}
BODY {
	color:#000000;
	background-color:#ffffff;
	font-family:PMingLiU, MingLiU, 新細明體, 細明體, "MS UI Gothic", sans-serif;
	font-size:86%;
	line-height:1.6;
	text-align:center;
	margin:0px;
	margin:0px;
}
#HEADER:after,
#NAV:after,
#CONTENT:after,
#GUIDE DL:after,
#FOOTER:after,
.clear:after {
	height:0;
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
}
#HEADER,
#NAV,
#CONTENT,
#GUIDE DL,
#FOOTER,
.clear { display:inline-block; }
/* \*/
	* HTML #HEADER,
	* HTML #NAV,
	* HTML #CONTENT,
	* HTML #GUIDE DL,
	* HTML #FOOTER,
	* HTML .clear { height:1%; }
	#HEADER,
	#NAV,
	#CONTENT,
	#GUIDE DL,
	#FOOTER,
	.clear { display:block; }
/* */
IMG {
	vertical-align:bottom;
	border:none;
	margin:0px;
	padding:0px;
}
A {
	color:#07a1e9;
	background-color:transparent;
	text-decoration:underline;
}
A:hover {
	color:#0062a9;
	background-color:transparent;
	text-decoration:none;
}
.noprint {
	display:none;
}
/* ----------  BODY  ---------- */
/* #TOP {
	background-image:url(../images/header.gif);
	background-position:left 130px;
	background-repeat:repeat-x;
} */
#HOME #TOP {
	background-position:left 280px;
}
/* ----------  HEADER  ---------- */
#HEADER {
    display: flex;
    /* justify-content: space-between; */
	width:960px;
	text-align:left;
    align-items: center;
	margin:0 auto;
    padding: 10px;
}

.header-item {
    margin: 0 10px; /* 每个项目左右间距 */
}
.header-right {
	/* float: right;
    margin: 0 10px; */
	margin-left: auto;
}
#HEADER a{
	text-decoration: none;
} 

#HEADER h1{
	margin: 0; 
	font-size: 2rem;
	font-weight: bold;
	color:#1e50ae ;
} 

#HEADER p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #1e50ae;
    margin: 0; /* 去掉默认的外边距 */
}

#HEADER img {
    display: block; /* 确保图片正确显示 */
}

#HEADER label, #HEADER select {
    vertical-align: middle; /* 垂直居中 */
	color: #1e50ae;
}
/* ----------  PROMOTION  ---------- */
#PROMO {
	width:900px;
	text-align:left;
	margin:0 auto;
}
/* ----------  NAVIGATION  ---------- */
#NAV {
    background-color: #1e50ae;
    width: 100%;
	font-size: medium;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 960px;
}
.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu > li {
	float: left;
    position: relative;
	width: 10rem;
}

.menu > li > a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu > li > a:hover {
    background-color: #13439d;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #1e50ae;
    min-width: 160px;
    z-index: 1;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

.submenu > li {
    list-style: none;
    margin: 0;
    padding: 0;
	width: 13rem;
}

.submenu > li > a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.submenu > li > a:hover {
    background-color: #13439d;
}

.menu > li:hover .submenu {
    display: block;
}

.menu li {
    list-style-type: none;
    margin: 0 0.2rem;
    padding: 0;
}



.menu > li.active > a {
    background-color: #13439d; 
}


/* ----------  FLAME  ---------- */
#CONTENT {
	width:960px;
	min-height: 540px;
	text-align:left;
	margin:20px auto;
}
/* ----------  MENU  ---------- */
#MENU {
	width:220px;
	/* color:#000000; */
	background-color:#ffffff;
	float:right;
}
#MENU * {
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding:0px;
}
#MENU DT {
	display:none;
}
#MENU DD {
	border-top:5px solid #1e50ae;
	/* border-bottom:1px solid #ffffff; */
}
#MENU DD A {
	width:210px;
	color:#ffffff;
	background-color:#1e50ae;
	background-position:left top;
	background-repeat:no-repeat;
	/* border-bottom:1px solid #cccccc; */
	padding:10px 0 10px 10px;
	display:block;
}
* HTML #MENU DD A { width:100%; }
/*--
#MENU DD A:hover {
	color:#ffffff;
	background-color:#07a1e9;
	background-image:none;
}
*/
#MENU DD A:hover {
	color:#ffffff;
/*	background-color:#66fb7c;*/
	background-color:#13439d;
	background-image:none;
}
#MENU DD.view A,
#MENU DD.view A:hover {
	color:#ffffff;
	background-color: #13439d;
	background-image:none;
}
#MENU P {
	text-align:right;
	margin-top:10px;
}/* ----------  MAIN  ---------- */
#MAIN {
	width:680px;
	float:left;
}
/* ----------  GUIDENAV  ---------- */
#GUIDE {
	width:960px;
	color:#666666;
	background-color:transparent;
	font-size:0.86em;
	text-align:left;
	border-top:1px solid #0062a9;
	margin:2em auto 1.5em auto;
	padding-top:0.5em;
}
#GUIDE * {
	list-style:none;
	margin:0px;
	padding:0px;
}
#GUIDE DT {
	float:right;
}
#GUIDE DT A {
	background-image:url(../images/icon_up.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
}
#GUIDE DT A:hover {
	background-image:url(../images/icon_up_over.gif);
}
#GUIDE DD {
	float:left;
}
#GUIDE DD SPAN {
	display:none;
}
#GUIDE P {
	text-align:center;
	margin-top:1em;
}
/* ----------  slide  ---------- */
#slideshow {
   position: relative;
   width:  512px;
   height: 384px;
}
#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;
}
/* ----------  FOOTER  ---------- */
#FOOTER {
	color:#666666;
	background-color:transparent;
	background-image:url(../images/footer.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:0.86em;
	border-top:1px solid #bbbbbb;
	margin:0 auto;
	padding:1em 3em;
	display: flex;
	justify-content: center;
	align-items: center
}
#FOOTER * {
	list-style:none;
	margin:0px;
	padding:0px;
}
#FOOTER div.footer-container {
	width: 960px;
}
#FOOTER DL {
	text-align:right;
	float:right;
}
ADDRESS {
	text-align:left;
	float:left;
}
/* ----------  LAYOUT  ---------- */
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.align-left { text-align:left; }
.align-right { text-align:right; }
/* ----------  STYLE  ---------- */
H2 {
	font-size:1.4em;
	border-left:10px solid #0062a9;
	border-bottom:1px solid #0062a9;
	margin:0px 0px 15px 0px;
	padding:0px 0px 2px 5px;
}
H3 {
	font-size:1.2em;
	margin:15px 0px 10px 0px;
}
.small { font-size:0.86em; }
.red {
	color:#cc0000;
	background-color:transparent;
}
.layout {
	width:100%;
	line-height:1.6;
	table-layout:fixed;
	border-collapse:collapse;
}
.layout TD {
	vertical-align:top;
}
.pad {
	width:100%;
	color:#666;
	background-color:transparent;
	background-image:url(../images/border.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	line-height:1.6;
	table-layout:fixed;
	border-collapse:collapse;
}
.pad TH {
	background-image:url(../images/border.gif);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:left;
	vertical-align:top;
	padding:5px 0px;
}
.pad THEAD TH {
	background-image:none;
	vertical-align:middle;
	padding:5px 0px;
}
.pad TD {
	background-image:url(../images/border.gif);
	background-position:left top;
	background-repeat:repeat-x;
	vertical-align:top;
	padding:5px 0px;
}
.data {
	width:100%;
	line-height:1.6;
	table-layout:fixed;
	border-collapse:collapse;
}
.data TH {
	background-image:url(../images/footer.gif);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:left;
	border:#cccccc 1px solid;
	padding:3px 8px;
}
.data THEAD TH {
	background-image:none;
	background-color:#07a1e9;
	color:#ffffff;
	text-align:center;
}
.data TD {
	border:#cccccc 1px solid;
	padding:3px 8px;
}
.link A {
	background-image:url(../images/icon_next.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
}
.link A:hover {
	background-image:url(../images/icon_next_over.gif);
}

/*------------　新規追加　-------*/
.dateClass{
	font-size:11px;
}
.titleClass{
	margin-top:15px;
}
.contentsClass{
	margin-top:15px;
}
.saleTable{
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
	margin-bottom:20px;
}
.saleTable td{
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	padding:5px;
}
.saleTable td.bg{
	background:#EEEEEE;
	font-weight:bold;
}
#MENU .navigationArea{
	border:solid 1px #CCC;
	border-bottom:none;
	margin-bottom:20px;
}
.navigationArea li{
	border-bottom:solid 1px #CCC;
}
#MENU .navigationArea li a{
	font-weight:bold;
	display:block;
	padding:5px 10px;
}
.imageArea{
	float:left;
	width:340px;
	overflow:hidden;
}
.contentsArea{
	float:left;
	padding-left:15px;
	width:282px;
	font-size:14px;
	line-height:1.5em;
}
.imageArea img.ico{
	display:block;
	float:left;
	width:70px;
	padding:4px;
	margin-right:5px;
	border:solid 1px #CCC;/* #0062A9 */
}
.imageArea a:hover img.ico{
	border:solid 1px #0062A9;/*  */
}
#topImage{
	border:solid 1px #666666;
}
/* clearfix set
--------------------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*-------------ABOUT-------------------*/
.aboutcenter{
	text-align:center;
	overflow:hidden;
}
.aboutcenter img{
	margin:0 auto 20px;
}
.aboutcenter p{
	text-align:left;
}
.phtab{ 
	width:638px;
	border-top:1px solid #8F8F8F;
	margin-bottom:15px;
	
}
.phtab th{ 
	font-size:14px;
	width:126px;
	height:48px;
	color:#005FA9;
	text-align:left;
	padding-left:10px;
	border-bottom:1px solid #8F8F8F;
}
.phtab td{
	font-size:12px;
	text-align:left;
	padding-left:18px;
	border-bottom:1px solid #8F8F8F;
}
