  @charset "utf-8";


/****/
/* common */
/****/

.contentsArea {
	padding: 40px 10px 70px;
	width: 980px;
	min-height: 450px;
}
#top .contentsArea {
	padding: 40px 10px 30px;
	width: 980px;
}
.contentsArea.left {
	padding: 40px 0 100px 10px;
	width: 724px;
	float: left;
	margin-right: 36px;
}
.contentsArea.left.news {
	padding-bottom: 40px;
}
.sideNav.right {
	padding: 40px 0 100px;
	width: 220px;
	float: left;
}

.contentsFootNav{
	display: block;
	/* margin: -60px 40px 10vw 20px; */
	font-size: 26px;
}

.contentsFootNav h3{
	box-sizing: border-box!important;
	width: 100%!important;
}

.contentsFootNav ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -15px 0!important;
}
.contentsFootNav li{
	margin: 0 15px 15px 0!important;
	padding: 0!important;
}
.contentsFootNav li::before{
	content: none!important;
}
.contentsFootNav li a{
	position: relative;
	padding: 1px 0 3px 20px;
}
.contentsFootNav li a:before{
	content: "";
	background: url(/common/images/icn_ar_red_01.svg) left top no-repeat;
	background-size: 20px 20px;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}

.contentsArea h1 {
	width: 100%;
	color: #374044;
	font-size: 30px;
	display: block;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	padding: 0px 0 20px 0;
	margin-bottom: 40px;
	background: url(/common/images/bg_tit_02.svg) left bottom no-repeat;
	background-size: 980px 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 1.45;
}
.contentsArea h2 {
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	color: #4a5e67;
	padding: 2px 0 4px 11px;
	margin: 30px 0 42px;
	border-left: 5px solid #de1718;
	display: block;
	position: relative;
	width: 100%;
}
.contentsArea h2.first {
	margin: 0 0 42px;
}
.contentsArea h2:after {
	content: "";
	clear: both;
	display: block;
	border-top: 1px solid #d9d9d9;
	border-bottom: 3px solid #f2f2f2;
	margin-top: 10px;
	position: absolute;
	width: 724px;
	left: -5px;
}
.contentsArea h3 {
	clear: both;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #4a5e67;
	padding: 7px 16px 7px;
	margin: 20px 0 20px;
	margin: 0 0 20px;
	border-top: 1px solid #d9d9d9;
	box-sizing: border-box;
	width: 100%;
	background: url(/common/images/bg_tit_04.png) left top repeat;
	background-size: 2px 2px;
	position: relative;
}
.contentsArea h3.first {
	margin: 0 0 20px;
}
#sitemap .contentsArea h3 {
	margin-bottom: 45px;
}
#sitemap .contentsArea h3.next_list {
	margin-bottom: 20px;
}
.contentsArea h3 a {
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h3 a.link {
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
	position: relative;
	padding: 7px 16px 7px 20px;
}
.contentsArea h3 a.link:before {
	content: "";
	background: url(/common/images/icn_ar_red_02.svg) left top no-repeat;
	background-size: 16px 16px;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: -6px;
}
.contentsArea h3 a.linkExt {
	background: url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h3 a.linkPdf {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h3 a.linkWord {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h3 a.linkExcel {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h3 a.linkPowerPoint {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h3 a.linkImg {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding-right: 19px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h3 a.linkZip {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h4 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #4a5e67;
	margin: 0 0 20px;
	padding: 10px 0 10px;
}
.contentsArea h4 a {
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h4 a.linkExt {
	background: url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h4 a.linkPdf {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h4 a.linkWord {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h4 a.linkExcel {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h4 a.linkPowerPoint {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h4 a.linkImg {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding-right: 19px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea h4 a.linkZip {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
	color: #0479bc;
	text-decoration: none;
}
.contentsArea p {
	font-size: 14px;
	padding: 0 0 10px;
	margin-bottom: 20px;
	line-height: 1.75;
}
.contentsArea p.small {
	font-size: 12px;
	line-height: 1.85;
}
.contentsArea p.newsDate {
	text-align: right;
	padding: 0 0 10px;
	margin-bottom: 25px;
}
.contentsArea hr {
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	border: none;
	display: inherit;
	margin: 10px 0 40px;
}

/* br,space */

.contentsArea .lineBreak {
	clear: both;	
}
.contentsArea .brankS {
	clear: both;
	padding-bottom: 10px;
	width: 100%;
}
.contentsArea .brankM {
	clear: both;
	padding-bottom: 30px;
	width: 100%;
}
.contentsArea .brankL {
	clear: both;
	display: block;
	padding-bottom: 50px;
	width: 100%;	
}

/* list, link */

.contentsArea ul {
	font-size: 14px;
	line-height: 1.45;
	margin-bottom: 20px;
}
.contentsArea ul a {
	color: #0479bc;
	text-decoration: none;
}
.contentsArea ul li {
	padding: 0 0 0 20px;
	margin: 0;
	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;
	position: relative;
}
.contentsArea ul li:first-child {
	margin-top: 0;
}
.contentsArea ul li:before {
	content: "";
	background: url(/common/images/icn_dot.svg) left top no-repeat;
	background-size: contain;
	position: relative;
	width: 6px;
	height: 6px;
	display: block;
	left: -14px;
	top: 13px;
}
.contentsArea ul li.link {
	padding: 6px 0 0 20px;
	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;
}
.contentsArea ul li.link:before {
	background: none;
	display: none;
}
.contentsArea ul li.link a:before {
	content: " ";
	background: url(/common/images/icn_ar_red_01.svg) left top no-repeat;
	background-size: 20px 20px;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 0;
}
.contentsArea ul li.link:first-child {
	padding-top: 0;
}
.contentsArea ul li.link:first-child a:before {
	top: -1px;
}
.contentsArea ul li.linkExt a {
	background: url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	padding-right: 17px;
	display: inline;
}
.contentsArea ul li.linkPdf a {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
	clear: both;
}
.contentsArea ul li.linkWord a {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
	clear: both;
}
.contentsArea ul li.linkExcel a {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
	clear: both;
}
.contentsArea ul li.linkPowerPoint a {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
	clear: both;
}
.contentsArea ul li.linkImg a {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding: 0 19px 0 0;
	display: inline;
	clear: both;
}
.contentsArea ul li.linkZip a {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
	clear: both;
}

/* ol */

.contentsArea ol {
	font-size: 14px;
	line-height: 1.45;
	margin-bottom: 20px;
	padding: 0 0 0 30px;
	list-style-type: decimal;
	list-style-position: outside;
	display: block;
}
.contentsArea ol a {
	color: #0479bc;
	text-decoration: none;
}
.contentsArea ol li {
	padding: 0 0 0 0px;
	margin: 6px 0 0 0;
	display: block;
	display: list-item;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.contentsArea ol li:first-child {
	margin-top: 0;
}

/* boxText */

.boxText {
	width: 100%;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding: 3px;
	margin: 0 0 40px;
}
.boxText p {
	padding: 20px 19px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	margin: 0;
}

/* boxSocial */

.boxSocial {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 0;
	background-color: #f2f2f2;
	display: block;
	margin: 0 0 40px;
}
.boxSocial .btn_list {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.boxSocial .btn_list a {
	background: url(/common/images/icn_list.svg) 16px 17px no-repeat;
	background-size: 16px 16px;
	vertical-align: middle;
	display: table-cell;
	height: 52px;
	padding: 0 20px 0 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-decoration: none;
	color: #0479bc;
}
.boxSocial ul {
	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: 14px 16px;
	margin: 0;
	height: 52px;
	float: right;
}
.boxSocial .btn_list + ul {
	border-left: 2px solid #fff;
}
.boxSocial ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxSocial ul li {
	float: left;
	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;
	margin: 0 0 0 12px;
	width: 24px;
	height: 24px;
	position: relative;
}
.boxSocial ul li:first-child {
	margin-left: 0;
}
.boxSocial ul li a {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.boxSocial ul li:before {
	background: none;
	display: none;
	left: 0;
	top: 0;
	content: none;
}
.boxSocial ul li.fb a {
	text-indent: -9999px;
	background: url(/common/images/social_fb.png) left top no-repeat;
	background-size: contain;
}
.boxSocial ul li.x a {
	text-indent: -9999px;
	background: url(/common/images/social_x.png) left top no-repeat;
	background-size: contain;
}
.boxSocial ul li.line {
	text-indent: -9999px;
	background: url(/common/images/social_line.png) left top no-repeat;
	background-size: contain;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.media_type_tab .boxSocial ul li.line .line-it-button,
.media_type_sp .boxSocial ul li.line .line-it-button {
	opacity: 0;
	position: absolute !important;
	top: 0;
	left: 0;
	display: none !important;
}
.media_type_tab .boxSocial ul li.line iframe,
.media_type_sp .boxSocial ul li.line iframe {
    width: 24px !important;
    height: 24px !important;
    display: none !important;
	position: relative;
	top: 0;
	left: 0;
}
.media_type_pc .boxSocial ul li.line .line-it-button {
	opacity: 0;
	position: absolute !important;
	top: 0;
	left: 0;
	display: block;
}
.media_type_pc .boxSocial ul li.line iframe{
    width: 24px !important;
    height: 24px !important;
    display: block;
	position: relative;
	top: 0;
	left: 0;
}
.media_type_pc .boxSocial ul li.line .sp {
    width: 24px !important;
    height: 24px !important;
    display: none;
	position: relative;
	top: 0;
	left: 0;
}
.media_type_tab .boxSocial ul li.line .sp,
.media_type_sp .boxSocial ul li.line .sp {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
	position: absolute;
	top: 0;
	left: 0;
}

/* nowrapText, wrapText */

.nowrapText,
.wrapText {
	clear: both;
	padding: 0 0 0;
	margin: 0 0;
	display: inline-block;
	width: 100%;
	max-width: 724px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.nowrapText:before,
.wrapText:before,
.nowrapText:after,
.wrapText:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.wrapText .col2 {
	width: 352px;
	margin: 0 0 10px;
}
.wrapText .col2:nth-of-type(2n) {
	float: right;
	margin-left: 20px;
}
.wrapText .col2:nth-of-type(2n+1) {
	clear: both;
	float: left;
}
.wrapText .col3 {
	width: 228px;
	margin-bottom: 10px;
}
.wrapText .col3:nth-of-type(3n) {
	float: right;
	margin-left: 20px;
}
.wrapText .col3:nth-of-type(3n+1) {
	clear: both;
	float: left;
}
.wrapText .col3:nth-of-type(3n+2) {
	float: left;
	margin-left: 20px;
}
.wrapText .col4 {
	width: 166px;
	margin-bottom: 10px;
}
.wrapText .col4:nth-of-type(4n) {
	float: right;
	margin-left: 20px;
}
.wrapText .col4:nth-of-type(4n+1) {
	clear: both;
	float: left;
}
.wrapText .col4:nth-of-type(4n+2) {
	float: left;
	margin-left: 20px;
}
.wrapText .col4:nth-of-type(4n+3) {
	float: left;
	margin-left: 20px;
}
.wrapText .col2 img {
	max-width: 352px !important;
}
.wrapText .col3 img {
	max-width: 228px !important;
}
.wrapText .col4 img {
	max-width: 166px !important;
}
.nowrapText .image,
.wrapText .image {
	margin: 0 auto 10px;
	width: auto;
	max-width: 724px;
	text-align: center;
}
.nowrapText .image img,
.wrapText .image img {
	vertical-align: bottom;
/* 	border: 1px solid #dbdbdb; */
	max-width: 724px;
}
.nowrapText .image a.swipebox,
.wrapText .image a.swipebox {
	display: block;
	position: relative;
}
.nowrapText .image a.swipebox .icn_zoom,
.wrapText .image a.swipebox .icn_zoom {
	display: block;
	width: 26px;
	height: 26px;
	background: url(/common/images/btn_zoom.svg) right bottom no-repeat;
	background-size: 26px 26px;
	position: absolute;
	bottom: 1px;
	right: -1px;
	z-index: 2;
}
.nowrapText > .floatLblock .image,
.wrapText > .floatLblock .image,
.nowrapText > .floatRblock .image,
.wrapText > .floatRblock .image,
.nowrapText > .floatLblock .image img,
.wrapText > .floatLblock .image img,
.nowrapText > .floatRblock .image img,
.wrapText > .floatRblock .image img {
	width: 228px !important;
}
.nowrapText .floatLcenter,
.wrapText .floatLcenter,
.nowrapText .floatRcenter,
.wrapText .floatRcenter {
	width: 724px;
	display: block;
}
.nowrapText .floatLcenter .image,
.wrapText .floatLcenter .image {
	float: left;
}
.nowrapText .floatRcenter .image,
.wrapText .floatRcenter .image {
	float: right;
}
.nowrapText .floatLcenter:after,
.wrapText .floatLcenter:after,
.nowrapText .floatRcenter:after,
.wrapText .floatRcenter:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.image.cv_contents {
	margin: 0 0 35px;
	padding-bottom: 0;
	width: 724px;
}
.image.cv_contents img {
	vertical-align: bottom;
	border: 1px solid #dbdbdb;
	max-width: 722px;
}

/* wrapTable */

.wrapTable {
	margin-bottom: 40px;
}
.wrapTable table {
	width: 100%;
	border-top: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9;
	line-height: 1.45;
	table-layout: fixed;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

@media screen and (min-width: 641px) {

.wrapTable.flick{
	overflow: visible !important;
}
.wrapTable table {
	transition: none !important;
	transform: translate3d(0, 0, 0) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
}

}

.wrapTable table th {
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	background: #f2f2f2;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	word-break: break-all;
}
.wrapTable table td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	word-break: break-word;
}

/* wrapTable row2 */

.wrapTable.row2 table {
	table-layout: inherit;
}
.wrapTable.row2 table th {
	width: 248px;
	vertical-align: top;
	text-align: left;
	padding: 16px 20px;
	word-break: break-all;
}
.wrapTable.row2 table td {
	vertical-align: top;
	text-align: left;
	padding: 16px 20px;
	word-break: break-all;
}

/* wrapTable row3 */

.wrapTable.row3 table {
	table-layout: inherit;
}
.wrapTable.row3 table th {
	width: 172px;
	vertical-align: top;
	text-align: left;
	padding: 16px 20px;
	word-break: break-all;
}
.wrapTable.row3 table td {
	vertical-align: top;
	text-align: left;
	width: 276px;
	padding: 16px 20px;
	word-break: break-all;
}


/* wrapMovie */

.wrapMovie {
	width: 100%;
	margin-bottom: 40px;
}

/* floatblock */

.wrapText .floatLblock {
	float: left;
	width: auto;
	margin-right: 20px;
}
.wrapText .floatRblock {
	float: right;
	width: auto;
	margin-left: 20px;
}
.nowrapText:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.nowrapText .floatLblock {
	float: left;
	margin-right: 20px;
	width: auto;
}
.nowrapText .floatRblock {
	float: right;
	margin-left: 20px;
	width: auto;
}
.nowrapText .nowrapblock {
	overflow: hidden;
	display: block;
}
.caption {
	display: block;
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #4a5e67;
}
.captionLink {
	display: block;
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #4a5e67;
}
.captionLink a {
	display: inline-block;
	padding-left: 15px;
	text-decoration: none;
	color: #0479bc;
}


/****/
/* news */
/****/

.newsArea {
	width: 100%;
	position: relative;
}
#top .newsArea h2.title {
	text-align: left;
	font-weight: 500;
	font-size: 24px;
	color: #333;
	padding: 13px 170px 15px 2px;
	margin: 0 0 40px;
	border-left: none;
	display: block;
	position: relative;
	width: 100%;
}
#top .newsArea h2.title:after {
	content: "";
	clear: both;
	display: block;
	border-top: none;
	border-bottom: none;
	margin-top: 0;
	position: absolute;
	width: 724px;
	left: -5px;
}
#top .newsArea .title {
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	color: #333;
	position: relative;
	padding: 13px 170px 15px 2px;
	margin-bottom: 40px;
	background: url(/common/images/bg_tit_01.svg) left bottom no-repeat;
	background-size: 980px 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* newsNavPC */

.newsArea .newsNavPC {
	margin-bottom: 30px;
}
.newsArea .newsNavPC:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.newsArea .newsNavPC li {
	margin: 0 10px 10px 0;
	list-style: none;
	float: left;
	padding: 0;
}
.newsArea .newsNavPC li:before {
	content: "";
	left: 0;
	top: 0;
	background: none;
	display: none;
}
.newsArea .newsNavPC li a {
	display: block;
	background-color: #d2e5b6;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	color: #6fa918;
	padding: 4px 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	/*height: 19px;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/* .newsArea .newsNavPC li.ncategory_6 a,
.newsArea .newsNavPC li.ncategory_7 a {
	background-color: #cfe5e3;
	color: #0f5a56;
} */
.newsArea .newsNavPC li a.select {
	background-color: #6fa918;
	color: #fff;
}
/* .newsArea .newsNavPC li.ncategory_6 a.select,
.newsArea .newsNavPC li.ncategory_7 a.select {
	background-color: #1a968c;
	color: #fff;
} */

/* newsNavSP */

.newsArea .newsNavSP {
	display: none;
}

/* newsText */

.newsArea .newsText {
	display: none;
}
.newsArea .newsText:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.newsArea .newsText > li {
	margin: 0 10px 10px 0;
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}
.newsArea .newsText li:before {
	content: "";
	left: 0;
	top: 0;
	background: none;
	display: none;
}
.newsArea .newsText > li a {
	display: table;
	width: 100%;
	text-decoration: none;
}
.newsArea .newsText .img {
	width: 135px;
	height: 90px;
	display: block;
	border: 1px solid #d9d9d9;
}
.newsArea .newsText .img span {
	width: 135px;
	height: 90px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.newsArea .newsText .img img {
	width: auto;
	height: auto;
	max-width: 135px;
	max-height: 90px;
}
.newsArea .newsText .article {
	display: table-cell;
	padding: 0 0 0 24px;
	vertical-align: top;
	width: 845px;
}
/*.newsArea.nothumb .newsText .article {
	padding-left: 0;	
}*/
.label_new {
	font-size: 10px;
	line-height: 20px;
	color: #de1819;
	font-style: italic;
	font-weight: 600;
	border: 1px solid #de1819;
	display: inline-block;
	text-align: center;
	width: 41px;
	height: 19px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	margin-right: 8px;
}
.article .label_new {
	height: 19px;
	line-height: 20px;
}
.newsArea .newsText .date {
	font-size: 14px;
	color: #333;
	margin-right: 8px;
	display: block;
	float: left;
	height: 18px;
	line-height: 1.7;
	margin-bottom: 0;
	padding-bottom: 0;
}
.newsArea .newsText .label {
	float: left;
}
.newsArea .newsText .label:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.newsArea .newsText .label {
	float: left;
	display: block;
	background-color: #6fa918;
	color: #fff;
	margin: 0;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 10px 0px;
	-webkit-font-smoothing: subpixel-antialiased;
	margin-right: 6px;
	margin-bottom: 8px;
	height: 22px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/* .newsArea .newsText .label.ncategory_6,
.newsArea .newsText .label.ncategory_7 {
	background-color: #1a968c;
} */
.newsArea .newsText .txt {
	clear: both;
	font-size: 14px;
	color: #0479bc;
	width: 100%;
	line-height: 1.45;
	margin-bottom: 0;
	padding-bottom: 6px;
}
.newsArea .newsText a.linkExt .txt span {
	background: #fff url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	display: inline;
	padding: 0 17px 0 0;
}
.newsArea .newsText a.linkPdf .txt span {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.newsArea .newsText a.linkWord .txt span {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.newsArea .newsText a.linkExcel .txt span {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.newsArea .newsText a.linkPowerPoint .txt span {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.newsArea .newsText a.linkImg .txt span {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding: 0 19px 0 0;
	display: inline;
}
.newsArea .newsText a.linkZip .txt span {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}

.newsText {
	display: none;
}
.news_0 {
	display: block;
}

/* newsSubNav */

.newsArea .newsSubNav {
	width: 166px;
	height: 50px;
	display: block;
	position: absolute;
	top: 22px;
	right: 0;
}
.newsArea .newsSubNav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.newsArea .newsSubNav li:before {
	content: "";
	left: 0;
	top: 0;
	background: none;
	display: none;
}
.newsArea .newsSubNav li a {
	text-decoration: none;
	font-size: 12px;
	color: #0479bc;
	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;
}
.newsArea .newsSubNav li a.icnRss {
	background: url(/common/images/icn_rss.svg) 7px center no-repeat;
	background-size: 16px 16px;
	padding: 10px 18px 10px 30px;
}
.newsArea .newsSubNav li a.icnList {
	background: url(/common/images/icn_list.svg) 7px center no-repeat;
	background-size: 16px 16px;
	padding: 10px 2px 10px 30px;
}
.newsArea .newsNavPC li a:hover {
	background-color: #68a216;
	color: #fff;
}
/* .newsArea .newsNavPC li.ncategory_6 a:hover,
.newsArea .newsNavPC li.ncategory_7 a:hover {
	background-color: #1a968c;
	color: #fff;
} */


/****/
/* news detail */
/****/

/* newsLabel */

.contentsArea .newsLabel {
	width: 502px;
	float: left;
	list-style: none;
	margin-top: 8px;
	margin-bottom: 5px;
}
.contentsArea .newsLabel li:before {
	content: "";
	left: 0;
	top: 0;
	background: none;
	display: none;
}
.contentsArea .newsLabel .label,
.contentsArea .newsLabel .label-anker {
	float: left;
	display: block;
	background-color: #6fa918;
	color: #fff;
	margin: 0;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 10px 0px;
	-webkit-font-smoothing: subpixel-antialiased;
	margin-right: 6px;
	margin-bottom: 8px;
	list-style: none;
	height: 21px;
}
/* .contentsArea .newsLabel .label.ncategory_6,
.contentsArea .newsLabel .label.ncategory_7 {
	background-color: #1a968c;
} */
.contentsArea .newsLabel .label-anker {
	padding: 0;
}
.contentsArea .newsLabel .label-anker a {
	display: block;
	padding: 2px 10px 0px;
	color: #fff;
}
.contentsArea .newsLabel .label_new {
	font-size: 10px;
	line-height: 20px;
	color: #de1819;
	font-style: italic;
	font-weight: 600;
	border: 1px solid #de1819;
	display: block;
	text-align: center;
	width: 41px;
	height: 19px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 0;
	list-style: none;
	padding: 0;
}
.contentsArea .newsLabel .label_new .date {
	display: none;
}

/* newsDetailSubNav */

.contentsArea .newsDetailSubNav {
	width: auto;
	height: 36px;
	float: right;
	list-style: none;
	box-sizing: border-box;
	padding: 6px 6px 6px 6px;
	background: url(/common/images/bg_oblique_line.png) left bottom repeat;
	background-size: 3px 3px;
	display: table-cell;
	margin-bottom: 5px;
}
.contentsArea .newsDetailSubNav li:before {
	content: "";
	left: 0;
	top: 0;
	background: none;
	display: none;
}
.contentsArea .newsDetailSubNav li {
	height: 24px;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 4px;
	display: block;
}
.contentsArea .newsDetailSubNav li:last-child {
	margin-right: 0px;
}
.contentsArea .newsDetailSubNav li a.btnPdf {
	width: auto;
	height: 24px;
	border: 1px solid #de1819;
	box-sizing: border-box;
	display: block;
	background: #fff url(/common/images/icn_pdf.svg) 5px center no-repeat;
	background-size: 14px 14px;
	padding: 4px 5px 0 23px;
	color: #de1718;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.contentsArea .newsDetailSubNav li a.btnPrint {
	width: auto;
	height: 24px;
	border: 1px solid #adb6ba;
	box-sizing: border-box;
	display: block;
	background: #fff url(/common/images/icn_print.svg) 5px center no-repeat;
	background-size: 14px 14px;
	padding: 4px 5px 0 23px;
	color: #69808b;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* newsTitle */

.contentsArea .newsTitle {
	width: 100%;
	color: #374044;
	font-size: 30px;
	display: block;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	padding: 0px 0 19px 0;
	margin-bottom: 40px;
	background: url(/common/images/bg_tit_02.svg) left bottom no-repeat;
	background-size: 980px 1px;
	box-sizing: border-box;
	line-height: 1.45;
}
.contentsArea .newsLabel + .newsTitle {
	padding-top: 13px;
}
.contentsArea .newsTitle.dateActive {
	margin-bottom: 20px;
}
#top .contentsArea .newsTitle {
	margin-bottom: 40px;
}
.contentsArea .newsTitle span {
	display: block;
	clear: both;
}
.contentsArea .newsTitle .tit {
	margin-bottom: 4px;
}
.contentsArea .newsTitle .copy_1,
.contentsArea .newsTitle .copy_2 {
	font-size: 20px;
}
.contentsArea .newsTitle .copy_2 {
	padding-bottom: 7px;
}
.contentsArea .newsTitle .tit a.icnRss {
	padding-right: 4px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.contentsArea .newsTitle .tit a.icnRss span {
	background: url(/common/images/icn_rss.svg) 4px 2px no-repeat;
	background-size: 16px 16px;
	text-decoration: none;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.media_type_pc .contentsArea .newsTitle .tit a.icnRss:hover {
	opacity: 0.6;
}


/****/
/* contents */
/****/

/* boxList01 */

.boxList01 {
	width: 724px;
	display: block;
	margin: 0 0 20px 0;
}
.boxList01 ul {
	padding: 0;
	margin: 0;
}
.boxList01 ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList01 ul li:before {
	background: none;
	display: none;
}
.boxList01 ul li {
	width: 228px;
	display: block;
	margin: 0 20px 30px 0;
	float: left;
	padding: 0;
	word-break: break-all;
}
.boxList01 ul li:nth-child(3n){
	margin-right: 0;
}
.boxList01 ul li a,
.boxList01 ul li div.box {
	width: 228px;
	display: block;
	border: 1px solid #d9d9d9;
	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;
}
.boxList01 ul li a:after,
.boxList01 ul li div.box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList01 ul li a .img,
.boxList01 ul li a .img img,
.boxList01 ul li div.box .img,
.boxList01 ul li div.box .img img {
	width: 226px;
	position: relative;
	vertical-align: bottom;
}
.boxList01 ul li a .img,
.boxList01 ul li div.box .img {
	overflow: hidden;
}
.boxList01 ul li a .img span,
.boxList01 ul li div.box .img span {
	background: url(/common/images/icn_trigona_01.svg) center bottom no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -11px;
	z-index: 2;
	display: block;
}
.boxList01 ul li a .tit,
.boxList01 ul li div.box .tit {
	width: 194px;
	min-height: 54px;
	height: 54px;
	display: table-cell;
	color: #0479bc;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	position: relative;
	left: 17px;
	padding: 7px 0 6px;
	margin: 0;
	line-height: 1.45;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boxList01 ul li div.box .tit {
	color: #333;
}
.boxList01 ul li a.linkExt .tit span {
	background: #fff url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	display: inline;
	padding: 0 17px 0 0;
}
.boxList01 ul li a.linkPdf .tit span {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList01 ul li a.linkWord .tit span {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList01 ul li a.linkExcel .tit span {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList01 ul li a.linkPowerPoint .tit span {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList01 ul li a.linkImg .tit span {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding: 0 19px 0 0;
	display: inline;
}
.boxList01 ul li a.linkZip .tit span {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList01 ul li a .txt,
.boxList01 ul li div.box .txt {
	width: 194px;
	display: block;
	color: #333333;
	font-size: 14px;
	position: relative;
	left: 17px;
	border-top: 3px solid #d5dee3;
	padding: 0;
	margin: 0;
	line-height: 1.55;
	padding: 15px 0 17px 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* boxList02 */

.boxList02 {
	width: 724px;
	display: block;
	margin: 0 0 20px 0;
}
.boxList02 ul {
	padding: 0;
	margin: 0;
}
.boxList02 ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList02 ul li:before {
	background: none;
	display: none;
}
.boxList02 ul li {
	width: 228px;
	display: block;
	margin: 0 20px 30px 0;
	float: left;
	padding: 0;
	word-break: break-all;
}
.boxList02 ul li:nth-child(3n){
	margin-right: 0;
}
.boxList02 ul li a,
.boxList02 ul li div.box {
	width: 228px;
	display: block;
	border: 1px solid #d9d9d9;
	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;
}
.boxList02 ul li a:after,
.boxList02 ul li div.box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList02 ul li a .img,
.boxList02 ul li a .img img,
.boxList02 ul li div.box .img,
.boxList02 ul li div.box .img img {
	width: 226px;
	position: relative;
	vertical-align: bottom;
}
.boxList02 ul li a .img,
.boxList02 ul li div.box .img {
	overflow: hidden;
}
.boxList02 ul li a .txt,
.boxList02 ul li div.box .txt {
	width: 194px;
	display: block;
	color: #333333;
	font-size: 14px;
	position: relative;
	left: 17px;
	padding: 0;
	margin: 0;
	line-height: 1.55;
	padding: 15px 0 17px 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.boxList02 ul li a.linkExt .txt span {
	background: #fff url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	display: inline;
	padding: 0 17px 0 0;
}
.boxList02 ul li a.linkPdf .txt span {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList02 ul li a.linkWord .txt span {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList02 ul li a.linkExcel .txt span {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList02 ul li a.linkPowerPoint .txt span {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList02 ul li a.linkImg .txt span {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding: 0 19px 0 0;
	display: inline;
}
.boxList02 ul li a.linkZip .txt span {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}

/* boxList02 .notxt */

.boxList02 ul li.notxt a:nth-child(2),
.boxList02 ul li.notxt div.box:nth-child(2) {
	display: none;
}

/* boxList03 */

.boxList03 {
	width: 724px;
	display: block;
	margin: 0 0 20px 0;
}
.boxList03 ul {
	padding: 0;
	margin: 0;
}
.boxList03 ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList03 ul li:before {
	background: none;
	display: none;
}
.boxList03 ul li {
	width: 352px;
	display: block;
	margin: 0 20px 30px 0;
	float: left;
	padding: 0;
	word-break: break-all;
}
.boxList03 ul li:nth-child(even){
	margin-right: 0;
}
.boxList03 ul li a,
.boxList03 ul li div.box {
	width: 352px;
	display: block;
	border: 1px solid #d9d9d9;
	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;
	background-color: #edf2f5;
	overflow: hidden;
}
.boxList03 ul li a:after,
.boxList03 ul li div.box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList03 ul li a .tit,
.boxList03 ul li div.box .tit {
	width: 350px;
	min-height: 47px;
	height: 47px;
	display: table-cell;
	color: #0479bc;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	position: relative;
	left: 0;
	padding: 10px 12px 9px;
	margin: 0;
	line-height: 1.45;
	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: #fff;
}
.boxList03 ul li div.box .tit {
	color: #333;
}

.boxList03 ul li a.linkExt .tit span {
	background: #fff url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	display: inline;
	padding: 0 17px 0 0;
}
.boxList03 ul li a.linkPdf .tit span {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList03 ul li a.linkWord .tit span {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList03 ul li a.linkExcel .tit span {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList03 ul li a.linkPowerPoint .tit span {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList03 ul li a.linkImg .tit span {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding: 0 19px 0 0;
	display: inline;
}
.boxList03 ul li a.linkZip .tit span {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}

.boxList03 ul li a .tit span.trigona,
.boxList03 ul li div.box .tit span.trigona {
	background: url(/common/images/icn_trigona_03.svg) center bottom no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: -10px;
	left: 62px;
	margin-left: 0;
	z-index: 2;
	display: block;
}
.boxList03 ul li a .img,
.boxList03 ul li a .img img,
.boxList03 ul li div.box .img,
.boxList03 ul li div.box .img img {
	width: 117px;
	position: relative;
	vertical-align: bottom;
}
.boxList03 ul li a .img,
.boxList03 ul li div.box .img {
	margin: 16px 0 0 13px;
	padding-bottom: 16px;
	float: left;
	display: block;
}
.boxList03 ul li a .txt,
.boxList03 ul li div.box .txt {
	width: 320px;
	display: block;
	color: #333333;
	font-size: 14px;
	position: relative;
	left: 0;
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 1.55;
	padding: 15px 0 17px 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
}
.boxList03 ul li a .txt:after,
.boxList03 ul li div.box .txt:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList03 ul li a .img + .txt,
.boxList03 ul li div.box .img + .txt {
	width: 194px;
}

/* boxList04 */

.boxList04 {
	width: 724px;
	display: block;
	margin: 0 0 20px 0;
}
.boxList04 ul {
	padding: 0;
	margin: 0;
}
.boxList04 ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList04 ul li:before {
	background: none;
	display: none;
}
.boxList04 ul li {
	width: 228px;
	display: block;
	margin: 0 20px 30px 0;
	float: left;
	padding: 0;
	word-break: break-all;
}
.boxList04 ul li.blank {
	display: none;
}
.boxList04 ul li:nth-child(3n){
	margin-right: 0;
}
.boxList04 ul li a,
.boxList04 ul li div.box {
	width: 228px;
	display: block;
	border: 1px solid #d9d9d9;
	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;
}
.boxList04 ul li a:after,
.boxList04 ul li div.box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList04 ul li a .img,
.boxList04 ul li a .img img,
.boxList04 ul li div.box .img,
.boxList04 ul li div.box .img img {
	width: 226px;
	position: relative;
	vertical-align: bottom;
	float: left;
}
.boxList04 ul li a .img,
.boxList04 ul li div.box .img {
	overflow: hidden;
}
.boxList04 ul li a .img span,
.boxList04 ul li div.box .img span {
	background: url(/common/images/icn_trigona_01.svg) center bottom no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -11px;
	z-index: 2;
	display: block;
}
.boxList04 ul li a .tit,
.boxList04 ul li div.box .tit {
	width: 194px;
	min-height: 54px;
	height: 54px;
	display: table-cell;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	position: relative;
	left: 17px;
	padding: 7px 0 6px;
	margin: 0;
	line-height: 1.45;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boxList04 ul li a.linkExt .tit span {
	background: #fff url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	display: inline;
	padding: 0 17px 0 0;
}
.boxList04 ul li a.linkPdf .tit span {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList04 ul li a.linkWord .tit span {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList04 ul li a.linkExcel .tit span {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList04 ul li a.linkPowerPoint .tit span {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList04 ul li a.linkImg .tit span {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding: 0 19px 0 0;
	display: inline;
}
.boxList04 ul li a.linkZip .tit span {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.boxList04 ul li a .txt,
.boxList04 ul li div.box .txt {
	width: 194px;
	display: block;
	color: #333333;
	font-size: 12px;
	position: relative;
	left: 17px;
	border-top: 3px solid #d5dee3;
	padding: 0;
	margin: 0;
	line-height: 1.65;
	padding: 13px 0 17px 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* boxList05 */

.boxList05 {
	width: 724px;
	display: block;
	margin: 0 0 20px 0;
}
.boxList05 ul {
	padding: 0;
	margin: 0;
}
.boxList05 ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList05 ul li:before {
	background: none;
	display: none;
}
.boxList05 ul li {
	width: 352px;
	display: block;
	margin: 0 20px 30px 0;
	float: left;
	padding: 0;
	word-break: break-all;
}
.boxList05 ul li.blank {
	display: none;
}
.boxList05 ul li:nth-child(2n){
	margin-right: 0;
}
.boxList05 ul li a,
.boxList05 ul li div.box {
	width: 352px;
	display: block;
	border: 1px solid #d9d9d9;
	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;
}
.boxList05 ul li a:after,
.boxList05 ul li div.box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxList05 ul li a .img,
.boxList05 ul li a .img img,
.boxList05 ul li div.box .img,
.boxList05 ul li div.box .img img {
	width: 350px;
	position: relative;
	vertical-align: bottom;
	float: left;
}
.boxList05 ul li a .img,
.boxList05 ul li div.box .img {
	overflow: hidden;
}
.boxList05 ul li a .img span,
.boxList05 ul li div.box .img span {
	background: url(/common/images/icn_trigona_01.svg) center bottom no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -11px;
	z-index: 2;
	display: block;
}
.boxList05 ul li a .tit,
.boxList05 ul li div.box .tit {
	width: 316px;
	min-height: 54px;
	height: 54px;
	display: table-cell;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	position: relative;
	left: 17px;
	padding: 7px 0 6px;
	margin: 0;
	line-height: 1.45;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boxList05 ul li a .txt,
.boxList05 ul li div.box .txt {
	width: 316px;
	display: block;
	color: #333333;
	font-size: 12px;
	position: relative;
	left: 17px;
	border-top: 3px solid #d5dee3;
	padding: 0;
	margin: 0;
	line-height: 1.65;
	padding: 13px 0 17px 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* .boxList05 ul li ul */

.boxList05 ul li ul {
	padding: 0;
	margin: 0 0 18px 0;
	border: none;
	width: 318px;
	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;
	left: 15px;
	bottom: 0;
}
.boxList05 ul li ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	width: 318px;
	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;
}
.boxList05 ul li ul li a {
	border: none;
	width: 318px;
	background: #fff url(/common/images/spacer.png) right center no-repeat;
	font-size: 12px;
	padding: 0 0 0 0;
	display: inline;
}
.boxList05 ul li ul li.link a:before {
	top: 0;
	left: -21px;
	background: url(/common/images/icn_ar_red_01.svg) left -2px no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
}
.win .boxList05 ul li ul li.link a:before {
	top: 0;
	left: -21px;
	background: url(/common/images/icn_ar_red_01.svg) left -1px no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
}
.boxList05 ul li ul li.link:first-child a:before {
	top: 0;
}
.boxList05 ul li ul li a:after {
	background-image: none;
	display: none;
}
.boxList05 ul li a .tit + ul,
.boxList05 ul li div.box .tit + ul {
	border-top: 3px solid #d5dee3;
	padding-top: 14px;
}

/* box新糖心Vlog */

.box新糖心Vlog {
	width: 724px;
	display: block;
	margin: 0 0 45px 0;
	padding: 0 0 25px 0;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.box新糖心Vlog .title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #4a5e67;
	position: relative;
	display: block;
	padding: 15px 15px 15px 15px;
	margin: 0 0 21px;
	width: 722px;
	border: none;
	background: url(/common/images/bg_tit_02.svg) left bottom no-repeat;
	background-size: 980px 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.box新糖心Vlog .title:after {
	display: none;
	background: none;
}
.box新糖心Vlog ul {
	padding: 0;
	margin: 0 15px;
	width: 692px;
}
.box新糖心Vlog ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.box新糖心Vlog ul li:before {
	background: none;
	display: none;
}
.box新糖心Vlog ul li {
	width: 692px;
	display: block;
	margin: 17px 0 0 0;
	float: left;
	padding: 0;
}
.box新糖心Vlog ul li:first-child {
	margin-top: 0;
}
.box新糖心Vlog ul li a {
	width: 692px;
	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;
	position: relative;
	margin: 0;
	padding: 0;
}
.box新糖心Vlog ul li a:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.box新糖心Vlog ul li .date,
.box新糖心Vlog ul li a .date {
	font-size: 14px;
	width: 104px;
	display: block;
	float: left;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.box新糖心Vlog ul li .txt,
.box新糖心Vlog ul li a .txt {
	font-size: 14px;
	width: 588px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.box新糖心Vlog ul li a.linkExt .txt span {
	background: #fff url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 14px 14px;
	display: inline;
	padding: 0 17px 0 0;
}
.box新糖心Vlog ul li a.linkPdf .txt span {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.box新糖心Vlog ul li a.linkWord .txt span {
	background: url(/common/images/icn_doc.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.box新糖心Vlog ul li a.linkExcel .txt span {
	background: url(/common/images/icn_xls.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.box新糖心Vlog ul li a.linkPowerPoint .txt span {
	background: url(/common/images/icn_ppt.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}
.box新糖心Vlog ul li a.linkImg .txt span {
	background: url(/common/images/icn_img.svg) right center no-repeat;
	background-size: 16px 14px;
	padding: 0 19px 0 0;
	display: inline;
}
.box新糖心Vlog ul li a.linkZip .txt span {
	background: url(/common/images/icn_zip.svg) right center no-repeat;
	background-size: 14px 14px;
	padding: 0 17px 0 0;
	display: inline;
}

/* boxAnchor */

.boxAnchor {
	width: 724px;
	display: block;
	margin: 0 0 45px 0;
	padding: 0;
	background-color: #f2f2f2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boxAnchor ul {
	width: 724px;
	padding: 17px 9px 17px 15px;
	margin: 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;
}
.boxAnchor ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.boxAnchor ul li:before {
	background: none;
	display: none;
}
.boxAnchor ul li {
	width: 160px;
	display: block;
	margin: 12px 15px 0 0;
	float: left;
	padding: 0;
}
.boxAnchor ul li:nth-child(1),
.boxAnchor ul li:nth-child(2),
.boxAnchor ul li:nth-child(3),
.boxAnchor ul li:nth-child(4){
	margin-top: 0;
}
.boxAnchor ul li a {
	width: 160px;
	min-height: 18px;
	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;
	position: relative;
	margin: 0;
	padding: 0 0 0 24px;
	background: url(/common/images/btn_anchor.svg) left top no-repeat;
	background-size: 18px 18px;
}

/* boxTab */

.boxTab {
	width: 724px;
	margin: 0 0 55px 0;
	padding: 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: relative;
}
.boxTab .tabNav {
	width: 712px;
	display: table;
	table-layout: fixed;
	padding: 0;
	margin: 0 0 32px 6px;
	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;
	background: url(/common/images/bg_tab_01.png) left 4px no-repeat;
}
.agent_type_ie9 .boxTab .tabNav {
	width: 724px;
	margin: 0 0 32px 0;
	background: url(/common/images/bg_tab_01.png) left 4px no-repeat;
	background-size: 724px 204px;
}
.boxTab .tabNav:before {
	visibility: visible;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	width: 6px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -6px;
	background: none;
	background-color: #d9d9d9;
}
.boxTab .tabNav:after {
	visibility: visible;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	width: 6px;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: -6px;
	background: none;
	background-color: #d9d9d9;
}
.boxTab .tabNav td {
	width: auto;
	height: auto;
	display: table-cell;
	margin: 0;
	padding: 4px 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;
}
.boxTab .tabNav td.current,
.boxTab .tabNav td.ov {
	padding: 0;
	background-color: #fff;
}
.boxTab .tabNav a {
	width: 100%;
	height: 50px;
	min-height: 50px;
	display: table-cell;
	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;
	margin: 0;
	padding: 10px 10px 4px 10px;
	border: 1px solid #d9d9d9;
	border-left: none;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #4a5e67;
	text-decoration: none;
}
.boxTab .tabNav td:first-child a {
	border-left: 1px solid #d9d9d9;
}
.boxTab .tabNav a:before {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	content: "";
	border: 1px solid #edf2f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boxTab .tabNav td.current a {
	min-height: 54px;
	border-bottom: none;
	padding: 14px 10px 4px 10px;
}
.boxTab .tabNav td.current a:after {
	display: block;
	background-color: #d9d9d9;
	width: 1px;
	height: 3px;
	position: absolute;
	top: 0;
	left: -1px;
	margin: 0;
	padding: 0;
	content: "";
}
.boxTab .tabNav td.current:first-child a:after {
	display: none;
	content: "";
}
.boxTab .tabNav td.current a:before {
	display: block;
	background-color: #de1718;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	content: "";
	border: 1px solid #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;
}
.media_type_pc .boxTab .tabNav td a:hover {
	min-height: 54px;
	border-bottom: none;
	padding: 14px 10px 4px 10px;
}
.media_type_pc .boxTab .tabNav td a:hover:before {
	display: block;
	background-color: #de1718;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	content: "";
	border: 1px solid #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;
}
.media_type_pc .boxTab .tabNav td a:hover:after {
	display: block;
	background-color: #d9d9d9;
	width: 1px;
	height: 3px;
	position: absolute;
	top: 0;
	left: -1px;
	margin: 0;
	padding: 0;
	content: "";
}

/* boxTab tabNavBottom */

.boxTab .tabNavBottom {
	width: 712px;
	display: table;
	table-layout: fixed;
	padding: 0;
	margin: 0 0 35px 6px;
	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;
	background: url(/common/images/bg_tab_01.png) left bottom no-repeat;
}
.agent_type_ie9 .boxTab .tabNavBottom {
	width: 724px;
	margin: 0 0 35px 0;
	background: url(/common/images/bg_tab_01.png) left bottom no-repeat;
	background-size: 724px 204px;
}
.boxTab .tabNavBottom:before {
	visibility: visible;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	width: 6px;
	height: 1px;
	position: absolute;
	top: 0;
	left: -6px;
	background: none;
	background-color: #d9d9d9;
}
.boxTab .tabNavBottom:after {
	visibility: visible;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	width: 6px;
	height: 1px;
	position: absolute;
	top: 0;
	right: -6px;
	background: none;
	background-color: #d9d9d9;
}
.boxTab .tabNavBottom td {
	width: auto;
	height: auto;
	display: table-cell;
	margin: 0;
	padding: 0 0 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boxTab .tabNavBottom td.current,
.boxTab .tabNavBottom td.ov {
	padding: 0;
	background-color: #fff;
}
.boxTab .tabNavBottom a {
	width: 100%;
	height: 50px;
	min-height: 50px;
	display: table-cell;
	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;
	margin: 0;
	padding: 8px 10px 6px 10px;
	border: 1px solid #d9d9d9;
	border-left: none;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #4a5e67;
	text-decoration: none;
	border-collapse: separate;
	border-spacing: 0px;
}
.boxTab .tabNavBottom td:first-child a {
	border-left: 1px solid #d9d9d9;
}
.boxTab .tabNavBottom a:before {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	content: "";
	border: 1px solid #edf2f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.boxTab .tabNavBottom td.current a {
	min-height: 54px;
	border-top: none;
	padding: 8px 10px 10px 10px;
}
.boxTab .tabNavBottom td.current a:after {
	display: block;
	background-color: #d9d9d9;
	width: 1px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: -1px;
	margin: 0;
	padding: 0;
	content: "";
}
.boxTab .tabNavBottom td.current:first-child a:after {
	display: none;
	content: "";
}
.boxTab .tabNavBottom td.current a:before {
	display: block;
	background-color: #de1718;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	content: "";
	border: 1px solid #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;
}
.media_type_pc .boxTab .tabNavBottom td a:hover {
	min-height: 54px;
	border-top: none;
	padding: 8px 10px 10px 10px;
}
.media_type_pc .boxTab .tabNavBottom td a:hover:before {
	display: block;
	background-color: #de1718;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	content: "";
	border: 1px solid #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;
}
.media_type_pc .boxTab .tabNavBottom td a:hover:after {
	display: block;
	background-color: #d9d9d9;
	width: 1px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: -1px;
	margin: 0;
	padding: 0;
	content: "";
}

/* boxTab navAccordion */

.boxTab .navAccordion {
	display: none;
}

/* boxTab wrap */

.boxTab .wrap {
	padding: 0;
	margin: 0 0 10px;
	display: block;
	position: relative;
	width: 724px;
}
.boxTab.nobottom .wrap {
	margin: 0 0 89px;
}
.boxTab.nobottom .wrap:after {
	visibility: visible;
	content: "";
	clear: both;
	display: block;
	border-top: 1px solid #d9d9d9;
	border-bottom: 3px solid #f2f2f2;
	margin-top: 10px;
	position: absolute;
	width: 724px;
	left: 0px;
}
.boxTab .wrap .cntAccordion {
	display: none;
}
.boxTab .wrap .cntAccordion.current {
	display: block;
}

/* boxMap */

.boxMap {
	width: 724px;
	height: 349px;
	display: block;
	border: 1px solid #dbdbdb;
	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;
	margin: 0 0 40px 0;
}
.boxMap.hasText {
	margin: 0 0 18px 0;
}
.boxMap #map_canvas,
.boxMap #gmap_1,
.boxMap #gmap_2,
.boxMap #gmap_3,
.boxMap #gmap_4,
.boxMap #gmap_5,
.boxMap #gmap_6,
.boxMap #gmap_7,
.boxMap #gmap_8,
.boxMap #gmap_9,
.boxMap #gmap_10,
.boxMap #gmap_11,
.boxMap #gmap_12,
.boxMap #gmap_13,
.boxMap #gmap_14,
.boxMap #gmap_15,
.boxMap #gmap_16,
.boxMap #gmap_17,
.boxMap #gmap_18,
.boxMap #gmap_19,
.boxMap #gmap_20,
.boxMap #gmap_21,
.boxMap #gmap_22,
.boxMap #gmap_23,
.boxMap #gmap_24,
.boxMap #gmap_25,
.boxMap #gmap_26,
.boxMap #gmap_27,
.boxMap #gmap_28,
.boxMap #gmap_29,
.boxMap #gmap_30 {
	width: 722px;
	height: 347px;
	display: block;
}
.boxMap .mapInfo {
	width: 180px;
}
.boxMap .mapInfo p.tit {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.boxMap .mapInfo p.txt,
.boxMap .address-line {
	font-size: 12px;
	margin: 0;
}
.boxMap .poi-info-window .title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.boxMap a.linkExt {
	background: url(/common/images/icn_link_01.svg) right top no-repeat;
	background-size: 14px 14px;
	display: inline;
	padding: 0 17px 0 0;
	position: absolute;
	bottom: -38px;
	right: 4px;
	font-size: 12px;
}


/****/
/* customArea */
/****/

.customArea {
	display: block;
	margin: 0 0 40px 0;
}


/****/
/* sitemap */
/****/

.contentsArea ul.link_list {
	width: 100%;
	display: block;
	margin: 0 0 40px 0;
}
.contentsArea ul.link_list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.contentsArea ul.link_list li {
	width: 245px;
	display: block;
	float: left;
	padding: 0 20px 0 18px;
	margin: 8px 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: relative;
}
.contentsArea ul.link_list li:nth-child(4n){
	padding-right: 0;
}
.contentsArea ul.link_list li:before {
	background: none;
	display: none;
}
.contentsArea ul.link_list li:nth-child(1),
.contentsArea ul.link_list li:nth-child(2),
.contentsArea ul.link_list li:nth-child(3),
.contentsArea ul.link_list li:nth-child(4) {
	margin-top: 2px;
}
.contentsArea ul.link_list li.link a:before {
	content: " ";
	background: url(/common/images/icn_ar_red_01.svg) -1px top no-repeat;
	background-size: 17px 17px;
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	top: 1px;
	left: 0;
}
.contentsArea ul.link_list li.linkExt a,
.contentsArea ul.link_list li.linkPdf a,
.contentsArea ul.link_list li.linkWord a,
.contentsArea ul.link_list li.linkExcel a,
.contentsArea ul.link_list li.linkPowerPoint a,
.contentsArea ul.link_list li.linkImg a,
.contentsArea ul.link_list li.linkZip a {
	padding: 0 20px 0 0;
	background-position-y: top;
}
.contentsArea ul.link_list li.linkImg a {
	padding: 0 22px 0 0;
	background-position-y: top;
}


/****/
/* listNotes */
/****/
.listNotes{
	display: table;
	width: 100%;
}
.listNotes--strong{
	font-weight: bold;
}
.listNotes__head{
	display: table-cell;
	white-space: nowrap;
	padding-right: 0.5em;
	width: 0.1%;
	vertical-align:top;
}
.listNotes__body{
	display: table-cell;
	vertical-align:top;
}

@media screen and (min-width: 641px) {
	.listNotes{
		padding: 0!important;
		margin: 0!important;
	}
	.listNotes--small{
		font-size: 85%!important;
	}
}


/****/
/* utility */
/****/
.mb0 {
	margin-bottom: 0!important;
}