/* CSS Reset *//**********************************************************/
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}abbr,acronym,fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}

/* Global *//**********************************************************/

body{font-size:18px;line-height: 30px; font-weight: 300;font-family: 'Ubuntu',"Microsoft JhengHei","\5FAE\x8EDF\6B63\9ED1\9AD4","Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Trebuchet MS", Arial, Helvetica, sans-serif;	color:#515151; background:transparent;}
h2{ font-size: 32px; line-height:normal; margin-bottom:20px}
h3{ font-size:24px; line-height:normal; margin-bottom:10px}
a{ text-decoration:none; color: #00908f;transition:all 0.3s linear}
a:hover{color: #666;}
i{ font-style:italic}
img {width: 100%;}
b{ font-weight:700}
p{ font-size:18px;line-height: 30px; font-weight: 300; margin: 10px 0;}
ul {margin: 5px 5px; }
ul li {list-style-type: disc;line-height: 30px; text-align: justify;}


.subtitle{ font-weight:700}
.greyFullbox { background-color: #F1F1F1;}
.siteInside{width:100%; max-width:1170px; margin:0 auto; box-sizing:border-box; padding:50px 15px;}
.greyFullbox .siteInside{padding:30px 15px 70px;}

.note{ font-size:14px}
.back2top{ font-size:16px; padding:30px 0 0; display:inline-block}

.corptable{ display:table; width:100%;box-sizing:border-box; border-top:1px solid #C2B8B2; border-left: 1px solid #C2B8B2; border-right: 1px solid #C2B8B2;}
.corptable .row{display:table-row}
.corptable .heading, .corptable .content{ display:table-cell; box-sizing:border-box; padding:10px; border-bottom:1px solid #C2B8B2; border-right: 1px solid #C2B8B2}
.corptable .heading{ background-color:#f0f0f0; font-weight:400;}
.corptable .content{}
.corptable .row > .content:last-child
/*.corptable .row > .heading:last-child*/ {
  border-right: none;

}

/*
@media only screen and (max-width:1199px) {
	.siteInside	{width:100%;}
}
*/
@media only screen and (max-width:1024px) {
}

@media only screen and (max-width:959px) {

}

@media only screen and (max-width:767px) {
	.corptable { display:block;  border:0;}
	.corptable .row, .corptable .heading, .corptable .content{ display:block; border:1px solid #C2B8B2}
	.corptable .row{ box-sizing:border-box; border:1px solid #C2B8B2; margin-bottom:20px}
	.corptable .heading, .corptable .content{ border-bottom:0 }
	.corptable .heading{ width:auto}
	.corptable .row > .content:last-child { border-right: 1px solid #C2B8B2;}
	ul {margin: 0px 8px; }

}


@media only screen and (max-width:290px) {
	
}