@charset "UTF-8";

.slide_block {
	margin-top: 16px;
	position: relative;
}

.sls-view {
  position: relative;
  width: 960px;
  height: 360px;
  overflow: hidden;
}

.sls-container {
  position: absolute;
  top: 0;
  left: 0;
}

.sls-content {
  position: relative;
  float: left;
  width: 960px;
  height: 360px;
}
.slide_block .sls-pagination {
	width: 100%;
	position: absolute;
	left: 19px;
	bottom: 25px;
	z-index: 10;
}
.slide_block .sls-pagination a {
	margin-left: 28px;
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	background: #fff;
	text-indent: -9999px;
	cursor: pointer;
}
.slide_block .sls-pagination a.current {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
.news_block {
	padding: 19px 30px;
	position: relative;
	background: #fff;
}
.news_block .list_btn {
	position: absolute;
	top: 20px;
	right: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity  0.5s ease;
}
.news_block .list_btn:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}
.news_block .news {
	margin: 27px 40px 9px 40px;
}
.news_block .news th,
.news_block .news td {
	padding-bottom: 5px;
	font-weight: bold;
}
.news_block .news th {
	padding-right: 17px;
}

.service_block dl {
	float: left;
	width: 479px;
	background: #fff;
	border-top: 2px solid #eee;
	border-left: 1px solid #eee;
	cursor: pointer;
}
.service_block dl a {
	text-decoration: none;
}
.service_block dl.even {
	border-left: 0;
	width: 479px;
}
.service_block dt,
.service_block dd {
	float: left;
}
.service_block dt {
	padding-left: 1px;
	background: #fff;
}
.service_block .even dt {
	padding-left: 0;
}
.service_block dd {
	padding: 13px 19px;
	width: 279px;
	font-size: 1.154em;
	font-weight: bold;
	line-height: 1.5;
}
.service_block .atlink,
.service_block .atlink a {
	color: #03f;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color  0.8s linear;
}
.service_block .atlink:hover {
	background: #bfccff;
}
.service_block .atlink .txt {
	margin-top: 40px;
}
.service_block .baremetal,
.service_block .baremetal a {
	color: #2f66ad;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color  0.8s linear;
}
.service_block .baremetal:hover {
	background: #a0c0e5;
}
.service_block .baremetal .txt {
	margin-top: 40px;
}
.service_block .pci,
.service_block .pci a {
	color: #00bfcc;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color  0.8s linear;
}
.service_block .pci:hover {
	background: #bfeff2;
}
.service_block .pci .txt {
	margin-top: 40px;
}
.service_block .biztel,
.service_block .biztel a {
	color: #17485c;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color  0.8s linear;
}
.service_block .biztel:hover {
	background: #3bbddb;
}
.service_block .biztel .txt {
	margin-top: 40px;
}
.service_block .nakahora,
.service_block .nakahora a {
	color: #5c8251;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color  0.8s linear;
}
.service_block .nakahora:hover {
	background: #d6e0d4;
}
.service_block .nakahora .txt {
	margin-top: 18px;
}
.service_block .e_select,
.service_block .e_select a {
	color: #ed6c00;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color  0.8s linear;
}
.service_block .e_select:hover {
	background: #fadabf;
}
.service_block .e_select .txt {
	margin-top: 40px;
}

.button_block {
	margin-top: 22px;
}
.button_block li {
	margin-left: 2px;
	float: left;
	background: #fff;
}
.button_block li:first-child {
	margin-left: 0;
}
.button_block a img {
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity  0.8s ease;
}
.button_block a:hover img {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}


/**
 * clearfix
 */
.slide_block .flex-control-nav:after,
.service_block:after,
.service_block:after,
.button_block ul:after {
	content:"";
	display:table;
	clear:both;
}
.slide_block .flex-control-nav,
.service_block,
.service_block,
.button_block ul {
	zoom:1;
}
