@charset "utf-8";
/* reset css
-----------------------------------------------------------------*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, blockquote, th, td, img {
  margin: 0;
  padding: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address, caption, th {
  font-style: normal;
  font-weight: normal;
}
img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
body {
  /*font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
  font-size: 62.5%;
  line-height: 1.6;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
img {
  zoom: 1;
}
.none {
  display: none;
}
.pc-only {
  display: none;
}
/* 縦長画像用 */
.pic-h img {
	width: 50% !important;
	height: auto;
}
/* 横並び画像用 */
.pic-x2 {
	padding-left: 20px;
}
.pic-x2 img {
	width: 40% !important;
	padding-right: 20px;
}
.blank-link {
	display: inline !important;
	padding-right: 15px;
	background: url(../../../../images_v2/ico_blank_blue.gif) no-repeat;
	background-size: 10px 10px;
	background-position: right 50%;
}
.blank-link-white {
	display: inline !important;
	padding-right: 15px;
	background: url(../../../../images_v2/ico_blank_white.gif) no-repeat;
	background-size: 10px 10px;
	background-position: right 50%;
}
.blank-link-black {
	display: inline !important;
	padding-right: 15px;
	margin-right: 10px;
	background: url(../../../../images_v2/ico_blank.gif) no-repeat;
	background-size: 10px 10px;
	background-position: right 50%;
}
.blank-link2 {
	display: inline !important;
	padding-right: 15px;
	background: url(../../../../images_v2/ico_blank2_blue.gif) no-repeat;
	background-size: 11px 10px;
	background-position: right 50%;
}
.blank-link2-white {
	display: inline !important;
	padding-right: 15px;
	background: url(../../../../images_v2/ico_blank2_white.gif) no-repeat;
	background-size: 11px 10px;
	background-position: right 50%;
}

/* pdfコピーライト表記注釈（pdfを差し替え次第削除） */
.attention-copyright {
	margin-bottom: 20px;
}

/* 表のスクロールバー表示 */
.table-wrapper {
	width: 100%;
	margin-bottom: 20px;
	overflow-x: scroll;
}
.table-wrapper>table{
    min-width: 100%;
    border: none;
	margin-bottom:0 !important;
}
.table-wrapper>table th,
.table-wrapper>table td{
    display: table-cell;
}
.table-wrapper::-webkit-scrollbar {
  height: 5px;
}
.table-wrapper::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

/**** back arw box ****/
.back-arw-box p {
  background: url(/prdct/medical/images_v2/icon_arw_prdct.gif) #f8f8f8 no-repeat 0.6em center;
  border: 1px solid #ddd;
  padding: 4px 8px 4px 25px;
  float: right;
}
.back-arw-box {
	margin-bottom: 20px;
}
.back-arw-box:after {
	content: "";
	display: block;
	clear:both;
}
/* グラデーションボタン */
.link-btn-block {
	border: 1px solid #D5D5D5;
}
.link-btn-block .l-inner {
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 );
}
.link-btn-block .l-inner a {
	background: url(../../../../images_v2/icon_cr.gif) no-repeat;
	background-position: left 10px center;
	border: 2px solid #FFF;
	display: block;
	padding: 7px;
	text-decoration: none !important;
	font-weight: bold;
	color: #333 !important;
	text-align: center;
}

/* End hide from IE-mac */

/* 共通仕様
-----------------------------------------------------------------*/
/* link */
/*a:link {
  color: #1E3F79;
  text-decoration: underline;
}
a:hover, a:visited {
  color: #1E3F79;
  text-decoration: none;
}*/
/* Wrapper */
#wrapper {
  width: 100%;
  padding: 0;
}

/* Header
-----------------------------------------------------------------*/

/* 京セラ共通部分調整 */
.sp-area,#sp-head,#sp-foot{display: block;}
.pc-area,#pc-head,#pc-foot{display: none;}
#header{width: auto;padding: 0;}
#contents{
	width: auto;
	padding-bottom: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
#menu {
	line-height: 1.4;
}

/* ページトップ */
.p-pagetop {
  display: none;
}
.page-top a {
	text-decoration: none;
}
/* 医療用製品タイトル */
#maintitle {
  margin: 10px 15px;
}
.maintitle-inner {
  width: 100%;
}
.p-heading1 {
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
/* パンくず */
#topicPath li a:link,
#topicPath-Footer li a:link {
	text-decoration: none;
}
#topicPath li a:hover,
#topicPath-Footer li a:hover {
	text-decoration: underline;
}

/* content
-----------------------------------------------------------------*/

#content {
  margin-bottom: 20px;
}
#content-wrapper {
  padding: 0 10px;
}
#content ul, #content ol, #content dl, #content table, #content p, #side-navi-box {
  font-size: 140%;
}
#content dl table, #content dl h5, #content dl p, #content dl ul, #content ul ul, #content table ul, #content table ol, #content table dl, #content table table, #content table p {
  font-size: 100%;
}

/* ページタイトル */
#container .page-title {
  margin-bottom: 30px;
  width: 100%;
  min-height: 80px;
  display: table;
}
#container .page-title .headline {
  font-size: 220%;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0 20px 20px;
}

/* コンテンツ内ページトップボタン */
.content-pagetop-btn {
	padding: 0 20px;
  margin-bottom: 40px;
  font-size: 120%;
  text-align: center;
}
.content-pagetop-btn a {
  display: block;
  padding: 10px 0 10px 10px;
  border: 4px solid #DDDDDD;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}
.content-pagetop-btn a:after {
	content: url(../../../../images_v2/btn_pagetop.gif);
    display: inline-block;
    margin-left: 5px;
}
.content-pagetop-btn a:hover {
  background-color: #F1F1F1;
}

/*段落*/
.content-txtbox {
  margin-bottom: 15px;
}
/*リスト*/
.content-list li {
  margin-bottom: 3px;
}
.content-list-disc li {
  margin-left: 1em;
  text-indent: -1em;
}
.content-list-disc li:before {
  content: "・";
}
.content-list-decimal li {
  margin-left: 1.5em;
  list-style-type: decimal;
}
/*カタログリスト*/
.catalog-list-wrapper {
  background-color: #F8F8F8;
}
.catalog-list-container {
  padding: 0 15px;
}
.catalog-list-container:after,
.catalog-list a:after {
  content: "";
  display: block;
  clear: both;
}
.catalog-list,
.catalog-list-bnr {
  display: block;
  padding: 15px 0;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
.catalog-list:first-child,
.catalog-list-bnr:first-child {
  border-top: none;
}
.catalog-list a,
.catalog-list-bnr a {
  display: block;
  text-decoration: none;
}
.catalog-list .thumb {
  float: left;
  margin-right: 10px;
}
.catalog-list .btn span {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 8px 3px 18px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  color: #333;
  font-size: 90%;
}
.catalog-list .btn span:before {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #333;
}
.catalog-list-bnr .thumb {
  display: inline-block;
}
.catalog-list-bnr .thumb img {
  width: 100%;
  height: auto;
}
.catalog-list-bnr .txt {
  margin-top: 10px;
}


/* Footer
-----------------------------------------------------------------*/

#footer-navi-container {
	margin-top: 40px;
}
#footer-navi-container .footer-navi a {
	display: block;
	font-size: 120%;
}
#footer-navi-container .col01,
#footer-navi-container .col02 {
}
#footer-navi-container .col-detail {
	padding: 0;
	border-bottom: 0;
	border: 0;
}
#footer-navi-container .col-title{
	font-weight: bold;
	background: #F4F4F4;
	font-size: 120%;
}
#footer-navi-container li{
	padding: 1em 1em 1em 25px;
	border-top: 1px solid #DDDDDD;
	background: #FBFBFB;
}
#footer-navi-container li a {
	position: relative;
}
#footer-navi-container li a:before {
	position: absolute;
	content: "";
    background: url(../../../../images_v2/gnavi_bg02.gif) no-repeat;
	background-size: 4px 6px;
	width: 4px;
	height: 6px;
	top: 0.5em;
	left: -10px;
}



/* サイドナビ
-----------------------------------------------------------------*/
#side-navi-box .side-navi {
  margin-bottom: 20px;
  padding: 0 10px;
}
#side-navi-box .side-navi > div {
  margin-bottom: 10px;
  border: 2px solid #222;
  /*border: 2px solid #1F407A;*/
  border-radius: 4px;
}
#side-navi-box .side-navi > div:last-child {
  margin-bottom: 0;
}
#side-navi-box .side-navi div .current {
  display: block;
  color: #333;
  text-decoration: none;
}
#side-navi-box .side-navi div .navi-head {
  position: relative;
  padding: 1em;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background: #222;
  /*background: #1F407A;*/
  cursor: pointer;
}
#side-navi-box .side-navi div .navi-head.current {
  color: #FFF;
}
#side-navi-box .side-navi div .navi-head:after {
  position: absolute;
  content: "";
  top: 1em;
  right: 1em;
  background: url(../../../../images_v2/top_arw_black.gif) no-repeat;
  /*background: url(../../../../images_v2/top_arw_white.gif) no-repeat;*/
  background-size: 16px 16px;
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
#side-navi-box .side-navi div .navi-head.current:after {
  position: absolute;
  content: "";
  top: 1em;
  right: 1em;
  background: url(../../../../images_v2/top_arw_black.gif) no-repeat;
  /*background: url(../../../../images_v2/top_arw_white.gif) no-repeat;*/
  background-size: 16px 16px;
  transform: rotate(-90deg);
  width: 16px;
  height: 16px;
}
#side-navi-box .side-navi div .side-local-navi {
  display: none;
}
#side-navi-box .side-navi div .side-local-navi.current {
  display: block;
}
#side-navi-box .side-navi div .side-local-navi > li a {
  display: block;
  padding: 1em 1em 1em 1.6em;
  border-top: 1px solid #DDD;
  font-weight: bold;
  background: url(../../../../images_v2/snavi_bg.gif) no-repeat;
  background-position: 10px 50%;
}
#side-navi-box .side-navi div .side-local-navi > li:first-child a {
}
#side-navi-box .side-navi div .side-local-navi > li > ul {
  padding-left: 1em;
  border-top: 1px dotted #DDD;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li a {
  border-top: 1px dotted #DDD;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li:first-child a {
  border-top: 0;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul {
  border-top: 1px dotted #DDD;
  padding: 0.6em 0 0.6em 0.6em;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li a {
  padding: 0.4em 0;
  background: none;
  border-top: 0 !important;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul {
  padding: 0 0 0 1.8em;
  border-top: 0;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li {
  position: relative;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li a {
  padding: 0.2em 0;
  background: none;
  border-top: 0 !important;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: -14px;
  border-left: 1px solid #BABABA;
  height: 100%;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -14px;
  border-top: 1px solid #BABABA;
  width: 0.8em;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li:last-child:before {
  height: 50%;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: -14px;
  border-left: 1px solid #BABABA;
  height: 100%;
}

/*
#side-navi {
  margin-bottom: 20px;
}
.side-local-navi {
  border-bottom: solid 1px #DDDDDD;
}
.side-local-navi li {
  padding-left: 25px;
  border-top: 1px solid #DDDDDD;
  background: url(/prdct/medical/images_v2/snavi_bg.gif) no-repeat;
  background-position: 15px 1.2em;
}
.side-local-navi li a {
  display: block;
  padding: 0.8em 0 0.5em;
}
.side-local-navi .side-current, .side-local-navi .current {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
.side-local-navi2 {
}
.side-local-navi2 li {
  border-top: 1px dotted #DDDDDD;
  padding-left: 0px;
  background: none;
  line-height: 1.8;
}
.side-local-navi2 li a {
}
.side-local-navi3 {
  margin-left: 10px;
}
.side-local-navi3 li {
  padding-left: 15px;
  border-top: 0;
}
*/
.bnr-about-kmd {
  margin-bottom: 10px;
  border: 2px solid #DDDDDD;
  border-radius: 4px;
  line-height: 1.2;
}
.bnr-about-kmd img {
  display: block;
  margin: 0 auto 5px;
  text-align: center;
}
.bnr-about-kmd a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000;
}
.bnr-about-kmd a:hover {
  background: #F1F1F1;
}

.sidebnr-box {
	padding: 0 10px;
}
.sidebnr-box ul {
  line-height: 1.2;
}
.sidebnr-box ul img {
  display: block;
  margin: 0 auto 5px;
  text-align: center;
}
.sidebnr-box li {
  margin-bottom: 10px;
  position: relative;
}
.sidebnr-box li:after {
	content: "";
	right: 0.8em;
	width: 24px;
	height: 24px;
	top: 0.8em;
	position: absolute;
}
.sidebnr-box li.li-general:after {
	content: "";
	background: url(/prdct/medical/images_v2/sidebnr_icon01.gif) no-repeat;
	background-size: 24px 24px;
}
.sidebnr-box li.li-professional:after {
	content: "";
  background: url(/prdct/medical/images_v2/sidebnr_icon02.gif) no-repeat;
  background-size: 24px 24px;
}
.sidebnr-box li.li-agent:after {
	content: "";
  background: url(/prdct/medical/images_v2/sidebnr_icon03.gif) no-repeat;
  background-size: 24px 24px;
}
.sidebnr-box li a {
  display: block;
  padding: 1.2em 1em 1em 1em;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  background: #F1F1F1;
  box-shadow: 0 2px rgba(221,221,221,1);
  border-radius: 4px;
}
.sidebnr-box li a:hover {
  background: #DDDDDD;
  box-shadow: 0 2px rgba(166,166,166,1);
}
.sidebnr-box li.li-contact:after {
	content: "";
  background: url(/prdct/medical/images_v2/sidebnr_icon04.gif) no-repeat;
  background-size: 24px 24px;
}
.sidebnr-box li.li-contact a {
  display: block;
  padding: 1.2em 1em 1em 1em;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  background: #FFF;
  border:2px solid #DDDDDD;
  box-sizing:border-box;
  box-shadow: 0 1px rgba(221,221,221,1);
  border-radius: 4px;
}
.sidebnr-box li.li-contact a:hover {
  background: #DDDDDD;
  border:2px solid rgba(196,196,196,1.00);
  box-shadow: 0 1px rgba(196,196,196,1.00);
}

.bnr-mainavi {
	padding: 0 10px;
	margin-bottom: 10px;
	text-align: center;
}
.bnr-mainavi a {
	display:block;
	margin-bottom: 10px;
}
.bnr-mainavi img {
	width: 100%;
	height: auto;
}
/*製品・技術紹介ボタン*/
.sidecatbtn-box {
	font-size: 110%;
	padding: 0 10px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.sidecatbtn-box li {
  margin-bottom: 8px;
  border-radius: 4px;
  position: relative;
}
.sidecatbtn-box li:after {
	content: "";
	right: 1.2em;
	top: 1.2em;
	position: absolute;
	background: url(../../../../images_v2/top_arw_white.gif) no-repeat;
	background-size: 16px 16px;
	transform:rotate(90deg);
	width: 16px;
	height: 16px;
}
.sidecatbtn-box li a {
  display: block;
  padding: 0.9em 0.8em 0.8em 0.8em;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  background: #20417B;
/*  border: 2px solid #1F407A;*/
/*  box-shadow: 0 2px rgba(221,221,221,1);*/
  border-radius: 4px;
}
.sidecatbtn-box li a:hover {
  opacity: 0.7;
/*  background: #F4F5F8;*/
}
/* サポートセンターへのお問い合わせバナー */
#side-navi #bnr-support {
	display: none;
}

/* adjust
-----------------------------------------------------------------*/
.m00 {
  margin: 0px;
}
.m05 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.mt00 {
  margin-top: 0;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb00 {
  margin-bottom: 0;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml00 {
  margin-left: 0;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.mr00 {
  margin-right: 0;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.p00 {
  padding: 0px;
}
.p05 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.pt00 {
  padding-top: 0;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pb00 {
  padding-bottom: 0;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl00 {
  padding-left: 0;
}
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pr00 {
  padding-right: 0;
}
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
/*** top ***/

.main-box-wrapper {
	background: #77CCFF;
}
.main-box {
    background: url(/prdct/medical/images_v2/top_main.png) no-repeat center bottom;
	background-size: 816px 210px;
	padding-bottom: 100px;
    margin-bottom: 30px;
}
.main-box a {
    text-decoration: none;
    display: block;
	color: #333333;
}
.main-box .main-box-inner {
}
.main-box .gnavi-cont,
.main-box .snavi-cont {
	margin-bottom: 5px;
}
.main-box .global-navi .js-gnavi {
	margin-bottom: 12px;
    background: #fff;
	position: relative;
    border: #1e3f79 2px solid;
    box-sizing: border-box;
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
}
.main-box .global-navi {
	padding: 20px 10px 0;
}
.main-box .global-navi .js-gnavi a {
  display: block;
  position: relative;
	color: #333333;
}
.main-box .global-navi .js-gnavi a:hover {
	background: #F4F5F8;
}
.main-box .global-navi .js-gnavi a:after {
    content: "";
    background: url(/prdct/medical/images_v2/arw_open.gif) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 42%;
}
.main-box .global-navi .js-gnavi .close:after {
   background: url(../../../../images_v2/arw_close.gif) no-repeat;
   background-size: 20px 20px;
}
.main-box .global-navi .js-gnavi .btn-title {
    margin-bottom: 12px;
}
.main-box .global-navi .js-gnavi .btn-title img {
	width: 96px;
	height: auto;	
}
.main-box .global-navi .js-gnavi .btn-txt {
    font-size: 140%;
}
.main-box .global-navi .js-gnavi .gnavi-inner {
    padding: 22px 0;
    text-align: center;
}
.main-box .global-navi .js-gnavi .sub-menu {
  display: none;
	background: #FFF;
    box-sizing: border-box;
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
}
.main-box .global-navi .js-gnavi .sub-menu li {
	border-top: 1px solid #DDDDDD;
	font-size: 140%;
	position: relative;
}
.main-box .global-navi .js-gnavi .sub-menu li a {
	padding: 0.8em 0.8em 0.8em 32px;
	text-decoration: underline;
	color: #1E3F79;
	display: block;
}
.main-box .global-navi .js-gnavi .sub-menu li a:hover {
	text-decoration: none;
	background: #F4F5F8;
}
.main-box .global-navi .js-gnavi .sub-menu li:before {
	content: "";
    background: url(/prdct/medical/images_v2/gnavi_bg02.gif) no-repeat;
	background-size: 4px 6px;
	width: 4px;
	height: 6px;
	position: absolute;
	top: 1.3em;
	left: 17px;
}
.main-box .global-navi .js-gnavi .sub-menu li a:after {
	content: none;
}

.main-box .sub-navi {
	padding: 4px 35px 0;
}
.main-box .sub-navi li {
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
}
.main-box .sub-navi .bnr-kansetsu a {
    padding: 14px 0 14px 14px;
    margin-bottom: 15px;
    background: #FFF;
    border: 2px solid #ed720c;
    box-sizing: border-box;
    font-size: 100%;
    position: relative;
}
.main-box .sub-navi .bnr-kansetsu a:hover {
    background: #FFFADF;
}
.main-box .sub-navi .bnr-kansetsu a:after {
    content: "";
    background: url(/prdct/medical/images_v2/top_arw_red.gif) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 40%;
}
.main-box .sub-navi .bnr-kansetsu .btn-txt {
    margin-bottom: 3px;
    position: relative;
}
.main-box .sub-navi .bnr-kansetsu .btn-txt:after {
    content: "";
    background: url(/prdct/medical/images_v2/ico_blank2.gif) no-repeat;
    background-size: 11px 10px;
    width: 11px;
    height: 10px;
    position: absolute;
    margin-left: 3px;
    margin-top: 1px;
}

.main-box .sub-navi .bnr-tokuyakuten a {
    padding: 16px 0 16px 14px;
    background: #f8f8f8;
    border: 2px solid #AAAAAA;
    box-sizing: border-box;
    position: relative;
}
.main-box .sub-navi .bnr-tokuyakuten a:hover {
    background: #DDD;
}
.main-box .sub-navi .bnr-tokuyakuten a:after {
    content: "";
    background: url(/prdct/medical/images_v2/top_arw_red.gif) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 30%;
}
.main-box .sub-navi .bnr-tokuyakuten .btn-title {
    position: relative;
    padding-left: 34px;
}
.main-box .sub-navi .bnr-tokuyakuten .btn-title:before {
    content: "";
    background: url(/prdct/medical/images_v2/top_icon_tokuyakuten.gif) no-repeat;
    background-size: 22px 23px;
    width: 22px;
    height: 23px;
    position: absolute;
    left: 0;
    top: -3px;
}

.details {
  top: 0 !important;
  padding: 2px !important;
  font-size: 80% !important;
  line-height: 1.2;
  text-align: left;
}
#subnavi {
  font-size: 120%;
  line-height: 1.2;
  border-radius: 4px;
  background: #F1F1F1;
  box-shadow: 0 2px rgba(221,221,221,1);
}
#subnavi img {
  display: block;
  margin: 0 auto 5px;
  text-align: center;
}
#subnavi ul {
  font-size: 100% !important;
}
#subnavi li {
  float: left;
  text-align: center;
}
#subnavi .subnavi02 {
  width: 40%;
}
#subnavi .subnavi01 ,
#subnavi .subnavi03 {
  width: 30%;
}
#subnavi li a {
  display: block;
  padding: 10px 0;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
#subnavi li a:hover {
  border-radius: 4px;
  background: #DDDDDD;
  box-shadow: 0 2px rgba(166,166,166,1);
}
#subnavi li span {
  display: block;
  padding: 5px 0px;
  border-left: 1px solid #DDDDDD;
}
#subnavi li:first-child span {
  border-left: none;
}
#content.top .main-title {
	margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DF0623;
}
.attention-pro {
  display: inline-block;
  color: #DF0623;
  font-size: 100% !important;
  padding: 2px 5px;
  margin-left: 5px;
  border: 1px solid #DF0623;
}
/* information-box */
.information-box {
	padding: 15px 15px 5px;
	border: #1e3f79 1px solid;
	margin-bottom: 20px;
}
.information-box .info-title {
	font-weight: bold;
}
.information-box p{
	margin-bottom: 10px;
}

/* news-box */
.news-box {
  margin-bottom: 20px;
}
.news-box .main-title .txt {
  line-height: 1.6;
}
.news-box .main-title .all-btn {
  margin-left: 10px;
  border-radius: 4px;
  background: #F1F1F1;
  box-shadow: 0 2px rgba(221,221,221,1);
  font-size: 70%;
}
.news-box .main-title .all-btn a {
  padding: 3px 5px 1px;
  background: #F1F1F1;
  box-shadow: 0 2px rgba(221,221,221,1);
  border-radius: 4px;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
.news-box .main-title .all-btn a:hover {
  background: #DDDDDD;
  box-shadow: 0 2px rgba(166,166,166,1);
}
.news-box dl {
  overflow: hidden;
  _zoom: 1;
  line-height: 1.6;
  word-wrap: break-word;
}
.news-box dt {
  color: #666666;
  font-size: 85.7%;
}
.news-box dt span img {
  margin-left: 2px;
  vertical-align: middle;
}
.news-box dd {
	padding-bottom: 20px;
	border-bottom: 	1px solid #DDDDDD;
	margin-bottom: 20px;	
}
.news-box .title {
  font-weight: bold;
}
.news-box .attention-pro {
  font-size: 80% !important;
}

/*.topics-box*/
.topics-box {
  margin-bottom: -20px;
}
.topics-title {
  margin-bottom: 10px;
}
.topics-title h2,
.topics-title p {
  display: inline-block;
}
.topics-title h2 {
  /*float: left;*/
  font-size: 140%;
  font-weight: bold;
}
.topics-title .attention-pro {
  font-size: 80% !important;
	/*margin-left: 10px;*/
}
.topics-cont + .topics-cont {
	padding-top: 20px;
	border-top: 	1px solid #DDD;
	margin-top: 20px;
}
.topics-cont .img {
	text-align: center;
	margin-top: 15px;
}
.topics-cont .txt {
  /*margin-top: 20px;*/
  /*overflow: hidden;*/
}
.topics-cont .link,
.topics-cont .link-btn {
	padding-top: 10px;
}
.topics-cont .link a {
  font-size: 80%;
  padding: 2px 0 0 17px;
  background: url(/prdct/medical/images_v2/icon_cr.gif) no-repeat left center;
}
.topics-cont .bnrCaption {
    margin-top: 5px;
}
/* トップページ ピックアップエリア */
.pickup-box {
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
.pickup-box .pickup-title {
	text-align: center;
	padding: 40px 20px 20px;
	background: radial-gradient(ellipse at center, rgba(33,58,113,1) 0%,rgba(0,2,30,1) 75%);
}
.pickup-box .pickup-detail {
	box-sizing:border-box;
	padding: 20px;
	background: #00021E;
}
.pickup-box .pickup-detail .pickup-inner {
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 20px;
}
.pickup-box .pickup-detail dl {
	margin-bottom: 10px;
}
.pickup-box .pickup-detail dl:after {
	content:"";
	clear:both;
	display:block;
}
.pickup-box .pickup-detail dt {
	display: inline;
	padding:2px 4px;
	float: left;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	color:#FFFFFF;
	font-weight: bold;
}
.pickup-box .pickup-detail dd {
	display: block;
	padding-left: 3em;
	color:#FFFFFF;
	font-weight: bold;
	font-size:110%;
}
.pickup-box .pickup-detail dd em {
	font-size:130%;
}
.pickup-box .pickup-detail dd span {
	font-size:90%;
	display: block;
}
.pickup-box .pickup-detail .link-list {
}
.pickup-box .pickup-detail .link-list li {
	margin-top: 10px;
	text-align: center;
}
.pickup-box .pickup-detail .link-list li a {
	padding: 9px 20px 7px;
	display:block;
	background: #FFF url(../../../../images_v2/pickup_ar01.gif) no-repeat;
	background-position: left 14px center;
	border-radius: 4px;
	box-shadow: 0 2px rgba(126,154,218,0.7);
	text-decoration: none;
	font-size:110%;
	font-weight: bold;
	color: #2C4C98;
}
.pickup-box .pickup-detail .link-list li.btn-contact a {
	background: #D5DDF2 url(../../../../images_v2/pickup_ar01.gif) no-repeat;
	background-position: left 20px center;
}
.pickup-box .pickup-detail .link-list li a:hover {
	opacity: 0.6;
}
.pickup-box .pickup-detail .link-list li.btn-contact .blank-link2-pickup {
	display: inline;
	padding-right: 15px;
	background: url(../../../../images_v2/pickup_ico01.gif) no-repeat;
	background-size: 10px 10px;
	background-position: right 50%;
}


/*** Contents ***/
#container .main-title {
  margin-bottom: 15px;
  border-bottom: 2px solid #DF0623;
  font-size: 180%;
  font-weight: bold;
}
#container .sub-title {
  margin: 0 0 10px;
  font-size: 140%;
  font-weight: bold;
}
#content .sub-title2 {
  margin: 0 0 5px;
  padding-left: 15px;
  background: url(/prdct/medical/images_v2/icon_s.gif) no-repeat;
  background-position: left 0.5em;
  font-size: 140%;
  font-weight: bold;
}
#content .sub-title3 {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  border-bottom: none;
  font-size: 140%;
  font-weight: bold;
}
#content .third-title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  border-bottom: none;
  font-size: 130%;
  font-weight: bold;
}
#content .cont-box {
  margin-bottom: 25px;
}
#content .cont-box2 {
  margin-bottom: 30px;
}
#content .cont-box a img {
  margin: 10px 0;
  width: 100%;
  height: auto;
}
/*** Company ***/
/** index **/
.company-tb01 {
  width: 100%;
  margin: 20px 0 10px 0;
}
.company-tb01 th {
  font-weight: bold;
  padding: 20px 0 5px 10px;
  padding: 5px 0 5px 0px;
  border-bottom: solid 1px #CCCCCC;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}
.company-tb01 td {
  padding: 5px 0px 5px 10px;
  border-bottom: solid 1px #CCCCCC;
  vertical-align: top;
}
.company-tb01 td.c-name {
  font-weight: bold;
  font-size: 1.1em;
}

/** network **/
.network .link-arw02 {
  margin-top: 5px;
  padding-left: 20px;
  background: url(/prdct/medical/images_v2/icon_arw02.gif) no-repeat 0 0.35em;
}


/** director **/
#company .txtbox {
  overflow: hidden;
}
.director-p-box {
  position:relative;
  text-align:right;
  height:180px;
}
.director-p-inner {
  position:absolute;
  padding-right: 120px;
  right:120px;
  bottom:0;
  font-size: 120%;
}
#content .director-p-inner img {
  margin: 0 !important;
}
.director-photo {
  position:absolute;
  right:0;
}
.imgLeftcompany {
  margin: 0 0 10px;
  width: 100%;
  height: auto;
}

/** history **/
.history-box dl {
  padding-top: 15px;
  margin-top: 14px;
  border-top: 1px dotted #ccc;
}
.history-box dl.first {
  padding-top: 0;
  border-top: none;
}
.history-box dl dt {
  float: left;
  text-align: center;
  font-weight: bold;
  width: 60px;
}
.history-box dl dd {
  padding: 0 10px;
  overflow: hidden;
}
.history-box dl dd .reg {
  display: inline-block;
  vertical-align: top;
  font-size: 70%;
}
.history-box dl dd ul li {}
.history-box dl dd .add-icon {
  padding-right: 13px;
}

/** access **/
.map-tb {
  width: 100%;
}
.map-tb th, .map-tb td {
  vertical-align: top;
  text-align: left;
}
.map-tb th {
  width: 25%;
  font-weight: bold;
}
.map-tb td {
  line-height: 150%;
}
.map-tb .map img {
  width: 100%;
  height: auto;
}
.hr {
  margin: 10px 0 10px;
  border-bottom: dotted 1px #CCCCCC;
}
.CollapsiblePanelContent .map {
  padding: 5px 0 0 0;
}
.CollapsiblePanelContent .transp {
  padding: 10px 0 0 0;
  font-weight: bold;
}
.CollapsiblePanelContent .transp-desc {
  padding: 0 0 10px 0;
}
.CollapsiblePanel .CollapsiblePanelTab {
  margin-top: 10px;
  padding: 6px 0;
  text-align: center;
  border: 1px solid #DDD;
  line-height: 0;
  font-size: 0;
}
.CollapsiblePanel .CollapsiblePanelTab img {
  width: 50%;
}
/** management **/
.management-tb01 {
  width: 100%;
}
.management-tb01 th, .management-tb01 td {
  padding: 5px 0;
  vertical-align: top;
  text-align: left;
}
.management-tb01 th {
  width: 8em;
  font-weight: bold;
  border-bottom: solid 2px #9498a2;
  white-space: nowrap;
}
.management-tb01 td {
  padding-left: 1em;
  border-bottom: solid 1px #b6b6b6;
}
/** csr **/
.csr-navi-box {
  background: #f1f1f1;
  border: solid 1px #dedede;
  margin-bottom: 10px;
  padding: 10px 10px 0;
}
.csr-navi-box ul li {
  text-align: center;
}
.csr-navi-box ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.pickup-l ul li, .pickup-r ul li {
  padding: 0 0 0 20px;
  background: url(/prdct/medical/images_v2/icon_arw02.gif) no-repeat;
  background-position: 0 0.3em;
}
.csr-tit {
  padding: 8px 0 8px 20px;
  background: #f7f7f7;
  border-left: solid 5px #df0523;
  border-bottom-style: none;
  font-size: 1.2em;
  line-height: 1.4;
}
.csr-tit .csr-name01 {
  padding: 0 10px 0px 0px;
  float: left;
  font-weight: bold;
  font-size: 1.2em;
}
.aquala-banner {
  margin-top: 10px;
}
.picbox-r,
.picbox-l {
	text-align: center;
}
.picbox-r img,
.picbox-l img  {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.picbox-r img.img-auto,
.picbox-l img.img-auto {
	width: auto;
}
/* 情報提供活動 */
.reporting-box {
  text-align: center;
}
.reporting-box img {
  width: 100%;
  height: auto;
}
.reporting-box .txt-c p {
  text-align: left;
  margin-bottom: 10px;
}
.reporting-box .mb40 {
  margin-bottom: 0;
}
/** director **/
.director-link {
  margin-top: 20px;
}
.director-link img {
  margin-top: 10px;
}
/** guide **/
.guide-list2 {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.guide-list2 dt {
  font-weight: bold;
}
/** 2D,3Dページ使用箇所 **/
.education img, .education p {
  margin: 0 0 10px;
}
.education img {
  width: 100%;
  height: auto;
}
/** FAQ **/

.faq-box {
  padding: 0 0 10px 10px;
}
.faq-box dl.faq dt {
  background: url(/prdct/medical/images_v2/icon_q.gif) no-repeat 0 1em;
  font-weight: bold;
  padding: 10px 0 10px 30px;
  clear: both;
  display: block;
}
.faq-box dl.faq dd {
  background: url(/prdct/medical/images_v2/icon_a.gif) no-repeat 0 0.2em;
  padding: 0 0 20px 30px;
  border-bottom: dashed 1px #CCCCCC;
  margin-bottom: 10px;
  clear: both;
  display: block;
}
.faq-box dl.faq dd span {
  color: #60b5ee;
}
#content .qa-cont-box {
  width: 670px;
  padding: 10px 0 0 0;
}
/** page foot **/
#container .page-foot-navi {
  clear: both;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
}
#container .page-foot-navi p.navi-prev {
  background: url(/prdct/medical/images_v2/icon_prev.gif) #f8f8f8 no-repeat left center;
  padding: 2px 15px 2px 30px;
  border: solid 1px #e9e9e9;
  margin-bottom: 10px;
}
#container .page-foot-navi p.navi-next {
  background: url(/prdct/medical/images_v2/icon_next.gif) #f8f8f8 no-repeat right center;
  padding: 2px 30px 2px 15px;
  border: solid 1px #e9e9e9;
  margin: 0;
  text-align:right;
}
/* 2015.03.20 top slide
-----------------------------------------------------------------*/
.bx-wrapper {
	margin-bottom: 5px !important;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #DDD !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #DF0623 !important;
}
.bx-wrapper .bx-prev ,
.bx-wrapper .bx-next {
	background-image: url(../../../js/v2/ja/jquery.bxslider/images/controls_cus.png) !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 0 !important;
}
.bx-wrapper .bx-controls-direction {
	display: none;
}

/*2016.02.04 business update*/
#content .txtbox .link {
	padding:  3px 0 0 23px;
	background:url(/prdct/medical/images_v2/icon_cr.gif) no-repeat 0.5em center;
}
/* インデックスボタン */
.cat-navi-box ul li {
	margin-bottom: 10px;
}

.cat-navi-box ul li a{
	text-align: center;
	display: block;
}

.cat-navi-box ul li a img{
	width: 100%;
	height: auto;
}



/*------------------------------------------------------------------
 business 製品紹介
------------------------------------------------------------------*/

#business .page-title {
	background: #77CCFF url(/prdct/medical/business/images/business_main.png) no-repeat right;
	background-size: contain;
}

#business  #content .main-title .titbox-r p {
	margin: 10px 0;
	font-size: 0.8em;
	text-align: center;
}

#business  #content .main-title .titbox-r p a {
	position: relative;
	display: block;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
}

#business  #content .main-title .titbox-r .professional a {
	padding: 0.6em 2em 0.6em 0.6em;
	border: 2px solid #DDD;
	border-radius: 4px;
}

#business  #content .main-title .titbox-r .professional a .icon-professional {
	margin-right: 0.6em;
}

#business  #content .main-title .titbox-r .professional a:after {
	content: "";
	position: absolute;
	top: 0.8em;
	right: 0.6em;
	background: url(/prdct/medical/images_v2/top_arw_red.gif) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}

#business  #content .txtbox .link {
	padding:  3px 0 0 23px;
	background:url(/prdct/medical/images_v2/icon_cr.gif) no-repeat 0.5em center;
}

#business #content .btnbox p {
	position: relative;
	margin-top: 10px;
	width: 100%;
}

#business #content .btnbox p img {
	margin: 0;
}

#business #content .btnbox p a {
	display: block;
	margin: 0;
/*	padding: 0.9em 0.8em 0.8em 0.8em;*/
	color: #333333;
	font-weight: bold;
	border-radius: 4px;
}

#business #content .btnbox p a:hover img {
	opacity: 0.7;
}

#business #content .btnbox p.professional a {
	padding: 0.9em 0.8em 0.8em 2.8em;
	border: 2px solid #DDD;
}

#business #content .btnbox p.professional a:before {
	content: "";
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -8px;
	background: url(/prdct/medical/images_v2/top_arw_red.gif) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}


/*------------------------------------------------------------------
 technical 技術紹介
------------------------------------------------------------------*/
#technical .page-title {
	background: #77CCFF url(/prdct/medical/technical/images/technical_main.png) no-repeat right;
	background-size: contain;
}
/* サブタイトル */
#technical .sub-title span {
	float: left;
	margin-right: 10px;
}
#technical .sub-title img {
	vertical-align: middle;
}
/* バナーリスト */
#technical .prize {
	padding: 0 20px;
	margin-bottom: 20px;
}
#technical .prize li {
	margin-bottom: 10px;
}
#technical .prize li img {
	width: 100%;
	height: auto;
}
/* アンカーリンクリスト */
#technical .material-anc {
	margin-bottom: 40px;
	font-weight:bold;
}
#technical .material-anc ul {
	line-height: 1;
}
#technical .material-anc ul li {
	float: left;
	padding: 0 7px;
	border-left: 1px solid #333;
}
#technical .material-anc ul li:first-child {
	padding-left: 0;
	border-left: none;
}
/* 動画 */
#technical .movie-link-box {
	margin: auto;
	background:#f6f6f6;
	border:solid 1px #ccc;
	padding:20px 10px 10px;
	text-align: center;
}
#technical .movie-lbox {
	margin-bottom: 10px;
}
#technical .movie-rbox {
	text-align: left;
}

#technical .movie-tit01 {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:solid 1px #666;
	margin-bottom:5px;
	padding-bottom:3px;
}

/** 材料技術 **/
#technical ul.tech-2col-01 {
	padding: 0 20px;
}
#technical ul.tech-2col-01 img {
	width: 100%;
	height: auto;
	}
#technical ul.tech-2col-01 li.lastchild {
	margin-right:0;
	}
/* チタン合金の強度 */
#technical ul.tech-2col-02 {
  margin:10px 0 0 0;
	}
#technical ul.tech-2col-02 li {
  float:left;
	margin-right:20px;
	}
#technical ul.tech-2col-02 li.lastchild {
	margin-right:0;
	}
/* チタン合金の強度 コメント部分 */
#technical .tech-comm {
  line-height:1.4em;
	}
#technical .tech-comm td {
	position: relative;
	}
#technical .tech-comm .t-mark:before {
	content: "※";
	position: absolute;
	left: 0;
	margin-right: 5px;
	clear: right;
	}
#technical .tech-comm .t-tit {
	padding-left: 1.5em;
	width: 6em;
	}
#technical .tech-comm .t-tit:after {
	content: "：";
	position: absolute;
	right: 0;
	padding-right: 0.5em;
	}
/** 表面処理技術 **/
/*HAコーティング技術*/
#technical .ha-tb01 {
	border:solid 1px #CCCCCC;
	}
#technical .ha-tb01 th {
  font-weight:bold;
	text-align:center;
	padding: 5px 10px 5px 10px;
	background:#f1f1f1;
	border:solid 1px #CCCCCC;
	vertical-align:middle;
	white-space:nowrap;
	}
#technical .ha-tb01 td {
	text-align:center;
	padding:5px;
	border:solid 1px #CCCCCC;
	vertical-align:middle;
	}
#technical .ha-tb01 td.txtleft {
	text-align:left;
	}
#technical .ha-tb01 td, .ha-tb01 th {
  border-bottom: solid 1px #CCCCCC;
	line-height:1.4em;
	}
#technical .tb-tit01 {
  text-align:center;
	line-height:1.4em;
	font-weight:bold;
	}
#technical .caption-l {
  padding:5px 0 0 0;
	text-align:left;
	line-height:1.4em;
	font-size:0.9em;
	}
#technical .caption-c {
  padding:10px 0 0 0;
	text-align:center;
	line-height:1.4em;
	font-size:0.9em;
	}
#technical .caption-r {
  padding:5px 0 0 0;
	text-align:right;
	line-height:1.4em;
	font-size:0.9em;
	}
#technical .coating-box02 img {
	width: 100%;
	height: auto;
}
#technical .cb02-l {
	margin-bottom: 20px;
	}

/*----------------------------------------------------------------------------------
 general 一般の方へ
----------------------------------------------------------------------------------*/
/* トップ */
#general .product-area {
	padding-top: 20px;
}
/* 人工関節ってなに？ */
#general .sp-only,
#general .joint-btn01,
#general .joint-btn02,
#general .joint-btn03,
#general .picbox-l,
#general .picbox-r {
	margin-bottom: 10px;
}
#general .sp-only img,
#general .joint-btn01 img,
#general .joint-btn02 img,
#general .joint-btn03 img,
#general .img {
	width: 100%;
	height: auto;
	text-align: center;
}
#general .picbox-l img,
#general .picbox-r img {
	width: auto;
	height: auto;
	text-align: center;
}
#general .joint-main-box01 {
	margin-bottom: 20px;
}
#general .joint-main-lead {
	line-height:1.6em;
	margin-bottom: 10px;
}
#general .joint-txt {
	margin-bottom: 10px;
}
#general .joint-bg01 {
	background: #EDF5E5;
	padding: 10px 10px 0;
	margin-bottom: 20px;	
}
#general .joint-txt {
	line-height:1.6em;
}
#general .rok-subtitle1 {
	margin-bottom: 10px;
}
#general .rok-lead01,
#general .rok-box01 {
	margin-bottom: 20px;
}
#general .rok-subtitle2 {
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	padding: 0.2em 0.5em;
	margin-bottom: 10px;
	background: #3F95C1;
}
#general .rok-box02 {
	background: #F0FAFF;
	border: 1px solid #CFEAF7;
	padding: 10px;
	text-align: center;
}
#general .rok-box02 p {
	margin-bottom: 10px;
}
#general .rok-box02-lbox {
	text-align: left;
}
/* NANODENTALα clear */
#general .red-txt {
	color: #DF0521;
}
#general .nanodental-area .blue-txt {
	color: #71A1D5;
	font-weight: bold;
	background-color: #F1F1F1;
	margin-top: 10px;
	padding: 10px;
}

#general .flow-list li {
	text-align: center;
}
#general .flow-list img {
	width: 80%;
	height: auto;
}
/* 製品詳細 */
#general .detail-box dt {
	padding-top: 10px;
}

/* インプラント */
/***** implant *****/
.table-implant {
	max-width: 100%;
	border-spacing : 5px;
	border-collapse : separate ;
}
#general .table-implant th {
	padding: 0.2em 0.5em;
	text-align: center;
	font-weight: bold;
}
#general .table-title-juurai {
	background: #ddd;
}
#general .table-title-implant {
  text-align: center;
  color: #fff;
  background: #1F407A;
}
#general .table-title-case {
  padding: 0.3em 1em;
  color: #333;
  text-align: center;
  background: #fff;
}
#general .table-title-case em {
	font-weight: bold;
	display: block;
}
.table-implant .existing {
  border: 10px solid #DDD;
}
.table-implant .implant {
  border: 10px solid #92BEE7;
}
#general .table-implant .detail-box  {
	background: #FFF;
	padding: 5px;
	text-align: center;
}
#general .implantFlow dl {
	text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.implantFlow dl:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #777777 transparent transparent transparent;
}
.implantFlow dl:last-child {
  margin-bottom: 0;
}
.implantFlow dl:last-child:after {
  display: none;
}
#general .implantFlow dl img {
	width: 50%;
	height: auto;
}
#general .implantFlow dt {
	margin-bottom: 10px;
}
#general .implantFlow dl:first-child {
	margin-left: 0;
}
/* flow */
.flow-box {
	margin-bottom: 30px;
}
.title-flow {
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #EEE;
	font-size:140%;
	font-weight: bold;
}
.operation {
    border: 1px solid #ddd;
    padding: 14px;
    margin: 0px 0px 5px 0px;
}
.arrow {
    text-align: center;
    margin: 0px 0px 5px;
}
.maintenance {
	background: #FFF;
	border: 10px solid #EBF6F3;
	padding: 10px;
	height: 100%;
}
.maintenance .title-flow {
	background: #EBF6F3;
}
/*-----------------------------------------------------------------------------------
 news
-----------------------------------------------------------------------------------*/
.news dl {
  padding: 10px 0;
  border-bottom: dotted 1px #CCCCCC;
  overflow: hidden;
  _zoom: 1;
}
#news .news-txt,
#news .news-txt p {
	margin-bottom: 15px;
}
#news .news-top-box {
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 	1px solid #EEEEEE;
}
#news .news-top-box:after {
	content:"";
	display: block;
	clear: both;
}
#news .news-top-box-from {
	float: 	left;
}
#news .news-top-box-date {
	float: right;
	text-align: right;
}
#news .news-title {
  clear: both;
  border-bottom: solid 2px #f2f2f2;
  font-size: 160%;
  font-weight: bold;
  padding: 0 0 5px 2px;
  margin: 0 0 10px 0;
}
#news .news-title-sub {
  font-size: 140%;
  font-weight: bold;
}

/*-----------------------------------------------------------------------------------
 s_agent 特約店の方へ
-----------------------------------------------------------------------------------*/
#s_agent .btn-sagent-ent .sagent-title {
	background: #5A5A5A;
	text-align: center;
	margin-bottom: 3px;
	}
#s_agent .btn-sagent {
	margin-bottom: 10px;
	}
#s_agent .btn-sagent ul {
	background:#dedede;
	padding: 10px;
	text-align: center;
	}
#s_agent .btn-sagent ul li {
	display: inline-block;
	margin-right: 10px;
	}
#s_agent .s-agent-box {
	text-align: left;
	}
#s_agent .s-agent-box p {
	margin-bottom: 10px;
	}

/*価格表情報*/
#s_agent .pdf-all-box {
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom: 20px;
}
#s_agent .pdf-all-box span {
	float: left;
	margin-right: 10px;
	border:solid 1px #CCCCCC;
}

/*-----------------------------------------------------------------------------------
 m_professional 医療従事者の方へ
-----------------------------------------------------------------------------------*/
#m_professional #side-navi.nav-none {
	display: none;
}
#m_professional .prdct-list-box {
	margin-top: 20px;
	}
#m_professional .prdct-list-box:first-child {
	margin-top: 0;
	}
	
#m_professional .prdct-list-box .sub-title {
	margin: 0 0 10px;
	font-size: 100%;
	font-weight: bold;
	}

#m_professional .prdct-list-box ul li {
	line-height:1.4em;
	}
#m_professional .prdct-list-box ul li ul {
	margin-bottom: 20px;
	}
#m_professional .prdct-list-box ul li a {
	background:url(/prdct/medical/images_v2/icon_cr.gif) no-repeat 0.5em center;
	display:block;
	padding:10px 0px 8px 25px;
	border-bottom:dotted 1px #CCCCCC;
	}
#m_professional .prdct-list-box ul li a::last-child {
	border-bottom: 0;
	}
#m_professional .prdct-list-box-idx {
	margin:10px auto 0;
	}

#m_professional .prdct-list-box-idx ul li {
  background:url(/prdct/medical/images_v2/icon_cr.gif) no-repeat 0.5em center;
	line-height:1.4em;
	border-bottom:dotted 1px #CCCCCC;
	padding:10px 0px 8px 25px;
	}
#m_professional .pdf-all-box {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
#m_professional .pdf-all-box span {
	float: left;
	margin-right: 10px;
}
#m_professional .clog-anc {
	border: 2px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
}

#m_professional .clog-list-wrapper + .clog-list-wrapper {
  margin-top: 40px;
}
#m_professional .clog-list-wrapper .clog-list {
  padding-top: 15px;
}
#m_professional .clog-list-wrapper .sub-title3 {
  text-indent: 1em;
}
#m_professional .clog-list-wrapper .clog-container {
  padding-left: 1em;
}
#m_professional .clog-list-wrapper .clog-container-last {
  padding-left: 1em;
}
#m_professional .clog-list-wrapper .clog-list:nth-child(even) {
  background-color: #F8F8F8;
}
#m_professional .clog-list-wrapper .clog-list-white {
  background-color: #fff !important;
}
#m_professional .clog-list-wrapper .clog-list-gray {
  background-color: #F8F8F8 !important;
}
#m_professional .clog-bnr-list {
}
#m_professional .clog-bnr-list li {
  display: block;
  margin-bottom: 15px;
}
#m_professional .clog-bnr-list li img {
  width: 100%;
  height: auto;
}

#m_professional .clog-box p {
  clear:both;
	line-height:1.4em;
	padding:5px 0 0 0;
	}
#m_professional .clog-box dt {
	text-align: center;
	margin-bottom: 10px;
		}
#m_professional .clog-container,
#m_professional .clog-container-last {
	padding: 0 10px 15px;
	/*margin-bottom:15px;*/
	border-bottom: dotted 1px #b3b3b3;
	}
#m_professional .clog-container:after,
#m_professional .clog-container-last:after {
	content:"";
	display: block;
	clear: both;
	}
#m_professional .clog-container-last {
	margin-bottom: 0;
	border-bottom: 0;
	}
#m_professional .clog-container:after {
	content:"";
	display: block;
	clear: both;
	}
#m_professional .clog-box dd ul li {
  background:url(/prdct/medical/images_v2/icon_arw_red2.gif) no-repeat 0 0.35em;
	line-height:1.4em;
	padding:0 0 5px 10px; 
	}
#m_professional .clog-dl-box {
  background:#f8f8f8;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	}
#m_professional .clog-dl-tit01 {
  background:#333333;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	margin-bottom: 10px;
	}
#m_professional .clog-dl-tit02 {
  border-bottom:solid 1px #b3b3b3;
	font-weight:bold;
	margin-top:15px;
	padding: 0 10px;
	}
#m_professional .clog-pd .sub-title2 {
	margin: 10px;
	}
#m_professional .clog-pd .sub-title3 {
	padding: 0 10px;
	}
#m_professional .clog-box-detail {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
#m_professional .clog-box-detail .list {
  margin-top: 0.25em;
  background: none;
  padding: 0;
  font-weight: bold;
  text-indent: -0.5em;
}
#m_professional .clog-box-detail .list .list {
  background: none;
  font-weight: normal;
}
#m_professional .clog-box-detail .disc{
  list-style: disc;
  margin-left: 1.5em;
}

/* X線装置保守フルメンテナンス */
#m_professional .contents-header {
	margin-bottom: 40px;
}
#m_professional .ct-support .contents-header .title-image {
	margin-bottom: 12px;
}
#m_professional .ct-support .sub-title {
	margin-bottom: 20px;
}
#m_professional .ct-support .attention {
	color: #f00;
}
#m_professional .ct-support .section {
	margin-bottom: 30px;
}
#m_professional .ct-support .services .flow {
	margin-bottom: 40px;
}
#m_professional .ct-support .services .flow li {
	padding: 10px;
	border: 2px solid #9BBBCA;
	border-radius: 9px;
	margin-bottom: 10px;
}
#m_professional .ct-support .services .flow li .heading {
	margin-bottom: 10px;
	text-align: center;
}
#m_professional .ct-support .services .flow li .icon {
	margin-bottom: 10px;
	text-align: center;
}
#m_professional .ct-support .services .flow li .text {
	line-height: 1.4;
}
#m_professional .ct-support .period .image {
	margin-bottom: 8px;
}
#m_professional .ct-support .period .text {
	margin-bottom: 15px;
}
#m_professional .ct-support .system {
}
#m_professional .ct-support .system .flow {
	width: 100%;
	display: table;
	margin-bottom: 10px;
	padding: 15px 9px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}
#m_professional .ct-support .system .flow > li {
	display: block;
	position: relative;
	padding-bottom: 40px;
	text-align: center;
	font-size: 75%;
}
#m_professional .ct-support .system .flow > li:after {
	content:"";
	display: block;
	background: url(/prdct/medical/m_professional/yes/dental/images/ct_support/arw_right.gif) no-repeat;
	background-size: 12px 36px;
	width: 12px;
	height: 36px;
	transform: rotate( 90deg );
	position: absolute;
	left: 48%;
	bottom: 0;
}
#m_professional .ct-support .system .flow .second {
	text-align: left;
}
#m_professional .ct-support .system .flow .second .heading {
	margin-bottom: 10px;
	padding: 0 !important;
	text-align: center;
}
#m_professional .ct-support .system .flow .second .support-box {
	padding: 15px;
	background-color: #E7EEF1;
	line-height: 1.4;
}
#m_professional .ct-support .system .flow .second .support-box .support-box__heading {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
#m_professional .ct-support .system .flow .second .support-box li {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 9px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #fff;
}
#m_professional .ct-support .system .flow .second .support-box .icon,
#m_professional .ct-support .system .flow .second .support-box .text-area {
}
#m_professional .ct-support .system .flow .second .support-box .icon {
	display: block;
	margin: auto;
	width: 35px;
	padding: 0 9px 0 6px;
	text-align: center;
}
#m_professional .ct-support .system .flow .second .support-box .text-area .title {
	margin-bottom: 2px;
	font-weight: bold;
	text-align: center;
}
#m_professional .ct-support .system .flow .second .support-box .text-area .text {
}
#m_professional .ct-support .system .flow .third {
	padding-bottom: 0;
}
#m_professional .ct-support .system .flow .third:after {
	content:"";
	background: none;
}
#m_professional .ct-support .system .notes li {
	line-height: 1.4;
}
#m_professional .ct-support .system .bnr {
	margin-top: 25px;
}
#bnr-support {
	background-color: #fff;
}

/* DentalMaster */
#m_professional #content.dm ul,
#m_professional #content.dm ol {
	font-size: 100%;
}
#m_professional #content.dm .feature ul{
	font-size: 140%;
}
#m_professional .dm .contents-header .contents-nav li {
	margin-top: 10px;
}
#m_professional .dm .contents-header .contents-nav li img {
	width: 100%;
	height: auto;
}
#m_professional .dm .button.contact {
	text-align: center;
}
#m_professional .dm .copyright {
	margin-top: 20px;
}
#m_professional .dm .heading-area {
	margin-bottom: 30px;
}
#m_professional .dm .heading-area .lead {
	margin-top: 10px;
	color: #d50526;
	font-weight: bold;
}
#m_professional .dm #dmvo .heading-area .lead {
	color: #0f81cc;
}
#m_professional .dm .head-area .image img {
	width: 100%;
	height: auto;
}
#m_professional .dm .section {
	margin-bottom: 30px;
}
#m_professional .dm .section .lead {
	margin-bottom: 10px;
}
#m_professional .dm .section h6 {
	font-weight: bold;
	padding-left: 10px;
}
#m_professional .dm .feature li.exist-note {
	text-indent: -1em;
	padding-left: 1em;
}
#m_professional .dm .feature ul.image {
	text-align: center;
}
#m_professional .dm .feature ul.image li {
	margin-bottom: 10px;
}
#m_professional .dm #dmvo .feature ul.image {
	padding: 15px 0 0;
}
#m_professional .dm .illust-area {
	padding: 0 10px;
}
#m_professional .dm .illust-area .head-area {
	margin-bottom: 20px;
}
#m_professional .dm .illust-area .head-area.noh6 {
	margin-top: 22px;
}
#m_professional .dm .illust-area .image {
	margin-bottom: 15px;
}
#m_professional .dm .illust-area .video {
	line-height: 0;
	border: 5px solid #dc0a23;
	box-sizing: border-box;
	width: auto;
}
#m_professional .movie-area iframe,
#m_professional .video iframe {
	width: 100%;
	height: auto;
}
#m_professional .dm .illust-area .gray-box {
	padding: 19px;
	border: 1px solid #ccc;
	background: #f6f6f6;
}
#m_professional .dm .illust-area .gray-box li {
	overflow: hidden;
	margin-top: 10px;
}
#m_professional .dm .illust-area .gray-box li:first-child {
	margin-top: 0;
}
#m_professional .dm .illust-area .gray-box .image {
	text-align: center;
}
#m_professional .dm .illust-area .gray-box .image img {
	width: 100%;
	height: auto;
}
#m_professional .dm .illust-area .gray-box .exist-next {
	padding-bottom: 15px;
	margin-bottom: -5px;
	background: url(/prdct/medical/m_professional/yes/dental/images/dm_arrow01.gif) no-repeat 105px bottom;
}
#m_professional .dm .four-step .lead {
	margin-bottom: 30px;
}
#m_professional .dm .four-step ol > li {
	margin-top: 40px;
}
#m_professional .dm .four-step ol > li:first-child {
	margin-top: 0;
}
#m_professional .dm .spec .left {
	margin-bottom: 20px;
}
#m_professional .dm .spec table {
	width: 100%;
}
#m_professional .dm .spec th,
#m_professional .dm .spec td {
	text-align: center;
	padding: 5px 5px 3px;
	border: 1px solid #ccc;
}
#m_professional .dm .spec th {
	background: #f1f1f1;
}

/*  KITnews
---------------------------------------- */

#m_professional .kit-news .summary-box {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #B3B3B3;
}
#m_professional .kit-news .summary-box:after {
	content:"";
	display: block;
	clear: both;
}
#m_professional .kit-news .seminar-list {
	background: #F6F6F6;
	padding: 10px 10px 5px 5px;
	margin-bottom: 20px;
}
#m_professional .kit-news .seminar-list li {
	background: url(/prdct/medical/images_v2/icon_cr.gif) no-repeat 0.5em center;
	padding-left: 25px;
	margin: 0 15px 5px 0;
}
#m_professional .kit-news .summary-box .thumb {
	text-align: center;
}
#m_professional .kit-news .summary-box dt {
	display: list-item;
	font-weight: bold;
	list-style: disc;
	margin: 0 0 5px 20px;
	text-indent: -5px;
}
#m_professional .kit-news .summary-box dd {
	margin-left: 15px;
	margin-bottom: 5px;
}

#m_professional .kit-news .summary-box p {
	margin-bottom: 10px;
}
/* speaker */
#m_professional .kit-news .speaker {
	background: #F6F6F6;
	border: 1px solid #CCC;
	padding: 10px 10px 0;
	margin-bottom: 20px;
}
#m_professional .kit-news .speaker p {
	padding-top: 10px;
	border-top: 1px dotted #DDD;
}
#m_professional .kit-news .speaker p:first-child {
	padding-top: 0;
	border-top: 0;
}
#m_professional .kit-news .speaker p img {
	float: left;
	margin-right: 10px;
}

#m_professional .kit-news .seminar-list li {
	margin: 0 10px 5px 0;
	white-space: nowrap;
}
#m_professional .kit-news .summary-box .speaker {
	background: #fff;
}
/*link*/
#m_professional .kit-news .summary-box .link {
	margin-left: 20px;
	margin-top: 10px;
	display: list-item;
	list-style-image: url(/prdct/medical/images_v2/icon_arw_red.gif);
}

#m_professional .kit-news .pagenation {
	text-align: center;
}

#m_professional .kit-news .pagenation li {
	display: inline-block;
	margin: 0 5px;
}

#m_professional .kit-news .pagenation span,
#m_professional .kit-news .pagenation a {
	display: block;
	text-align: center;
	padding: 1em;
	border: 1px solid #CCC;
	background: #F6F6F6;
}

#m_professional .kit-news .seminar-detail .section {
	margin-bottom: 30px;
}

#m_professional .kit-news .seminar-detail .doc {
	font-size: 71.4%;
	padding: 0 2px;
}

#m_professional .kit-news .seminar-detail .section h4{
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 5px;
}

#m_professional .kit-news .seminar-detail .section p {
	margin-bottom: 10px;
}

#m_professional .kit-news .seminar-detail .section ul {
	padding: 0 35px;
	margin: 15px 0;
}
#m_professional .kit-news .seminar-detail .section li {
	list-style-type: disc;
	text-indent: -5px;
}
#m_professional .kit-news .seminar-detail table {
	margin: 5px 0 15px;
	width: 100%;
}
#m_professional .kit-news .seminar-detail th,
#m_professional .kit-news .seminar-detail td {
	border: 1px solid #ccc;
	padding: 10px;
}
#m_professional .kit-news .seminar-detail th {
	font-weight: bold;
	background: #F1F1F1;
}
#m_professional .kit-news .seminar-detail .text-set {
	margin-bottom: 20px !important;
	overflow: hidden;
}
#m_professional .kit-news .seminar-detail .text-set .bottom {
	margin-top: 15px;
}
#m_professional .kit-news .seminar-detail .text-set .frame {
	border: 1px solid #DDD;
	text-align: center;
}
#m_professional .kit-news .seminar-detail .text-set .frame p {
	padding: 19px 19px 0;
}

#m_professional .kit-news .seminar-detail .text-set span {
	display: block;
	margin-top: 8px;
}
#m_professional .kit-news .seminar-detail .image-set .left,
#m_professional .kit-news .seminar-detail .image-set .right {
	margin: 0 0 10px;
}
#m_professional .kit-news .seminar-detail .image-set img,
#m_professional .kit-news .seminar-detail .text-set img {
	width: 100%;
	height: auto;
}
#m_professional .kit-news .seminar-detail .image-set .summary {
	margin-top: 10px;
}
#m_professional .kit-news .seminar-detail .image-set span {
	display: block;	
}
#m_professional .kit-news .document-area {
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #F6F6F6;
}
#m_professional .kit-news .document-area h4 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	background: none;
}
#m_professional .kit-news .document-area ol {
	margin-left: 22px;
}

#m_professional .kit-news .document-area li {
	text-indent: -22px;
}

/* no36 */

#m_professional .kit-news .no36 .frame {
	padding: 15px;
	border: 1px solid #DDD;
}
#m_professional .kit-news .no36 .graybox {
	padding: 20px 20px 10px;
	background-color: #f6f6f6;
	border: 1px solid #DDD;
}
#m_professional .kit-news .no36 table.impress {
	margin-bottom: -6px;
}
#m_professional .kit-news .no36 .illust2-10 span {
	text-indent: 0.5em;
}
#m_professional .kit-news .no36 .illust3-05_07 .right {
	margin: 0 0 10px;
}
#m_professional .kit-news .no36 .illust4-4 div.left {
	font-size: 140%;
}

/*  PreVista Flex3D & PreVista Uni-3D
---------------------------------------- */
#m_professional .i3d-grn .contents-header .contents-nav li,
#m_professional .uni3d .contents-header .contents-nav li {
	margin-top: 5px;
}
#m_professional .i3d-grn .contactBtn,
#m_professional .uni3d .contactBtn {
	margin: 20px 0;
	text-align: center;
}
#m_professional .i3d-grn .contents-header img{
	width: 100%;
	height: auto;
}
#m_professional .uni3d .contents-header .contents-nav li img {
	width: 50%;
	height: auto;
	float: left;
}
#m_professional .uni3d .contents-header ul:after {
	content: "";
	clear: both;
	display: block;
}
#m_professional .i3d-grn .image-title {
	margin-bottom: 10px;
}
#m_professional .i3d-grn .contents-box img,
#m_professional .uni3d .contents-box img {
	width: 100%;
	height: auto;
}
#m_professional .i3d-grn .contents-box p,
#m_professional .uni3d .contents-box p,
#m_professional .uni3d .contents-box dd {
	margin-bottom: 10px;
}
#m_professional .uni3d .contents-box dl {
	margin-bottom: 30px;
}
#m_professional .i3d-grn .point-title,
#m_professional .uni3d .point-title {
	font-size: 140%;
	margin-bottom: 10px;
	font-weight: bold;
}
#m_professional .i3d-grn .l-inner {
	width: auto;
}
#m_professional .i3d-grn .l-inner table,
#m_professional .uni3d table {
	width: 100%;
}
#m_professional .i3d-grn .contents-box .l-inner table th,
#m_professional .uni3d table th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f1f1f1;
}
#m_professional .i3d-grn .contents-box .l-inner table td,
#m_professional .uni3d table td {
	border: 1px solid #ccc;
	padding: 5px;
}

/*スライド部分*/
#m_professional .uni3d .main-images {
	background: #EEE;
	padding: 10px;
	margin-bottom: 20px;
}
#m_professional .uni3d .main-images li {
	margin-bottom: 10px;
}
#m_professional .uni3d .main-images li .sp-title {
	display:block;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 10px;
}
#m_professional .uni3d #explanation p {
	margin-bottom: 10px;
}
#m_professional .uni3d .movie-area {
	width: auto;
	margin-bottom: 20px;
}
#m_professional .uni3d .movie-area video {
	width: 100%;
	height: auto;
}
#m_professional .uni3d #spec {
	margin-bottom: 20px;
}
#m_professional .uni3d #introduction ul {
	margin-bottom: 40px;
}
#m_professional .uni3d #introduction li {
	margin-bottom: 10px;
}
#m_professional .uni3d #introduction li img {
	width: 100%;
	height: auto;
}
/*  CTユーザー紹介
---------------------------------------- */

#m_professional .lead-text {
	margin-bottom: 30px;
}
#m_professional .user-description {
	margin-bottom: 20px;
}

#m_professional .user-description .photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#m_professional .user-description .title {
	font-weight: bold;
	border-bottom: 2px solid #F2F2F2;
	padding-bottom: 1em;
}
#m_professional .user-description .title:after {
	content: "";
	display:block;
	clear: both;
}
#m_professional .user-description p {
	margin-bottom: 1em;
}
#m_professional .user-description li {
	display: block;
	background:#eee;
	padding: 1em;
	margin-bottom: 30px;
}
#m_professional .user-description li a {
	background:#eee url(/prdct/medical/images_v2/icon_cr.gif) no-repeat 0 center;
	display: block;
	padding-left: 1em;
}

/* 拠点一覧
-----------------------------------------------------------------------------------*/

#officelist .summary-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #CCCCCC;
}
#officelist .office-box .txt {
	margin-bottom: 10px;
}
#officelist .office-box .txt span {
	display: block;
}
#officelist .office-box .link-btn-block {
}
