@charset "UTF-8";

div.section {
	font-size: 16px;
}
div.containerMain h1 {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}
div.containerMain h2 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
div.containerMain h2.hd {
	border-top: 2px solid #cccccc;
	padding-top: 1em;
}
div.section div.bloLineRound {
	border: 1px solid #B7B7B7;
	padding: 10px;
	border-radius: 2px;
}
div.section ul {
	margin: 0;
	list-style-type: none;
}
div.section ul.ulListCircle {
	list-style: disc;
	padding-left: 2em;
}
table {
	margin: 0 0 2em;
	line-height: 1.45;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
div.section table.tbMinimum {
	border: 1px solid #cccccc;
	min-width: 522px;
}
table.tbMinimum thead th {
	background-color: #E4F3F8;
	font-size: 110%;
}
table.tbMinimum tbody th {
	font-weight: normal;
	text-align: left;
}
table.tbMinimum th, table.tbMinimum td {
	padding: 7px 10px;
	border-width: 0 1px 1px 0;
	border-color: #cccccc;
	border-style: solid;
}
.txBold {
	font-weight: bold;
}
.txLarge {
	font-size: 124%;
}
/* SP */
@media print, screen and (max-width: 767px) {
	div.containerMain h1 {
		font-size: 26px;
	}
	div.containerMain h2 {
		font-size: 22px;
	}
	div.section {
		margin: 20px 0px;
	}
	div.section div.scrollWide {
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch; 
	}
}
