@charset "utf-8";
/* CSS Document */

body
{
	font-size: 15px;
	font-family: Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7;
	color: #666666;
	margin:0px;
	padding:0px;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #666666;
    text-decoration: none;
}

img
{
	border: 0px;
}

pre
{
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
	/* 覆蓋瀏覽器預設 */
	padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
	color: inherit;
}

/* 自動換行 */
.wordBreak
{
	word-break:break-all;
	word-wrap:break-word;
}

.blankHorLine
{
	height: 15px;
}




#topLineBgDiv
{
	/* position: fixed; */
	position: relative;
	
	width: 100%;
	text-align: center;
	z-index: 1030;
}

#topLineConDiv
{
	display: inline-block;
	width:100%;
	max-width: 1170px;
	line-height:45px;
	text-align: right;
	color:#ffffff;
	background-color:#2a3a49;
}

#topLineConDiv a
{color:#ffffff;}
.menuLiDiv
{
	height: 35px;
	line-height: 35px;
    text-align: center;
}


#sliderDiv
{
	position:relative;
	min-height:200px;
	max-height:600px;
}
#conDiv
{
	position:relative;
}
#footerDiv
{
	position:relative;
	background-color: rgba( 255 , 255 , 255 , 0.8 );
	
}
#copyrightDiv
{
	position:relative;
	background-image:url(../images/index/fbg.png);
}

.cs-title
{
	width: 380px !important;
}

.goLink
{
	color: #0066CC !important;
	text-decoration: underline !important;
}

.bottomMargin
{
	margin-bottom: 30px;
}

.titleBg
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,1b7db3+50,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, transparent 0%, #1b7db3 50%, transparent 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, transparent 0%,#1b7db3 50%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, transparent 0%,#1b7db3 50%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='transparent',GradientType=1 ); /* IE6-9 */
	
	padding:10px;
	color:#FFF;
	text-align:center;
}
#Paytitle
{
	margin-left:22%;
}
#PayBox
{
	margin-left:18%;
}
@media screen and (max-width: 991px) {
    #PayBox
	{
		margin-left:20px;
	}
	#Paytitle
	{
		margin-left:10%;
	}
}



.html_vcon img
{
	max-width:100%;
}

.a_block_v1
{
	margin-left:15%;
}
@media screen and (max-width: 992px) {
    .a_block_v1
	{
		margin-left:9%;
	}
}

.flex_block_v1
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

	justify-content: center;
	align-items: center; 
}
.fbv1_left
{
	width:calc( 100% - 200px );
}
.fbv1_right
{
	width:200px;
}
.ccbyimg
{
	height:100%;background-color:#ffffff;padding-left:1%;text-align:right;
}
.ccbyimg img
{
	width:100%;
	max-width:200px;
}

.title_h1
{
	float:left;margin-left:7px;font-size:24px;line-height:35px;
}
.title_memo
{
	float:left;margin-left:7px;font-size:14px;line-height:35px;
}

.header_title
{
	transition: all .5s ease-in-out;
	padding:0px 5px;
}
.header_title:hover
{
	background-color:#49657f;
}
.header_navsm
{
	transition: all .5s ease-in-out;
	padding:5px;
}
.header_navsm:hover
{
	background-color:#49657f;
}

@media screen and (max-width: 600px) {
    .title_h1
	{
		font-size:20px;
	}
	.title_memo
	{
		font-size:10px;
	}
	
	.fbv1_left
	{
		width:calc( 100% - 160px );
	}
	.fbv1_right
	{
		width:160px;
	}
}
@media screen and (max-width: 600px) {
    .title_h1
	{
		font-size:15px;
	}
	.title_memo
	{
		font-size:10px;
	}
}

@media screen and (max-width: 600px) {
	.header_title
	{
		font-size:14px;
		padding:5px;
	}
	.header_smfonts
	{
		font-size:12px;
	}
}