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


/*---------------------------------------------
	COMMON
---------------------------------------------*/

*{
 　margin:0;
 　padding:0;
}
html,body {
   margin:0px;
   height:100%;
   font-family:"Microsoft JhengHei", 微軟正黑體, Arial, Helvetica, sans-serif;
   color: #333333;
   -webkit-text-size-adjust: 100%;
}
.imgRO a:hover img {
	filter: alpha(opacity=0.70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
}
img {
	vertical-align: text-bottom;
}
.standardText {
	color: #333333;
	font-size: 100%;
	line-height: 160%;	
}
#overray {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 300;
	display: none;
	background-image: url(../images/common/opacity.png);
}
#btnOverrayClose {
	position: fixed;
	top: 10px;
	left: 410px;
	cursor: pointer;
}
.spImg {
	display: none;
}
.pcNone {
	display: none;
}
.sup {
	font-size: 70%;
	vertical-align: text-top;
	line-height : 1;
}


/*---------------------------------------------
	CONTENT
---------------------------------------------*/

#container {
    width: 100%;
	min-width: 1024px;
	height: auto;
	position: relative;
}
#content {
	width: 100%;
	height: 100%;
	margin-left: -200px;
	padding-top: 55px;
	float:right;
}
#contentInner {
	margin-left: 200px;
	position: relative;
}
.contentSpace {
	width: 1004px;
	margin: 0px auto;
	padding: 0px 10px;
	position: relative;
}
.contentSpacePoint {
	width:1004px;
	margin: 0px auto;
	position: relative;
}
#titleImgBlock {
	width: 100%;
	height: 300px;
	border-bottom: 5px solid #338F5F;
	overflow: hidden;
}
#titleImgOuter {
	width: 1024px;
	height: 300px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#titleImg {
	width: 1720px;
	height: 300px;
	margin: 0px -348px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
#breadCrumbList {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #E3E2E8;
	background-color: #F3F3F3;
}
#breadCrumbList ul {
	width: 1004px;
	height: auto;
	margin: 0px auto;
	padding: 0px 10px;
}
#breadCrumbList ul li {
	height: 40px;
	margin: 0px 10px 0px 0px;
	padding-left: 33px;
	display: inline-block;
	color: #535353;
	font-size: 75%;
	line-height: 40px;
	background-image: url(../images/common/breacrumb_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#breadCrumbList ul li#breadCrumbHome {
	padding-left: 19px;
	background-image: url(../images/common/breacrumb_home.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#breadCrumbList ul li a:link {
	color: #338E5F;
	text-decoration: none;
}
#breadCrumbList ul li a:visited {
	color: #338E5F;
	text-decoration: none;
}
#breadCrumbList ul li a:hover {
	color: #338E5F;
	text-decoration: underline;
}
#breadCrumbList ul li a:active {
	color: #338E5F;
	text-decoration: none;
}
.backEarth {
	background-image: url(../images/common/back_earth.gif);
	background-repeat: repeat-x;
	background-position: center 0%;
}
.squareTtileBlock {
	display: table;
}
.titleSquare {
	width: 40px;
	height: 47px;
	float: left;
	margin-right: 10px;
	display: table-cell;
	vertical-align: middle;
}
.serviceTitleBlock {
	width: 100%;
	padding: 10px 0px 10px;
	border-bottom: 3px solid #85CDA6;
	display: table-cell;
	vertical-align: middle;
}



@media screen and (max-width:1224px){
#content {
	margin-left: 0px;
	float:right;
}
#contentInner {
	position: relative;
	margin-left: 0px;
}
}



/*---------------------------------------------
	HEADER
---------------------------------------------*/

header {
	width: 100%;
	min-width: 1024px;
	height: 55px;
	background-image: url(../images/common/header_back.jpg);
	position: fixed;
	z-index: 500;
	border-bottom: 1px solid #CCCCCC;
}
#headerShadow{
	width: 220px;
	height: 56px;
	background-image: url(../images/common/side_menu_back.png);
	background-repeat: repeat-y;
	background-position: 20px 0px;
	background-color: #303030;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
	position: fixed;
	top: 0px;
	left: -20px;
	z-index: 600;
}
#headerLeft {
	width: 555px;
	height: 54px;
	padding-left: 200px;
	background-image: url(../images/common/header_copy.png);
	background-repeat: no-repeat;
	background-position: 250px 0px;
	float: left;
}
#headerRight {
	width: 452px;
	float:right;
}
#headerBtnLogin {
	width: 132px;
	height: 54px;
	float: left;
	background-color: #FFFFFF;
}
#headerBtnRegister {
	width: 130px;
	height: 54px;
	float:left;
	background-color: #FFFFFF;
}
#headerLanguage {
	width: 190px;
	height: 54px;
	background-image: url(../images/common/header_language.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#headerLogo {
	width: 240px;
	height: 86px;
	background-image: url(../images/common/header_logo.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 10px;
	left: 5px;
	z-index: 1000;
}
#headerLogo a {
	width: 240px;
	height: 86px;
	display: block;
}
#spHeader {
	display: none;
}


@media screen and (max-width:1224px){
header {
	width: 100%;
	min-width: 1024px;
	height: 54px;
	background-image: url(../images/common/header_back.jpg);
	border-bottom: 1px solid #CCCCCC;
}
#headerShadow{
	left: -210px;
}
#headerLeft {
	width: 355px;
	height: 54px;
	background-image: url(../images/common/header_copy.png);
	background-repeat: no-repeat;
	background-position: 250px 0px;
	float: left;
}
#headerRight {
	width: 452px;
	float:right;
}
#headerBtnLogin {
	width: 132px;
	height: 54px;
	float:left;
}
#headerBtnRegister {
	width: 130px;
	height: 54px;
	float:left;
}
#headerLanguage {
	width: 190px;
	height: 54px;
	background-image: url(../images/common/header_language.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
}



/*---------------------------------------------
	FOOTER
---------------------------------------------*/

footer {
	width: 100%;
	padding: 48px 0px 0px;
	background-image: url(../images/common/footer_back.gif);
}
#footerInner {
	width: 924px;
	margin: 0px auto;
	
}
#footerBtns {
	width: 702px;
	height: 52px;
	margin: 0px auto 50px;
}
#footerBtns li {
	float: left;
}
#footerBtns li a {
	width: 222px;
	height: 52px;
	display: block;
}
#footerBtnLogin  {
	width: 222px;
	height: 52px;
	margin-right: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/common/footer_btn_login.gif);
}
#footerBtnLogin a:hover {
	background-image: url(../images/common/footer_btn_login_on.gif);
}
#footerBtnRegister  {
	width: 222px;
	height: 52px;
	margin-right: 18px;
	background-image: url(../images/common/footer_btn_register.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#footerBtnRegister a:hover {
	background-image: url(../images/common/footer_btn_register_on.gif);
}
#footerBtnInquiry  {
	width: 222px;
	height: 52px;
	background-image: url(../images/common/footer_btn_inquiry.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#footerBtnInquiry a:hover {
	background-image: url(../images/common/footer_btn_inquiry_on.gif);
}
#footerLeftBlock {
	width: 450px;
	float: left;
}
#footerRightBlock {
	width: 450px;
	float: right;
}
.footerText {
	margin-bottom: 25px;
	color: #FFF;
	font-size: 94%;
	line-height: 140%;
}
#footerTelSupport {
	float: left;
}
#footerTelSupport p {
	width: 220px;
	height: 188px;
	margin-bottom: 15px;
	background-image: url(../images/common/footer_tel_support.gif);
	background-repeat: no-repeat;
}
#footerSupportRight {
	width: 220px;
	float: right;
}
#footerMailSupport  {
	width: 220px;
	height: 50px;
	margin-bottom: 8px;
}
#footerMailSupport a {
	width: 220px;
	height: 50px;
	background-image: url(../images/common/footer_mail.gif);
	background-repeat: no-repeat;
	display: block;
}
#footerMailSupport a:hover {
	width: 220px;
	height: 50px;
	background-image: url(../images/common/footer_mail_o.gif);
}
#footerSkypeSupport p {
	width: 220px;
	height: 130px;
	background-image: url(../images/common/footer_skype.gif);
	background-repeat: no-repeat;
	float: right;
}
.footerIconList {
	height: 49px;
	margin-bottom: 7px;
}
.footerIcon01{
	width: 80px;
	height: 49px;
	margin: 0px 12px 12px 0px;
	float: left;
}
.footerIcon02{
	width: 80px;
	height: 49px;
	margin: 0px 0px 12px 0px;
	float: left;
}
#footerLine {
	width: 924px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
#copyRight {
	width: 100%;
	padding: 11px 0px;
	background-color: #222222;
	color: #FFF;
	font-size: 75%;
	text-align: center;
}
#footerLinkList li {
	margin: 4px 45px 21px 0px;
	padding-left: 10px;
	color: #FFF;
	font-size: 75%;
	background-image: url(../images/common/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	float: left;
}
#footerLinkList li a:link {
	color: #FFF;
	text-decoration: none;
}
#footerLinkList li a:visited {
	color: #FFF;
	text-decoration: none;
}
#footerLinkList li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footerLinkList li a:active {
	color: #FFF;
	text-decoration: none;
}
#btnPagetop {
	width: 68px;
	height: 86px;
	position: fixed;
	bottom: 44px;
	right: 0px;
	z-index: 500;
}


/*---------------------------------------------
	UTILITY
---------------------------------------------*/

.textNone {
	text-indent: 100%;
	text-indent: -9999px\9;
	white-space: nowrap;
	overflow: hidden;
}
.cf{
	clear: both;
	zoom: 1;
	height: 1%;
}
.cf:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
.FB_box { 
	width: 100%;
	max-width: 450px;
	margin: 0px auto 10px;
}
.MR12 {
	margin-right: 12px;
}
.MR18 {
	margin-right: 18px;
}
.MR20 {
	margin-right: 20px;
}
.MR24 {
	margin-right: 24px;
}
.MB25 {
	margin-bottom: 25px;
}
.MB20 {
	margin-bottom: 20px;
}
.MB30 {
	margin-bottom: 30px;
}
.MB40 {
	margin-bottom: 40px;
}
.PB40 {
	padding-bottom: 40px;
}


/* JPC追加0703 */
@media screen and (max-width:1224px){
.contentSpace {
	width: 994px;
	padding:0 10px 0 20px;
}
.contentSpacePoint {
	width:1004px;
	margin: 0px auto;
}
}