<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*共同*/
img{
	max-width: 100%;
}
h3,h4,h5{
	line-height: 1.6;
}
button{
	border:none!important;
}
.share_icon {
    margin-top: 10px;
}
.share_icon img{
	/*width: 50px;
	height: 50px;*/
	max-width: 100px;
	/*max-height: 50px;*/
	margin: 2px 5px;
}
.banner{
	padding-top: 83px;
}
.color_type1{
	color: #989898;
}
.margin_none{
	margin: 0;
}
.padding_none{
	padding: 0;
}
.btn_type1{
	background: #989898;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 0;
	padding: 2px 18px;
}
.btn_type1:hover{
	color: #fff;
	opacity: 0.8;
}
.btn_type2{
	background: #434343;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 0;
	padding: 2px 18px;
}
.btn_type2:hover{
	color: #fff;
	opacity: 0.8;
}
.btn_type3{
	position: relative;
	top: 10px;
	opacity: 1!important;
	font-size: 11pt;
	color: #fff!important;
	font-family: 微軟正黑體!important;
}
.btn_type3:after{
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin-left: -6px;
		border-top: 12px solid #d0a751;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s;
}
.btn_type3:hover{
	color: #fff;
	opacity: 0.8;
}

.link_type01{
	color: #666;
}
.link_type01:hover{
	color: #666;
	opacity: 0.8;
}
.clear_both_type1 .col-md-6:nth-child(2n+1){
	clear: both;
}
.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover{
	background: none;
}
.flex{
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
button:focus {
		outline: #fff;
}
.page_list{
	background: #f7f7f7;
}
.page_list .nav {
	position: relative;
	top: -29px;
	padding: 20px 60px;
	width: 1000px;
	background: #fff;
}

.image-view{
	vertical-align: top;
	width: 32%;
	display: inline-block;
	margin:0px;
}

.page_list .nav li{
	display: inline-block;
	margin-bottom: 8px;
}
.page_list .nav li a,.page_list .nav li button{
	position: relative;
	color: #222;
	display: block;
	padding: 5px 15px;
	 -moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: none;
}
.page_list .nav li a:hover,.page_list .nav li button:hover{
	background: none;
	opacity: 0.8;
}
.page_list .nav li a:after,.page_list .nav li button:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -3px;
	border-top: 6px solid #000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	 -moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;

}
.page_list .nav li a:hover:after,.page_list .nav li button:hover:after{
	bottom: -3px;

}
@media screen and (min-width: 1000px) {
	.flex-md{
		display: -webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

@media screen and (max-width: 991px) {
	.image-view{
		width: 100%;

	}
	.banner{
	 padding-top: 65px;
	}
	.page_list .nav {
		padding: 20px 0px;
		width: 100%;
	}
	.page_list .nav li {
		margin-bottom: 8px;
	}
	.page_list .nav li a, .page_list .nav li button {
		padding: 5px 7px;
	}
}
</pre></body></html>