@charset "utf-8";

/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. downloadBox

*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 01. downloadBox ]  ====================================
------------------------------------------------------------*/

.downloadBox .catalogBox {
	width: 100%;
	overflow: hidden;
}
.downloadBox .catalogBox .clearfix {
	width: 664px;
}

.downloadBox .downloadElement {
	float: left;
	width: 307px;
	margin: 0 25px 3em 0;
}
.downloadBox .downloadElement .downloadImg {
	width: 150px;
	margin: 0 auto 1em;
}
.downloadImgBorder {
	border: 1px solid #ccc;
}
.downloadBox .downloadElement dl dt {
	margin-bottom: 0.5em;
}
.downloadBox .downloadElement .downloadLink {
	margin: 1.5em 0 0 0;
}
.downloadBox .downloadElement .downloadLink a {
	display: block;
	padding: 8px;
	background-color: #cbd2d7;
	border-radius: 4px;
	text-align: center;
	font-size: 123.1%;
}
.downloadBox .downloadElement .downloadLink a:link,
.downloadBox .downloadElement .downloadLink a:visited,
.downloadBox .downloadElement .downloadLink a:hover,
.downloadBox .downloadElement .downloadLink a:active {
	color: #333;
	text-decoration: none;
}
.downloadBox .downloadElement .downloadLink a:hover,
.downloadBox .downloadElement .downloadLink a:active {
	opacity: 0.8;
}
.downloadBox .downloadElement .downloadLink a img {
	width: 31px;
	vertical-align: middle;
}

/* --- SP --- */
body.responsive-sp .downloadBox .catalogBox .clearfix {
	width: auto;
}
body.responsive-sp .downloadBox .downloadElement {
	float: none;
	width: auto;
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
	border-top: 1px solid #ccc;
}
body.responsive-sp .downloadBox .downloadElement:first-child {
	border-top: 0;
}
body.responsive-sp .downloadBox .downloadElement .downloadImg {
	width: auto;
	max-width: 228px;
}
body.responsive-sp .downloadBox .downloadElement dl {
	text-align: center;
}
body.responsive-sp .downloadBox .downloadElement dl dt {
	font-size: 138.5%;
	font-weight: bold;
}
body.responsive-sp .downloadBox .downloadElement .downloadLink a {
	padding: 15px;
	font-size: 138.5%;
}

.catalogImg {
	border: 1px solid #c9c9c9;
}

/* ***************************************************************************** */


/*-----------------------------------------------------------
===  [ 02. softwareBox ]  ====================================
------------------------------------------------------------*/

.softwareBox {
	margin-top: 25px;
}

/* -- SP -- */
body.responsive-sp .softwareBox {
	margin-top: 0;
}

/* ***************************************************************************** */


/* 180315変更　ここから */
li.softli {
    background: url(/business/images_global/n_ic_arw_04.gif) no-repeat left center;
    padding: 0 0 0 23px;
    margin-right: 1em;
	margin-bottom: 0.5em;
}
/* 180315変更　ここまで*/


/*180309追加　右矢印ボタン　ここから*/
ul.contentsList .rightArw{
	background: url(/business/images_global/n_ic_arw_04.gif) no-repeat left center;
}
/*180309追加　右矢印ボタン　ここまで*/


/*180309追加　旧シリーズへのリンク　ここから*/
/*.downloadBox .old{
    /*margin-top: 2em;*/
/*    padding-bottom: 2em;
}*/
/*SP*/
/*body.responsive-sp .downloadBox .old {
    margin-top: 2em;
    margin-left: 1em;
    padding-bottom: 2em;
}*/

/*.downloadBox .indentBlock .pw46 {
	width: 92%;
}*/

/*SP*/
body.responsive-sp .downloadBox .indentBlock .pw46 {
	width: 93%;
	margin:auto;
}

/*180309追加　旧シリーズへのリンク　ここまで*/

/*180328追加　CAD用ここから*/

.listindent li {
    margin-bottom: 0.5em;
    font-size: 100%;
    color: #333;
    padding-left: 1.7em;
    text-indent: -1.7em;
}

.agreeButton {
    display: block;
    width: 225px;
    padding: 30px 0 30px 60px;
    background-color: #00a9d8;
    background-image: url(/business/medical-cleaning-systems/images_global/arw_agree.png);
    background-repeat: no-repeat;
    background-position: 220px center;
    font-size: 130%;
    font-weight: bold;
	margin: 0 auto;
	margin-top: 3em;
}
.agreeButton:link {
    color: #fff;
    text-decoration: none;
}
.agreeButton:visited {
    color: #fff;
}
.agreeButton:hover {
    opacity: 0.7;
}

.listindent .number {
    margin-bottom: 0.5em;
    font-size: 100%;
    color: #333;
    padding-left: 1.7em;
    text-indent: -1.7em;
}

.listindent li {
    margin-bottom: 0.5em;
    font-size: 100%;
    color: #333;
    padding-left: 1.5em;
    text-indent: -1.0em;
}

.cadDownloadTb .left{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.cadDownloadTb .right{
	float: left;
	width: 48%;
}

li.cadli {
    background: url(/business/images_global/n_ic_arw_04.gif) no-repeat left center;
    padding: 0 0 0 23px;
    margin-right: 1em;
	margin-bottom: 0.5em;
}

/*SP*/
body.responsive-sp .cadDownloadTb .left{
	width: 100%;
	margin-right: 0;
}
body.responsive-sp .cadDownloadTb .right{
	width: 100%;
}
/*180328追加　CAD用ここまで*/


/* ***************************************************************************** */
/* テーブルセル内のリストの高さを調整 2018.03
/* ***************************************************************************** */
.tbl02 td.fixHeight {
  word-wrap: break-word;
  word-break: break-all;
}
.tbl02 td.fixHeight_child ul li {/* リスタ内容テキストを上下中央揃えにする */
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;*/
}
.tbl02 td.fixHeight ul li + li, 
.tbl02 td.fixHeight_child ul li + li {
  margin: 10px 0 0;
}


/* ***************************************************************************** */
/*「旧シリーズの製品カタログを見る」ボタン追加　2018.03
/* ***************************************************************************** */
.downloadBox .downloadElement.oldSeriesBtn {
  padding-bottom: 0;
}
.oldSeriesBtn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  height: 100% !important;
}
.oldSeriesBtn:hover {
  border: 1px solid #ccc;
  opacity: 0.7;
}
.oldSeriesBtn > a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 261px;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding-bottom: 60px;
}
.oldSeriesBtn .rPanelTit {
  font-size: 108%;
  font-weight: bold;
  white-space: nowrap;
}
.oldSeriesBtn .rPanelInner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.oldSeriesBtn .rPanelInner:after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  margin: 40px auto 0;
  background: #bac3ca url(/business/images_global/r_ico_link_02.png) no-repeat center center;
}
.downloadBox .downloadElement:nth-child(2n+3) {
  clear: both;
}

/*SP*/
body.responsive-sp .oldSeriesBtn.downloadElement {
  margin: 0;
  padding: 0;
}
body.responsive-sp .oldSeriesBtn:hover {
  border: 0;
  border-top: 1px solid #ccc;
}
body.responsive-sp .oldSeriesBtn:last-child {
  border-bottom: 1px solid #ccc;
}
/* ***************************************************************************** */