@charset "utf-8";

/*=====================================

en_top.css

=====================================*/

@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville|Open+Sans|Tinos);

/*-------------------------------------
 layout
-------------------------------------*/
#top #container {
	padding: 0;
}
#top #contents {
	padding: 37px 0;
}
#top #contents p {
	margin: 0;
}



/*-------------------------------------
 top
-------------------------------------*/

/* slide
-------------------------------------*/
#topSlideWrapper {
	background: url(/content/400018990.png) no-repeat 50% 50%;
	background-color: #175a9d;
}
#topSlide {
	position: relative;
	height: 470px;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
#topSlide ul {
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
	min-width: 1200px;
	height: 470px;
	text-align: center;
	overflow: hidden;
}
#topSlide ul li {
	position: relative;
	height: 470px;
	overflow: hidden;
}
#topSlide ul li a {
	display: block;
	transition: opacity 0.2s ease 0s;
}
#topSlide ul li a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
#topSlide ul li img {
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	min-width: 100%;
	margin: auto;
}
#topSlide ul li .topSlideBlock {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1200px;
	max-width: 1200px;
	height: 470px;
	margin: auto;
}
#topSlide ul li .topSlideBox {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 276px;
	padding: 20px 14px 10px 30px;
	line-height: 1.5;
	text-align: left;
	background: rgb(46,46,46);
	background: rgba(0,0,0,0.6);
}
#topSlide ul li .topSlideTitle {
	padding: 0 0 5px 15px;
	color: #f9bb06;
	font-size: 1.24rem;
	font-weight: bold;
	background: url(/content/400018231.png) no-repeat 0 12px;
}
#topSlide ul li .topSlideTitle p {
	display: inline;
}
#topSlide ul li .topSlideTitle .icnBlank {
	padding: 0 20px 0 0;
	background: url(/content/400002188.png) no-repeat right 9px;
}
#topSlide ul li .topSlideText {
	margin: 0 0 5px 0;
	color: #fff;
}
#topSlide ul li .topSlideLink {
	float: right;
	padding: 0 0 0 12px;
	color: #fff;
	background: url(/content/400002149.png) no-repeat 0 8px;
}
#topSlide .bx-wrapper {
	position: relative;
	height: 470px;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
#topSlide .bx-wrapper .bx-loading {
	display: none;
}
#topSlide .bx-viewport {
	position: absolute !important;
}
#topSlide #topSlidePrev,
#topSlide #topSlideNext {
	position: absolute;
	top: 50%;
	margin: -20px 0 0 0;
	overflow: hidden;
}
#topSlide #topSlidePrev a,
#topSlide #topSlideNext a {
	display: block;
	width: 40px;
	height: 0;
	padding: 40px 0 0 0;
}
#topSlide #topSlidePrev a:hover,
#topSlide #topSlideNext a:hover {
	opacity: 0.8;
}
#topSlide #topSlidePrev { left: 0; }
#topSlide #topSlidePrev a {
	background: url(/content/400018232.png) no-repeat 0 0 rgb(46,46,46);
	background: url(/content/400018232.png) no-repeat 0 0 rgba(0,0,0,0.6);
}
#topSlide #topSlideNext { right: 0; }
#topSlide #topSlideNext a {
	background: url(/content/400018233.png) no-repeat 0 0 rgb(46,46,46);
	background: url(/content/400018233.png) no-repeat 0 0 rgba(0,0,0,0.6);
}


#topSlide .bx-controls {
	position: relative;
	top: 470px;
	max-width: 1200px;
	height: 30px;
	margin: 0 auto;
}
#topSlide .bx-wrapper .bx-pager {
	position: absolute;
	right: 0;
	bottom: 60px;
	height: 10px;
	padding: 10px 35px 10px 5px;
	background: rgb(46,46,46);
	background: rgba(0,0,0,0.6);
}
#topSlide .bx-wrapper .bx-pager .bx-pager-item,
#topSlide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}
#topSlide .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
#topSlide .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
#topSlide .bx-wrapper .bx-controls-auto {
	position: absolute;
	right: 0;
	bottom: 70px;
	width: 20px;
	height: 10px;
	padding: 0 5px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.5);
}
#topSlide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	position: absolute;
	top: 0;
	right: 5px;
}
#topSlide .bx-wrapper .bx-controls-auto .bx-start,
#topSlide .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 10px;
	outline: 0;
}
#topSlide .bx-wrapper .bx-controls-auto .bx-start {
	background: url(/content/400018234.png) no-repeat center 0;
}
#topSlide .bx-wrapper .bx-controls-auto .bx-stop {
	background: url(/content/400018235.png) no-repeat center 0;
}

#topSlide .bx-wrapper .bx-controls-auto .bx-start:hover,
#topSlide .bx-wrapper .bx-controls-auto .bx-stop:hover {
	opacity: 0.8;
}
#topSlide .bx-wrapper .bx-controls-auto .bx-start.active,
#topSlide .bx-wrapper .bx-controls-auto .bx-stop.active {
	display: none;
}


/* topNav
-------------------------------------*/
.topNav {
	display: none;
}

/* topMenu
-------------------------------------*/
.topMenu {
	padding: 20px 0 27px 0;
	border-bottom: 1px solid #d7d7d7;
	background: url(/content/400018236.png) repeat;
}
.topMenuInner {
	max-width: 1200px;
	margin: 0 auto;
}
.topMenu h2 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 1.49rem;
	line-height: 1.4;
	background: url(/content/400002152.png) repeat-x 0 bottom;
}
.topMenu h2 em {
	display: block;
	padding: 0 0 0 25px;
	background: url(/content/400018237.png) repeat-y 0 0;
}
.topMenu ul {
	margin: 0 -6px;
	letter-spacing: -0.4em;
}
.topMenu ul li {
	display: inline-block;
	max-width: 100%;
	padding: 0 6px 12px 6px;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}
.topMenu ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.topMenu ul li img {
	max-width: 100%;
}
.topMenu ul li a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	transition: opacity 0.2s ease 0s;
}
.topMenu ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgb(46,46,46);
	background: rgba(0,0,0,0.6);
}
.topMenu ul li p em {
	display: block;
	padding: 9px 5px 11px 25px;
	line-height: 1.4;
	background: url(/content/400002149.png) no-repeat 14px 15px;
}
.topMenu .topMenuNav01 li {
	width: 25%;
}
.topMenu .topMenuNav02 li {
	width: 20%;
}


/* importantBox
-------------------------------------*/
.importantBox {
	margin: 0 0 40px 0;
	border: 2px solid #9e3b3b;
	background: #9e3b3b;
	overflow: hidden;
}
.importantBox .boxTitle {
	float: left;
	padding: 12px 20px 5px 20px;
	font-size: 1rem;
	color: #fff;
}
.importantBox .boxDetail {
	padding: 14px 10px 4px 20px;
	background: url(/content/400018238.png) no-repeat 0 19px #f9f9f9;
	overflow: hidden;
}
.importantBox .boxDetail p {
	padding: 0 0 10px 0;
}
.boxLink01,
.boxLink02 {
	margin: 0 0 10px 0;
}
.boxLink01 li {
	clear: both;
	padding: 0 0 7px 0;
	overflow: hidden;
}
.boxLink01 li .boxDate {
	float: left;
	padding: 0 17px 0 0;
	font-weight: bold;
	width: 150px;
}
.boxLink01 li .boxText {
	display: block;
	padding: 0 0 0 14px;
	background: url(/content/400018239.png) no-repeat 0 8px;
	overflow: hidden;
}
.boxLink02 li {
	padding: 0 0 7px 14px;
	background: url(/content/400018239.png) no-repeat 0 8px;
}


/* infoBlock
-------------------------------------*/
.infoBlock {
	width: 48%;
	margin: 0 0 45px 0;
	overflow: hidden;
}
.infoBlockL {
	float: left;
}
.infoBlockR {
	float: right;
}
.infoTitle {
	position: relative;
	border-bottom: 3px double #d0d0d0;
}
.infoTitle h3 {
	margin: 0;
	padding: 0 60px 0 0;
	font-size: 1.24rem;
	background: none;
}
.infoTitle h3 em {
	display: block;
	padding: 0 0 10px 26px;
	background: url(/content/400018240.png) no-repeat 0 10px;
}
.infoBlock ul li {
	padding: 12px 1px;
	border-bottom: 1px solid #d0d0d0;
	overflow: hidden;
}
.infoBlock ul li .infoPic {
	float: right;
	padding: 0 0 0 5px;
}
.infoBlock ul li p {
	overflow: hidden;
}
.infoBlock ul li .infoDate {
	display: block;
	margin: 0 0 5px 0;
}
.infoBlock ul li .infoDate em {
	display: inline-block;
	min-width: 75px;
	margin: 4px 11px 0 0;
	padding: 0 5px;
	color: #fff;
	font-size: .62rem;
	text-align: center;
	vertical-align: top;
	border-radius: 10px;
	background: #4593d1;
}
.infoBlock ul li .infoText {
	display: inline-block;
	padding: 0 0 0 15px;
	background: url(/content/400002143.png) no-repeat 0 8px;
}
.infoMore {
	float: right;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.infoMore ul li {
	float: left;
	padding: 0 0 0 32px;
	border: none;
	background: url(/content/400002143.png) no-repeat 20px 8px;
}
.infoMore ul li a {
	color: #000;
}


/* bannerBlock
-------------------------------------*/
.bannerBlock {
	clear: both;
	position: relative;
	max-width: 1200px;
	margin: 0 0 40px 0;
}
.bannerBlock ul:after {
	display: block;
	clear: both;
	content: "";
}
.bannerBlock ul li {
	position: relative;
	text-align: right;
	border: 1px solid #dfdfdf;
	background: #fff;
}
.bannerBlock ul li a {
	transition: opacity 0.2s ease 0s;
}
.bannerBlock ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.bannerBlock ul li img {
	max-width: 100%;
}
.bannerBlock .bx-prev,
.bannerBlock .bx-next {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 0;
	margin: -13px 0 0 0;
	padding: 26px 0 0 0;
	overflow: hidden;
}
.bannerBlock .bx-prev:hover,
.bannerBlock .bx-next:hover {
	opacity: 0.8;
}
.bannerBlock .bx-prev {
	left: -14px;
	background: url(/content/400018241.png) no-repeat 0 0;
}
.bannerBlock .bx-next {
	right: -14px;
	background: url(/content/400018242.png) no-repeat 0 0;
}


/* breakpoints
==========================================================================*/
@media screen and (max-width: 1250px) {

/*-------------------------------------
 layout
-------------------------------------*/
#top #container {
	padding: 0 50px;
}


/*-------------------------------------
 top
-------------------------------------*/

/* slide
-------------------------------------*/
#topSlide ul li .topSlideBlock {
	width: auto;
}
#topSlide ul li .topSlideBox {
	left: 50px;
}
#topSlide .bx-wrapper .bx-pager {
	right: 50px;
}
#topSlide .bx-wrapper .bx-controls-auto {
	right: 50px;
}

/* topMenu
-------------------------------------*/
.topMenu {
	padding: 20px 50px 27px 50px;
}


}





/* breakpoints
==========================================================================*/
@media screen and (max-width: 980px) {

/*-------------------------------------
 top
-------------------------------------*/

/* topMenu
-------------------------------------*/
.topMenu ul {
	margin: 0 -20px;
	text-align: center;
}
.topMenu ul li {
	width: auto !important;
	padding: 0 6px 15px 6px;
}


}


/* 
==========================================================================*/
@media screen and (max-width: 680px) {

/*-------------------------------------
 layout
-------------------------------------*/
#top #container {
	padding: 0;
}
#top #contents {
	width: auto;
	min-width: inherit;
	min-height: inherit;
	padding: 15px 15px 30px 15px;
}


/*-------------------------------------
 top
-------------------------------------*/

/* slide
-------------------------------------*/
#topSlide {
	position: relative;
	height: auto;
	background: #2e2e2e;
}
#topSlide ul {
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
	min-width: inherit;
	height: auto;
	text-align: center;
	overflow: hidden;
}
#topSlide ul li {
	position: relative;
	height: auto;
}
#topSlide ul li img {
	position: relative;
	top: 0;
	left: 0;
	min-width: inherit;
	max-width: 100%;
}
#topSlide ul li .topSlideBlock {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	min-width: inherit;
	height: auto;
	margin: 0;
}
#topSlide ul li .topSlideBox {
	position: relative;
	left: 0;
	bottom: 0;
	width: auto;
	padding: 10px 10px 10px 15px;
	line-height: 1.5;
	text-align: left;
	background: none;
}
#topSlide ul li .topSlideTitle {
	padding: 0 0 5px 10px;
	font-size: .87rem;
	background: url(/content/400018243.png) no-repeat 0 8px;
	background-size: 4px 7px;
}
#topSlide ul li .topSlideTitle .icnBlank {
	padding: 0 20px 0 0;
	background: url(/content/400002194.png) no-repeat right 5px;
	background-size: 12px 12px;
}
#topSlide ul li .topSlideLink {
	padding: 0 0 5px 10px;
	background: url(/content/400002167.png) no-repeat 0 8px;
	background-size: 4px 7px;
}
#topSlide .bx-wrapper {
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	*zoom: 1;
}
#topSlide .bx-wrapper .bx-loading {
	display: none;
}
#topSlide .bx-viewport {
	position: relative !important;
	border-bottom: 1px solid #3d3d3d;
}
#topSlide #topSlidePrev,
#topSlide #topSlideNext {
	display: none;
}
#topSlide .bx-controls {
	position: relative;
	top: 0;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#topSlide .bx-wrapper .bx-pager {
	position: relative;
	right: 0;
	bottom: 0;
	height: 10px;
	padding: 10px 35px 10px 5px;
	background: none;
}
#topSlide .bx-wrapper .bx-controls-auto {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 20px;
	height: 10px;
	padding: 0 5px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.5);
}
#topSlide .bx-wrapper .bx-controls-auto .bx-start {
	background: url(/content/400018244.png) no-repeat center 0;
	background-size: 10px 10px;
}
#topSlide .bx-wrapper .bx-controls-auto .bx-stop {
	background: url(/content/400018245.png) no-repeat center 0;
	background-size: 10px 10px;
}


/* topNav
-------------------------------------*/
.topNav {
	display: block;
}
.topNavA:after,
.topNavB:after,
.topNavC:after {
	clear: both;
	display: block;
	content: "";
}
.topNavA li,
.topNavB li {
	float: left;
	width: 50%;
}
.topNavA li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #7db4df;
	background: #4593d1;
}
.topNavA li:nth-child(odd) a {
	border-right: 1px solid #7db4df;
}
.topNavB li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #5d8cbb;
	background: #175a9d;
}
.topNavB li:nth-child(odd) a {
	border-right: 1px solid #5d8cbb;
}
.topNavC {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
}
.topNavC li {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
}
.topNavC li a {
	display: block;
	padding: 8px 0;
	color: #000;
	line-height: 1.2;
	text-align: center;
	border-right: 1px solid #dfdfdf;
	
}
.topNavC li:last-child a {
	border-right: none;
}



/* topMenu
-------------------------------------*/
.topMenu {
	padding: 10px 15px 0 15px;
	border-bottom: none;
	background: none;
}
.topMenuInner {
	width: auto;
	max-width: inherit;
	margin: 0;
}
.topMenu h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.06rem;
	line-height: 1.2;
	background: none;
}
.topMenu h2 em {
	padding: 0 0 0 17px;
	background: url(/content/400018246.png) repeat-y 0 0;
	background-size: 8px 5px;
}

.topMenu ul {
	margin: 0;
}
.topMenu ul li img {
	max-width: 100%;
}
.topMenu ul li a {
	font-weight: normal;
}
.topMenu ul li p {
	text-align: left;
}
.topMenu ul li p em {
	display: block;
	padding: 9px 5px 11px 22px;
	line-height: 1.4;
	background: url(/content/400002167.png) no-repeat 12px 15px;
	background-size: 4px 7px;
}


/* importantBox
-------------------------------------*/
.importantBox {
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	box-sizing: border-box;
	border: 2px solid #9e3b3b;
	background: #9e3b3b;
	overflow: hidden;
}
.importantBox .boxTitle {
	display: table-cell;
	position: relative;
	float: none;
	padding: 0 10px;
	font-size: .68rem;
	vertical-align: middle;
}
.importantBox .boxDetail {
	display: table-cell;
	padding: 10px 10px 1px 10px;
	background: url(/content/400018247.png) no-repeat 0 center #f9f9f9;
	background-size: 4px 5px;
}
.boxLink01 li {
	clear: both;
	padding: 0 0 10px 0;
	overflow: hidden;
}
.boxLink01 li .boxDate {
	float: none;
	margin: 0;
	font-size: .62rem;
	font-weight: normal;
}
.boxLink01 li .boxText {
	display: block;
	padding: 0 0 0 10px;
	background: url(/content/400018248.png) no-repeat 0 8px;
	background-size: 4px 7px;
}
.boxLink02 li {
	padding: 0 0 10px 10px;
	background: url(/content/400018248.png) no-repeat 0 8px;
	background-size: 4px 7px;
}


/* infoBlock
-------------------------------------*/
.infoBlock {
	width: auto;
	margin: 0 0 25px 0;
}
.infoBlockL,
.infoBlockR {
	clear: both;
	float: none;
}
.infoTitle {
	position: relative;
	margin: 0 0 5px 0;
	border-bottom: 3px double #d0d0d0;
}
.infoTitle h3 {
	margin: 0;
	padding: 0 60px 0 0;
	font-size: 1rem;
	background: none;
}
.infoTitle h3 em {
	padding: 0 0 5px 20px;
	background: url(/content/400018249.png) no-repeat 0 7px;
	background-size: 12px 12px;
}
.infoBlock ul li {
	padding: 15px 0;
	border-bottom: 1px solid #d0d0d0;
	overflow: hidden;
}
.infoBlock ul li .infoDate {
	display: block;
	font-size: .68rem;
}
.infoBlock ul li .infoDate em {
	margin: 0 6px 0 0;
}
.infoBlock ul li .infoText {
	padding: 0 0 0 10px;
	background: url(/content/400002144.png) no-repeat 0 8px;
	background-size: 4px 7px;
}
.infoMore {
	padding: 10px 0 20px 0;
}
.infoMore ul li {
	padding: 0 0 0 20px;
	font-size: .68rem;
	border: none;
	background: url(/content/400002144.png) no-repeat 10px 4px;
	background-size: 4px 7px;
}

/* bannerBlock
-------------------------------------*/
.bannerBlock {
	height: 66px;
	margin: 0 0 25px 0;
	padding: 10px 0;
	background: #2e2e2e;
}
.bannerBlockInner {
	height: 66px;
	overflow: hidden;
}
.bannerSlide {
	position: relative;
	width: 190px;
	margin: 0 auto;
}
.bannerSlideInner {
	position: absolute;
	left: 0;
	width: 390px;
	margin: 0 0 0 -203px;
}
.bannerBlock .bx-viewport {
	overflow: visible !important;
}
.bannerBlock ul li {
	width: 190px !important;
	height: 64px;
	border: 1px solid #fff;
}
.bannerBlock ul li img {
	max-width: inherit;
	max-height: 100%;
}
.bannerBlock ul li p em {
	font-size: .75rem;
}

.bannerBlock .bx-prev,
.bannerBlock .bx-next {
	position: absolute;
	top: 50%;
	width: 21px;
	height: 0;
	margin: -10px 0 0 0;
	padding: 26px 0 0 0;
	overflow: hidden;
}
.bannerBlock .bx-prev:hover,
.bannerBlock .bx-next:hover {
	opacity: 0.8;
}
.bannerBlock .bx-prev {
	left: -10px;
	background: url(/content/400018250.png) no-repeat 0 0;
	background-size: 21px 21px;
}
.bannerBlock .bx-next {
	right: -10px;
	background: url(/content/400018251.png) no-repeat 0 0;
	background-size: 21px 21px;
}

}



