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


/*=========================================================
float box layout
=========================================================*/
.float-box-l {
	width: 760px;
	height: 380px;
	padding: 60px;
	background-color: #000;
	filter:alpha(opacity=96);
    -moz-opacity: 0.96;
    -khtml-opacity: 0.96;
    opacity: 0.96;
	position: absolute;
	left: 50%;
	margin: 40px 0 0 -440px;
	z-index: 3;

}

.fbox-all {
	background-color: #FFF;
	overflow: hidden;
	filter:alpha(opacity=96);
    -moz-opacity: 0.96;
    -khtml-opacity: 0.96;
    opacity: 0.96;
}


.fbox-frame {
	width: 960px;
	padding: 10px 0 0 0;
	margin: 0;
	position: relative;
	z-index: 3;
}

.fbox-frame380 {
	width: 380px;
	margin: 0 40px 0 0;
	float: left;
}

.fbox-frame540 {
	width: 540px;
	margin: 0 0px 0 0;
	float: left;
}

/*=========================================================
float contents style
=========================================================*/


.fbox-logo {
	width: 340px;
	height: 160px;
	padding: 20px;
	margin: 0 0 40px 0;
	float: left;
}

.fbox-logo h1 {
	font-size: 18px;
	color: #999;
	text-align: center;
	margin: 20px 0 0;
}
.fbox-logo h2 {
	font-size: 18px;
	color: #333;
	padding: 0 0 0 4px;
	margin: 0 0 10px;
	border-left-width: 26px;
	border-left-style: solid;
	border-left-color: #C9197B;
}
.fbox-logo p {
	font-size: 14px;
	color: #999;
	text-align: center;
}


/* float box cinfo style ================================*/

.fbox-cinfo {
	width: 340px;
	height: 220px;
	padding: 20px;
	margin: 0 0 40px 0;
	float: left;
}
.fbox-cinfo h2 {
	font-size: 18px;
	color: #333;
	padding: 0 0 0 4px;
	margin: 0 0 10px;
	border-left-width: 26px;
	border-left-style: solid;
	border-left-color: #C9197B;
}

.fbox-cinfo h3 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.fbox-cinfo p {
	font-size: 14px;
	color: #666;
}

.fbox-cinfo table {
	width: 340px;
	font-size: 16px;
}

.fbox-cinfo table th {
	width: 100px;
	padding: 0px 4px 8px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.fbox-cinfo table td {
	vertical-align: top;
}

/* address box cinfo style ==============================*/

.fbox-address {
	width: 500px;
	height: 460px;
	padding: 20px;
	margin: 0 0 40px 0;
}

.fbox-address h2 {
	font-size: 18px;
	color: #333;
	padding: 0 0 0 4px;
	margin: 0 0 10px;
	border-left-width: 26px;
	border-left-style: solid;
	border-left-color: #C9197B;
}

.fbox-address table {
	font-size: 16px;
	width: 500px;
	margin: 0 0 4px 0;
}

td.cinfo-tell {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

td.cinfo-fax {
	font-size: 18px;
	line-height: 18px;
}

.fbox-address span {
	padding: 0 2px;
	font-size: 12px;
	font-weight: normal;
}


.fbox-address td, .fbox-address th {
	text-align: left;
	vertical-align: bottom;
	padding: 10px 0 0 0;
}
.fbox-address th {
	width: 80px;
}



#gmap-window {
	width: 500px;
	height: 300px;
	margin: 10px 0 0;
}


/* item box cinfo style ==============================*/

.fbox-item h2 {
	font-size: 18px;
	color: #333;
	padding: 0 0 0 4px;
	margin: 0 0 10px;
	border-left-width: 26px;
	border-left-style: solid;
	border-left-color: #009844;
}


.fbox-item h3 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

.fbox-item p {
	font-size: 14px;
}


/* contact box cinfo style ==============================*/

.fbox-contact h2 {
	font-size: 18px;
	color: #333;
	padding: 0 0 0 4px;
	margin: 0 0 10px;
	border-left-width: 26px;
	border-left-style: solid;
	border-left-color: #1D2087;
}


.fbox-contact h3 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

.fbox-contact p {
	font-size: 14px;
}



/*=========================================================
home what new list layout
=========================================================*/

.fbox-news {
	width: 500px;
	height: 430px;
	padding: 20px;
	margin: 0;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 3;


}

.box-newslist {
	width: 500px;
	height: 370px;
	overflow: auto;
}
table.tb-newslist {
	width: 500px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	border: 0px none;
	line-height: 18px;
}
.tb-newslist th, .tb-newslist td {
	padding: 4px 0 0 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	vertical-align: bottom;
}

.tb-newslist th {
	width: 130px;
	font-weight: normal;
}
.tb-newslist td {
	padding: 0 22px 0 0;
}

.fbox-news h2 {
	font-size: 18px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin: 10px 0 10px;
}



/*=========================================================
alert window style
=========================================================*/

.alert-window {
	width: 600px;
	height: 300px;
	padding: 20px;
	margin: 0;
	background-color: #FFF;
	filter:alpha(opacity=96);
    -moz-opacity: 0.96;
    -khtml-opacity: 0.96;
    opacity: 0.96;
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0 0 0 -300px;
	z-index: 3;
}

p.readmore {
	margin: 30px 0 0 0;
	text-align: right;	
}

.box_hover {
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;	
	opacity:0.8;
	filter: alpha(opacity=80);
	cursor:pointer;
}






/*=========================================================
contents text
=========================================================*/

.float-contents {
	color: #FFF;	
}



.fbox-comment p {
	font-size: 14px;
	color: #666;
}



.fbox-service h2 {
	font-size: 18px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1EAA39;
	margin: 10px 0 10px;
}



