/* General */
html, body {
	min-width: 960px;
}
body {
	background: #efefef;
	position: relative;
	font: 100%/1.125em Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	background:url(../img/bg-content2.png);
}
#main {
	font-size:.75em;
}
.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}
/* List styling */
dl dt {
	background:url(../img/list-arrow.gif) no-repeat 0 3px;
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:13px;
	font-weight: bold;
	line-height:18px;
	color:#4d4d4d;
}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
}
/**/
#header {
	background:#FFF;
	margin-bottom:20px;
}
#header .logo a{
	background:url(../img/element-logo.png) no-repeat;
	text-indent:-9999px;
	width:280px;
	height:50px;
	margin-top:30px;
	display:block;
}
p.catch{
	position:absolute;
	left:230px;
	top:48px;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:#AAA;
}
nav.gnavi {
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 2;
}
nav.gnavi ul {
	margin: 0;
	padding: 0;
}
nav.gnavi li {
	list-style: none;
	float: left;
	position: relative;
}
nav.gnavi li a {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	text-decoration: none;
	color: #878787;
}
.wrapper {
	width:960px;
	margin:0 auto 40px;
	overflow: hidden;
}
.footer_wrapper .wrapper{
	margin-bottom: 0;
}
.wrapper-min {
	width:820px;
	margin:0 auto  40px;
	overflow: hidden;
}
.wrapper_border {
	border-bottom:1px solid #dddddd;
}
.wrapper_indent {
	padding:0 20px 0 20px;
	margin:auto;
	overflow: hidden;
}


hr.vcex-spacing {
	clear:both;
	display: block;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	outline: none !important;
}
.footer_wrapper{
	background:#eeeeee;
}
.copy_wrapper{
	background:#555555;
	border-top: 2px solid #404040;
	padding:20px 0;
	color:#FFF;
}
.copy_wrapper p, .copy_wrapper a{
	color:#FFF;
}
/*index*/
.primary_content_wrap {
	background:#fff;
}



/*works*/
.p_margin p{
padding: 0 0 14px 0;
line-height: 14px;
}
/*company*/
#company  dl {
background: #f9f9f9;
border-top: 2px solid #4e5864;
border-bottom: 1px solid #c6c6c6;
overflow: hidden;
zoom: 1;
margin-top:0;
padding-top:0;
}
#company dt, #company dd {
border-top: 1px solid #dedede;
float: left;
padding: 7px 0 6px 20px;
margin-top: -1px;
}
#company dt {
width: 20%;
color: #444547;
font-weight: bold;
box-sizing: border-box;
}
#company dd {
background: #fff;
width: 80%;
padding-right: 20px;
padding-bottom:5px;
margin-bottom:5px;
box-sizing: border-box;
}
#company dl:after {
content: '';
display: block;
clear: both;
height: 0;
}



/*news*/
#news  dl {
background: #f9f9f9;
border-top: 2px solid #4e5864;
border-bottom: 1px solid #c6c6c6;
overflow: hidden;
zoom: 1;
margin-top:0;
padding-top:0;
}
#news dt, #news dd {
border-top: 1px solid #dedede;
float: left;
padding: 7px 0 6px 20px;
margin-top: -1px;
}
#news dt {
width: 20%;
color: #444547;
font-weight: bold;
box-sizing: border-box;
}
#news dd {
background: #fff;
width: 80%;
padding-right: 20px;
padding-bottom:5px;
margin-bottom:5px;
box-sizing: border-box;
}
#news dl:after {
content: '';
display: block;
clear: both;
height: 0;
}
/*contact*/
fieldset {
border: none;
padding: 0;
width: 100%;
overflow: hidden;
}
label {
display: inline-block;
min-height: 40px;
position: relative;
margin: 0;
}
#contact-form input, #contact-form textarea {
font-family: 'Open Sans', sans-serif;
padding: 4px 18px 5px;
margin: 0;
font-size: 14px;
line-height: 21px !important;
color: #7f7f7f;
background: #ffffff;
outline: none;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#contact-form textarea {
width: 627px;
height: 323px;
resize: none;
overflow: auto;
}

/*option*/

.btn {
border: none;
font-size: 15px;
font-weight: normal;
line-height: 1.4;
border-radius: 4px;
padding: 5px 15px;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-transition: 0.25s linear;
transition: 0.25s linear;
background:#00749f;
}
.btn{
	color:#FFF;
display: inline-block;
text-decoration:none;
}
h2{text-align: center;}
h2 span{
	font-weight:normal;
	font-size:14px;
}
.double_line {
	background: url("../img/double-line.png") center repeat-x;
	text-align:center;
}
.double_line span {
	background: #fff;
	padding: 3px 15px;
}
.double_line h2 {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #00749f;
	padding:0;
	display:inline-block;
}
h3 {
	font-weight: bold;
	font-size: 24px !important;
	text-transform: uppercase;
	color: #00749f;
}
h3.align_center{
	font-size:20px !important;
	}
img.img_border {
	border:1px solid #DFDFDF;
	box-sizing:border-box;
	background:#FAFAFA;
	padding:2px;
}
img.img_border2 {
	border:4px solid #DFDFDF;
	box-sizing:border-box;
	background:#FAFAFA;
	padding:2px;
}
.align_center {
	text-align:center;
}
/*grid*/
.one_half{ 
	width:48%; 
}
.one_fourth {
	width:22%;
}
.three_fourth {
	width:74%;
}
.one_third {
	width:30.66%;
}
.two_third {
	width:65.33%;
}
.one_fourth {
	width:22%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position:relative;
	margin-right:4%;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}



.btn_eng{position:absolute;top:-30px;right:0px;}
