@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;
} */

#notesArea{
	word-wrap: break-word;
	margin-top: 20px;
}
#notesArea.txt_indent {
	text-indent: -1em;
	padding-left: 1em;
}
.sp_device .sp_table .searchTable {
	display: block;
}
.pc_table .searchTable {
	display: table;
}
#searchWord_Area{
	margin-top: 0;
}
#searchWord_Area .inbox{
	display: none;
	margin-top: 30px;
}
.backCategoryButton{
	display: none;
}
.sp_device #searchWord_Area .inbox{
	margin-top: 20px;
}
.sp_device #searchWord_Area .inbox ul li a{
	text-decoration: none;
}
.sp_device #productInfoArea{
	position: relative;
	padding-top: 10px;
	margin-top: 20px;
}
.sp_device .backCategoryButton{
	top: 7px;
}


/*  */
.box_mdl h3{
	border-left: none;
	padding-left: 0;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.box_mdl h4{
	padding-left: 20px;
	background: url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 9px;
	font-weight: 300;
	margin-bottom: 10px;
}
.box_mdl h4:not(:first-child){
	margin-top: 30px;
}
.list_mdl th{
	border: 1px solid #cccccc;
	padding: 5px 3px;
	background: #dbdbff;
	text-align: center;
	font-weight: 300;
}
.list_mdl th.blank{
	background: #ffffff;
}
.list_mdl th a,
.box_mdl .pageLink a{
	color: #000099;
}
.list_mdl th a:hover,
.box_mdl .pageLink a:hover {
	color: #FF6633;
	text-decoration: none;
}
.list_mdl td{
	padding: 5px;
	border: 1px solid #cccccc;
}
.list_mdl .line-size td{
	text-align: center;
}
.list_mdl .line-size .img{
	padding: 0;
}
.list_mdl .cell_mdl{
	font-weight: bold;
	background: #eeeeee;
}
.box_mdl .pageLink{
	margin-bottom: 15px;
}
.box_mdl .cmt{
	margin-top: 10px;
}
.box_mdl .cmt .txt_indent01,
.box_mdl .cmt .txt_indent02{
	display: block;
	text-indent: -1.8em;
	padding-left: 1.8em;
	margin-bottom: 5px;
}
.box_mdl .cmt .txt_indent03{
	display: block;
	text-indent: -1.1em;
	padding-left: 1.1em;
	margin-bottom: 5px;
}

@media print,screen and (min-width: 768px) {
	.box_mdl{
		margin-top: 40px;
	}
	.box_mdl h3{
		margin-bottom: 10px;
	}
	.box_mdl h4:first-of-type{
		margin-top: 0;
	}
	.box_mdl .pageLink{
		text-align: right;
		margin-bottom: 0;
	}
	.box_mdl .pageLink .linkAr{
		display: inline-block;
	}
}


@media only screen and (max-width: 720px){
	.scrollArea{
		overflow-x: scroll;
    margin-bottom: 20px;
	}
	.scrollArea table{
		width: 720px;
	}
}
