@charset "utf-8";

html,body {
	height:100%;
	margin:0;
	padding:0;
}
main {
  display:block;
}
body {
    font:62.5%/1 "PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust:100%;
        -ms-text-size-adjust:100%;
            text-size-adjust:100%;
}
body.font-size-s {
    font-size:56.3%;
}
body.font-size-l {
	font-size:68.8%;
}
/* 修正粗體 */
@font-face {
    font-family:"微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style:normal;
    font-weight:bold;
    src:local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family:"微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style:normal;
	font-weight:normal;
    src:local("微軟正黑體");
}

a {
	color:#f15a24;
	text-decoration:none;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
a:hover,
a:focus {
	text-decoration: none;
	color:#B20000;
}
a, button, textarea, select, input {
	-webkit-appearance:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
:before,
:after {
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
img {
	border: none;
	vertical-align: middle;
	max-width:100%;
	height:auto;
}
table th {
	background-color: #e6f0fa;
}
table th,
table td {
	padding:10px;
	border:1px solid #ccc;	
}
table ul,
table ol {
	margin-left:2em;
}
.ellipsis {
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ellipsis-2, .ellipsis-3, .ellipsis-4, .ellipsis-5, .ellipsis-6, .ellipsis-7{
	overflow : hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
}
.ellipsis-2 {-webkit-line-clamp: 2 !important;}
.ellipsis-3 {-webkit-line-clamp: 3 !important;}
.ellipsis-4 {-webkit-line-clamp: 4 !important;}
.ellipsis-5 {-webkit-line-clamp: 5 !important;}
.ellipsis-6 {-webkit-line-clamp: 6 !important;}
.ellipsis-7 {-webkit-line-clamp: 7 !important;}


/** Layout **/
#wrapper {
	position:relative;
	float:left;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.noscript {
	display:block;
	width: 100%;
	font-size: 1.5em;
	line-height: 120%;
	padding: 20px 0px;
	margin:0 auto;
	box-sizing:border-box;
	background:#ffe5e6;
}
.hide-panel {
	display:none !important;
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
.sr-only-focusable {
    position:fixed;
	top:0;
	left:0;
	color:#000;
	opacity:0;
	z-index:9999;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	color:#FFF;
	font-size:1.2em;
	padding:5px 10px;	
	opacity:1;
	background:rgba(0,0,0,.7);
}
.acKey,
.acKey a {
	color:transparent;
	font-size:0.8rem;
}
.acKey:hover,
.acKey:focus,
.acKey a:hover,
.acKey a:focus {
	color:#bb003b;
}
.container {
	width:100%;
	padding:0 15px;	
	margin:0 auto;
	box-sizing:border-box;
}
.row {
    margin-right:-10px;
    margin-left:-10px;
}
@media screen and (max-width:990px) {
	.pc-mode {
	  display:none !important;
	}	
}
@media screen and (min-width:991px) {
	.sp-mode {
	  display:none !important;
	}
	#wrapper {border-top: 5px solid #436aa6;}
}
@media screen and (min-width:1200px) {
	.container {
		max-width:1200px;
		padding:0;
	}
}
/** header **/
#header {
	width:100%;
	background:#FFF;
	z-index:999;
	-webkit-box-shadow:0 3px 5px rgba(0%,0%,0%,0.3);
	   -moz-box-shadow:0 3px 5px rgba(0%,0%,0%,0.3);
	        box-shadow:0 3px 5px rgba(0%,0%,0%,0.3);
}
#header.sp-fix {
	position:relative;
}
#header .topMenu{
	width:100%;
}
#header .container{padding:0;}
#header .topMenu .container{position:relative;}
#header h1 {
	color: #000;
	position:absolute;
	left:15px;
	top:0;
	z-index:1001;
}
#header h1.sp-fix {
	position:absolute;
}
#header h1 a {
	display:block;
	width:242px;
	height:60px;
	background:url(../images/logo.png) no-repeat 0 50%;
	background-size:contain;
	color:#000000;
}
@media screen and (max-width:990px) {
	#header .topMenu{height:60px;}
}
@media screen and (max-width:420px) {
	#header .topMenu{height:55px;}
	#header h1 a {width:190px; height:55px;}
}
@media screen and (min-width:991px) {
	#header h1 {left:0;}
	#header h1 a{width:425px; height:70px;}
	#header .topMenu{
		display: flex;
		padding:28px 0 8px;
		position:relative;
 		min-height:99px;		
	}
}
@media screen and (min-width:1100px) {
	#header h1 a{width:486px; height:80px;}	
	#header .topMenu{padding:18px 0 8px;}	
}
/* ----- addon ----- */
.addon {
	float:right;
	width:calc(100% - 220px);
	text-align:right;
	margin:0;
}
.addon > ul {
	list-style:none;
	margin:0 -10px;
}
.addon > ul > li {
	display:inline-block;
	color:#000000;
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	padding:0 10px;
	border-right:1px solid #e7e7e7;
}
.addon > ul > li:last-child {
	border-right:none;
}
.addon > ul > li a {
	color:#000000;
	vertical-align:top;
}
.addon > ul > li a.acKey {
	color:#FFF;
}
.addon > ul > li a:hover,
.addon > ul > li a:focus {
	color:#eb5b2f;
}
.addon > ul > li a span {
	position:relative;
	padding-left:22px;
}
.addon > ul > li a span:before {
    content:"";
    position:absolute;
    display:block;
    width:16px;
    height:16px;
    top:1px;
	left:0;
	background:url(../images/addon-icon.svg) no-repeat;
}
.addon > ul > li a:hover span:before,
.addon > ul > li a:focus span:before {
	background:url(../images/addon-icon-on.svg) no-repeat;
}
.addon > ul > li a span.ab1:before { background-position:0 0; }
.addon > ul > li a span.ab2:before { background-position:-16px 0; }
.addon > ul > li a span.ab3:before { background-position:-32px 0; }
.addon > ul > li a span.ab4:before { background-position:-48px 0; }
.addon > ul > li.textsize a {
	background:#dddddd;
	margin-left:7px;
	font-size:0.933em;
}
.addon > ul > li.textsize span {}
.addon > ul > li.textsize a.ts-on {
	color:#FFF;
	background:#436aa6;
}
.addon > ul > li.textsize a em {
	display:inline-block;
	font-style:normal;	
	padding:0 2px;
}
@media screen and (min-width:991px) {
	.addon {width:calc(100% - 425px);}
}
@media screen and (min-width:1100px) {
	.addon {width:calc(100% - 486px);}
}


/* ----- addon-sp ----- */
#addon-sp {
	width:100%;
	background:#176072;
}
#addon-sp > ul {
	list-style:none;
	padding:5px;
	box-sizing:border-box;
	display: flex;
	justify-content: center;
}
#addon-sp > ul > li {
	display:inline-block;
	width:auto;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
}
#addon-sp > ul > li a {
	display:inline-block;
	color:#FFF;
	font-size:1.6em;
	vertical-align:middle;
}
#addon-sp > ul > li a span {
	position:relative;
	z-index:1;
	display: flex;
	align-items: center;
}
#addon-sp > ul > li a:hover,
#addon-sp > ul > li a:focus {
	color:#f2f230;
}
#addon-sp > ul > li a span:before {
    content:"";
    display:block;
    width:25px;
    height:25px;
	margin-right:5px;
	background-image:url(../images/addon-icon-sp.svg);
	*background-image:url(../images/addon-icon-sp.png);
	background-repeat:no-repeat;
	border-radius: 100px;
	background-color:#ffffff;
}
#addon-sp > ul > li a:hover span:before,
#addon-sp > ul > li a:focus span:before {
	-webkit-transform:rotate(360deg);
	   -moz-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
         -o-transform:rotate(360deg);
            transform:rotate(360deg);
}
#addon-sp > ul > li a span.ab2:before { background-position:0 0; }
#addon-sp > ul > li a span.ab3:before { background-position:-25px 0; }

/* ----- searchZone ----- */
.searchZone {
	width:100%;
	text-align: center;	
	margin:0 auto;
	color:#000000;
}
.searchZone .searchTag {
	display:block;
	width:60px;
	height:60px;
	font-size:0;
	background:#5c94d1;
	box-sizing:border-box;
	z-index:9999;
	float: right;
    margin-right: 60px;
}
.searchZone .searchTag:focus {
	background:#5cc9ed;
}
.searchZone .searchTag span {
	position:relative;
	float:left;
	margin:20px 0 0 22px;
}
.searchZone .searchTag span em {
	display:block;
	height:2px;
	width:8px;
	background:none;
	-webkit-backface-visibility:hidden;
			backface-visibility:hidden;
}
.searchZone .searchTag span em::before {
	position:absolute;
	display:block;
	content:'';
	left:-2px;
	top:0;
	height:18px;
	width:18px;
	border:2px solid #FFF;
	box-sizing:border-box;
    -webkit-border-radius:100px;
       -moz-border-radius:100px;
            border-radius:100px;
	-webkit-transition:-webkit-transform .2s;
	        transition:transform .2s;
}
.searchZone .searchTag span em::after {
	position:absolute;
	display:block;
	content:'';
	left:11px;
	top:17px;
	width:8px;
	height:2px;	
	background:#FFF;
	-webkit-transition:-webkit-transform .2s;
	        transition:transform .2s;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
.searchZone .searchTag.off {
	background:#d9f3f9;
}
.searchZone .searchTag.off span em::before {
	left:-3px;
	top:10px;
	width:24px;
	height:2px;
	border:none;
	background:#2f5a9c;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
.searchZone .searchTag.off span em::after {
	left:-3px;
	top:10px;
	width:24px;
	height:2px;
	background:#2f5a9c;
	 -webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
			transform:rotate(-45deg);
}
.searchZone .search {	
	display:none;
	width:100%;
	text-align: center;
	background:#d9f3f9;
	margin:0 auto;
	box-shadow:0 3px 5px rgba(0%,0%,0%,0.3);
	float:right;
}
.searchZone .box {
	position:relative;
	width: 100%;
	max-width:1200px;
	padding:10px;
	background:none;
	box-sizing:border-box;
	display: flex;
    align-items: center;
	margin:0 auto;
	-webkit-transition: .3s;
		    transition: .3s;
	-webkit-transition: all 200ms ease;
			transition: all 200ms ease;
}
.searchZone .keyWd {
	display:inline-block;
	width: 100%;
	max-width:1440px;
	color:#000;
	font-size:1.5em;	
	line-height:25px;
	text-align:left;
	padding:0 10px 10px;
	box-sizing:border-box;
	margin:0 auto;
}
.searchZone .keyWd a {
	display:inline-block;
	color:#dd3700;
	font-weight:bold;
	text-decoration:none;
	margin:0 5px;
}
.searchZone .keyWd a:hover,
.searchZone .keyWd a:focus {
	color:#436aa6;
}
.searchZone a.advanced {
	width: 50px;
    height:50px;
    color: #FFF;
    font-size: 1.3em;
    line-height: 100%;
    vertical-align: middle;
    text-decoration: none;
    padding: 6px;
    background: #335c99;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.searchZone a.advanced:hover,
.searchZone a.advanced:focus {
	background:#eb5b2f;
}
.searchZone .search-txt {
	width:calc(100% - 60px);
	height:50px;
	color:#FFF;
	font-family:"PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	line-height:50px;
	padding:0 55px 0 10px;
	border:none;	
	border-bottom: 1px solid #2f5a9c;
	box-sizing:border-box;
	background:none;
}
.searchZone .search-txt:focus {
	color:#bb003b;
	background:#c9e9ed;
    border-bottom:2px solid #e66000;
}
.searchZone input:-internal-autofill-selected {
	background:none !important;
}
.searchZone .search-btn {
	position:absolute;
	top:10px;
	right:70px;
	display:block;
	width:50px;
	height:50px;
	padding:0;
	margin:0;	
	border:none;
	cursor:pointer;
	background:none;
}
.searchZone .search-btn span {
	float:left;
	width:100%;
	height:100%;
	color:#000000;
	font-size: 0;
}
.searchZone .search-btn span em {
	position:relative;
	float:left;
	margin:12px 0 0 12px;
	-webkit-backface-visibility:hidden;
			backface-visibility:hidden;
}
.searchZone .search-btn span em::before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	height:22px;
	width:22px;
	border:3px solid #2f5a9c;
	box-sizing:border-box;
    -webkit-border-radius:100px;
       -moz-border-radius:100px;
            border-radius:100px;
}
.searchZone .search-btn span em::after {
	position:absolute;
	display:block;
	content:'';
	left:16px;
	top:19px;
	width:11px;
	height:3px;	
	background:#2f5a9c;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
@media screen and (max-width:420px) {
	.searchZone .searchTag {
		width:55px;
		height:55px;
		margin-right:55px;
	}
	.searchZone .searchTag span {
		margin:17px 0 0 19px;
	}
}
@media screen and (min-width:991px) {
	.searchZone{
		float: right;
		width: calc(100% - 486px);
		margin:8px 0 0;
		display: flex;
		align-items: center;
		justify-content:flex-end;
	}
	.searchZone .box {padding:0 0 8px 0;}
	.searchZone .keyWd{padding:0 10px;}
	.searchZone a.advanced {
		border-radius: 50px;
		width:82px;
		height: 42px;
	}
	.searchZone .searchTag {
		display:none;
	}
	.searchZone .search{
		display:block !important;
		box-shadow:none;
		background-color:transparent;
		max-width:390px;
		margin:0;
	}
	.searchZone .search-txt{
		width: calc(100% - 92px);
		color: #000;
		font-family: "微軟正黑體", Microsoft JhengHei, Helvetica, sans-serif;
		font-size:1.5em;
		height:42px;
		line-height: 42px;
		padding: 0 52px 0 10px;
		border: none;
		box-sizing: border-box;
		background-color: #EEEEEE;
		border-radius: 50px;
	}
	.searchZone .search-txt:focus {border: none;}
	.searchZone .search-btn{
		width: 32px;
    	height: 32px;
		margin: 0;
		border: none;
		font-size: 0;
		cursor: pointer;
		background-color: #666666;
		border-radius: 50px;
		margin-left: 10px;
		position: absolute;
		right: 97px;
		top: 5px;
		background-size: contain;
		color:#ffffff;
	}
	.searchZone .search-btn:hover,
	.searchZone .search-btn:focus{ background-color:#436aa6;}
	.searchZone .search-btn span{color:#ffffff;}
	.searchZone .search-btn span em{margin: 7px 0 0 7px;}
	.searchZone .search-btn span em::before {
		height:15px;
		width:15px;
		border-width:2px;
		border-color:#fff;
	}
	.searchZone .search-btn span em::after {
		left: 11px;
		top: 14px;
		width: 7px;
		height: 2px;
		background-color:#fff;
	}
}


/** footer **/
#footer {
	position:relative;
	width: 100%;
	margin:0 auto;
	background:#222222;
}
#footer .trigger {
	position:relative;
	width:100%;
	text-align:center;
}
#footer .trigger a {
	position:relative;
	display:inline-block;
	width:110px;
	height:auto;
	color:#ffffff;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	z-index:1;
}
#footer .trigger a:before {
	content:"";
    display:block;
    position:absolute;
    left:50%;
    top:0;
    width:0;
	height:0;
	margin-left:-30px;
	margin-top:-30px;
	border-style:solid;
	border-width:0 30px 30px 30px;
	border-color:transparent transparent #222222 transparent;
	z-index:-1;
}
#footer .trigger a:hover,
#footer .trigger a:focus {
	color:#f0fa14;
}
#footer .trigger a.open-Panell,
#footer .trigger a.close-Panell {
	display:none;
	margin-bottom:-10px;
}
#footer .trigger a.open-Panell span,
#footer .trigger a.close-Panell span {
	position:relative;
	display:block;
	width:110px;
	padding-top:0;
	margin:0 auto;
}
#footer .trigger a span:before {
	content:"";
	position:absolute;
	display:block;
	width:8px;
	height:2px;
	top:-10px;
	left:50%;
	margin-left:-2px;
	background-color:#ffffff;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
         -o-transform:rotate(45deg);
            transform:rotate(45deg);
}
#footer .trigger a span:after {
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:8px;
	top:-13px;
	left:50%;
	margin-left:-4px;
	background-color:#ffffff;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
         -o-transform:rotate(45deg);
            transform:rotate(45deg);
}
#footer .trigger a.close-Panell span:before {
	width:12px;
	height:2px;
	margin-left:-6px;
	-webkit-transform:rotate(225deg);
	   -moz-transform:rotate(225deg);
        -ms-transform:rotate(225deg);
         -o-transform:rotate(225deg);
            transform:rotate(225deg);
}
#footer .trigger a.close-Panell span:after {
	width:2px;
	height:12px;
	margin-left:-1px;
	top:-15px;
	-webkit-transform:rotate(225deg);
	   -moz-transform:rotate(225deg);
        -ms-transform:rotate(225deg);
         -o-transform:rotate(225deg);
            transform:rotate(225deg);
}
#footer .trigger a:hover span:before,
#footer .trigger a:focus span:before, 
#footer .trigger a:hover span:after,
#footer .trigger a:focus span:after{
	background-color:#f0fa14;
}

/* ----- fatfooter ----- */
.fatfooter {
	width:100%;
	padding:0;
	margin:0 auto;
	box-sizing:border-box;
}
/* ----- fatNavi ----- */
.fatNavi {
	width:100%;
	margin:0 auto;
}
.fatNavi .container > ul {
	position:relative;
	list-style:none;
	letter-spacing: -0.5em;
	padding:30px 0;
	margin:-10px;
}
.fatNavi .container > ul > li {
	display:inline-block;
	width:20%;
	padding:10px;
	letter-spacing: 0;
	vertical-align:top;
	box-sizing:border-box;
}
.fatNavi .container > ul > li > a {
	color:#ffffff;
	font-size:1.8em;
	font-weight:bold;
	line-height:155%;
}
.fatNavi .container > ul > li.alone > a{
	display:block;
}
.fatNavi .container > ul > li > a:hover,
.fatNavi .container > ul > li > a:focus {
	color:#f0fa14;
}
.fatNavi .container > ul > li > ul {	
	list-style:none;
	margin-top:10px;
}
.fatNavi .container > ul > li > ul > li {	
	margin-top:7px;
	color:#ffffff;
	font-size:1.5em;		
}
.fatNavi .container > ul > li > ul.two > li {
	float:left;
	width:40%;
	margin-top:0;	
}
.fatNavi .container > ul > li > ul > li > a {
	position:relative;
	display:inline-block;
	color:#ffffff;
	line-height:135%;
	font-weight:normal;
}
.fatNavi .container > ul > li > ul > li > a:hover,
.fatNavi .container > ul > li > ul > li > a:focus {
	color:#f0fa14;
	transform: translate3d(0, 1px, 0);
}
.fatfooter a:focus{
	outline:2px dotted #F0FA14;
}
@media screen and (min-width:991px) {
	.fatNavi{
		border-bottom:1px solid rgba(255,255,255,0.2);
		padding-bottom:20px;
	}
	.fatNavi .container > ul > li {
		width:16.6666%;
		padding:0 10px;
	}
}
/* ----- fotTop ----- */
.fotTop{
	width:100%;
	padding:15px 0;
}
.fotTop .infoWd{
	font-size:1.5em;
	line-height:160%;
	color:#ffffff;
	text-align:center;
}
.fotTop .infoWd > dl,
.fotTop .infoWd > dl > dt,
.fotTop .infoWd > dl > dd{display:block; width:100%;}
.fotTop a.btn-map {
	width:20px;
	height:20px;
	border-radius:20px;
	color:#FFF;
	background:#ffffff;
	margin:0 0 0 5px;
	display:inline-block;
	vertical-align:middle;
	font-size:0;
}
.fotTop a.btn-map:hover,
.fotTop a.btn-map:focus {
	background:#ff4a63;
}
.fotTop a.btn-map span {
	width:20px;
	height:20px;
	display:block;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	background-image:url(../images/icon-map.svg);
	*background-image:url(../images/icon-map.png);
}
/* fat-social */
.fat-social {
	position:relative;
	text-align:center;
	line-height:0;
	width:100%;
	margin-top:10px;
}
.fat-social > ul{
	list-style-type:none;
	display: flex;
	align-items: center;
	justify-content:center;
}
.fat-social > ul > li{
	margin-right:6px;
}
.fat-social li:last-child{
	margin-right:0;
}
.fat-social a{
	display:block;
	width:42px;
	height:42px;
	border-radius:25px;
	box-sizing:border-box;
	font-size:0;
	background-image:url(../images/fat-social.svg);
	*background-image:url(../images/fat-social.png);
	border:1px solid #ffffff;
}
.fat-social a:hover{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.fat-social .icon-youtube{
	background-image:url(../images/social_youtube.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.fat-social .icon-youtube:hover {
	background-color:#FF0033;
	border-color:transparent;
}
.fat-social .icon-fb {
	background-position:0 0;
}
.fat-social .icon-fb:hover {
	background-color:#3b5999;
	border-color:transparent;
}
.fat-social .icon-twitter {
	background-position:-42px 0;
}
.fat-social .icon-twitter:hover {
	background-color:#000000;
	border-color:transparent;
}
.fat-social .icon-line {
	background-position:-84px 0;
}
.fat-social .icon-line:hover {
	background-color:#01c302;
	border-color:transparent;
}
.fotTop a:focus{
	outline:2px dotted #F0FA14;
}
@media screen and (min-width:768px) {
	.fotTop .infoWd{display: flex;align-items: center;text-align:left;}
	.fotTop .infoWd > dl{width:calc(100% - 162px);}
	.fotTop .infoWd > dl > dt{ width:250px;}
	.fat-social {width:162px; margin-top:0;}
}
@media screen and (min-width:991px) {
	.fotTop .infoWd > dl{
		display: flex;
		align-items: center;
	}
	.fotTop .infoWd > dl > dt{ width:250px;}
	.fotTop .infoWd > dl > dd{ width:calc(100% - 250px);}
	.fat-social > ul{justify-content:flex-end;}
}

/* ----- copyright ----- */
.copyright {
	width:100%;
	padding:15px 0;
	margin:0 auto;
	background-color:#ffffff;
	font-size:1.5em;
	line-height:160%;
	text-align:center;
}
.copyright .wd{
	width:100%;
}
.copyright a{color:#000000;}
.copyright a:hover{color:#335c99;}
.autoTx{ display:inline-block;}
/**/
.fotline{display:inline-block;}
.fotline::after{
	content:"";
	width:1px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	background-color:#ffffff;
	margin:0 10px;
}
.copyright .fotline::after{
	background-color:#000000;
}
.fotline:last-of-type::after{
	display:none;
}
.accessibility{
	width:140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin:10px auto 0;
}
@media screen and (min-width:768px) {
	.copyright {text-align:left;}
	.copyright .container{display: flex;}
	.copyright .wd{width:calc(100% - 140px);}
	.accessibility{ margin:0;}
}

/** goTop **/
#goTop {
	position:fixed;
	right:20px;
	bottom:20px;
	width:60px;
	text-align:right;
	z-index:1;
}
#goTop a {
	display:block;
	width:60px;
	height:60px;
	background-color: rgba(0,0,0, 0.3);
    box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.3), inset 0 0 0 1px rgba(0,0,0,0.1);
}
#goTop a:hover {
	background-color:rgba(0,0,0, 0);
	box-shadow: 
		inset 0 0 0 120px rgba(0,0,0, 1),
		inset 0 0 0 1px rgba(0,0,0,0)
	;
}
#goTop span {
	position:relative;
	display:block;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	padding-top:33px;
}
#goTop span::after {
	position:absolute;
	content:"";
    display:block;
    position:absolute;
	left:50%;
	top:20px;
    width:7px;
    height:7px;    
    border-left:2px solid #FFF;
	border-top:2px solid #FFF;
	margin:0 0 0 -5px;
    z-index:2;
    -webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}


@media print and (width: 21cm) and (height: 29.7cm) {
    @page {
	   margin: 1cm;
    }
}
@media print {
	body {
		margin:0!important;
		padding:0!important;	
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after:avoid;
		page-break-inside:avoid;
	}
	blockquote, table, pre {
		page-break-inside:avoid;
	}
	ul, ol, dl {
		page-break-before:avoid;
	}
	img {
		max-width:100%!important;
		page-break-inside:avoid;
	}
	.container {
		max-width:100%!important;
	}
	#header {
		position:absolute;
		-webkit-box-shadow:0 3px 5px rgba(0%,0%,0%,0);
		   -moz-box-shadow:0 3px 5px rgba(0%,0%,0%,0);
				box-shadow:0 3px 5px rgba(0%,0%,0%,0);
	}
	#wrapper h1 {
		position:absolute;
	}
	#addon,
	#navMenu,
	.acKey,
	.searchZone,
	.fatfooter .trigger,
	.fatNavi,
	#goTop {
		display:none!important;
	}
}