.main_img {
  width: 320px;
  margin: 0 auto;
}

.box1 {
  margin: 15px auto;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box1:after {
  content: "";
  display: block;
  clear: both;
}
.box1 .left a {
  display: block;
  float: left;
  width: 50%;
  border-right: 1px solid #990000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #cc0000 url(../images/top/icon_company.gif) 50% 15px no-repeat;
  -webkit-background-size: 16px 20px;
  background-size: 16px 20px;
  position: relative;
  text-align: center;
  padding: 40px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box1 .left a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #990000;
  border-right: 2px solid #990000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box1 .right a {
  display: block;
  float: right;
  width: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #cc0000 url(../images/top/icon_product.gif) 50% 15px no-repeat;
  -webkit-background-size: 17px 20px;
  background-size: 17px 20px;
  position: relative;
  text-align: center;
  padding: 40px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box1 .right a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #990000;
  border-right: 2px solid #990000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box2 {
  padding: 10px;
  margin-bottom: 35px;
  background: #dddddd;
}
.box2 h2 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #333;
  padding: 10px 0;
}
.box2 table {
  background: #fff;
  width: 100%;
}
.box2 table tr {
  border-bottom: 1px solid #dedede;
}
.box2 table tr td {
  width: 50%;
}
.box2 table tr td:nth-child(odd) {
  border-right: 1px solid #dedede;
}
.box2 table tr td p {
  margin: 0 auto 8px;
  width: 40px;
}
.box2 table tr td a {
  color: #cc0000;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-align: center;
  height: 72px;
  padding-top: 15px;
  position: relative;
}
.box2 table tr td a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box2 table tr td a.td3 {
  padding-top: 20px;
  height: 67px;
}
.box2 ul li:last-child a {
  border-bottom: none;
}
.box2 ul li a {
  color: #3e3a39;
  font-weight: bold;
  font-size: 14px;
  display: block;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  padding: 12px 0 12px 15px;
  position: relative;
}
.box2 ul li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_arrow_nav_on.png) left top no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.box2 .inquiry a {
  display: block;
  background: #fff;
  padding: 9px 0 9px 15px;
  margin: 10px 0;
  border: 3px solid #cc0000;
  text-align: center;
  color: #cc0000;
  font-weight: bold;
}

.tab-content{
	margin-bottom:10px;
}

.tab-content dl {
	margin:10px;
	font-size:0.9em;
}
.tab-content dl dt{
	float:left;
	clear:both;
	line-height:1.8;
	padding:0 5px;

}

.tab-content dl dt.first,
.tab-content dl dd.first{
	border-top:none;
}
.tab-content dl dd.category{
	width:63px;
	margin:0 10px 0 0;
}
.tab-content dl dd.category img{
	vertical-align: middle;
}
.tab-content dl dd.pdf{
	text-align: center;
	margin:0 5px;
}
.tab-content dl dd.title{
   	border-bottom:1px solid #ccc;
	clear:both;
	font-weight: normal;
	background: none;
	height: auto;
	line-height:1.8;
	margin:0 0 10px 5px;
}
.news_title{
	font-weight: bold;
	border-bottom:2px #cc0000 solid;
	margin:10px;	
}

.service_title{
	font-weight: bold;
	border-bottom:2px #2d775c solid;
	margin:10px;	
}

.service {
	width:100%;
	margin:0 auto;
	text-align:center;	
}

.product {
	width:100%;
	margin:0 auto;
	text-align:center;	
}

.service_photo img{
	width:96%;	
}

.service_photo02 img{
	width:96%;
	margin-top:5px;	
}

.product_title{
	font-weight: bold;
	border-bottom:2px #f78d35 solid;
	margin:15px 10px 10px 10px;	
}
.news{
	width:100%;
	margin-bottom:20px;
}
.news .list{
	display: block;
	width:174px;
	margin:0 0 10px 10px;
}

