@charset "utf-8";
/* CSS Document */
.main{
	padding-bottom:60px;
}
.main .left_box .tech_main_box {
	width:719px;
	border-color:#CECECE;
	border-style:solid;
	box-shadow:1px 1px 10px -3px #999999;
	-moz-box-shadow:1px 1px 10px -3px #999999;
	-webkit-box-shadow:1px 1px 10px -3px #999999;
	border-width:0 1px 1px 1px;
}	
.main .left_box .tech_main_box .main_box_header {
	background:url(../img/main_box_bar.png);
	height:9px;
}	
.main .left_box .tech_main_box .tech_banner {
	text-align:center;
	padding:20px 0 0 0;
}
.main .left_box .tech_main_box .tech_banner_sub {
	background:url(../img/G-work_section_header.png);
	width:688px;
	height:34px;
	margin-left: 15px;
	margin-top: 23px;
}
.main .left_box .tech_main_box .tech_banner_sub p{
	padding-top:10px;
	padding-left:30px;
	font-size:1.5em;
	font-weight: bold;
	color:#E60012;
}

.main .left_box .tech_main_box .tech_text {
	text-align:left;
	padding:30px 0 0 60px;
	line-height:2.0em;
	font-size:1.2em;
}	
.main .left_box .tech_main_box .tech_info {
	padding:20px 30px 10px 35px;
	line-height:1.7em;
	font-size:1.2em;
}

.main .left_box .tech_main_box .tech_info .tech_info_inner {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	margin-top:10px;
	margin-bottom:30px;
}

dl {
	border-bottom:1px solid #CCC;
	background-color: #F5F6F6;
}
dt {
  width: 130px;
  height: auto;
  padding: 9px 0 9px 0;
  float:left;
  text-align:right;
}
dd {
  padding: 9px 20px;
  margin-left:150px;
  background-color: #fff;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
