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


/*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: #B12C1B;
}

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

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

	01. header

----------------------------------------------------------------- */
#header {
	border-bottom: 5px solid #333;
	display: table;
	width: 100%;
}
#header #logo {
	display: table-cell;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	color: #8f8f8f;
}

#header #logo img {
	height: 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;
}
.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;
}

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

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

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

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



#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;
}
#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: #B12C1B;
}



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

/*catalogGroup*/
.catalogGroup {
	margin: 0 0 15px;
}
.catalogGroup h2 {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background-color: #B12C1B;
	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.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 {
	cursor: pointer;
	position: relative;
}
#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 .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 .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;
}
#main .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);
}

#main .catalogGroup .btn_close {
	background: #ccc;
	text-align: center;
}
#main .catalogGroup > ul {
	padding: 0 5px;
}
#main .catalogGroup .viewBlock .article {
	display: table;
	width: 100%;
}
#main .catalogGroup .viewBlock .article + .article {
	border-top: 1px solid #e0e0e0;
}
#main .catalogGroup .viewBlock .article div.image {
	display: table-cell;
	width: 30%;
	vertical-align: top;
	padding: 15px 8px 5px;
}
#main .catalogGroup .viewBlock .article .image img {
	border:1px solid #C0C0C0;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
	width:90%;
}
#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 {
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding: 15px 0 5px 10px;
}
#main .catalogGroup .viewBlock .article .description .new {
	margin-top: -10px;
}
#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 .spec {
	font-size: 10px;
	margin: 0;
}

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

#main .catalogGroup .viewBlock .article .description .function {
}
#main .catalogGroup .viewBlock .article .description .function p {
	display: inline-block;
	width: auto;
}

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

/*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 {
	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;
}
.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: #B12C1B;
	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: 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 .catalogName {
	color: #B12C1B;
	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-color: #B12C1B;
	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 .catalogview_middle_text:before {
	font-family: 'FontAwesome';
	content: "\f02d";
	font-weight: normal;
	margin-right: 0.5em;
}

.catalogDetail .function .btn_url {
	color: #B12C1B;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #B12C1B;
	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);
}



/* 詳細ページ 目次 indexBox */
.indexBox {
	margin: 0 0 10px 0;
}
.indexBox h2 {
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background-color: #B12C1B;
	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: 200px;
	width: 100% !important;
}

/* custom
---------------------------------------------------------*/
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: #B12C1B;
}
.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;
}

.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;
}
.keywordSearchSideCatalog .section h2:before {
	font-family: 'FontAwesome';
	content: "\f002";
	margin-right: 0.5em;
	color: #B12C1B;
}
.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 h4 {
	font-weight: bold;
	font-size: 13px;
}
.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;
}
#extra .categoryBox .treeview li {
	padding: 0;
}
#extra .categoryBox .treeview  a {
	padding: 10px 0 10px 16px;
}
#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 #2184bf;
	border-left: 2px solid #2184bf;
	content: "";
	display: block;
	height: 7px;
	margin: auto 0;
	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;
}


#container .icon_new,
#container .icon_img,
#container .icon_cad,
#container .icon_revision {
	font-weight: normal;
}
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;
}
#main .catalogGroup .viewBlock .article .description .new {
	margin-top: 0;
}
ul.icons .cad {
	float: right;
}
ul.icons .img {
	position: absolute;
	top: 0;
	right: 32px;
}

#main .catalogGroup .viewBlock .article .description .function p
.article .description .function .btn.cv {
	width: 67px;
}
#main .catalogGroup .viewBlock .article .image img {
}
#main .catalogGroup .viewBlock .article div.image,
#main .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,
.catalogSearchResult {
}

.catalogSearchCategoryList,
.catalogSearchResult {
	margin-bottom: 10px;
}
.catalogSearchCategoryList h2,
.catalogSearchResult h2 {
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #B12C1B;
	-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;
}
.catalogSearchCategoryList .viewBlock .article + .article,
.catalogSearchResult .viewBlock .article + .article {
    border-top: none;
}
.catalogSearchCategoryList .viewBlock .article,
.catalogSearchResult .viewBlock .article {
	position: relative;
}
.catalogSearchCategoryList .viewBlock .article .inner,
.catalogSearchResult .viewBlock .article .inner {
	padding: 0 5px 0 20px;
}
.catalogSearchCategoryList .viewBlock .article div.image,
.catalogSearchResult .viewBlock .article div.image {
}
.catalogSearchCategoryList .viewBlock .article div.description,
.catalogSearchResult .viewBlock .article div.description {
}
.catalogSearchCategoryList .viewBlock .article .description .function ,
.catalogSearchResult .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;
}
*/
#main .catalogGroup .viewBlock .article .description .function p img {
	width: 67px;
}
#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;
}
#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);
}

.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 {
	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;
}
.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 #lead h1.h1_ttl,
.catalogSearchCategoryList #lead h1.h1_ttl {
    display: block;
}
.catalogSearchResult h1,
.catalogSearchCategoryList h1 {
	border-bottom: medium none;
	color: #B12C1B;
	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 {
	border: 0;
}
.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;
}
.searchCondition h2 {
	text-align: left;
	color: #666;
	font-weight: normal;
	box-shadow: none;
	border-radius: none;
}
.catalogPageGroupSearchResult .searchResultCatalogSummary {
	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: 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.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;
}

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: #B12C1B;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 1em;
	margin: auto;
	font-family: 'FontAwesome';
	content: "\f105";
}

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

.catalogPageGroupSearchResult .article .image li.left,
.catalogPageGroupSearchResult .article .image li.right {
	width: 50%;
}

.catalogPageGroupSearchResult .article .image ol.pages {
	list-style:none;
    display: inline-flex;
    margin:5px 0px 0px 0px;
}

.catalogPageGroupSearchResult .article ol.nombre {
	list-style:none;
	display: inline-flex;
	margin:auto;
}
.catalogPageGroupSearchResult .article ol.nombre li.right {
	margin-left: 100px;
}

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

/* facebox */
#facebox {
	width: 100%;
	left: 0!important;
}

#facebox div.download {
	text-align: center;
}