@charset "utf-8";
/* CSS Document */

.itemscope_block{display:block;width:100%;font-size:0;margin:0 0 20px 0;color:#263238;}
.itemscope_block ol{display:block;font-size:15px;text-align: right;}
.itemscope_block ol li{display:inline-block;vertical-align:top;}
.itemscope_block ol li a{text-decoration:none;color:#263238;}

img{
	width:auto;
}
hr{
	border-color: #fff;
}
p{
	font-size:13px;
	letter-spacing:2px;
}

a{
	letter-spacing:2px;
}
mark{
	background-color:#f2e295;
}
h1,h2,h3,h4,h5,h6{
	color:#333;
	font-size: 11pt;
	letter-spacing:2px;
	padding-left:15px;
}
h5{
	display:none;
}
body{
	font: 10pt/1.75em "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 18pt;
	padding: 0;
	margin: 0;
	color: #333;
	letter-spacing:1px;
	background-image:url(../images/site.png);
	background-attachment:fixed;
	background-size:cover;
}
a {
	color: #333;
	text-decoration: none;
	transition: color 0.15s linear 0;
}
a:hover {
	color: #4099ff;
}
.print{
	cursor:pointer;
}
.print:hover{
	#4099ff;
}
/*下方連結*/
#footer {
	line-height: 1.2;
	padding-top: 32px;
	padding: 0 0 0 25px;
	font-size: 92.3%;
	letter-spacing: 0.06em;
	height:350px;
	background-image:url(../images/footBg.jpg);
}
footer a{color:#BBDEFB;}
.fooH{
	max-width: 300px;
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999;
	line-height: 45px;
	font-weight: bolder;
	font-size: 14pt;
	letter-spacing:3px;
}
#footer li {
	margin-bottom: 10px;
	padding-left: 7px;
	background: url(../images/arrow2.gif) no-repeat left 4px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding-left: 3px;
}
#footer ul li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	/*max-width: 250px;*/
}
#footer .col {
	float: left;
	max-width: 300px;
	height:280px;
	margin-right: 30px;
}
#footer .col02 {
	float: left;
	max-width: 300px;
	height:280px;
	margin-right: 30px;
	margin-top:69px;
}
footer{
	clear: both;
	/*margin-top: 60px;*/
	background: #104479;
	color: #fff;
	font-size: 84.6%;
	text-align: center;
	padding: 15px;
}
footer span a:hover{
	color:#fff;
}
.heaLink{
	width:100%;
	margin:0 auto;
	display: block;
	text-align: right;
}
.sit_im{
	margin:0 auto;
	display:block;
}
.lglo{
	width:958px;
	margin:0 auto;
}
.sit_logo{
	width:520px;
	margin-bottom:20px;
	margin-top:20px;
}
.lglo span{
	text-align: right;
	display: block;
}
.content{
	width: 1150px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.map1{
	max-width: 460px;
	padding-right: 35px;
	display: inline-block;
	vertical-align:top;
}

@media screen and (max-width: 1000px) {
	.sit_im{
		width:100%;
		margin:0 auto;
		display:block;
	}
	.lglo{
		width:100%;
		margin:0 auto;
	}
	.sit_logo{
		width:100%;
	}
	.lglo span{
		text-align: right;
		display: block;
	}
	.map1{
		max-width: 100%;
		padding-right: 35px;
		display: block;
		vertical-align:top;
	}
	.content{
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-top: 50px;
	}
}

@media screen and (max-width: 739px) and (min-width: 0px){


}

a.mocontact {
    display: block;
    width: 70px;
    height: 35px;
    padding: 65px 0 0 0;
    position: fixed;
    right: 0;
    background: #75b834 url(../images/line.png) no-repeat center 15px;
    top: calc(50% + 50px);
    z-index: 99;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 13px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}

@media screen and (max-width: 739px) and (min-width: 0px){
    a.mocontact {
        display: block;
        width: calc(100% - 0px);
        height: 50px;
        background: #75b834 url(../images/line.png) no-repeat 10% center;
        background-size: auto 50%;
        position: fixed;
        bottom: 0;
        right: 0;
        font-size: 16px;
        line-height: 50px;
        color: #FFF;
        font-weight: bolder;
        text-align: center;
        z-index: 999;
        font-family: "微軟正黑體";
        text-decoration: none;
        padding: 0;
        border-radius: 0;
        top: inherit;
    }