#main_content{
	padding: 30px 0;
	margin: 0 auto;
}
.link_block{
	font-size: 0;
	margin-bottom: 20px;
}
.link_block a{
	display: inline-block;
	width: 230px;
	height: 56px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 56px;
	background-color: #e44800;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.link_block a:nth-of-type(5n+1) /*20161104 Tina調整 */
{
	margin-left: 0;
}
.link_block a:hover{
	background-color: #46555f;
	text-decoration: none;
}
.link_btn{
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 15px;
	background-color: #46555f;
	position: relative;
	display: none;
	cursor: pointer;
}
.link_btn i{
	position: absolute;
	right: 15px;
}
.blackline_btn{
	display: none;
}
.tab_block{
	/* padding-left: 10px; */ /*20161104 Tina調整 */
}
.pr_white_bg{
	background-image: url('../../images/product/sanken_p_graybg.png');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
	margin-bottom: 20px;
	width: 100%;
    font-size: 0;
}
.gray_block{
	width: 295px;
	font-size: 0;
	float: left;
}

.gray_block .submenu_list{
	background-color: #fafafa;
	display: block;
	width: 295px;
	float: left;
}

.gray_block .product_title{
	color: #414141;
	font-size: 24px;
	padding: 21px 24px 9px 24px; /*20161104 Tina調整 */
}
.nav-tabs > li{
	display: block;
	width: 100%;
}
.nav-tabs >li>a{
	color: #888888;
    font-size: 16px;
    line-height: 36px;
    margin: 0;
    padding: 0px 25px;
    height: 36px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}
.tab_block .nav > li:hover>a{
	background-color: #1d252d;
	color: #ffffff;
	text-decoration: none;
}
.gray_block .nav > li:hover:after,
.gray_block .nav > li.active:after{
	content: url('../../images/product/sanken_p_tab.png');
	position: absolute;
	width: 11px;sanken_product_detail_top_bg
	height: 36px;
	top: 0;
	right: -11px;
}
.tab_block .nav-tabs > li.active > a,
.tab_block .nav-tabs > li.active > a:hover,
.tab_block .nav-tabs > li.active > a:focus{
	color: #ffffff;
    cursor: pointer;
    background-color: #46555f;
    border: none;
    border-bottom: none;
    text-decoration: none;
    height: 36px;
    overflow: hidden;
}

/*.pr_title{
	width: 100%;
	color: #414141;
	font-size: 18px;
	line-height: 35px;
}
.pr_small_title{
	width: 100%;
	color: #888888;
	font-size: 16px;
	line-height: 35px;
	padding-left: 20px;
	margin-bottom: 10px;
}*/

.tabcontent{
	background-color: #ffffff;
	display: none;
	width: calc(100% - 295px);
	width: -moz-calc(100% - 295px);
	width: -webkit-calc(100% - 295px);
	color: #000;
    vertical-align: top;
    font-size: 20px;
    float: left;
    padding: 30px 35px;
}
.tabcontent.active{
	display: block;
}
/*div.active>.tab_part:after{
	content: '';
	display: block;
	clear: both;
}*/
.tab_part{
	font-size: 0;
	width: 100%;
}
/* 20161111 Tina 調整 手機圖片縮放調整*/
.tab_part .fack_table .fack_td img {
    max-height: 150px;
}
.pr_box{
	display: inline-block;
    width: calc(20% - 15px);
    height: 175px;
    font-size: 0;
    overflow: hidden;
    border: 1px solid transparent;
   /* float: left;*/
    position: relative;
    margin: 10px 7.5px;
}
/*div.active .pr_box:after{
	display: block;
	content: '';
	clear: both;
}*/
.pr_box:hover{
	border-color: #ff9f00;
}
.pr_box .fack_table{
	height: 131px;
}
.pr_box .p_name{
	width: 100%;
	text-align: center;
	color: #414141;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	word-break: break-word;
}
.pr_box:hover .p_name{
	color: #ff9f00;
}
.pr_white_bg:last-child{
	margin-bottom:0;
}
@media screen and (max-width: 768px){
	#main_content {
	    padding: 20px 15px 40px 15px;
	    margin: 0 auto;
	}
	.link_btn{
		display: block;
	}
	.link_block a{
		display: inline-block;
	    width: 100%;
	    height: auto;
	    text-align: left;
	    color: #9cafb8;
	    font-size: 16px;
	    line-height: 22px;
	    background-color: #ffffff;
	    padding: 10px;
	    margin-left: 0px;
	    margin-bottom: 0px;
	    border: 1px solid #9cafb8;
	    border-top: none;
	}
	.blackline_btn{
		display: block;
	    font-size: 16px;
	    color: #414141;
	    line-height: 35px;
	    text-align: center;
	    margin: 0 auto;
	    border: 1px solid #ff9f00;
	    background-color: #ffffff;
	    position: relative;
	    padding-right: 26px;
	    height: 40px;
    	overflow: hidden;
	}
	.blackline_btn i{
		position: absolute;
		right: 15px;
		top: 7px;
		color: #ff9f00;
		font-size: 21px;
	}
	.tab_block{
		padding-left: 0;
	}
	.gray_block{
		float: none;
    	background-color: #fafafa;
    	width: 100%;
    	padding: 0 10px 25px 10px;
    	padding-bottom: 25px;
	}
	.pr_white_bg .product_title {
	    color: #414141;
	    font-size: 24px;
	    padding: 20px 10px;
	    text-align: center;
	    background-color: #fafafa;
	}
	.tabcontent{
		width: 100%;
		float: none;
		padding: 10px;
	}
	.gray_block .submenu_list{
		-webkit-margin-before: 1em;
    	-webkit-margin-after: 1em;
		width: 100%;
		margin: 0 auto;
		float: none;
		border: 1px solid #ff9f00;
		border-top: none;
		text-align: center;
	}
	.gray_block .nav > li:hover:after,
	.gray_block .nav > li.active:after{
		content: '';
	}
	.nav-tabs >li>a{
		padding:0; 
	}
	/*.pr_title,
	.pr_small_title{
		padding: 0;
		text-align: center;
		margin: 0;
	}*/
	.pr_box{
		width: calc((100% - 10px)/2);
		/* height: 150px; */
		margin: 0;
		margin-top:10px;
		margin-right:10px; 
		height: 200px; /*20161121 Tina調整 */
	}
	.tab_part a:nth-of-type(2n){
		margin-right: 0;
	}
	.pr_box .fack_table{
		height: auto;
	}
	.pr_box .p_name{
		padding: 0 5px;
	}
	.nav-tabs >li>a,
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus{
		height: auto;
	}
}