@charset "UTF-8";

/* 見出し */
.products-sub-title {
	font-weight: 300;
}
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
.sub-section .sub-heading {
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
@media print,screen and (min-width: 768px) {
	.sub-title-container {
		margin-bottom: 3rem;
	}

	.products-sub-title {
		font-size: 2.8rem;
	}

	.sub-section .sub-title {
		font-size: 2.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.sub-title-container {
		margin-bottom: 2rem;
	}
	.products-sub-title {
		flex-shrink: 0;
		font-size: 2.2rem;
	}
}

/* textLink */
.textLink a {
	color: #000099 !important;
}
.textLink a:hover {
	color: #FF6633 !important;
	text-decoration: none !important;
}

/* 背景画像『灰●』 */
.icoDot3 {
	padding-left: 20px;
	background: url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 9px;
}

/* general */
.bgGray{background:#efefef;}
.textIndent {
	text-indent: -1em;
	padding-left: 1em;
}
.textIndent2 {
	text-indent: -2em;
	padding-left: 2em;
}

/* tableStyle */
.tableStyle1{
	border: 1px solid #555;
	border-right: none;
	border-bottom: none;
}
.tableStyle1 th,
.tableStyle1 td{
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 5px;
}
.tableStyle1 th{
	min-width: 150px;
	text-align: center;
	background: #efefef;
	font-weight: normal;
}
