

@charset "UTF-8";

/* -----------------------------------------------

	resp_home_souhan.css
	利益相反管理方針設定

----------------------------------------------- */

div.section {
	font-size: 16px;
	margin-top: 20px !important;
}
div.containerMain h1 {
	font-size: 36px;
	font-weight: bold;
	padding: 15px 0;
}
div.containerMain h2 {
	font-size: 28px;
	font-weight: bold;
}
div.containerMain h3 {
	font-size: 18px;
	font-weight: bold;
}
div.containerMain h2.hd {
	text-align: left;
}
.txBold {
	font-weight: bold;
}
div.section ul {
	margin: 0;
	list-style-type: none;
}
ol li {
	padding-bottom: 0.5em;
}
.indent {
	text-indent: -1.6em !important;
	padding-left: 1.5em !important;
}
table {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table thead th{
	border: 1px solid #cccccc;
	background: #F6F6F6;
	padding: 10px;
	text-align: center;
}
table tbody th{
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}
table tbody td{
	border: 1px solid #cccccc;
	padding: 10px;
}
table .rightNone {
	border-right: none;
}
table .leftNone {
	border-left: none;
}
@media only screen and (max-width: 767px) {
	div.section {
		margin-bottom: 20px;
	}
	div.containerMain h1 {
		font-size: 26px;
	}
	div.containerMain h2 {
		font-size: 22px;
	}
	.txXLarge {
		font-size: 145%;
	}
	table th,
	table td {
		border-left: none !important;
		border-right: none !important;
	}
}



