@charset "utf-8";


/******************************************************/
/* common */
/******************************************************/

html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin:0;padding:0;}
body {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333333;
	background-color: #fff;
	line-height: 1.45;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 1050px;
	-webkit-font-smoothing: antialiased;
}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
strong{font-weight:bold;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
th,td{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img{vertical-align:bottom; max-width:100%;}
q:before,q:after{content:'';}
hr{display:none;}
abbr,acronym{border:0;}
:focus { outline:0; }
a {color:#0479bc;text-decoration:none;}

.pc {display: block !important;}	
.sp {display: none !important;}


/******************************************************/
/* class */
/******************************************************/

.center{text-align:center!important;}
.right{text-align:right!important;}
.left{text-align:left!important;}
.vmiddle{vertical-align:middle!important;}
.vright{text-align:right!important;}
.vleft{text-align:left!important;}

.fnt80{font-size:80%!important;}
.fnt85{font-size:85%!important;}
.fnt90{font-size:90%!important;}
.fnt95{font-size:95%!important;}
.fnt100{font-size:100%!important;}
.fnt110{font-size:110%!important;}
.fnt120{font-size:120%!important;}
.fnt130{font-size:130%!important;}
.fnt140{font-size:140%!important;}
.strong{font-weight:bold!important;}
.bold{font-weight:bold!important;}
.normal{font-weight:normal!important;}
.blue{color:#1a6bff;}
.red{color:#fd4f4f;}

.floR{float:right!important;}
.floL{float:left!important;}
.floNone{float:none!important;}

.block{display:block;}
.none{display:none;}
.inline{display:inline;}

.marginAuto{margin-left:auto!important;margin-right:auto!important;}


/******************************************************/
/* clear */
/******************************************************/

.clearBoth{clear: both;}
.clear{display:inline-block;}
.clear:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
/* Hides MacIE5 \*/
* html .clear{height:1%;}
.clear{display:block;}
/* Hides MacIE5 */


/******************************************************/
/* layout */
/******************************************************/

#container {
	width: 100%;
	min-width: 1050px;
	position: relative;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
.wrap:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}


/******************************************************/
/* header */
/******************************************************/

#header {
	width: 100%;
	height: 90px;
	background-color: #fff;
	margin: 0 auto;
}
#header #headerMain {
	width: 980px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

/* title */

#header .title {
	margin: 9px 0 0 0;
	width: 190px;
	float: left;
}
#header .title a {
	font-size: 12px;
	line-height: 33px;
	font-weight: bold;
	color: #808080;
	display: block;
	text-decoration: none;
	height: 70px;
}
#header .title span {
	width: 190px;
	height: 70px;
	text-indent: -9999px;
	background: url(/common/images/logo_pc.svg) left top no-repeat;
	background-size: contain;
	display: block;
	float: left;
}
#header ul {
	display: block;
	float: right;
	margin: 36px 0 0 0;
}
#header ul li {
	float: left;
	margin-left: 22px;
	position: relative;
}
#header ul li:first-child {
	margin-left: 0;
}
#header ul li a {
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
}
#header ul li a.linkExt {
	background: url(/common/images/icn_link_01.svg) right top no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
}
#header ul li a.btn_search {
	text-indent: -9999px;
	background: url(/common/images/icn_search_02.svg) 3px 4px no-repeat;
	background-size: 18px 18px;
	width: 24px;
	height: 24px;
	display: block;
	position: relative;
	top: -3px;
	left: -3px;
}

/* siteSearch */

#header .siteSearch {
	width: 682px;
	height: 50px;
	position: absolute;
	top: 19px;
	right: -35px;
	z-index: 10;
	display: none;
}
#header .siteSearch input[type='text'] {
	width: 648px;
	height: 50px;
	position: relative;
	outline: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-color: #ededed;
	padding: 0 50px 0 10px;
	font-size: 16px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	float: left;
}
#header .siteSearch input[type='submit'] {
	width: 30px;
	height: 44px;
	position: relative;
	outline: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0;
	font-size: 16px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: absolute;
	top: 3px;
	left: 615px;
	background: #de1819 url(/common/images/icn_search_04.svg) 7px 14px no-repeat;
	background-size: 17px 17px;
	cursor: pointer;
}
#header .siteSearch .btn_search_close {
	width: 34px;
	height: 50px;
	display: block;
	position: relative;
	float: left;
}
#header .siteSearch .btn_search_close a {
	width: 34px;
	height: 50px;
	text-indent: -9999px;
	display: block;
	background: #fff url(/common/images/btn_close_01.svg) 7px center no-repeat;
	background-size: 18px 18px;
}


/******************************************************/
/* globalNavi */
/******************************************************/

@media screen and (min-width:641px) {
	
nav,
nav.open {
	display: block !important;
}

}

#globalNavi {
	background: #374044;
	position: relative;
	z-index: 1;
}
#globalNavi {
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
#globalNavi.bottom {
	display: none;
}
#globalNavi ul {
	width: 980px;
	height: 43px;
	display: block;
	margin: 0 auto;
	border-left: 1px solid #4b5357;
}
#globalNavi ul li {
	float: left;
	width: 196px;
	height: 43px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-right: 1px solid #4b5357;
}
#globalNavi ul li:first-child a {
}
#globalNavi ul li a {
	display: table-cell;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 196px;
	height: 43px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	position: relative;
}
#globalNavi ul li a.current,
#globalNavi ul li a.current:hover {
	background: #de1718;
}
#globalNavi ul li a:hover {
	background: #4b5357;
}
.media_type_pc #globalNavi ul li a,
.media_type_pc #globalNavi ul li a::before,
.media_type_pc #globalNavi ul li a::after {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}



/******************************************************/
/* megaMenu */
/******************************************************/

#megaMenu .wrap {
	width: 100%;
	min-width: 1050px;
	display: block;
	background-color: #f3f4f6;
	position: absolute;
	top: 133px;
	left: 50%;
	margin-left: -525px;
	margin-left: -50%;
	padding: 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	z-index: 100;
	display: none;
	display: block;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#megaMenu.open .wrap {
	height: 400px;
	-webkit-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#megaMenu.min .wrap {
/*
	left: 0;
	margin-left: 0;
*/
}
#megaMenu .wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#megaMenu dl {
	width: 980px;
	display: block;
	position: relative;
	z-index: 100;
	margin: 0 auto;
	padding: 24px 0;
}
#megaMenu.min dl {
	margin-left: 35px;
}
#megaMenu dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#megaMenu dl dt {
	width: 980px;
	height: auto;
	display: block;
	padding: 0 0 16px;
}
#megaMenu dl dt a {
	display: inline-block;
	font-weight: 500;
	font-size: 21px;
	color: #374044;
	vertical-align: middle;
	background: url(/common/images/icn_ar_red_02.svg) right center no-repeat;
	background-size: 16px 16px;
	border-left: 4px solid #e80015;
	padding: 8px 29px 8px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#megaMenu dl dd {
	width: 980px;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0;
}
#megaMenu dl dd ul {
	width: 980px;
	display: block;
	padding: 0 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
/* 	position: absolute; */
}
#megaMenu dl dd ul li {
	width: 196px;
	float: left;
	display: block;
	margin: 0 0 0 0;
	background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#megaMenu dl dd ul li:nth-child(1),
#megaMenu dl dd ul li:nth-child(2),
#megaMenu dl dd ul li:nth-child(3),
#megaMenu dl dd ul li:nth-child(4),
#megaMenu dl dd ul li:nth-child(5) {
	border-top: 1px solid #dcdcdc;
}
#megaMenu dl dd ul li:nth-child(5n+1) {
	border-left: 1px solid #dcdcdc;
}
#megaMenu dl dd a {
	width: 194px;
	display: block;
	font-size: 14px;
	line-height: 1.35;
	color: #374044;
	background-color: #fff;
	text-align: center;
	padding: 8px 8px 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#megaMenu dl dd li > span {
	display: block;
}
#megaMenu dl dd span + span {
	border-top: 1px solid #dcdcdc;
}
#megaMenu dl dd li.has_img > span {
	display: none;
}
#megaMenu dl dd a .img,
#megaMenu dl dd a .img img {
	width: 178px;
	height: 89px;
	display: block;	
}
#megaMenu dl dd a .img {
	padding-bottom: 8px;
}
#megaMenu dl dd a p {
	width: 178px;
	height: 54px;
	min-height: 54px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	background: url(/common/images/global/icn_ar_grey_01.svg) 161px center no-repeat;
	background-size: 21px 21px;
	padding: 0 18px 0 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}
#megaMenu dl dd a.linkExt p:after {
	content: "";
	width: 18px;
	height: 14px;
	background: #fff url(/common/images/icn_link_01.svg) right 2px no-repeat;
	background-size: 14px 14px;
	display: inline-block;
}
#megaMenu dl dd a .img + p {
	width: 178px;
	height: 28px;
	min-height: 28px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-image: none;
	padding: 0 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#megaMenu .cover {
	width: 100%;
	height: auto;
	background-color: #000;
	position: absolute;
	top: 133px;
	left: 0;
	z-index: 99;
	display: none;
	opacity: 0;
}
#megaMenu .btnClose {
	width: 100%;
	height: 48px;
	line-height: 48px;
	display: block;
	border-top: 1px solid #e0e1e3;
}
#megaMenu .btnClose a {
	width: 100%;
	height: 48px;
	display: block;
	color: #50575b;
	text-align: center;
}
#megaMenu .btnClose a span {
	background: url(/common/images/global/icn_ar_close_01.svg) right center no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	padding-right: 20px;
	font-size: 13px;
}
#globalNavi li a.is_select:after {
	content: "";
	width: 14px;
	height: 8px;
	display: block;
	background: url(/common/images/icn_trigona_01.svg) top center no-repeat;
	background-size: 40px 20px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -7px;
	z-index: 2;
}
/* #globalNavi .btnClose */

#globalNavi .btnClose {
	width: 176px;
	height: 53px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -525px;
	z-index: 10;
	display: none;
}
#globalNavi .btnClose a {
	width: 176px;
	height: 53px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #2d56a0;
	font-size: 16px;
	background: #cbcbcb url(../../common/images/global/btn_close_02.svg) 135px center no-repeat;
	background-size: 24px 24px;
	-webkit-font-smoothing: subpixel-antialiased;
}
#globalNavi .btnClose a:hover {
	color: #fff;
	background: #2d56a0 url(../../common/images/global/btn_close_03.svg) 135px center no-repeat;
	background-size: 24px 24px;
}




/******************************************************/
/* sideNav */
/******************************************************/

#sideNav dl {
	width: 100%;
}
#sideNav dl dt {
	width: 100%;
	border-top: 3px solid #de1718;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
}
#sideNav dl dd {
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
}
#sideNav dl dt a,
#sideNav dl dd a {
	text-decoration: none;
	display: block;
}
#sideNav dl dt a {
	padding: 16px 10px 16px 29px;
}
#sideNav dl dd a {
	padding: 11px 10px 10px 29px;
}
#sideNav dl dt a p,
#sideNav dl dt p {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
#sideNav dl dd p {
	color: #333333;
	font-size: 13px;
}
#sideNav dl dd a p {
	color: #0479bc;
}
#sideNav dl dt a.link {
	background: url(/common/images/icn_ar_red_02.svg) 7px center no-repeat;
	background-size: 16px 16px;
}
#sideNav dl dd a.link {
	background: url(/common/images/icn_ar_red_01.svg) 7px 11px no-repeat;
	background-size: 16px 16px;
}
#sideNav dl dd a.link.linkExt p {
	background: url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl dd a.link.linkPdf p {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl dd a.link.linkWord p {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl dd a.link.linkExcel p {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl dd a.link.linkPowerPoint p {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl dd a.link.linkImg p {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding-right: 21px;
	display: inline;
}
#sideNav dl dd a.link.linkZip p {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}

/* sideNav sub */

#sideNav dl.sub dd {
	border-bottom: none;
	background-color: #f2f2f2;
}
#sideNav dl.sub dd a {
	padding: 12px 10px 0px 49px;
}
#sideNav dl.sub dd:last-child a {
	padding: 11px 10px 10px 49px;
}
#sideNav dl.sub dd a p {
	color: #0479bc;
	font-size: 13px;
}
#sideNav dl.sub dd:last-child a p {
	color: #0479bc;
	font-size: 13px;
}
#sideNav dl.sub dd a.link {
	background: url(/common/images/icn_ar_red_01.svg) 27px 12px no-repeat;
	background-size: 16px 16px;
}
#sideNav dl.sub dd a.link.linkExt p {
	background: url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkPdf p {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkWord p {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkExcel p {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkPowerPoint p {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkImg p {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding-right: 21px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkZip p {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 19px;
	display: inline;
}

#sideNav dl dd a.current p {
	font-weight: bold;
	color: #de1718 !important;
}
#sideNav dl dd.parent {
	background-color: #f2f2f2;
}
#sideNav dl dd.parent > a.open {
	border-bottom: 1px solid #d9d9d9;
}
#sideNav dl dd.parent > a.open.nosub {
	border-bottom: none;
}

/* News Release */
#sideNav .sideNav-news{}
	#sideNav .sideNav-news__title{
		box-sizing: border-box;
		padding: 16px 10px;
		color: #333333;
		font-size: 16px;
		font-weight: bold;
	}
	@media screen and (max-width: 640px) {
			#sideNav .sideNav-news__title{
				padding: 30px 80px 30px 48px;
				font-size: 29px;
			}
	}

	#sideNav .sideNav-news__item a{
		display: flex;
		padding: 16px 0 16px 10px;
	}
	@media screen and (max-width: 640px) {
		#sideNav .sideNav-news__item a{
			padding: 28px 18px;
		}
	}
		#sideNav .sideNav-news__img{
			width: 80px;
			height: 50px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
			#sideNav .sideNav-news__img img{
				max-width: 80px;
				max-height: 50px;
			}
		#sideNav .sideNav-news__text{
			box-sizing: border-box;
			width: calc(100% - 80px);
			padding-left: 10px;
			font-size: 12px;
		}
		@media screen and (max-width: 640px) {
			#sideNav .sideNav-news__text{
				font-size: 24px;
			}
		}
			#sideNav .sideNav-news__date{
				display: block;
				color: #7e7e7e;
				margin-bottom: 6px;
			}
		@media screen and (max-width: 640px) {
			#sideNav .sideNav-news__img{
				width: 180px;
				height: 113px;
			}
				#sideNav .sideNav-news__img img{
					max-width: 180px;
					max-height: 113px;
				}
			#sideNav .sideNav-news__text{
				box-sizing: border-box;
				width: calc(100% - 180px);
			}
		}

/******************************************************/
/* importantNotice */
/******************************************************/

#importantNotice {
	width: 100%;
	min-width: 980px;
	background-color: #d5dee3;
	padding: 10px 0;
}
#importantNotice .wrap {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: 2px solid #de1819;
	background-color: #fff;
	padding: 20px 20px 22px;
}
#importantNotice .title {
	color: #de1819;
	font-size: 14px;
	font-weight: bold;
}
#importantNotice ul {
	width: 100%;
	margin-top: 12px;
}
#importantNotice ul li {
	width: 100%;
	margin-top: 10px;
	padding-left: 104px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}
#importantNotice ul li.nodate {
	padding-left: 0px;
}
#importantNotice ul li a {
	width: 100%;
	display: block;
	text-decoration: none;
}
#importantNotice a .date,
#importantNotice .date {
	font-size: 14px;
	color: #333333;
	width: 104px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#importantNotice a .txt,
#importantNotice .txt {
	font-size: 14px;
	color: #333333;
	display: inline;
}
#importantNotice a .txt {
	color: #0479bc;
}
#importantNotice a.linkExt .txt {
	background: url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 18px;
}
#importantNotice a.linkPdf .txt {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 18px;
}


/******************************************************/
/* containerTop */
/******************************************************/

#containerTop {
	width: 100%;
	min-width: 980px;
	position: relative;
	overflow: hidden;
}
#top #containerTop {
	height: 398px;
	background-color: #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
#containerTop .wrap {
	width: 980px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -490px;
}
#top #containerTop .wrap {
	height: 398px;
}
#containerTop .bx-wrapper {
	width: 1280px !important;
	max-width: 1280px !important;
	height: 398px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -640px;
}
#containerTop .bx-viewport,
#containerTop .mvSlider,
#containerTop .mvSlider li,
#containerTop .mvSlider a {
	width: 1280px;
	height: 398px;
	display: block;
}
#containerTop .wrap > .mvSlider {
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -640px;
}

/* next,back */

#containerTop .btnNext {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 350px;
	right: 0px;
}
#containerTop .btnNext a {
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	background: url(/common/images/btn_next_01.svg) left top no-repeat;
	background-size: contain;
}
#containerTop .btnPrev {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 350px;
	right: 29px;
}
#containerTop .btnPrev a {
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	background: url(/common/images/btn_prev_01.svg) left top no-repeat;
	background-size: contain;
}

/* pager */

#containerTop .bx-wrapper .bx-pager,
#containerTop .bx-wrapper .bx-controls-auto {
	bottom: 20px;
	z-index: 10;
	position: absolute;
	right: 50%;
	margin-right: -430px;
	width: auto;
	height: 28px;
	padding: 12px 11px 12px 6px;
	background-color: rgba(38,44,47,0.15);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	float: left;
}
#containerTop .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 25px;
	height: 4px;
	margin: 0 0 0 8px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#containerTop .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #de1819;
}
#containerTop .bx-wrapper .bx-pager.bx-default-pager a:hover,
#containerTop .bx-wrapper .bx-pager.bx-default-pager a.active:hover {
	background: #de1819;
}

/* mv_contents */

#containerTop.mv_contents {
	width: 100%;
	min-width: 980px;
	height: auto;
	position: relative;
	overflow: hidden;
}
#containerTop.mv_contents .wrap {
	width: 980px;
	height: auto;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -490px;
}
#containerTop.mv_contents .img {
	width: 1280px;
/* 	height: 240px; */
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -640px;
	margin-bottom: 5px;
}
#containerTop.mv_contents .img + p {
	margin-top: 30px;
}


/******************************************************/
/* intro */
/******************************************************/

#intro {
	width: 270px;
	height: 380px;
	padding: 2px;
	position: absolute;
	top: 138px;
	left: 50%;
	margin-left: -491px;
	background-color: rgba(0,0,0,0.9);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#intro .wrap {
	width: 100%;
	position: relative;
}
#intro h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	border-top: 1px solid #fb0014;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 14px 9px 8px 9px;
	-webkit-font-smoothing: subpixel-antialiased;
}
#intro h3 a.linkBox {
	color: #fff;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
	background: url(/common/images/box_ar_white_01.svg) 234px center no-repeat;
	background-size: 22px 22px;
	width: 100%;
	display: block;
}

/* keyword search */

#intro form {
	width: 250px;
	height: 50px;
	position: relative;
	margin-left: 8px;
}
#intro input[type='text'] {
	width: 250px;
	height: 44px;
	position: relative;
	outline: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0 40px 0 11px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.26);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.26);
	font-size: 14px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#intro input[type='submit'] {
	width: 40px;
	height: 44px;
	display: block;
	background: url(/common/images/icn_search_03.svg) 10px center no-repeat;
	background-size: 20px 20px;
	outline: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}

/* keyword */

#intro h4 {
	color: #999999;
	font-size: 12px;
	margin: 8px 0 4px 9px;
	font-weight: bold;
	-webkit-font-smoothing: subpixel-antialiased;
}
#intro .keyword {
	width: 100%;
	height: 33px;
	padding: 0 2px 0 8px;
	margin-bottom: 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: block;
	overflow: hidden;
}
#intro .keyword li {
	margin-right: 2px;
	margin-bottom: 6px;
	display: inline;
}
#intro .keyword a {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 11px;
	padding: 7px 9px 7px 21px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display: inline;
	background: #1d1d1b url(/common/images/icn_search_01.svg) 6px center no-repeat;
	background-size: 11px 11px;
	line-height: 3;
	-webkit-font-smoothing: subpixel-antialiased;
}
#intro ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* catchup */

#intro .catchup {
	width: 100%;
	padding: 0 8px 4px 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#intro .catchup li {
	width: 250px;
	height: 48px;
	display: block;
	margin-bottom: 2px;
}
#intro .catchup li a {
	width: 250px;
	height: 48px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 4px;
	background: #1b1b1b url(/common/images/icn_ar_white_01.svg) 234px center no-repeat;
	background-size: 22px 22px;
	text-decoration: none;
}
#intro .catchup li a .img {
	width: 60px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 15px;
}
#intro .catchup li a .img img {
	width: 60px;
	height: 40px;
	vertical-align: bottom;
}
#intro .catchup li a p {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}


/******************************************************/
/* showcase */
/******************************************************/

#showcase {
	width: 100%;
	min-width: 996px;
	padding: 0;
	min-height: 171px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#showcase .wrap {
	width: 1471px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -735px;
	background: url(/common/images/bg_showcase_03.png) center bottom repeat-x;
	padding-bottom: 8px;
}
#showcase.noslide .wrap {
	background-image: none;
	padding-bottom: 0;
}
#showcase .bx-wrapper {
}
#showcase .bx-viewport {
}
#showcase .showcaseSlider {
	position: absolute;
	width: 1470px;
	top: 0;
	left: 50%;
	margin-left: 244px;
	border-top: 1px solid #d5dee3;
	border-bottom: 1px solid #d5dee3;
}
#showcase .wrap > .showcaseSlider {
	position: absolute;
	width: 1470px;
	top: 0;
	left: 50%;
	margin-left: -491px;
}
#showcase.noslide .showcaseSlider {
	width: 981px;
	margin-left: -492px;
}
#showcase .showcaseSlider li {
	width: 245px !important;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-left: 1px solid #d5dee3;
	display: block;
}
#showcase.noslide .showcaseSlider li:last-child {
	border-right: 1px solid #d5dee3;
	
	width: 246px !important;
}
#showcase .showcaseSlider li a {
	width: 244px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#showcase .showcaseSlider li .img,
#showcase .showcaseSlider li img {
	width: 244px;
	vertical-align: bottom;
	position: relative;
	z-index: 1;
}
#showcase .showcaseSlider li .img span {
	background: url(/common/images/icn_ar_slider.svg) center bottom no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -11px;
	z-index: 2;
	display: block;
}
#showcase .showcaseSlider li a .txt {
	width: 244px;
	min-height: 48px;
	height: 48px;
	display: table-cell;
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	color: #0479bc;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#showcase .showcaseSlider li a .linkExt {
	background: #fff url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
}
#showcase .showcaseSlider li.deactive .img {
	background-color: #fff;
}
#showcase .showcaseSlider li.deactive img {
	opacity: 0.3;
}
#showcase .showcaseSlider li.deactive .txt span {
	opacity: 0.3;
}
#showcase .showcaseSlider .num {
	display: none;
}

/* next,back */

#showcase .btnNext {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 66px;
	right: 50%;
	margin-right: -516px;
}
.media_type_pc #showcase .btnNext:after {
	width: 1444px;
	height: 270px;
	display: block;
	position: absolute;
	content: "";
	top: -76px;
	right: -1420px;
	z-index: -1;
	background: url(/common/images/bg_showcase_02.png) left top repeat-y;
	background-size: contain;
}
#showcase .btnNext a {
	width: 36px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	background: url(/common/images/btn_next_02.svg) left top no-repeat;
	background-size: contain;
}
#showcase .btnPrev {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 66px;
	left: 50%;
	margin-left: -516px;
}
.media_type_pc #showcase .btnPrev:after {
	width: 244px;
	height: 270px;
	display: block;
	position: absolute;
	content: "";
	top: -76px;
	left: -220px;
	z-index: -1;
	background: url(/common/images/bg_showcase_01.png) left top repeat-y;
	background-size: contain;
}
#showcase .btnPrev a {
	width: 36px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	background: url(/common/images/btn_prev_02.svg) left top no-repeat;
	background-size: contain;
}
.media_type_pc #showcase .showcaseSlider li .img,
.media_type_pc #showcase .showcaseSlider li img,
.media_type_pc #showcase .showcaseSlider li.deactive .txt span {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}


/******************************************************/
/* recommend */
/******************************************************/

#recommend {
	width: 100%;
	min-width: 996px;
	padding: 0 0 81px;
	min-height: 292px;
	position: relative;
	overflow: hidden;
	background-color: #f0f3f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#recommend .wrap {
	width: 1494px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -747px;
}
#recommend h3 {
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	top: 0;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 80px;
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 21px 0 0 1px;
	background: url(/common/images/bg_tit_01.svg) left top no-repeat;
	background-size: 980px 1px;
}
#recommend .bx-wrapper {
	background-color: #f0f3f5;
}
#recommend .bx-viewport {
	background-color: #f0f3f5;
}
#recommend .recommendSlider {
	position: absolute;
	width: 1494px;
	top: 0;
	left: 50%;
	margin-left: 256px;
}
#recommend .wrap > .recommendSlider {
	position: absolute;
	width: 1494px;
	top: 80px;
	left: 50%;
	margin-left: -491px;
}
#recommend.noslide .recommendSlider {
	width: 996px;
	margin-left: -491px;
}
#recommend.noslide .wrap > .recommendSlider {
	position: absolute;
	width: 996px;
	top: 0;
	left: 50%;
	margin-left: -491px;
}
#recommend .recommendSlider li {
	width: 249px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-color: #f0f3f5;
}

#recommend .wrap > .recommendSlider li:nth-child(5),
#recommend .wrap > .recommendSlider li:nth-child(6),
#recommend .wrap > .recommendSlider li:nth-child(7),
#recommend .wrap > .recommendSlider li:nth-child(8),
#recommend .wrap > .recommendSlider li:nth-child(9),
#recommend .wrap > .recommendSlider li:nth-child(10){
	display: none;
}
#recommend .recommendSlider li a {
	width: 233px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#recommend .recommendSlider li .img,
#recommend .recommendSlider li img {
	width: 233px;
	vertical-align: bottom;
	position: relative;
	z-index: 1;
}
#recommend .recommendSlider li .img span {
	background: url(/common/images/icn_ar_slider.svg) center bottom no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -11px;
	z-index: 2;
	display: block;
}
#recommend .recommendSlider li a .txt {
	width: 233px;
	min-height: 20px;
	height: 20px;
	display: table-cell;
	border-top: 1px solid #de1819;
	background-color: #374044;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 13px;
}
#recommend .recommendSlider li a .linkExt {
	background: url(/common/images/icn_link_02.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
}
#recommend .recommendSlider li.deactive .img {
	background-color: #fff;
}
#recommend .recommendSlider li.deactive img {
	opacity: 0.3;
}
#recommend .recommendSlider li.deactive .txt {
	background-color: #c3c6c7;
	border-top: 1px solid #f5baba;
}
#recommend .recommendSlider li.deactive .txt span {
	opacity: 0.6;
}
#recommend .recommendSlider .num {
	display: none;
}

/* next,back */

#recommend .btnNext {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 123px;
	right: 50%;
	margin-right: -500px;
}
#recommend .btnNext a {
	width: 36px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	background: url(/common/images/btn_next_03.svg) left top no-repeat;
	background-size: contain;
}
#recommend .btnPrev {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 123px;
	left: 50%;
	margin-left: -500px;
}
#recommend .btnPrev a {
	width: 36px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	background: url(/common/images/btn_prev_03.svg) left top no-repeat;
	background-size: contain;
}
.media_type_pc #recommend .recommendSlider li .img,
.media_type_pc #recommend .recommendSlider li img,
.media_type_pc #recommend .recommendSlider li.deactive .txt span {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}


/******************************************************/
/* breadcrumb */
/******************************************************/

#breadcrumb {
	width: 100%;
	min-width: 980px;
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
}
#breadcrumb .wrap {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px 0px 10px 12px;
}
#breadcrumb p {
	color: #808080;
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}
#breadcrumb a {
	color: #808080;
	text-decoration: none;
}
#breadcrumb a.home {
	background: url(/common/images/icn_breadcrumb.svg) left 0 no-repeat;
	background-size: 11px 12px;
	padding-left: 17px;
}
.win #breadcrumb a.home {
	background: url(/common/images/icn_breadcrumb.svg) left 2px no-repeat;
	background-size: 11px 12px;
}
.agent_type_ie8 #breadcrumb a.home,
.agent_type_ie9 #breadcrumb a.home,
.agent_type_ie10 #breadcrumb a.home,
.agent_type_ie11 #breadcrumb a.home {
	background: url(/common/images/icn_breadcrumb.svg) left 1px no-repeat;
	background-size: 11px 12px;
}
#breadcrumb a:hover {
}
#breadcrumb span {
	margin: 0 6px;
}


/******************************************************/
/* unitArea */
/******************************************************/

#unitArea {
	border-top: 1px solid #cecece;
	background: #f2f2f2;
	padding: 0 0 15px;
}
#unitArea .searchBox {
	float: left;
	width: 560px;
	padding: 15px 20px 0;
}
#unitArea .searchBox p {
	font-size: 14px;
	float: left;
	padding: 6px 0;
	width: 210px;
}
#unitArea .searchBox .searchForm {
	float: left;
	width: 300px;
}
#unitArea .searchBox .searchFormText {
	width: 260px;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	height: 30px;
	float: left;
}
#unitArea .searchBox .searchFormButton {
	padding: 8px 0 0 10px;
}
#unitArea .btn_faq {
	float: left;
	width: 160px;
}
#unitArea .btn_dl {
	float: left;
	width: 240px;
}
#unitArea .btn_faq a {
	width: 140px;
}
#unitArea .btn_dl a {
	width: 220px;
}
#unitArea .btn_faq a,
#unitArea .btn_dl a {
	background: #00a3f2;
	border-radius: 0 0 5px 5px;
	color: #fff;
	display: block;
	font-size: 87.5%;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}
#unitArea .btn_faq a:hover,
#unitArea .btn_dl a:hover {
	background: #3cf;
}


/******************************************************/
/* pager */
/******************************************************/

.pager {
	clear: both;
	padding: 0 0 8px;
	margin: 0 0 32px;
	width: 100%;
}
.pager:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pager.top {
	border-bottom: 1px solid #d9d9d9;
}
.pager.bottom {
	border-top: 1px solid #d9d9d9;
	padding: 39px 0 0;
	margin: 28px 0 25px;
}
.pager > p {
	width: 300px;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 4px !important;
	padding-bottom: 6px !important;
}
.pager ul {
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}
.pager ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pager ul li {
	list-style-type: none;
	display: table-cell !important;
	list-style: none;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 18px;
	width: 30px;
	position: relative;
}
.pager ul li:before {
	display: none !important;
}
.pager ul li a {
	display: block !important;
	background: #ededed;
	color: #0479bc;
	text-decoration: none;
	padding: 0 0 !important;
	margin: 0 !important;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.pager ul li.current a {
	background: #69808b;
	color: #fff;
}
@media screen and (min-width:641px) {
.media_type_pc .pager ul li a:hover {
	background: #69808b;
	color: #fff;
}
}

/* .pager ul li.btnPrev */

.pager ul li.btnPrev {
	margin: 0 0 0 0;
	padding: 0 5px 0 5px !important;
}
.pager ul li.btnPrev.disabled:after {
	content: "";
	width: 53px;
	height: 30px;
	display: block;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 2;
}
.pager ul li.btnPrev a {
	padding: 0 0 0 8px !important;
	width: 53px;
	box-sizing: border-box !important;
}
.pager ul li.btnPrev a:after {
	content: "";
	display: block !important;
	width: 16px;
	height: 16px;
	background: url(/common/images/icn_ar_blue_02.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 7px;
	left: 3px;
}
.pager ul li.btnPrev.disabled a {
	color: #979797;
	background-color: #ededed;
}
.pager ul li.btnPrev.disabled a:after {
	background: url(/common/images/icn_ar_black_02.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	opacity: 0.5;
}
@media screen and (min-width:641px) {
.pager ul li.btnPrev.disabled a:hover {
	color: #979797;
	background-color: #ededed;
}
.media_type_pc .pager ul li.btnPrev.disabled a:hover:after {
	background: url(/common/images/icn_ar_black_02.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	opacity: 0.5;
}
}

/* .pager ul li.btnNext */

.pager ul li.btnNext {
	margin: 0 5px 5px 0;
	padding: 0 0 0 10px !important;
}
.pager ul li.btnNext.disabled:after {
	content: "";
	width: 53px;
	height: 30px;
	display: block;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 2;
}
.pager ul li.btnNext a {
	padding: 0 8px 0 0 !important;
	width: 53px;
	box-sizing: border-box !important;
}
.pager ul li.btnNext a:after {
	content: "";
	display: block !important;
	width: 16px;
	height: 16px;
	background: url(/common/images/icn_ar_blue_01.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 7px;
	right: 3px;
}
.pager ul li.btnNext.disabled a {
	color: #979797;
	background-color: #ededed;
}
.pager ul li.btnNext.disabled a:after {
	background: url(/common/images/icn_ar_black_01.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	opacity: 0.5;
}
@media screen and (min-width:641px) {
.pager ul li.btnNext.disabled a:hover {
	color: #979797;
	background-color: #ededed;
}
.media_type_pc .pager ul li.btnNext.disabled a:hover:after {
	background: url(/common/images/icn_ar_black_01.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	opacity: 0.5;
}
.media_type_pc .pager ul li.btnPrev a:hover:after {
	background-image: url(/common/images/icn_ar_white_02.svg);
}
.media_type_pc .pager ul li.btnNext a:hover:after {
	background-image: url(/common/images/icn_ar_white_01.svg);
}
}


/******************************************************/
/* totop */
/******************************************************/

#pageTop,
#pageTop a {
	width: 42px;
	height: 33px;
	display: block;
	right: 38px;
	z-index: 10;
}
#pageTop a {
	text-indent: -99999px;
	background: url(/common/images/btn_pagetop.svg) left center no-repeat;
	background-size: contain;
}


#pageTopBottom,
#pageTopBottom a {
	width: 42px;
	height: 33px;
	display: block;
	right: 38px;
	z-index: 10;
}
#pageTopBottom a {
	text-indent: -99999px;
	background: url(/common/images/btn_pagetop.svg) left center no-repeat;
	background-size: contain;
}
#pageTopBottom {
	position: absolute;
	bottom: 106px;
}


/******************************************************/
/* footer */
/******************************************************/

footer {
	background: #636769;
	width: 100%;
	height: 82px;
	position: relative;
}
#footer {
	color: #ccc;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footerNavi {
	position: relative;
	z-index: 1;
	width: 640px;
	float: right;
	text-align: right;
	margin: 16px 0 0 0;
}
#footerNavi .wrap {
	width: 640px;
}
#footerNavi ul {
	display: inline-block;
}
#footerNavi ul li {
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-left: 27px;
}
#footerNavi ul li:first-child {
	margin-left: 0;
}
#footerNavi ul li a {
	display: block;
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}
#footerNavi ul li a.linkExt {
	background: url(/common/images/icn_link_03.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
}
#footerMain {
	width: 340px;
	float: left;
	margin: 17px 0 0 0;
}
#footerMain:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#footerMain ul {
}
#footerMain .copyright {
	font-size: 11px;
	-webkit-font-smoothing: subpixel-antialiased;
}


/******************************************************/
/* IE8 Alert */
/******************************************************/

/* IE8 Alert：Second */

#ie8Alert {
	width: 100%;
	min-width: 1050px;
	display: block;
	background-color: #de1819;
	padding: 16px 0 16px;
}
#ie8Alert .txt {
	margin: 0 auto;
	width: 786px;
	height: 40px;
	display: block;
	text-indent: -99999px;
	background: url(/common/images/alert.png) left top no-repeat;
}

/* IE8 Alert：TOP */

#top #ie8Alert {
	width: 100%;
	min-width: 1050px;
	display: block;
	background-color: #de1819;
	padding: 24px 0 32px;
}
#top #ie8Alert .wrap {
	width: 980px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	padding: 33px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#top #ie8Alert .wrap .title {
	margin: 0 0 0 24px;
	width: 260px;
	height: 44px;
}
#top #ie8Alert .wrap .title a {
	margin: 0;
	width: 260px;
	height: 44px;
	display: block;
	text-indent: -99999px;
	background: url(/common/images/logo_png.png) left top no-repeat;
}
#top #ie8Alert .wrap p {
	margin: 29px 0 0 24px;
	width: 932px;
	line-height: 27px;
}
#top #ie8Alert .wrap p a {
	color: #333;
}
#top #ie8Alert .wrap p a:hover {
	color: #9e9e9e;
}
#top #ie8Alert .wrap p + p {
	margin: 17px 0 0 24px;
}
#top #ie8Alert .titEnv {
	width: 980px;
	height: 40px;
	background-color: #cbd1d4;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-weight: bold;
	padding: 11px 0 0 25px;
	margin: 30px 0 0 0;
}
#top #ie8Alert .env {
	width: 980px;
	height: 168px;
	display: block;
	background-color: #dfe3e6;
	margin: 0;
	padding: 21px 24px 0 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#top #ie8Alert .env p {
	width: 932px;
	border-bottom: 1px solid #c9ced1;
	margin: 0 0 15px 0;
	padding: 0 0 18px 0;
}
#top #ie8Alert .env ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#top #ie8Alert .env ul li {
	width: 221px;
	height: 66px;
	display: block;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 16px 0 0;
	padding: 16px 0 0 65px;
}
#top #ie8Alert .env ul li.ie {
	background: url(/common/images/icn_ie.png) left top no-repeat;
}
#top #ie8Alert .env ul li.ff {
	background: url(/common/images/icn_ff.png) left top no-repeat;
}
#top #ie8Alert .env ul li.chrome {
	background: url(/common/images/icn_chrome.png) left top no-repeat;
}
#top #ie8Alert .env ul li.safari {
	background: url(/common/images/icn_safari.png) left top no-repeat;
	margin: 0;
}