﻿@charset "utf-8";
/* CSS Document webmap setting 2016 version */
*{ margin: 0; padding: 0;}
a, img{ border:none;}
a{ text-decoration:none; color:#046cbb; outline: none;}
body{ font: 15px/1.62 "ITC Avant Garde Gothic","微軟正黑體", Verdana, Arial, Helvetica, sans-serif; }

/* basic style setting*/
.floatL{ float:left;}
.floatR{ float:right;}
.aliR{ text-align:right;}
.aliC{ text-align:center;}
.fullW{ width: 100%;}
.ulfloat{ width: 40%; float: left;}
.clearfix{ clear: both; float: none !important;}
.boxsize{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.radius4{-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.radius6{-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}

/*desktop setting start*/
.topLink{
    height: 28px;
    background-color: #000;
}
.path{
	max-width: 1170px;
	margin: 0 auto;
	padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.path span{
	color: #a5a5a5;
	padding: 0 5px;
}
.path a{
	font-weight: bolder;
}
#member1111{}
#member1111 #visual{
	width: 100%;
	background-color: #e6f1f9;
    border-top: 3px solid #739ad5;
    border-bottom: 2px solid #739ad5;
	overflow: hidden;
}
#member1111 #visual .btline{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFF;
}
#member1111 #visual .scene{
	width: 100%;
	text-align: center;
}
#member1111 #visual .scene img{
	display: block;
	width: 100%;
	height: auto;
	max-width: 1903px;
	max-height: 95px;
}
#member1111 #visual .mscene{
	display: none;
	width: 100%;
	text-align: center;
}
#member1111 #visual .mscene img{
	display: block;
	width: 100%;
	height: auto;
	max-width: 980px;
	max-height: 255px;
}
/* content setting*/
#member1111 .mbbg{
	background: #f2f1f1;
}
#member1111 #membercon{
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px 0;
}
#member1111 aside{}
#member1111 .leftcon{
	width: 24%;
	float: left;
}
#member1111 .leftcon .fb_iframe_widget{
	border: 1px solid #e1e1e1;
}
#member1111 .leftcon .bnr{
	display: block;
	width: 270px;
	height: 240px;
	margin: 15px auto;
	transition: all 500ms ease;
}
#member1111 .leftcon .bnr:hover{
	opacity: .8;
}
#member1111 .leftcon .bnr img{
	display: block;
	width: 100%;
	height: auto;
}
#member1111 .rightcon{
	width: 73%;
	float: right;
}
#member1111niceThanks{
	position: relative;
}
#member1111niceMsg{
    left: 0!important;
    background-color: #179bac!important;
    padding: 10px 15px!important;;
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
#member1111 .rightcon .signbox{
    line-height: 30px;
}
#member1111 .rightcon .signbox h1{
	float: left;
    font-size: 22px;
    border-left: 6px solid #739ad5;
    padding-left: 1.2%;
    margin-bottom: 12px;
}
#member1111 .rightcon .signbox .sociallink{
	float: right;
    background-color: #FFF;
    border-radius: 4px;
    padding: 0 6px;
    color: #484b51;
    border: 1px solid #e6e6e6;
    margin-bottom: 12px;
}
#member1111 .rightcon .signbox .sociallink > div{
	display: inline-block;
	vertical-align: middle!important;
}
#member1111 .rightcon .signbox .logmsg{
	clear: both;
	display: block;
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 50px auto;
	color: #FFF;
	font-size: 20px;
	box-shadow: 2px 3px 2px #d3d3d3;
	background: #4077c9; 
	background: -moz-linear-gradient(top,  #4077c9 0%, #2a65bc 100%); 
	background: -webkit-linear-gradient(top,  #4077c9 0%,#2a65bc 100%); 
	background: linear-gradient(to bottom,  #4077c9 0%,#2a65bc 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4077c9', endColorstr='#2a65bc',GradientType=0 );    
}
#member1111 .rightcon .signbox .logmsg:hover{
	box-shadow: none;
	background: #2a65bc; 
	background: -moz-linear-gradient(top,  #2a65bc 8%, #4077c9 99%);
	background: -webkit-linear-gradient(top,  #2a65bc 8%,#4077c9 99%); 
	background: linear-gradient(to bottom,  #2a65bc 8%,#4077c9 99%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a65bc', endColorstr='#4077c9',GradientType=0 ); 
}
#member1111 .rightcon .signbox textarea{
    border: 1px solid #e1e1e1;
    font-size: 16px;
    font-family: "itc avant garde gothic","微軟正黑體";
	padding: 10px 15px!important;
    min-height: 160px;
}
#member1111 .rightcon .btminfo{
    line-height: 32px;
    background: #dfdfdf;
    padding: 10px 15px;
}
#member1111 .rightcon .btminfo span{
	display: inline-block;
	color: #2e2e2e;
}
#member1111 .rightcon .sendbtn{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
    border: 1px solid #4077c9;
    background: #4077c9;
    color: #FFF;
    font-size: 17px;
    transition: all 500ms ease;
}
#member1111 .rightcon .sendbtn:hover{
	border-color: #2d66bc;
	background: #2d66bc; 
}
/*listbox*/
#member1111 .rightcon .listbox{
	line-height: 30px;
}
#member1111 .rightcon .listbox .listtitle{
	margin: 20px 0;
}
#member1111 .rightcon .listbox h4{
	display: inline-block;
	font-size: 21px;
	color: #505050;
	font-weight: bolder;
}
#member1111 .rightcon .listbox h4 span{
	font-family: "itc avant garde gothic";
	color: #e30750;
	margin: 0 5px;
}
#member1111 .rightcon .listbox .pagerow{
	display: inline-block;
	width: 50%;
	float: right;
    text-align: right;
    font-size: 14px;
}
#member1111 .line{
    border-right: 1px solid #CCC;
    padding-right: 6px;
}
#member1111 .gray{
	color: #a5a5a5;
}
#member1111 .rightcon select{
	min-width: 45px;
	height: 26px;
	border: 1px solid #d6d6d6;
    margin: 0 3px;
    font-size: 14px;
}
#member1111 .rightcon .listbox ul li{
	position: relative;
	background-color: #FFF;
    margin: 15px 0 15px;
	padding: 5px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#member1111 .rightcon .listbox ul li:last-child{
	margin-bottom: 10px;
}
#member1111 .rightcon .listbox ul li.star{
	border-left: 4px solid #fbcbd6;
	border-bottom: 1px solid #fbcbd6;
}
#member1111 .rightcon .listbox ul li.cblue{
	border-left: 4px solid #afcce8;
	border-bottom: 1px solid #afcce8;
}
#member1111 .rightcon .listbox ul li .hotico{
	position: absolute;
	right: 5px;
	top: -10px;
    display: block;
    width: 72px;
    height: 66px;
}
#member1111 .rightcon .listbox ul li .hotico img{
	display: block;
	width: 100%;
	height: auto;
}
#member1111  .listbox ul li h5{
	padding: 12px 12px 0;
	font-size: 17px;
	font-weight: bolder;
	line-height: 1.2;
}
#member1111  .listbox ul li h5.star{
	color: #e30750;
}
#member1111  .listbox ul li h5.cblue{
	color: #1c59b5;
}
#member1111  .listbox ul li dl,
#member1111  .listbox ul li dt,
#member1111  .listbox ul li dd{
	display: inline-block;
	font-size: 15px;
}
#member1111  .listbox ul li dl{
	border-right: 1px solid #CCC;
	padding: 0 12px;
	line-height: 20px;
}
#member1111  .listbox ul li dl dt{
	color: #696969;
	font-weight: bolder;
	padding-right: 5px;
}
#member1111  .listbox ul li dl dd{
	color: #a1a0a0;
	max-width: 300px;
    vertical-align: bottom;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#member1111  .listbox ul li p{
	padding: 12px;
	line-height: 1.6;
	font-size: 16px;
	color: #565656;
    letter-spacing: -0.2px;
    margin-bottom: 15px;
    font-weight: bolder;
}
#member1111  .listbox ul li .date{
	padding: 0 12px;
	color: #83a0d8;
}
/*footer*/
#footer_smll{
	margin-top: 0!important;
}
/*scrolltop setting*/
.scrolltop{
    position: fixed;
    right: 23px;
    bottom: 260px;
    opacity: 0;
    width: 84px;
    height: 70px;
    line-height: 5px;
    text-align: center;
    overflow: hidden;
    z-index: 999;
    color: #8f8f8f;
    background-color: rgba(244, 244, 244, 0.5);
    transition: all 0.5s ease-in-out;
}
.scrolltop:hover{
	opacity:1.0;
	background-color: #4077c9;
	color: #FFF
}
.scrolltop.show{
    visibility: visible;
    cursor: pointer;
	opacity: .9;
}
.scrolltop i.fa{
	/*line-height: inherit;*/
	font-size: 3.2em;
	display:block;
}

/* MOBILE 
-----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
#path{
	padding: 15px 10px;
}
#member1111 #visual .mscene{
	display: block;
}
#member1111 #visual .scene{
	display: none;
}
#member1111 .leftcon .bnr{
	width: 100%;
	height: auto;
}
}
@media screen and (min-width: 480px) and (max-width: 639px) {}
@media screen and (min-width: 640px) and (max-width: 767px) {}
/* PAD 
-----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 990px) {
#path{
	padding: 15px 10px;
}
#member1111 #visual .mscene{
	display: block;
}
#member1111 #visual .scene{
	display: none;
}
.title{
	font-size: 1.05em;
}
#member1111 #membercon{
    margin: 0 10px;
}
#member1111 .rightcon .listbox .pagerow{
	width: 100%;
	float: none;
	margin-top: 10px;
	text-align: center;
}
#member1111 .leftcon .bnr{
	width: 100%;
	height: auto;
}
}
/* DESKTOP
-----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1169px) {
#membercon{
	margin: 20px 30px 15px;
	width: 96%;
	margin: 0px auto;
}
#member1111 #visual .scene{
    width: 150%;
    text-align: center;
    margin-left: -250px;
}
#member1111 .leftcon .bnr{
	width: 100%;
	height: auto;
}
#member1111 .rightcon .listbox h4,
#member1111 .rightcon .listbox .pagerow{
	width: 100%;
	float: none;
}
#member1111 .rightcon .listbox h4{
	padding: 6px 0;
}
#member1111 .rightcon .listbox .pagerow{
	text-align: center;
	margin-top: 10px;
}
}