@charset "utf-8";
/* ------------------------------------------------------
contents
------------------------------------------------------ */
.l-content .sectionInner2 {
	padding: 0;
	margin-bottom: 40px;
}
.l-content img {
	vertical-align: bottom;
}
.l-content .tipsInner {
	width: 950px;
	margin: 0 auto;
}
/* table */
.l-content .tipslistTable {
	width: 100%;
	border-top: solid 1px #bfbfbf;
	border-left: solid 1px #bfbfbf;
}
.l-content .tipslistTable th {
	padding: 7px 0;
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	background-color: #e6e6e6;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.l-content .tipslistTable th.name {
	padding: 0;
}
.l-content .tipslistTable td {
	padding:7px 0 7px 0;
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	background-color: #fff;
	text-align: center;
	margin: 0;
}
/* introduction */
.l-content .tipsInner .intro_l2 {
	float: left;
	width: 437px;
	margin: 0 36px 10px 0;
	border: 10px solid #e0ebf8;
	background-color: #fff;
	padding: 0 0 10px;
}
.l-content .tipsInner .intro_r2 {
	float: right;
	width: 437px;
	margin: 0 0 10px;
	border: 10px solid #e0ebf8;
	background-color: #fff;
	padding: 0 0 10px;
}
.l-content .tipsInner .btn_type {
	float: right;
}
