

.content2{
	margin-top: 10px;
}
/***detailÏêÇéÒ³ÃæÑùÊ½**/

.mainTable{
	width: 100%;
	height: 200px;
}
td{
	font-size:16px;
	padding:5px 10px;
	border: 1px #C8C8C8 solid;
}
.td_label{
	font-weight: bold;	
}
.content_title{
	padding-left:10px;
	width: 100%;
	height: 50px;
	line-height:50px;
	font-size: 30px;
	color: #348BDA;
	font-weight: bolder;
}
.content_title>span{
	color: #348BDA;
	font-size: 30px;
	font-weight: bolder;
}

.tabDivClass{
	padding: 10px;
}

.modal {
    position: fixed;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
