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

	0 base

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


@font-face {
	font-family: 'FontAwesome';
	src: url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
		url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
		url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
		url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	color: #666;
	-webkit-text-size-adjust: 100%;
}
a:link,
a:visited,
div.side .siblings li a:hover,
div.side .siblings li a:active {
	color: #1862ab;
}

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

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

p {
	margin: 0;
}

.ss {
	font-size: 0.8em;
}

.s {
	font-size: 0.9em;
}

.m {
	font-size: 1rem;
}

.l {
	font-size: 1.2em;
}

.ll {
	font-size: 1.4em;
}

.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
}

.a-left {
	text-align: left;
}

.accent {
	color: #1862ab;
}

strong {
	font-weight: bold;
	color: initial;
}

#contents,
#header .inner,
#header div.globalNavi ul,
#footer {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

/* h1#logo{
	display: none;
}
 *//* ----------------------------------------------------------------

	01. header

----------------------------------------------------------------- */
#header {
	border-bottom: 2px solid #999; /*5px solid #333;*/
	display: table;
	width: 100%;
	margin-bottom: 0px;
}
#header #header-container {
	border-bottom: 2px solid #999; /*5px solid #333;*/
}

#header #logo {
	display: table-cell;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	color: #8f8f8f;
}

#header #logo img {
	height: 30px; /*40px;*/
	width: auto;
}

#header #logo a {
	display: inline-block;
	vertical-align: middle;
}

/*#header #logo a:after {
	display: inline-block;
	content: "japan";
	margin-left: 1em;
	color: #8f8f8f;
	vertical-align: middle;
}*/

#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;
	height: 40px;
}
.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;
}
div.globalNavi{
	display: none;
}

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

	02. container

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

/*cont_li*/
.cont_li ul{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.cont_li li {
	display: table-cell;
	text-align: center;
	padding-left: 2px;
}
.cont_li li:first-child{
	padding-right: 2px;
	padding-left: 0;
}
.cont_li li a {
	font-size: 11px;
	display: block;
	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-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;
}
.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;　
}

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

	03. footer

----------------------------------------------------------------- */
#footer {
	color: #fff;
	/* background-color: #2184BF; */
	/* margin-top: 10px; */
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.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;
}
#footer .ua-switcher > dd ul::after {
	clear: both;
	content: "";
	display: block;
}

.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;
}
#footer .ua-switcher > dd ul > li:first-child {
/*
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
*/
}
#footer .ua-switcher > dd ul > li {
	padding: 6px 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;
}
#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;
}
.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 {
	width: 100%;
	width: auto;
	margin: 0;
	padding: 2em 0;
	background-color: #E9E9E9;
	border-top: 1px solid #fff;
	color: #333;
	position: relative;
	text-align: center;
	line-height: 1.3;
}

.foot_area02:before {
	content: "";
	height: 1px;
	background-color: #CBCBCB;
	width: 100%;
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
}

.foot_area02 h2 {
	padding: 10px;
	display: table-cell;
}

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

	04. nav 

----------------------------------------------------------------- */
.nav {
  /* padding-top: 2px; */
  height: 33px;
  background: #eee;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.nav p{
	margin: 0px;
}

.nav p.item1,
.nav p.item2 {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.nav p.item1::before {
  content: " ";
  background: url("../images/home.png") no-repeat 50% 50%;
  background-size: 60%;
  display: flex;
  align-items: center;
  width: 30px;
  height: 33px;
}

.nav p.item2::before {
  content: " ";
  display: flex;
  align-items: center;
  width: 8px;
  height: 8px;
  border: solid 2px #666;
  border-right: none;
  border-top: none;
  transform: rotate(45deg)
}

.nav a {
	color: #1862ab;
	padding-top: 1px;
}
.nav a:visited {
	color: #1862ab;
}

/* custom
---------------------------------------------------------*/

.breadcrumbs,
#sub .sideMybinder,
#sub .sideOtherCatalogs,
.catalogSearchCategoryList #lead h1,
.catalogDetail #lead h1,
.catalogPageGroupSearchResult #lead h1,
.catalogSearchResultPagination #lead h1,
#lead .localNavi {
	display: none;
}

#main {
	float: none;
	width: 100%;
}

#contents {
	padding: 10px;
}
#lead {
	margin-bottom: 0px;
}
div#lead img{
	display: none;
}




div.side,
#extra {
	float: none;
	width: 100%;
	clear: none;
}
#extra .categoryBox .treeview li {
	padding: 0;
}
#extra .categoryBox .treeview a {
	padding: 10px 0 10px 16px;
}
#extra .categoryBox .treeview span.title {
	display: block;
	padding: 10px 0 10px 16px;
	font-weight: bold;
	color: #666;
}
#extra .categoryBox .treeview span.title.level2, #extra .categoryBox .treeview span.node.level2 a {
	padding-left: 26px;
}
#extra .categoryBox .treeview span.title.level3, #extra .categoryBox .treeview span.node.level3 a {
	padding-left: 36px;
}
#extra .categoryBox .treeview span.title.level4, #extra .categoryBox .treeview span.node.level4 a {
	padding-left: 46px;
}
#extra .categoryBox .inner .level1 li ul li a {
	background: none repeat scroll 0 0 #f3f3f3;
}
#extra .categoryBox .inner .level1 li,
#extra .categoryBox .treeview .expandable-hitarea,
#extra .categoryBox .treeview .collapsable-hitarea {
	background-image: none;
}
#extra .categoryBox .treeview .expandable-hitarea,
#extra .categoryBox .treeview .collapsable-hitarea {
	margin: 16px 7px 0;
	float: right;
}
#extra .categoryBox .treeview .expandable-hitarea:after,
#extra .categoryBox .treeview .collapsable-hitarea:after {
	border-bottom: 2px solid #011b6a;
	border-left: 2px solid #011b6a;
	content: "";
	display: block;
	height: 7px;
	/*margin: auto 0;*/
	margin-top: -1px;
	width: 7px;
}
#extra .categoryBox .treeview .hitarea:after {
}
#extra .categoryBox .treeview .expandable-hitarea:after {
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
}
#extra .categoryBox .treeview .collapsable-hitarea:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#extra .categoryBox .treeview .expandable .level1 a,
#extra .categoryBox .treeview .collapsable .level1 a {
	margin-right: 50px;
}
#extra .categoryBox .treeview .expandable .level2 a,
#extra .categoryBox .treeview .collapsable .level2 a {
	margin-right: 0;
}
#extra .categoryBox .treeview .expandable .level1 a:after,
#extra .categoryBox .treeview .collapsable .level1 a:after {
	border: 0;
}

/*categoryBox myBinderBox*/
div.side div.section{
	padding: 0px;
	background: none;
}
div.side div.section h2{
	background: none;	
	font-size: 13px;
	padding: 15px 10px 15px;
	background-color: #e0e0e0;
}


.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 {
	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;
}
.categoryBox .inner .level1 a {
	display: block;
	position: relative;
	padding: 10px 20px;
	color: #2184BF;
}
.categoryBox .inner .level1 li {
	border-top: 1px solid #e0e0e0;
}
.categoryBox .inner .level1 > li > a {
}
.categoryBox .accodeBtn {
	position: relative;
	cursor: pointer;
}
.categoryBox .level1 li a:not(.accodeBtn):after {
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 3px;
	margin: auto 0;
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #2184BF;
	border-bottom: 2px solid #2184BF;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.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;
}
div.side div.section div.inner{
	padding: 0px;
	background: 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;
}

#display {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  box-sizing: border-box;
}

/* ******* スマホ・PC切替ボタン ***** */
#display .item1 {
  flex-basis: 50px;
}

#display div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  }

#display div p.item2,
#display div p.item3 {
  flex-basis: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #c2c2c2;
}
#display div p.item2 {
  background: #e0e0e0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
#display div p.item3 {
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#display a {
  color:#666;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}



/*newsBox*/
.newsBox {
	margin-bottom: 10px;
	margin-top: 30px;
}
.newsBox iframe {
	border: none;
	height: 200px;
	width: 100% !important;
}
.newsBox h2 {
	text-align: center;
	padding: 5px;
	color: #1862ab;
	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;
 */	padding: 0 0 0 10px;
	height: 170px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.newsBox .inner iframe {
	margin: 0;
	display: inline-block;
}


.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 {
	display: none;
	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);
}


div#keywordSearchSideCatalog{
	background: none;
}
div.section#keywordSearchSideCatalog{
	background: none;
	padding: 0px;
}
div.section#keywordSearchSideCatalog h2{
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
	background: none;
	padding: 0px;
}
div.section#keywordSearchSideCatalog{
	height: auto;
}

div.section#keywordSearchSideCatalog{
	width: auto;
}
.keywordSearch input.keyword{
	width: 100%;
	background: none;
} 



.keywordSearchSideCatalog {
}
.keywordSearchSideCatalog .section {
	margin: 0 0 10px;
	padding-top: 10px;
}
.keywordSearchSideCatalog .section + .section {
	border-top: 1px solid #EEEEEE;
}
.keywordSearchSideCatalog .section h2 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.keywordSearch {
	overflow: hidden;
	zoom: 1;
}
.keywordSearch input.keyword,
.keywordSearch input.keywordCatalog {
	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;
}
.keywordSearch .scope input {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px;
}
ul.language {
	margin-bottom: 1em;
}

ul.language li {
	display: inline-block;
	margin: 0 0.25em 0.25em 0;
	line-height: 1;
}

ul.language li a.btn {
	display: block;
	margin: 0;
	padding: 0.6em 1em;
	font-weight: normal;
	font-size: 0.9em;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	border-radius: 0.2em;
	min-width: 6em;
}

ul.extralink {
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #F7F7F7;
	border-radius: 0.2em;
}

ul.extralink li {
	background-color: #fff;
	padding: 0.8em;
	border-bottom: 1px solid #E0E0E0;
	line-height: 1;
	list-style: none;
}

ul.extralink li a {
	color: #000;
	position: relative;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

ul.extralink li a:after {
	color: #1862ab;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 1em;
	margin: auto;
	font-family: 'FontAwesome';
	content: "\f105";
}

.skipToTop {
	display: none;
}









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

	05.CatalogDetail 

----------------------------------------------------------------- */
/* 詳細ページ 目次 catalogDetail */
.catalogDetail {
	margin-bottom: 10px;
}
.catalogDetail .catalogName {
	color: #1862ab;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.catalogDetail #lead h1{
	display: block;
	color: #1862ab;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.catalogDetail li {
	margin: 5px 0px;
}

.catalogDetail #overview h2 {
	display: none;
}

.catalogDetail .detail {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 100px;
	position: relative;
}

.catalogDetail .image {
	display: table-cell;
	vertical-align: top;
	width: 30%;
	text-align: center;
	padding: 10px;
	float: none;
	position: static;
}
.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 .detail .image .function{
	position: absolute;
    bottom: -70px;
    width: 100%;
    left: 0px;
}
.catalogDetail .function .btn.catalogview_middle_text{
	width: 100%;
	line-height: 1.45;
	background: none;
	text-indent: 0px;
	height: 100%;

	color: #fff;
	padding: 10px;
	background-color: #1862ab;
	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 .catalogview_middle_text:before {
	font-family: 'FontAwesome';
	content: "\f02d";
	font-weight: normal;
	margin-right: 0.5em;
}

.catalogDetail .description {
	display: table-cell;
	width: 70%;
	vertical-align: top;
	float: none;
	padding: 10px;
}
.catalogDetail .comment {
	font-size: 13px;
	margin-bottom: 10px;
}
.catalogDetail .spec {
	font-size: 10px;
}
.catalogDetail .detail .spec table {
	/* display: none; */
}
.catalogDetail .description .function{
	position: absolute;
	bottom: -47px;
	width: 100%;
	left: 0;
}
.catalogDetail span#download_1{
	width: 100%;
	height: 100%;
}
.catalogDetail .description .icons {
	position: relative;
	width: 105px;
	overflow: hidden;
}
.catalogDetail .description .icons .new {
	float: left;
}
.catalogDetail .description .icons .cad {
	float: right;
}
.catalogDetail .description .icons .img {
	position: absolute;
	top: 0;
	right: 32px;
}
.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 .function .downloadCatalog,
.catalogDetail .function .downloadHistory,
.catalogDetail .function .downloadCad {
	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 .mainSpec {
	/* display: none; */
	font-size: 10px;
}
.catalogDetail .mainSpec h2 {
	display: none;
}

/* ------------------------------------------------ */
.indexBox {
	margin: 0 0 10px 0;
}
.indexBox h2 {
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background-color: #1862ab;
	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 h2 span{
	border-bottom: none;
}


.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 .lead {
	display: none;
	padding: 5px;
	font-size: 11px;
	color: #666;	
}
.indexBox .inner:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.catalogDetail .catalogIndex div.catalogIndexContents{
	line-height: 1.55;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.catalogDetail .catalogIndex ul.level_1{
	margin-bottom: 0;
	background: none;
	width: auto;
}
.catalogDetail .catalogIndex .categoryNode{
	float: none;
	background: #FFF !important;
}


.catalogDetail .catalogIndex ul.level_1 div.title{
	float: none;
	width: auto;
	padding: 5px 10px;
	/* border-top: 1px solid #E0E0E0; */
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
}

.catalogDetail .catalogIndex ul.level_1 div.title, 
.catalogIndex ul.level_1 div.function{
	border-top: 1px solid #E0E0E0;
	border-bottom-width: 0px;
}


.catalogDetail .catalogIndex div.function{
	float: none;
	padding: 0px 0px;
	width: auto;
}
.catalogIndex .function ul.buttons {
	background: #EEEEEE;
	margin: 0;
	overflow: hidden;
	padding: 5px 10px;
}

.catalogIndex .function .buttons .btn {
  padding: 2px 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;
}
.catalogDetail .indexBox .function .buttons .btn {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.indexBox .function .buttons .btn + .btn {
	  margin-left: 30px;
}
.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;
	text-indent: 0px;
}

.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;
	color: #666;
	text-indent: 0px;
}

.catalogDetail .catalogIndex .categoryNode .buttons .addMyBinder {
	display: none;
}

.catalogDetail .function .btn_url {
	color: #1862ab;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #1862ab;
	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 .btn_url:before {
	font-family: 'FontAwesome';
	content: "\f0c1";
	font-weight: normal;
	margin-right: 0.5em;
}
.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);
}
.catalogDetail .catalogIndex .catalogNode .level_2 {
 	margin-top: 0;
	margin-bottom: 0;
	background: none;
	width: auto;
	float: none;
}
.catalogDetail ul.level_2 div.title, .catalogIndex ul.level_2 div.function {
    font-weight: normal;
}
.catalogDetail ul.level_2 div.title>a{
    font-weight: normal;
}


/* level2非表示 */
/* .catalogDetail .catalogIndex .catalogNode .level_2 .title a {
	font-weight: normal;
}
.catalogDetail .catalogIndex ul.level_2 div.title{
	float: none;
	padding: 5px 10px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
}

.catalogDetail .catalogIndex ul.level_2 div.title, 
.catalogIndex ul.level_2 div.function{
	border-top: 1px solid #E0E0E0;
	border-bottom-width: 0px;
}
*/

.catalogIndex .categoryNode a.btn-disabled {
	pointer-events: none; /* aタグのリンクを無効にする */
	cursor: default;
}

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

	05. catalogPageGroupSearchResult

----------------------------------------------------------------- */
#searchResult {
	margin: 0;
}

/* searchCondition */
#main .searchCondition{
	background: none;
	border: none;
	margin: 0px;
	padding: 5px 10px;
	margin-bottom: 0;
}

#main .searchCondition h2{
	background: none;
    border: none;
	box-shadow: none;
	font-size: 1.231em;
	font-weight: normal;
    color: #1862ab;
	text-align: left;
	line-height: 1.5;
	padding: 5px 10px;
	margin-bottom: 20px;
}

#main .searchCondition h2 span{
	background-image:none;
	text-indent: 0px;
	width: 100%;
	/* font-family: 'Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, "sans-serif"';	 */
}


.searchCondition dl {
	margin-bottom: 0;
	display: none;
}
.searchCondition dt {
	float: left;
}
.searchCondition dd {
	margin-left: 125px;
}
@media all and (orientation: landscape) {
	.searchCondition dd {
		height: 22px;
		overflow: hidden;
	}
}
.searchCondition dd .breadcrumbs {
	margin-bottom: 0;
}
.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;
}
.catalogPageGroupSearchResult .searchResultCatalogSummary {
	display: none;
}
#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: auto;
  /* 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;
}
#searchResultStatus div.count p {
  margin-bottom: 0px;
}
#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;
  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;
}
#searchResult .pager li span.current {
	border: solid 1px #1862ab;
	color: #1862ab;
	background: #fff;
}

#searchResult .pager p.begin,
#searchResult .pager p.prev,
#searchResult .pager p.next,
#searchResult .pager p.end  {
  vertical-align: top;
  margin-top: 2px;
}

#searchResult .pager p.prev,
#searchResult .pager p.next  {
  margin-top: 3px;
}




#searchResult.section .viewBlock.half {
	background: none;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#searchResult .viewBlock.half li.article {
	width: auto;
	box-sizing: border-box;
	background: none;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	float: none;
}
#searchResult.section .viewBlock.half .article .wrapper {
	background: none;
}

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

#searchResult.section .viewBlock.half .article div.inner {
	position: unset;
	padding: 0px;
}
#searchResult.section .viewBlock.half .article div.image {
	position: unset;
	padding: 0px;
}

#searchResult.section .viewBlock.half.catalogPage li.article div.image ol.pages{
	margin: 5px 0px 0px 0px;
	border: none;
	width: auto;
	background: none;
	list-style: none;
	display: flex;
}

#searchResult .article .image li.left, 
#searchResult .article .image li.right {
	width: 50%;
	display: flex;
	justify-content: left;
}
#searchResult .article .image li.left {
  justify-content: right;
}

#searchResult .article .image li.left .btn, 
#searchResult .article .image li.right .btn {
  /* width: auto; */
  width: 100%;
}

#searchResult .article .image li.left .btn img {
	float: right; 
}
#searchResult .article .image li.right .btn img {
	float: left;
}


#searchResult .btn.icon_catalogview {
	background: none;
}
#searchResult.section .viewBlock.half.catalogPage li.article ol.nombre{
	width: 100%;
	list-style:none;
	display: inline-flex;
	margin:auto;
	justify-content: space-between;
}
#searchResult.section .viewBlock.half.catalogPage li.article ol.nombre li{
	padding: 0px;
	width: auto;
	font-size: 100%;
	color: #666;
}
#searchResult .article ol.nombre li ul.function {
	display: none;
}
#searchResult .viewBlock.half.catalogPage li.article ol.hit {
	list-style-type: none;
	margin: 10px auto 20px;
	width: 98%;
}
#searchResult.section .viewBlock.half .article .wrapper .none {
	display: none;
}
#searchResult.section .viewBlock li span.hitposLeft {
	background-image: url(../images/icon_hitpage_left.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 14px;
	float: none;
	vertical-align: text-top;
}
#searchResult.section .viewBlock li span.hitposRight {
	background-image: url(../images/icon_hitpage_right.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 14px;
	float: none;
	vertical-align: text-top;
}
#searchResult.section .viewBlock li .overHitMessage {
	text-align: start;
}

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

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

	05. 

----------------------------------------------------------------- */
#container .icon_new ,
#container .icon_img ,
#container .icon_cad ,
#container .icon_revision {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 9px;
	font-weight: normal;
}

#container .icon_new {
	background-color: #FBB03B;
}
#container .icon_img {
	background-color: #92CC44;
}
#container .icon_cad {
	background-color: #999999;
}
#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: #1862ab;
}
ul.icons {
	visibility: hidden;
	position: relative;
	width: 105px;
	overflow: hidden;
	margin: 0;
}
ul.icons .new,
ul.icons .up,
ul.icons .img,
ul.icons .cad {
	display: none;
}
ul.icons .new {
	float: left;
}

ul.icons .cad {
	float: right;
}
ul.icons .img {
	position: absolute;
	top: 0;
	right: 32px;
}









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

	05. 

----------------------------------------------------------------- */
.catalogSearchCategoryList,
.catalogSearchResult {
	margin-bottom: 10px;
}

.catalogSearchResult #lead h1,
.catalogSearchCategoryList #lead h1 {
    display: block;
	margin-bottom: 0px;
	position: relative;
	border-bottom: medium none;
	padding: 2px 0 5px;
	color: #1862ab;
	font-size: 18px;
	line-height: 1.55;
	font-weight: bold;
}

.catalogGroup {
	margin: 0 0 15px;
}
.catalogGroup h2 {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background-color: #1862ab;
	border-radius: 0.2em 0.2em 0 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#main .catalogGroup h2 {
	cursor: pointer;
	position: relative;
}
.catalogSearchCategoryList h2,
.catalogSearchResult h2 {
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #1862ab;
	-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;
}

#main .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;
}
#main .catalogGroup h2.open + .viewBlock {
	display: block;
}
#main .catalogGroup 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;
}
#main .catalogGroup h2.open:after {
	transform: rotate(135deg);
}
#main .catalogGroup h2 span {
	border-bottom: none;
}
#main .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;
	background: none;
	-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;
	margin-bottom: 0px;
}

#main .catalogGroup .accodeBtn {
	position: relative;
	cursor: pointer;
}
#main .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);
}
#main .catalogGroup .accodeBtn.open:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#main .catalogGroup .accodeBox {
	display: none;
}
#main .catalogGroup > ul {
	padding: 0 5px;
}
#main .catalogGroup .viewBlock.half li.article {
	background: none;
	position: relative;
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
	float: none;
}
#main .catalogGroup .viewBlock.half li.article div.wrapper {
	background: none;
}
#main .catalogGroup .viewBlock.half li.article div.inner {
	padding: 0 5px 0 20px;
}

#main .catalogGroup .viewBlock .article + .article {
	border-top: 1px solid #e0e0e0;
}

#main .catalogGroup .viewBlock .article div.image {
	width: 30%;
	vertical-align: top;
	display: block;
	padding: 15px 0;
	float: left;
	margin-right: 0px;
}


#main .catalogGroup .viewBlock .article .image img {
	border:1px solid #C0C0C0;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
	width:90%;
	margin-top:20px;
}
#main .catalogGroup .viewBlock .article .image .icons {
	text-align: center;
	letter-spacing: -0.4em;
}
#main .catalogGroup .viewBlock .article .image .icons li {
	display: inline-block;
	letter-spacing: 0;
}
#main .catalogGroup .viewBlock .article .image .icons li + li {
	margin-left: 5px;
}
#main .catalogGroup .viewBlock .article .description {
	width: 70%;
	vertical-align: top;
	display: block;
	padding: 15px 0;
	float: left;
	margin-right: 0px;
}
#main .catalogGroup .viewBlock .article .description .new {
	margin-top: -10px;
}
#main .catalogGroup .viewBlock .article .description .new {
	margin-top: 0;
}
#main .catalogGroup .viewBlock .article .description .comment {
	font-size: 10px;
	margin-bottom: 0;
}
#main .catalogGroup .viewBlock .article .description .name {
	font-size: 13px;
}
#main .catalogGroup .viewBlock .article .description .name a:visited{
	color: #006699;
}


#main .catalogGroup .viewBlock .article .description .spec {
	font-size: 10px;
	margin: 0;
	font-weight: normal;
	color: #666;
}

#main .catalogGroup .viewBlock .article .description .spec li {
	margin-top: 5px;
}

#main .catalogGroup .viewBlock .article .description .function {
	margin-top: 5px;
}
#main .catalogGroup .viewBlock .article .description .function p {
	display: inline-block;
	/* width: auto; */
}

#main .catalogGroup .viewBlock .article .catalog_txt{
	margin: 0 0 1em;
	float: left;
}

#main .catalogGroup .viewBlock .article .description .function p img {
	width: 67px;
}
#main .catalogGroup .viewBlock.half li.article .name {
	background: none;
	padding: 0px;
	font-weight: normal;
	line-height: 1.55;
}

#main .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;
}
#main .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;
}
#main .catalogGroup .bx-wrapper .bx-controls-direction a: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);
}
#main .catalogGroup .bx-wrapper .bx-prev {
	left: -20px;
	text-indent: -9999px;
}
#main .catalogGroup .bx-wrapper a.bx-prev:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 5px;
}
#main .catalogGroup .bx-wrapper .bx-next {
	right: -20px;
	text-indent: -9999px;
}
#main .catalogGroup .bx-wrapper .bx-next:after {
	right: 5px;
}

.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 .viewBlock {
	border: 0;
}

.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;
}

.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;
}







.function p.catalogview_mini_text,
.function p.index_mini_text {
  width: 67px;
  height: 37px;
  margin-right: 5px;
  border-radius: 3px;
  border: solid 1px #979797;
}
.function p.catalogview_mini_text {
	text-indent: 0px;
 	background: none;
 	border: none;
}

.function p.catalogview_mini_text::after {
  content: "見る";
  color: #fff;  
  font-size: 1.2rem;
  height: 37px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 6px;
}


.function p.index_mini_text {
	text-indent: 0px;
 	background: none;
 	border: none;
}


.function p.index_mini_text::after {
  content: "";
  color: #979797;  
  font-size: 1.2rem;
  height: 37px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 6px;
}
/* ******* ヒットワード文字太さ・色 ***** */
ol.hit li span.hitword {
    color: #1862ab;
    font-weight: bold;
}

/* **************************** */
.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);
}

#main .catalogGroup .btn_close {
	background: #ccc;
	text-align: center;
}
#main .catalogGroup + :not(.catalogGroup) .btn_close {
	text-align: center;
	padding: 10px;
	color: #666;
	font-weight: bold;
	font-size: 13px;
	background-color: #e0e0e0;
	position: relative;
	margin: 0;
	cursor: pointer;
	box-sizing: border-box;
	-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);
}

#mbAttention{
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px;
	border: solid 1px #000000;
	font-size: 90%;
}
#mbAttention{
	font-size: 90%;
    margin: 20px 0px 20px 0px;
}
#mbAttention p.mbAttension-title{
    font-weight:bold;
    color:red;
}
#mbAttention li{
	list-style-type: disc;
	margin: 5px 0px 0px 15px;
}

/*new*/
.new:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 19px;
	background: url(../images/icon/icon_new.png) no-repeat bottom right;
	background-size: 100%;
	margin-left: 5px;
}

.revise:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 19px;
	background: url(../images/icon/icon_revise.png) no-repeat bottom right;
	background-size: 100%;
	margin-left: 5px;
}

/* 一般向け検索のOR検索を非表示 */
div#keywordSearchSide.keywordSearch ul:first-of-type{
    display: none;
}