@charset "UTF-8";
/*コメント*/
/* ----------------------------------------------------------------

	0 base

----------------------------------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/*clearfix*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

p {
	margin: 0;
}

/* ----------------------------------------------------------------

	01. header

----------------------------------------------------------------- */
#header {
	border-top: 2px solid #2184BF;
/*/
	display: table;
/*/
	display: flex;
	width: 100%;
	height: 45px;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
	flex-flow: row wrap;
	box-sizing: border-box;
}
#header i {
	font-style: normal;
}
#header #logo {
/*/
	display: table-cell;
/*/
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: flex-end;
	text-align: left;
	padding: 10px 10px 0;
	vertical-align: middle;
	margin-right: auto;
}
#header #logo > a + .sppro,
#header #logo > a + .spuser {
	display: inline-flex;
	width: 123.5px;
	margin-left: 6.3px;
}
#header #logo > a + .sppro > a,
#header #logo > a + .spuser > a {
	display: inline-block;
}

#header .utility {
	display: flex;
/*/
	width: auto;
/*/
	width: 0;
	max-height: 63px;
	margin-top: -10px;
	margin-bottom: -10px;
	justify-content: flex-end;
	justify-self: stretch;
	align-content: center;
	align-items: center;
	align-self: stretch;
	text-align: right;
	box-sizing: border-box;
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 1;
}
#header .utility .altNavi {
	display: inline-flex;
	max-width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	justify-content: stretch;
	align-content: stretch;
	align-items: stretch;
	position: relative;
	top: 5px;
}
#header .utility .altNavi:empty {
	display: none;
}
#header .utility .altNavi a {
	display: flex;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-flow: row nowrap;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 2.5vmin;
}
#header .utility .altNavi a > b {
	display: block;
	max-height: 100%;
	padding: 0.5em 1em;
/*/
	white-space: nowrap;
/*/
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
/*/
	font-size: 2.5vmin;
/*/
    font-size: 60%;
	position: relative;
	box-sizing: border-box;
}
#header .utility .altNavi a > b:before {
	content: "";
	display: block;
	box-sizing: border-box;
	border-radius: 2.5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#header .utility .altNavi a > b.pro {
	color: #fff;
}
#header .utility .altNavi a > b.pro:before {
	color: #2184BF;
	border: 1px solid currentColor;
	background-color: currentColor;
}
#header .utility .altNavi a > b.user {
	color: #2184BF;
}
#header .utility .altNavi a > b.user:before {
	color: inherit;
	border: 1px solid currentColor;
	background-color: transparent;
}

#header .btn_menu {
	display: table-cell;
	text-align: right;
	padding: 10px 10px 0;
	vertical-align: middle;
}
#header .btn_menu span {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	background: #FFF;
}
#header .btn_menu span.open {
	background: url(../images/btn_batsu.png) center no-repeat;
	-webkit-background-size: 20px auto;
	   -moz-background-size: 20px auto;
	        background-size: 20px auto;
}
#header .btn_menu span.open img {
	-moz-opacity: 0;
	opacity: 0;
}

.headmenu {
	display: none;
}
.headmenu ul.subNavi {
  margin-top: 10px;
  border-bottom: 2px solid #e0e0e0;
}
.headmenu ul.subNavi li {
  border-top: 1px solid #e0e0e0;
  font-size: 92.31%;
  text-align: left;
  background: none;
}
.headmenu ul.subNavi li a {
  text-decoration: none;
  color: #666;
    display: block;
    position: relative;
    padding: 10px 20px 10px 30px;
}
.headmenu ul.subNavi li.top a {
  background: url('../images/icon_head_top.png') 10px center no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}
.headmenu ul.subNavi li.help a {
  background: url('../images/icon_head_help.png') 10px center no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}
.headmenu ul.subNavi li.headware a {
  background: url('../images/icon_head_about.png') 10px center no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}
.headmenu ul.subNavi li.contact a {
  background: url('../images/icon_head_mail.gif') 10px center no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}
	
/* ----------------------------------------------------------------

	02. container

----------------------------------------------------------------- */
#container{
	padding: 10px;
}

/*cont_li*/
.cont_li ul{
/*/
	display: table;
/*/
	display: flex;
	width: 100%;
/*/
	margin-left: -2px;
	margin-bottom: 0;
/*/
	margin-left: -4px;
	margin-bottom: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
/*/
	table-layout: fixed;
/*/
	flex-flow: row wrap;
/*/
	justify-content: space-evenly;
/*/
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	position: relative;
	top: -4px;
}
.cont_li li {
/*/
	display: table-cell;
/*/
	display: block;
	width: auto;
/*/
	width: 0;
/*/
	min-width: 50%;
	max-width: 50%;
    max-height: 37px;
/*/
	margin-bottom: 10px;
	padding-left: 2px;
/*/
	margin-bottom: 4px;
	padding-left: 4px;
	box-sizing: border-box;
	text-align: center;
/*/
	padding-left: 2px;
/*/
	flex: 1 0 auto;
/*/
	flex-basis: 0;
/*/
	flex-grow: 1;
	flex-shrink: 1;
	position: relative;
	top: 4px;
}
/*/
.cont_li li:first-child {
	padding-right: 2px;
	padding-left: 0;
}
/*/
.cont_li li a {
/*/
	font-size: 11px;
	display: block;
/*/
	display: flex;
    height: 100%;
	color: #666;
	background-color: #E0E0E0;
	padding: 10px 20px 10px 10px ;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
    box-sizing: border-box;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-weight: bold;
	font-size: 11px;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.cont_li li a b {
	display: inline-block;
	max-width: 100%;
	max-height: 37px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1 0 auto;
}
.cont_li li a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 3px;
	margin: auto 0;
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cont_li li a.selected {
	color: #fff;
	background-color: #2184BF;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.cont_li li a.selected:after {
	border-color: #fff;
}

/* 2025年2月5日カタログ棚追加対応：ここから */
.btn.catalogshelf_span {
	display: block;
	font-size: 13px;
    color: #666;
    padding: 15px 10px;
    background: #e0e0e0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
}
.btn.catalogshelf_span:after {
	content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-left-color: #666;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto 0;
}
.catalogSearchResult .btn.catalogshelfadd_mini_text,
.catalogSearchCategoryList .btn.catalogshelfadd_mini_text,
.catalogSearchResultPagination .btn.catalogshelfadd_mini_text,
.catalogDetail .btn.catalogshelfadd_mini_text,
[class^="rtPopupTmpl"] .btn.catalogshelfadd_mini_text {
  cursor: pointer;
  background-image: url('../images/text_short_catalogshelf-add.gif');
  background-position: 0px 0px;
  width: 152px;
  height: 34px;
  font-size: 0px;
}
.catalogSearchResult .btn.catalogshelfdel_mini_text,
.catalogSearchCategoryList .btn.catalogshelfdel_mini_text,
.catalogSearchResultPagination .btn.catalogshelfdel_mini_text,
.catalogDetail .btn.catalogshelfdel_mini_text,
[class^="rtPopupTmpl"] .btn.catalogshelfdel_mini_text {
  cursor: pointer;
  background-image: url('../images/text_short_catalogshelf-del.gif');
  background-position: 0px 0px;
  width: 152px;
  height: 34px;
  font-size: 0px;
}
.rtPopupTmplF_item .btn.catalogshelfadd_mini_text, .rtPopupTmplF_item .btn.catalogshelfdel_mini_text {
  margin-left: -20px;
  margin-top: 20px !important;
}
.rtPopupTmplF_item .rtPopupTmplF_figure {
  min-height: 104px !important;
}
.catalogSearchResult .catalogshelf_del_alert,
.catalogSearchCategoryList .catalogshelf_del_alert,
.catalogSearchResultPagination .catalogshelf_del_alert {
	position: absolute;
	z-index: 1;
	left: -1px;
	background: rgba(200, 200, 200, 0.8);
	width: 100%;
	height: 100%;
}
.catalogSearchResult .catalogshelf_del_text,
.catalogSearchCategoryList .catalogshelf_del_text,
.catalogSearchResultPagination .catalogshelf_del_text {
	margin: 30px 20px;
	font-weight: bold;
	color: #000000;
}
.catalogSearchResult .btn.text_short_alertdel,
.catalogSearchCategoryList .btn.text_short_alertdel,
.catalogSearchResultPagination .btn.text_short_alertdel {
  cursor: pointer;
  background-image: url('../images/text_short_alertdel.gif');
  background-position: 0px 0px;
  width: 150px;
  height: 40px;
  margin: 10px;
  font-size: 0px;
}
.catalogSearchResult .btn.text_short_alertcan,
.catalogSearchCategoryList .btn.text_short_alertcan,
.catalogSearchResultPagination .btn.text_short_alertcan {
  cursor: pointer;
  background-image: url('../images/text_short_alertcan.gif');
  background-position: 0px 0px;
  width: 150px;
  height: 40px;
  margin: 10px;
  font-size: 0px;
}
.catalogSearchResult .btn.catalogshelfadd_mini_text:hover ,
.catalogSearchCategoryList .btn.catalogshelfadd_mini_text:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* 2025年2月5日カタログ棚追加対応：ここまで */

/* ----------------------------------------------------------------

	01. footer

----------------------------------------------------------------- */
#footer {
	color: #fff;
	background-color: #2184BF;
	margin-top: 10px;
}
.foot_area {
	color: #808080;
	background-color: #F7F7F7;
	padding-bottom: 10px;
}
/* ua-switcher */
.ua-switcher {
	background: #eee;
	margin: 0px;
	display: table;
	width: 100%;
}
.ua-switcher > dt {
	padding: 10px 0px 10px 10px;
	display: table-cell;
	width: 3.5em;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 1rem;
}
.ua-switcher > dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 10px 10px 5px;
}
.ua-switcher > dd ul {
	border: 1px solid #A4A6A8;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.ua-switcher > dd ul > li {
	padding: 6px 2px;
	color: #FFF;
	float: left;
	width: 50%;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
	background-color: #85929E;
	text-align: center;
	text-indent: 0;
}
.ua-switcher > dd ul > li a {
	position: relative;
	margin: -6px -2px;
	padding: 6px 2px;
	display: block;
	text-decoration: none;
	text-shadow: none;
	background: #fff;
}


.foot_area .fbox {
	padding: 10px;
	border-bottom: 1px solid #c0c0c0;
}
.foot_area .fbox + .fbox {
	border-bottom: none;
	border-top: 1px solid #fff;
}
.foot_area div .ttl {
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}
.foot_area p {
	font-size: 10px;
}
.foot_area ul {
	font-size: 10px;
}
.foot_area ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.foot_area a {
	color: #808080;
	text-decoration: underline;
	padding-right: 14px;
	margin-right: 4px;
	background: url(../images/blank.gif) right center no-repeat;
	background-size: auto 10px;
}
.foot_area02 {
	overflow: hidden;
	display: table;
	width: 100%;
}
.foot_area02 h2 {
	padding: 10px;
	display: table-cell;
}
.foot_area02 .copyright {
	padding: 10px;
	display: table-cell;
	font-size: 9px;
	text-align: right;
	vertical-align: bottom;
}



#container .icon_new ,
#container .icon_img ,
#container .icon_cad ,
#container .icon_movie ,
#container .icon_revision {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 9px;
}
#container .icon_new {
	background-color: #FBB03B;
}
#container .icon_img {
	background-color: #92CC44;
}
#container .icon_cad {
	background-color: #999999;
}
#container .icon_movie {
	background-color: #ff5c5c;
}
#container .icon_revision {
	background-color: #fcee21;
	color: #999;
}
.hdg01Ba {
    border-bottom: none;
    margin: 0 0 5px;
}
.hdg01Ba .hdg {
    border-bottom: none;
    font-size: 18px;
    padding: 2px 0px 5px;
    font-weight: bold;
    position: relative;
    color: #2184BF;
}



/*keywordSearchCatalog*/
/*
.keywordSearchCatalog {
}
.keywordSearchCatalog .section {
	margin: 0 0 10px;
	padding-top: 10px;
}
.keywordSearchCatalog .section + .section {
	border-top: 1px solid #EEEEEE;
}
.keywordSearchCatalog .section h2.search {
	padding-left: 18px;
	background: url(../images/ico_search.jpg) center left no-repeat;
	-webkit-background-size: 13px auto;
	     -o-background-size: 13px auto;
	        background-size: 13px auto;
	font-size: 13px;
	color: #2184BF;
	font-weight: bold;
	margin-bottom: 10px;
}
.keywordSearch {
	overflow: hidden;
	zoom: 1;
}
.keywordSearch input.keyword {
	float: left;
	width: 75%;
	margin-bottom: 10px;
}
.keywordSearch input.keyword {
	float: left;
	width: 75%;
	margin-bottom: 10px;
}
.btn.matte.search {
    background: url("../images/btn_search.png") no-repeat scroll left top transparent !important;
    width: 58px;
    height: 32px;
    margin-right: -2px;
    float: right;
    -webkit-background-size: 58px auto !important;
         -o-background-size: 58px auto !important;
            background-size: 58px auto !important;
            margin-bottom: 10px;
}
.keywordSearch .scope {
	clear: both;
	overflow: hidden;
}
.keywordSearch .scope li {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	float: left;
}
.keywordSearch .scope li label > * {
	vertical-align: middle;
}
.keywordSearch .scope li + li {
	margin-left: 20px;
}
.keywordSearch .none {
	display: none;
}
*/
.keywordSearchSideCatalog {
}
.keywordSearchSideCatalog .section {
	margin: 0 0 10px;
	padding-top: 10px;
}
.keywordSearchSideCatalog .section + .section {
	border-top: 1px solid #EEEEEE;
}
.keywordSearchSideCatalog .keywordSearch.box:not(:last-of-type) {
	border-bottom: 1px solid #EEEEEE;
}
.keywordSearchSideCatalog .section h2 {
	padding-left: 18px;
	background: url(../images/ico_search.jpg) center left no-repeat;
	-webkit-background-size: 13px auto;
	-o-background-size: 13px auto;
	background-size: 13px auto;
	font-size: 13px;
	color: #2184BF;
	font-weight: bold;
	margin-bottom: 10px;
}
.keywordSearch {
	padding: 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
	background-color: transparent;
}
.keywordSearch form:before {
	content: "";
	display: block;
	width: 58px;
	height: 32px;
	padding-right: 2px;
	box-sizing: border-box;
	float: right;
	position: relative;
	right: -2px;
}
.keywordSearch h4 {
	display: inline-block;
	vertical-align: middle;
	clear: both;
}
.keywordSearch .small {
	font-size: 12px;
}
.keywordSearch input.keyword,
.keywordSearch input.keywordCatalog {
	display: block;
/*/
	float: left;
/*/
	width: 75%;
	margin-bottom: 10px;
}
.keywordSearch .termSearch {
	display: inline-block;
	vertical-align: middle;
}
.btn.matte.search {
	background: url("../images/btn_search.png") no-repeat scroll left top transparent !important;
	width: 58px;
	height: 32px;
	margin-right: -2px;
	float: right;
	-webkit-background-size: 58px auto !important;
	     -o-background-size: 58px auto !important;
	        background-size: 58px auto !important;
	        margin-bottom: 10px;
	position: absolute;
	bottom: auto;
	right: 0;
	left: auto;
	top: 0;
}
.keywordSearch .scope {
	clear: both;
	overflow: hidden;
}
.keywordSearch .scope li {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	float: left;
}
.keywordSearch .scope li label > * {
	vertical-align: middle;
}
.keywordSearch .scope li + li {
	margin-left: 20px;
}
.keywordSearch .none {
	display: none;
}
.keywordSearch .scope input {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px;
}

/*catalogGroup*/
.catalogGroup {
	margin: 0 0 15px;
}
.catalogGroup h2 {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background-color: #2184BF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.catalogGroup h2.open {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.catalogGroup .accodeBtn {
	position: relative;
	cursor: pointer;
}
.catalogGroup .accodeBtn:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 3px;
	margin: auto 0;
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.catalogGroup .accodeBtn.open:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.catalogGroup .viewBlock {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-sizign: border-box;
	-moz-box-sizign: border-box;
	-ms-box-sizign: border-box;
	-o-box-sizign: border-box;
	box-sizign: border-box;
	padding: 0 10px;
}
.catalogGroup .accodeBox {
	display: none;
}
.btn_close {
	text-align: center;
	padding: 10px;
	color: #666;
	font-weight: bold;
	font-size: 13px;
	background-color: #e0e0e0;
	position: relative;
	margin: 0 -10px;
	cursor: pointer;
}
.btn_close:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 3px;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.catalogGroup .btn_close {
	background: #ccc;
	text-align: center;
}
.catalogGroup > ul {
	padding: 0 5px;
}
.catalogGroup .viewBlock .article {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.catalogGroup .viewBlock .article + .article {
	border-top: 1px solid #e0e0e0;
}
.catalogGroup .viewBlock .article div.image {
	display: table-cell;
	width: 30%;
	vertical-align: top;
	padding: 15px 8px 5px;
}
.catalogGroup .viewBlock .article .image img {
	border:1px solid #C0C0C0;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
	width:90%;
}
.catalogGroup .viewBlock .article .image .icons {
	text-align: center;
	letter-spacing: -0.4em;
}
.catalogGroup .viewBlock .article .image .icons li {
	display: inline-block;
	letter-spacing: 0;
}
.catalogGroup .viewBlock .article .image .icons li + li {
	margin-left: 5px;
}

.catalogGroup .viewBlock .article .description {
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding: 15px 0 5px 10px;
}
.catalogGroup .viewBlock .article .description .new {
	margin-top: -10px;
}
.catalogGroup .viewBlock .article .description .comment {
	font-size: 10px;
	margin-bottom: 0;
}
.catalogGroup .viewBlock .article .description .name {
	font-size: 13px;
}
.catalogGroup .viewBlock .article .description .spec {
	font-size: 10px;
	margin: 0;
}
.catalogGroup .viewBlock .article .description .function {
}
.catalogGroup .viewBlock .article .description .function p {
	display: inline-block;
	width: auto;
}

/*recommendBox*/
/*
.recommendBox {
	margin-bottom: 10px;
}
.recommendBox h2 {
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #2184BF;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.recommendBox .viewBlock .article + .article {
    border-top: none;
}
.recommendBox .viewBlock .article div.image {
	padding-bottom: 15px;
	width: 40%;
}
.recommendBox .viewBlock .article div.description {
	padding-bottom: 15px;
	width: 60%;
}
.recommendBox .viewBlock .article .description .new {
	margin-top: 0;
}
.recommendBox .viewBlock .article .description .new {
	margin-top: 0;
}
.recommendBox .viewBlock .article .description .function {
	position: absolute;
	bottom: 10px;
	left: 43%;
}
.recommendBox #sliders {
	overflow: visible !important;
	position: relative;
}
.recommendBox #sliders .slidesjs-navigation {
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #2184BF;
	z-index: 10000;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.recommendBox #sliders .slidesjs-navigation:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.recommendBox #sliders .slidesjs-previous {
	left: -20px;
	text-indent: -9999px;
}
.recommendBox #sliders .slidesjs-previous:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 5px;
}
.recommendBox #sliders .slidesjs-next {
	right: -20px;
	text-indent: -9999px;
}
.recommendBox #sliders .slidesjs-next:after {
	right: 5px;
}
*/

/*categoryBox myBinderBox*/
.categoryBox {
	margin: 0 0 15px;
}
.categoryBox > h2 {
	text-align: center;
	padding: 15px 10px;
	color: #666;
	background-color: #e0e0e0;
	font-weight: bold;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.myBinderBox > h2 {
	color: #fff;
	background-color: #2184BF;
}
.categoryBox > h2.open {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.categoryBox .inner {
	-webkit-box-sizign: border-box;
	-moz-box-sizign: border-box;
	-ms-box-sizign: border-box;
	-o-box-sizign: border-box;
	box-sizing: border-box;
}
.categoryBox .inner .level1 a {
	display: block;
	position: relative;
	padding: 10px 20px;
	color: #2184BF;
}
.categoryBox .accodeBtn {
	position: relative;
	cursor: pointer;
}
.categoryBox .level2 {
	margin: 0;
}
.categoryBox .inner .level1 .level2 li a {
	background: #F3F3F3;
	padding-left: 40px;
}
.categoryBox .accodeBtn:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 3px;
	margin: auto 0;
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.myBinderBox .accodeBtn:after {
	border-color: #fff;
}
.categoryBox .accodeBtn.open:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.categoryBox .inner .accodeBtn:after {
	border-color: #2184BF;
}

.categoryBox .accodeBox {
	display: none;
}
.categoryBox .btn_close {
 	margin: 0;
}

.categoryBox .btn_close:after {
	right: 15px;
}
.myBinderBox .seeStock {
	padding: 10px;
}
.categoryBox .keywordSearchCatalog .section {
	border-top: 1px solid #EEEEEE;
	margin: 0 0 0;
	padding: 10px 10px 0;
}



/*newsBox*/
.newsBox {
	margin-bottom: 10px;
	margin-top: 30px;
}
.newsBox h2 {
	text-align: center;
	padding: 5px;
	color: #2184BF;
	font-weight: bold;
	font-size: 13px;
	background-color: #E0E0E0;
	border-top-left-radius: 3px;
	border-top-right-radius:3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright:3px;
}
.newsBox .inner {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-sizign: border-box;
	-moz-box-sizign: border-box;
	-ms-box-sizign: border-box;
	-o-box-sizign: border-box;
	box-sizign: border-box;
	padding: 0 10px;
}
.newsBox .inner:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.newsBox .inner dl {
}
.newsBox .inner dl dt {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.newsBox .inner dl dt .icon_new {
	margin-left: 5px;
}
.newsBox .inner dl dd + dt {
	border-top: 1px solid #e0e0e0;
}
.newsBox .inner dl dd {
	font-size: 12px;
	padding-bottom: 10px;
}
.newsBox .inner dl dd a {
	color: #2184BF;
	text-decoration: underline;
}
.newsBox .inner dl dd a:hover {
	text-decoration: none;

}
.newsBox .inner .morenews_btn {
	margin: 0 -10px;
}
.newsBox .inner .morenews_btn a {
	text-align: center;
	font-size: 12px;
	padding: 10px;
	display: block;
	color: #666;
	position: relative;
	background: #E0E0E0;
}
.newsBox .inner .morenews_btn a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 3px;
	margin: auto 0;
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/* 詳細ページ 目次 catalogDetail */
.catalogDetail {
	margin-bottom: 10px;
}
.catalogDetail .detail {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.catalogDetail .image {
	display: table-cell;
	vertical-align: top;
	width: 30%;
	text-align: center;
	padding: 10px;
}
.catalogDetail .image img {
	border:1px solid #C0C0C0;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
	width:90%;
}
.catalogDetail .image .btn_history {
	margin-top: 15px;
}
.catalogDetail .image .btn_history a {
	font-size: 10px;
	display: block;
	color: #666;
	background-color: #E0E0E0;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-weight: bold;
}

.catalogDetail .description {
	display: table-cell;
	width: 70%;
	vertical-align: top;
}
.catalogDetail .description .icons {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.catalogDetail .description .icons .new {
	position: absolute;
	top: 0;
}
.catalogDetail .description .icons .cad {
	position: absolute;
	float: left;
	margin-left: 108px;
	top: 0;
}
.catalogDetail .description .icons .img {
	position: absolute;
	float: left;
	margin-left: 74px;
	top: 0;
}
.catalogDetail .description .icons .movie {
	position: absolute;
	float: left;
	margin-left: 38px;
	top: 0;
}
.catalogDetail .catalogName {
	color: #2184BF;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
.catalogDetail .comment {
	font-size: 13px;
	margin-bottom: 10px;
}
.catalogDetail .spec {
	font-size: 10px;
}
.catalogDetail .function .catalogview_middle_text {
	color: #fff;
	padding: 10px;
	background: #2184BF url(../images/icon_catalog.gif) 10px center no-repeat !important;
	-webkit-background-size: 20px auto !important;
	     -o-background-size: 20px auto !important;
	        background-size: 20px auto !important;
	margin-bottom: 5px;
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.catalogDetail .function .btn_url {
	color: #2184BF;
	padding: 10px;
	border: 1px solid #2184BF;
	background: #fff url(../images/icon_mail.gif) 10px center no-repeat !important;
	-webkit-background-size: 20px auto !important;
	     -o-background-size: 20px auto !important;
	        background-size: 20px auto !important;
	margin-bottom: 10px;
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
/* 2025年2月5日カタログ棚追加対応：ここから */
.catalogDetail .function .catalogshelf_middle_text.add {
	color: #2184BF;
	padding: 10px;
	border: 1px solid #2184BF;
	background: #fff url(../images/icon_catalogshelfadd.gif) 10px center no-repeat !important;
	-webkit-background-size: 20px auto !important;
	     -o-background-size: 20px auto !important;
	        background-size: 20px auto !important;
	margin-bottom: 10px;
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.catalogDetail .function .catalogshelf_middle_text.del {
	color: #fff;
	padding: 10px;
	background: #2184BF url(../images/icon_catalogshelfdel.gif) 10px center no-repeat !important;
	-webkit-background-size: 20px auto !important;
	     -o-background-size: 20px auto !important;
	        background-size: 20px auto !important;
	margin-bottom: 10px;
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.catalogSearchResult .btn.catalogshelfadd_middle_text,
.catalogSearchCategoryList .btn.catalogshelfadd_middle_text,
.catalogSearchResultPagination .btn.catalogshelfadd_middle_text {
  cursor: pointer;
  background: url('../images/text_middle_catalogshelfadd.gif') center no-repeat;
  background-position: center !important;
  background-size: 138px;
  width: 142px;
  height: 42px;
  font-size: 0px;
  margin-top: 0;
}
.catalogSearchResult .btn.catalogshelfdel_middle_text,
.catalogSearchCategoryList .btn.catalogshelfdel_middle_text,
.catalogSearchResultPagination .btn.catalogshelfdel_middle_text {
  cursor: pointer;
  background: url('../images/text_middle_catalogshelfdel.gif') center no-repeat;
  background-position: center !important;
  background-size: 138px;
  width: 142px;
  height: 42px;
  font-size: 0px;
  margin-top: 0;
}
/* 2025年2月5日カタログ棚追加対応：ここまで */
.catalogDetail .function .btn_pdf{
	font-size: 10px;
	color: #666;
	padding: 10px;
	background: #EEEEEE;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	position: relative;
	margin-bottom: 10px;
}
.catalogDetail .function .btn_pdf:after {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-left-color: #666;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto 0;
}
.catalogDetail .atte {
	color: #F15A24;
	font-size: 12px;
	margin-bottom: 10px;
}
.catalogDetail .links {
}
.catalogDetail .links li {
}
.catalogDetail .links li a {
	display: table;
	color: #2184BF;
}
.catalogDetail .links li span {
	display: table-cell;
	vertical-align: middle;
}
.catalogDetail .links li span img {
	margin-left: 10px;
	-webkit-box-shadow: 1px 1px solid rgba(0,0,0,0.4);
	box-shadow: 1px 1px solid rgba(0,0,0,0.4);
}



/* 詳細ページ 目次 indexBox */
.indexBox {
	margin: 0 0 10px 0;
}
.indexBox h2 {
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background-color: #2184BF;
	border-top-left-radius: 3px;
	border-top-right-radius:3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright:3px;
}
.indexBox .catalogIndex {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-sizign: border-box;
	-moz-box-sizign: border-box;
	-ms-box-sizign: border-box;
	-o-box-sizign: border-box;
	box-sizign: border-box;
}
.indexBox .inner:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.indexBox .lead {
	padding: 5px;
	font-size: 11px;
}
.indexBox .catalogIndexContents .categoryNode {
	background: #FFF !important;
}
.indexBox .catalogIndexContents .title {
	padding: 5px 10px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
}
.indexBox .catalogIndexContents .level_1 {
	margin-bottom: 0;
}
.indexBox .function .buttons {
	background: #EEEEEE;
	margin: 0;
	overflow: hidden;
	padding: 5px 10px;
}
.indexBox .function .buttons .btn {
  padding: 7px 0 5px 15px;
  border: none;
  border-radius: none;
  color: #006699;
  display: inline-block;
  width: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.45;
  box-shadow: none;
  background: none;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 9px;
  cursor: pointer;
  vertical-align: middle;
}
.indexBox .function .buttons .btn + .btn {
	  margin-left: 30px;
}
/*.indexBox .function .buttons .mybinder_mini_text {
	background: url(../images/icon_detail_mybinder.gif) left center no-repeat !important;
	background-size: auto 9px !important;
  padding-left: 13px;
  color: #666;
}*/
.indexBox .function .buttons .download_pdf_mini_text {
	background: url(../images/icon_detail_pdf.gif) left center no-repeat !important;
	background-size: auto 15px !important;
  padding-left: 18px;
  color: #666;
}
.indexBox .function .buttons .catalogview_mini_text {
	background: url(../images/icon_detail_book.gif) left center no-repeat !important;
	background-size: auto 13px !important;
  padding-left: 18px;
}

#searchResult {
	margin: 0;
}

/* ニュース読込み
---------------------------------------------------------*/
.newsBox iframe {
	border: none;
	height: 100%;
	max-height: 200px;
	width: 100% !important;
}

/* custom
---------------------------------------------------------*/
body {
	color: #666;
}
a:link,
a:visited,
div.side .siblings li a:hover,
div.side .siblings li a:active {
	color: #2184bf;
}
.breadcrumbs,
#sub .sideMybinder,
#sub .sideOtherCatalogs,
.catalogSearchCategoryList #lead h1,
.catalogDetail #lead h1,
.catalogPageGroupSearchResult #lead h1,
.catalogSearchResultPagination #lead h1,
#lead .localNavi {
	display: none;
}
.headmenu ul.subNavi li {
	height: 40px;
}
#footer .ua-switcher > dd ul > li:first-child {
/*
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
*/
}
#footer .ua-switcher > dd ul::after {
	clear: both;
	content: "";
	display: block;
}
#footer .ua-switcher > dd ul > li:last-child a::before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1px;
}
#footer .ua-switcher > dd ul > li {
	padding: 6px 0;
}

#extra ul.treeview,
#extra_top ul.treeview {
	margin-top: 15px;
} 
#extra .categoryBox .treeview .hitarea,
#extra_top .categoryBox .treeview .hitarea {
  background: none;
}
#extra .categoryBox .treeview .expandable-hitarea:has(+ span.title.level1),
#extra .categoryBox .treeview .expandable-hitarea:has(+ span.title.level2),
#extra_top .categoryBox .treeview .expandable-hitarea:has(+ span.title.level1),
#extra_top .categoryBox .treeview .expandable-hitarea:has(+ span.title.level2) {
  position: absolute;
  right: 0;
  padding: 18px;
  /*background-image: url("../images/icon_plus.gif");*/
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M.75,6.25h12.5A.76.76,0,0,1,14,7h0a.76.76,0,0,1-.75.75H.75A.76.76,0,0,1,0,7H0A.76.76,0,0,1,.75,6.25Z" fill="%230084B9"/><path d="M7.75.75v12.5A.76.76,0,0,1,7,14H7a.76.76,0,0,1-.75-.75V.75A.76.76,0,0,1,7,0H7A.76.76,0,0,1,7.75.75Z" fill="%230084B9"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  z-index: 100;
}
#extra .categoryBox .treeview .collapsable-hitarea:has(+ span.title.level1),
#extra .categoryBox .treeview .collapsable-hitarea:has(+ span.title.level2),
#extra_top .categoryBox .treeview .collapsable-hitarea:has(+ span.title.level1),
#extra_top .categoryBox .treeview .collapsable-hitarea:has(+ span.title.level2) {
  position: absolute;
  right: 0;
  padding: 18px;
  /*background-image: url("../images/icon_minus.gif");*/
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 1.5"><path d="M.75,6.25h12.5A.76.76,0,0,1,14,7h0a.76.76,0,0,1-.75.75H.75A.76.76,0,0,1,0,7H0A.76.76,0,0,1,.75,6.25Z" transform="translate(0 -6.25)" fill="%230084B9"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  z-index: 100;
}
#extra .categoryBox .currentTreeview .expandable-hitarea:has(+ span.title.level3),
#extra_top .categoryBox .currentTreeview .expandable-hitarea:has(+ span.title.level3) {
  position: absolute;
  left: 40px;
  padding: 10px 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><circle cx="7" cy="7" r="5.9" fill="none" stroke="%230084B9" stroke-width="1"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  z-index: 100;
}
#extra .categoryBox .currentTreeview .collapsable-hitarea:has(+ span.title.level3),
#extra_top .categoryBox .currentTreeview .collapsable-hitarea:has(+ span.title.level3) {
  position: absolute;
  left: 40px;
  padding: 10px 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><circle cx="7" cy="7" r="5.9" fill="none" stroke="%230084B9" stroke-width="1"/><circle cx="7" cy="7" r="4" fill="%230084B9"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  z-index: 100;
}
#extra .categoryBox .treeview li,
#extra .categoryBox .treeview li.last,
#extra_top .categoryBox .treeview li,
#extra_top .categoryBox .treeview li.last {
  background-image: none;
  font-size: 16px;
  padding: 0;
}
#extra .categoryBox .treeview span.level1 > a,
#extra_top .categoryBox .treeview span.level1 > a {
  text-decoration: none;
  color: #0084b9;
  padding: 12px 40px 12px 0;
  font-weight: 500;
  line-height: 170%;
  border-bottom: 1px solid #ccc;
}
#extra .categoryBox .treeview span.level2 > a,
#extra_top .categoryBox .treeview span.level2 > a {
  text-decoration: none;
  color: #222;
  padding: 12px 40px 12px 0;
  font-weight: 500;
  line-height: 170%;
  border-bottom: none;
}
#extra .categoryBox .oldTreeview span.level3 > a,
#extra_top .categoryBox .oldTreeview span.level3 > a {
  margin: 5px 0;
}
#extra .categoryBox .treeview span.level3 > a,
#extra_top .categoryBox .treeview span.level3 > a {
  cursor: pointer;
  text-decoration: none;
  color: #222;
  padding: 5px 0 5px 50px;
  font-weight: 500;
  line-height: 160%;
  border-bottom: none;
  position: relative;
}
#extra .categoryBox .currentTreeview span.level4 > a,
#extra_top .categoryBox .currentTreeview span.level4 > a {
  margin: 5px 0;
}
#extra .categoryBox .treeview span.level4 > a,
#extra_top .categoryBox .treeview span.level4 > a {
  cursor: pointer;
	text-decoration: none;
  color: #222;
	padding: 5px 0 5px 80px;
  font-weight: 500;
  line-height: 160%;
  border-bottom: none;
  position: relative;
}
#extra .categoryBox .treeview span.level4 > a:before,
#extra_top .categoryBox .treeview span.level4 > a:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.89417 5.00006L1.76667 9.12756L0.705833 8.06672L3.7725 5.00006L0.705833 1.93339L1.76667 0.872559L5.89417 5.00006Z" fill="%230084B9"/></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: none;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 55px;
  top: 11px;
}
#extra .categoryBox .treeview a.selected,
#extra_top .categoryBox .treeview a.selected {
  background-color: #BCDAEC;
}

#container .icon_new,
#container .icon_img,
#container .icon_cad,
#container .icon_movie,
#container .icon_revision {
	font-weight: normal;
}
ul.icons {
	visibility: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
ul.icons .new,
ul.icons .up,
ul.icons .img,
ul.icons .cad,
ul.icons .movie {
	display: none;
}
ul.icons .new {
	float: left;
}
.catalogGroup .viewBlock .article .description .new {
	margin-top: 0;
}
ul.icons .movie {
	position: absolute;
	float: left;
	margin-left: 38px;
}
ul.icons .img {
	position: absolute;
	float: left;
	top: 0;
	margin-left: 74px;
}
ul.icons .cad {
	position: absolute;
	float: left;
	margin-left: 108px;
}
.catalogGroup .viewBlock .article .description .function p
.article .description .function .btn.cv {
	width: 67px;
}
.catalogGroup .viewBlock .article .image img {
}
.catalogGroup .viewBlock .article div.image,
.catalogGroup .viewBlock .article .description {
	display: block;
	padding: 15px 0;
	float: left;
}

.article .description .comment,
.article .description .spec {
	display: none;
}

.newsBox .inner {
	padding: 0 0 0 10px;
	height: 170px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.newsBox .inner iframe {
	margin: 0;
	display: inline-block;
}
.newsBox .inner .morenews_btn {
	display: none;
}
.skipToTop {
	display: none;
}

.catalogSearchCategoryList {
}

.catalogSearchCategoryList {
	margin-bottom: 10px;
}
h2.updateInfo,
.catalogSearchCategoryList h2 {
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #2184BF;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
h2.updateInfo + .viewBlock .article + .article,
.catalogSearchCategoryList .viewBlock .article + .article {
    border-top: none;
}
.catalogSearchCategoryList .viewBlock .article {
	position: relative;
}
h2.updateInfo + .viewBlock .article .inner,
.catalogSearchCategoryList .viewBlock .article .inner {
	padding: 0 5px 0 20px;
}
h2.updateInfo + .viewBlock .article .inner:after {
	content: "";
	display: block;

}

.catalogSearchCategoryList .viewBlock .article div.image {
}
.catalogSearchCategoryList .viewBlock .article div.description {
}
h2.updateInfo + .viewBlock .article .description .function,
.catalogSearchCategoryList .viewBlock .article .description .function {
	margin-top: 5px;
}
/*
.catalogSearchCategoryList .sp-slides {
	position: relative;
}
.catalogSearchCategoryList #sliders {
	overflow: visible !important;
	position: relative;
}
.catalogSearchCategoryList #sliders .slidesjs-navigation {
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #2184BF;
	z-index: 10000;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.catalogSearchCategoryList #sliders .slidesjs-navigation:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.catalogSearchCategoryList #sliders .slidesjs-previous {
	left: -20px;
	text-indent: -9999px;
}
.catalogSearchCategoryList #sliders .slidesjs-previous:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 5px;
}
.catalogSearchCategoryList #sliders .slidesjs-next {
	right: -20px;
	text-indent: -9999px;
}
.catalogSearchCategoryList #sliders .slidesjs-next:after {
	right: 5px;
}
*/
.catalogGroup .viewBlock .article .description .function p img {
	width: 82px;
}
/* 2025年2月5日カタログ棚追加対応：ここから */
.catalogGroup .viewBlock .article .description .function img.catalogshelf {
	width: 167px;
}
/* 2025年2月5日カタログ棚追加対応：ここまで */
.catalogGroup .bx-wrapper .bx-viewport {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.catalogGroup .bx-wrapper .bx-controls-direction a {
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #2184BF;
	z-index: 10000;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background-image: none;
}
.catalogGroup .bx-wrapper .bx-controls-direction a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: -3px;
	margin: auto;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.catalogGroup .bx-wrapper .bx-prev {
	left: -20px;
	text-indent: -9999px;
}
.catalogGroup .bx-wrapper a.bx-prev:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 5px;
}
.catalogGroup .bx-wrapper .bx-next {
	right: -20px;
	text-indent: -9999px;
}
.catalogGroup .bx-wrapper .bx-next:after {
	right: 5px;
}

.catalogDetail #overview h2 {
	display: none;
}
.catalogDetail .mainSpec {
	display: none;
}
.catalogDetail .catalogIndex .categoryNode .buttons .addMyBinder {
	display: none;
}
.catalogDetail .skipToTop {
	display: none;
}
.catalogDetail .detail .spec table {
	display: none;
}
.catalogDetail .detail .description div.links {
	margin-bottom: 10px;
}
.catalogDetail .detail .description div.links a {
	background: url("../images/arrow_boxed_colored.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding-left: 15px;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: underline;
	display: inline;
}
.catalogDetail .detail .description .stock {
	margin-bottom: 15px;
}
.catalogDetail .pdfCatalogFileSize {
	display: none;
}

.catalogDetail .indexBox .function .buttons .btn {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.catalogDetail .function .downloadCatalog,
.catalogDetail .function .downloadHistory,
.catalogDetail .function .downloadCad {
	display: none;
	font-size: 10px;
	color: #666;
	padding: 10px;
	background: #EEEEEE;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	position: relative;
	margin-bottom: 10px;
}
.catalogDetail .function .downloadCatalog:after,
.catalogDetail .function .downloadHistory:after,
.catalogDetail .function .downloadCad:after {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-left-color: #666;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto 0;
}
.catalogDetail .catalogIndex .lead {
	display: none;
}
.catalogDetail .catalogIndex .catalogNode .level_2 {
	margin-top: 0;
	margin-bottom: 0;
}
.catalogDetail .catalogIndex .catalogNode .level_2 .title a {
	font-weight: normal;
}

#searchResultStatus {
  padding: 7px 20px;
  font-weight: bold;
  color: #333;
  background: url(../images/bg_dotmesh.gif) 0 0 repeat;
  margin-bottom: 20px;
}
#searchResultStatus:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
#searchResultStatus .count {
  float: left;
/*  width: 330px;*/
  line-height: 23px;
}
#searchResultStatus div.sort {
  float: right;
  width: 330px;
  text-align: right;
}
#searchResultStatus div.sort p {
  display: inline;
}
#searchResultStatus .sort .orderBy {
  margin-right: 10px;
}
#searchResultStatus img.btn.sort {
  vertical-align: -6px;
  cursor: pointer;
}

#searchResult .pager {
  margin: 15px 0;
  text-align: center;
  font-size: 93%;
}
#searchResult .pager p,
#searchResult .pager li {
  /* {inline-block} */
  font-weight: bold;
}
#searchResult .pager ol {
  /* {inline-block} */
}
#searchResult .pager li span.current,
#searchResult .pager li a {
  padding: 5px 6px 3px;
}
#searchResult .pager li span.current {
  border: solid 1px #999;
  color: #fff;
  background: #ccc;
}
#searchResult .pager li a:hover {
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #999;
  color: #fff;
  *background: #66A1FF;
}
#searchResult .pager a {
  text-decoration: none;
}
#searchResult .pager img {
  vertical-align: top;
}
#searchResult .pager p {
  padding: 0 12px;
  background-repeat: no-repeat;
  display: inline-block;
}
#searchResult .pager p {
  background-image: url(../images/arrow_pager_ena.gif);
}
#searchResult .pager p.disabled {
  background-image: url(../images/arrow_pager_dis.gif);
}
#searchResult .pager p.begin {
  padding-left: 20px;
}
#searchResult .pager p.end {
  padding-right: 20px;
}
#searchResult .pager p.begin { background-position: 0 2px;}
#searchResult .pager p.end   { background-position: 100% -18px;}
#searchResult .pager p.prev  { background-position:  0 -38px;}
#searchResult .pager p.next  { background-position: 100% -58px;}
#searchResult .pager ol {
  list-style-type: none;
  display: inline-block;
  margin-left: 0;
}
#searchResult .pager li a:not(.current) {
  display: none;
}

.searchCondition {
	margin-bottom: 20px;
	padding: 15px 10px;
	border: solid 1px #ccc;
	background: #f6f6f6 url(../images/bg_searchcondition.gif) 95% 100% no-repeat;
}
.searchCondition h2 {
	font-size: 0;
	background: none;
	border-bottom: 1px solid #D8DADC !important;
	border-left: 3px solid #84919D;
	font-size: 1.231em;
	line-height: 1.5;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.searchCondition h2 span {
	background-image: url(../images/color/blue/text_searchcondition.gif);
	display: block;
	padding: 0;
	border: none;
	width: 144px;
	height: 15px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.searchCondition dl {
	margin-bottom: 0;
	overflow: hidden;
}
.searchCondition dt {
	border-bottom: 1px dotted #DFDFDF;
	width: 100px;
	font-weight: bold;
	float: left;
}
.searchCondition dd {
	margin-bottom: 5px;
	border-bottom: 1px dotted #DFDFDF;
	margin-left: 125px;
}
@media all and (orientation: landscape) {
	.searchCondition dd {
		height: 22px;
		overflow: hidden;
	}
}
.catalogSearchResult h1 {
	border-bottom: medium none;
	color: #2184bf;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0 5px;
	position: relative;
}
.catalogSearchResult h2 {
	cursor: pointer;
	position: relative;
}
.catalogSearchResult h2:after {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	bottom: 3px;
	content: "";
	display: block;
	height: 7px;
	margin: auto 0;
	position: absolute;
	right: 10px;
	top: 0;
	transform: rotate(-45deg);
	width: 7px;
}
.catalogSearchResult h2.open:after {
	transform: rotate(135deg);
}
.catalogSearchResult .catalogGroup {
}
.catalogSearchResult .catalogGroup .viewBlock.singleCategory {
	border-top: 1px solid #e0e0e0;
	border-radius: 3px;
}
.catalogSearchResultPagination .searchCondition dt {
	width: 140px;
}
.catalogSearchResultPagination .searchCondition dd {
	margin-left: 165px;
}
.catalogSearchResultPagination .viewBlock:not(.updateInfo ~ *) {
	border: 0;
}
.searchCondition dd .breadcrumbs {
	display: block;
	margin: 0;
	list-style: none;
}
.searchCondition .changeCondition {
	text-align: right;
}
.searchCondition .changeCondition a {
	padding-left: 12px;
	background: url(../images/color/blue/arrow_boxed_colored.gif) 0 50% no-repeat;
}
.searchCondition .pageNumber {
	margin-right:10px;
}
.searchCondition .pageIndex {
	color: #999999;
}
.searchCondition h2 {
	text-align: left;
	color: #666;
	font-weight: normal;
	box-shadow: none;
	border-radius: none;
}
.catalogPageGroupSearchResult .searchResultCatalogSummary,
.catalogPageGroupSearchResult .article .image,
.catalogPageGroupSearchResult .article .nombre {
	display: none;
}
#searchResult.section .viewBlock.half {
	background: none;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#searchResult.section .viewBlock.half .article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.viewBlock.half.catalogPage li.article ol.hit {
	list-style-type: none;
	margin: 10px auto 20px;
	width: 98%;
}
.viewBlock li span.hitposLeft{
	background:url(../images/icon_hitpage_left.gif) left center no-repeat;
	display:block;
	height: 1.4em;
	min-height:14px;
	margin-right:5px;
	text-indent:-9999px;
	width:14px;
	float:left;
}

#searchResult.section .viewBlock.half .article .wrapper {
	background: none;
}
#searchResult.section .viewBlock.half .article .wrapper .name {
/*
	background: none;
	border-left: 3px solid #84919D;
	border-bottom: 1px solid #D8DADC !important;
	background-color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 7px 0 7px 8px;
	position: relative;
*/
}
#searchResult.section .viewBlock.half .article .wrapper .none {
	display: none;
}
#searchResult.section .viewBlock.half .article .wrapper .name a {
/*
	background: #f2f2f4;
	background: none;
	color: #333;
	display: block;
	padding: 0;
	vertical-align: middle;
*/
}

#searchResult.section .viewBlock li span.hitposLeft {
	background-image: url(../images/icon_hitpage_left.gif);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 14px;
	float: left;
}
#searchResult.section .viewBlock li span.hitposRight {
	background-image: url(../images/icon_hitpage_right.gif);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 14px;
	float: left;
}

#searchResult.section .viewBlock.half.catalogPage li.article .catalogcategory,
#searchResult.section .viewBlock.half .article p.function {
	display: none;
}

.catalogPageGroupSearchResult #searchResult.section .viewBlock.half .article .wrapper .name {
	background: none;
	border-left: 3px solid #84919D;
	border-bottom: 1px solid #D8DADC !important;
	background-color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 7px 0 7px 8px;
	position: relative;
}
.catalogPageGroupSearchResult #searchResult.section .viewBlock.half .article .wrapper .name a {
	background: #f2f2f4;
	background: none;
	color: #333;
	display: block;
	padding: 0;
	vertical-align: middle;
}

.catalogDownloadError #downloadNote,
.internalError #downloadNote {
	background: url("../images/bg_gradation_vertical.gif") repeat-x scroll 0 100% #f0f0f0;
	border: 1px solid #ccc;
	margin: 20px;
	padding: 15px;
}
.catalogDownloadError #downloadNote txr,
.internalError #downloadNote .txr {
	text-align: right;
}

.catalogDownloadError #downloadNote .ca,
.internalError #downloadNote .ca {
	background: url("../images/arrow_boxed_colored.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
	color: #2184bf;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 93%;
}
.catalogDownloadError #lead,
.internalError #lead {
	display: none;
}
h2.updateInfo {
	cursor: default;
}
h2.updateInfo:after {
	display: none;
}

/*  URL短縮対応  */
.urlCopy {
  line-height: 23px;
}
.urlCopy #UrlCopyBtn {
  background-color: #2184bf;
  color: #ffffff;
  min-height: 23px;
  margin-left: 175px;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px;
  width: auto;
}
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background-color: rgba(0,0,0,0.3);
}
#ContactUrlDialog .window {
    width: 260px;
}
.dialog .window {
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 93.75%;
    width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.window {
    position: absolute;
    z-index: 2000;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 6px rgb(0 0 0 / 30%), 0 0 0 1px #ccc, 0 0 0 1px #ccc inset;
    background-color: #fff;
}
#ContactUrlDialog .iconTitle {
    background: url('../images/ico_share.png') no-repeat 3px 10%;
    background-size: 23px;
}
.dialog .iconTitle {
    padding-left: 40px;
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}
.dialog .iconTitle span {
    display: block;
    font-size: 10px;
    font-weight: normal;
    padding: 0 !important;
}
#ContactUrlDialog .textarea {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    resize: none;
}
#ContactUrlDialog h2, #ContactUrlDialog textarea {
    font-family: inherit;
}
#ContactUrlDialog textarea {
    color: inherit;
    appearance: none;
    outline: none;
}
#ContactUrlDialog .btnArea {
    margin-top: 10px;
}
.dialog .btnArea {
    text-align: center;
}
.dialog .btn.copy {
    background-color: rgb(33, 132, 191);
    color: rgb(255, 255, 255);
}
.dialog .btn {
    display: inline-block;
    width: 100%;
    max-width: 190px;
    border: none;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: inherit;
    cursor: pointer;
}
.dialog .btn.cancel {
    max-width: 120px;
    margin-left: 10px;
    background-color: #999;
    color: rgb(255, 255, 255);
}
#MessageDialog .window {
  max-width: 85%;
  text-align: center;
}
#MessageDialog .btnArea {
  display: none;
}

.only-web {
	color: #2184BF;
	padding-bottom: 5px;
}
.only-web > span{
	left: -9px;
    position: relative;
}

/* Rtoaster対応 */
div.RT_box{
	margin-bottom: 20px;
}
div.RT_box h2 {
    text-align: center;
    padding: 5px;
    color: #2184BF;
    font-weight: bold;
    font-size: 14px;
    background-color: #D0E9F7;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	cursor: initial !important;
}
div.RT_box h2:after {
	display: none;
}
div.RT_box h2.-col-blue {
  color: #2184BF;
  background-color: #D0E9F7;
}
div.RT_box h2.-col-gray {
	color: #666666;
	background-color: #EEEEEE;
}
div.RT_box ul.slickul{
	display: flex;
	overflow-y: scroll;
}
div.RT_box ul li.RT_article{
	width: 152px;
	padding: 5px;
}
div.RT_box ul li.RT_article .image{
  width: 140px;
  height: 160px;
  float: none;
  margin: 0 auto 7px;
  text-align: center;
  background: none;
}
div.RT_box ul li.RT_article .image img{
  margin:0 auto 0;
  padding: 0 3px 3px 0;
  background: url(../images/catalog_bg.gif) right bottom no-repeat;
}
div.RT_box ul li.RT_article div.description{
	margin-left: 17px;
}
div.RT_box li.RT_article div.description h3.name{
	padding: 0;
	font-size: 92.31%;
	word-wrap:break-word;
	color: #2184BF;
	font-weight: bold;
}
div.RT_box ul li.RT_article div.description div.code{
	font-size: 10px;
	margin-top: 5px;
	word-wrap: break-word;
}
div.RT_box ul li.RT_article div.description ul.spec li{
	font-size: 9px;
	line-height: 1;
	padding: 2px 0 2px 0;
	min-height: 9px;
}
div.bx-wrapper{
	max-width: 648px !important;
}
div.bx-wrapper .bx-viewport{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
div.bx-wrapper .bx-controls-direction a{
	margin-left: -30px;
	margin-right: -30px;
	z-index: unset;
}
div.bx-wrapper .bx-pager.bx-default-pager a{
	background: #BFBFBF;
	pointer-events: none;
}
div.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #2184BF;
}
div.RT_box .bx-wrapper .bx-prev {
    background: url(../images/bxSlider/controls_rtoaster.png) no-repeat 0 -32px !important;
}
div.RT_box .bx-wrapper .bx-next {
    background: url(../images/bxSlider/controls_rtoaster.png) no-repeat -43px -32px !important;
}

/* 目次折り畳み対応 */
div.catalogIndex p.lead , div.catalogIndexContents{
	display: none;
}
div.indexbtn{
	text-align: center;
}
.openIndex , .closeIndex{
	margin-top: 15px;
	color: #2084BF;
	font-size: 16px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.openIndex p:after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #2084BF;
	border-right: solid 2px #2084BF;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -6px;
	transform: rotate(45deg);
}
.closeIndex p:after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #2084BF;
	border-right: solid 2px #2084BF;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -3px;
	transform: rotate(-135deg);
}

/* 添付資料あり対応 */
.infowrap {
	display: flex;
	margin-top: 3px;
}
.attached-file {
	padding-bottom: 5px;
}
.attached-file span {
	background-color: #ffd4d4;
	padding: 3px 5px;
}
.attached-file a {
	color: #ff0000;
    text-decoration: none;
    font-size: 13px;
}

/* 2025年9月 一般検索デザイン改修 */
/* カテゴリ選択 */
ul#tabmenu {
	display: flex;
	flex-wrap: wrap;
	gap: .125rem;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: flex-start;
	margin: 1.5rem 0;
}
ul#tabmenu > li {
	position: relative;
	width: calc(50% - (.125rem / 2));
}
ul#tabmenu li span,
ul#tabmenu li a {
	display: block;
	background-color: #fff;
	border: 2px solid #0084b9;
	border-radius: 0.3em;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	color: #0084b9;
	text-decoration: none;
	cursor: pointer;
	font-size: 92.31%;
	font-weight: 600;
	line-height: 120%;
	padding: .625rem 1.25rem;
	transition: background-color .2s ease;
	text-align: center;
	font-weight: bold;
}
ul#tabmenu li span.active {
	background-color: #f0f8fc;
}
ul#tabmenu li span.selected,
ul#tabmenu li a.selected {
	background-color: #0084b9;
	border-color: #0084b9;
	color: #fff;
}
ul#tabmenu li span + ul,
ul#tabmenu li a + ul {
	display: none;
}
ul#tabmenu li span.active + ul,
ul#tabmenu li a.active + ul {
	display: block;
	position: absolute;
	right: 0;
	top: 2.5rem;
	white-space: nowrap;
	padding-top: 8px;
	z-index: 100;
}
ul#tabmenu li span.active + ul:before,
ul#tabmenu li a.active + ul:before {
	content: "";
	position: absolute;
	right: 1em;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #0084b9 transparent;
	border-width: 0px 5px 8.66px 5px;
}
ul#tabmenu li span.active + ul > li,
ul#tabmenu li a.active + ul > li {
	margin-top: -1px;
}

/* カテゴリツリー階層制限 */
.accodeBox .currentTreeview li:has(> span.level5) {
  display: none !important;
}
.accodeBox .oldTreeview li:has(> span.level4) {
  display: none !important;
}
.currentTreeview span.title.level1 > a:active {
  pointer-events: none;
}
.assembleTreeview.currentTreeview span.title.level2 > a:active {
  pointer-events: none;
}

/* 分類検索 */
#genreSearchArea {
	border: 3px solid #006ba1;
	border-radius: 10px;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	padding-right: 0;
}
.checkboxArea {
  position: relative;
}
#genreSearchArea ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin: 0;
	font-size: 92.31%;
}
#genreSearchArea li > input {
	display: none
}
#genreSearchArea ul > li {
  flex: 0 0 48%;
  box-sizing: border-box;
}
label.checkbox {
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 160%;
	padding-left: 1.5em;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s
}
label.checkbox:before {
	background-color: #fff;
	border:1px solid #0084b9;
	border-radius: 0.3em;
	content:"";
	height: 1em;
	left: 0;
	position:absolute;
	top: 0.2em;
	-webkit-transition:background-color .2s,border-color .2s;
	transition:background-color .2s,border-color .2s;
	width: 1em
}
label.checkbox::after {
	border: solid #fff;
	border-width: 0 0.15em 0.15em 0;
	content: "";
	display: none;
	height: 0.5em;
	left: 0.4em;
	position: absolute;
	top: 0.35em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 0.25em;
}
input:checked + label.checkbox:before {
  background-color: #0084b9;
}
input:checked + label.checkbox:after {
  display: block;
}
input:disabled + label.checkbox {
  cursor: wait;
}
.emptyCatalogGroup {
  display: none !important;
}

/* 2026年6月 パフォーマンス改善対応 */
#catalogDefaultGroup {
  width: 100%;
}

#catalogDefaultGroup .bx-viewport {
  container-type: inline-size;
  container-name: viewport;
}

#catalogDefaultGroup ul.heightfix > li {
  width: 100cqw !important;
  flex-shrink: 0 !important;
}