@charset "utf-8";

/*tab*/
ul.tabs {
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	width:20%;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_content .table{
	text-align:center;
}

.tab_content .table thead tr th{
	text-align:center;
}

.tab_content .table tbody tr td{
	padding: 8px 10px !important;
}

/*2017-03-27*/
.panel-box {
    width: 25%;
    float: left;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
}

.panel-01 { background: url(/theme/theme_s/img/main/panel01.jpg) top center no-repeat; height: 266px; }
.panel-02 { background: url(/theme/theme_s/img/main/panel02.png) top center no-repeat; height: 266px; }
.panel-03 { background: url(/theme/theme_s/img/main/panel03.png) top center no-repeat; height: 266px; }
.panel-04 { background: url(/theme/theme_s/img/main/panel04.png) top center no-repeat; height: 266px; }
.panel-05 { background: url(/theme/theme_s/img/main/panel05.png) top center no-repeat; height: 266px; }
.panel-06 { background: url(/theme/theme_s/img/main/panel06.png) top center no-repeat; height: 266px; }
.panel-07 { background: url(/theme/theme_s/img/main/panel07.png) top center no-repeat; height: 266px; }
.panel-08 { background: url(/theme/theme_s/img/main/panel08.png) top center no-repeat; height: 266px; }


.cont-title1 {
	margin-top: 20px;
	text-align: center;
	padding: 2em 0;
}

.cont-title1 h2 {
	font-size: 35px;
	margin-bottom: 5px;
}

.cont-title2 {
	margin-bottom: 33px;
	text-align: center;
}

.main-thumbnail {
	border: 0 !important;
	border-radius: 0 !important;
	float: left;
	padding: 0 !important;
	margin-right: 20px !important;
}

.main-thumbnail img {
	border-radius: 0 !important;
}

.main-thumbnail-text {
	float:right;
	width: 180px;
}

.add-btn {
	display: block;
	text-align: center;
	margin-top: 25px;
}

.main-wrap {
	margin-top: 0 !important;
}

.main-listbox {
	margin-bottom: 0px !important;
}

.main-list-text a{
    font-size: 25px;
	color: #a94368 !important;
}

.sct_basic {
	color: #969696;
	font-size: 12px;
}

.cust_price_no {
	margin-right: 15px;
	color: #818181;
	font-size: 13px;
}

.it_tel_inq {
	color: #818181;
	font-size: 20px;
}

.add-btn-img {
	background: none;
}

#sit_pvi_thumb {
    padding-right: 0;
}

.footer-icon a {
    float: right;
    margin: 0 5px;
}

#footer .contact li {
	color: #fff;
}

/*aside*/


/*end*/




