h2 {font-weight: bold;}
.conp{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}
.conpw{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
}
.disUl{
	width: 100%;
	display: table;
	margin: 0 auto;
	padding-top:30px;
}
.disUl li{
	width: 25%;
	float: left;
	list-style: none;
	text-align: center;
}
.disUlw{
	width: 100%;
	display: table;
	margin: 0 auto;
}
.disUlw li{
	width: 50%;
	float: left;
	list-style: none;
	padding: 10px 50px;
	
}
.disTitlew{
	list-style: none;
	font-size: 16px;
}
.disLi{
	padding: 0 30px;
}
.disOne{
	position: relative;
	text-align: center;
}
.disImg{
	width: 150px;
	height: 150px;
	display: inline-block;
	border: 3px dashed #cccccc;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
}
.disAlt{
	list-style: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}
.disTitle{
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
}
.mainTitle{
	list-style: none;
	font-size: 28px;
	text-align: center;
	margin: 100px 0 30px;
}
.table{
	width: 100%;
	margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
}
.table tr td{
	width: 14.28%;
    vertical-align: top;
    border: 1px solid #efefef;
    padding: 10px;
}
.table tr td:first-child{
	border-left: none;
}
.table tr:first-child td{
	border-top: none;
}
.table tr td:last-child{
	border-right: none;
}
.table tr:last-child td{
	border-bottom: none;
}