@charset "utf-8";
/* CSS Document */

/*----- ▼▼ 左コンテンツ ▼▼ -----*/

/*-- ▼ 製品カテゴリー ▼ --*/

#side_left{
	width: 240px;
	text-align: left;
	margin-right: 20px;
    float: left;
}

#side_navi{
	width: 240px;
	text-align: left;
	float: left;
}

#side_navi li.category1{
	list-style-type: none;
	width: 240px;
	height: 34px;
	margin: 0px 0px 6px 0px;
}

#side_navi li.category2{
	list-style-type: none;
	width: 240px;
	height: 34px;
	margin: 0px 0px 15px 0px;
}

/*----- ▼infoコンテンツ▼ -----*/

#info{
	width: 240px;
	margin-top: 20px;
	float: left;
}

/*----- SNSバナー -----*/

#sns {
	width: 240px;
	height: 70px;
	text-align: center;
	margin-top: 20px;
	float: left;
}

#sns #sns_y {
	width: 60px;
	height: 70px;
	float: left;
}

#sns #sns_y a:hover img {
    opacity: 0.6;
	transition: 0.3s ease-in-out;
}

#sns #sns_t {
	width: 60px;
	height: 70px;
	float: left;
}

#sns #sns_t a:hover img {
    opacity: 0.6;
	transition: 0.3s ease-in-out;
}

#sns #sns_i {
	width: 60px;
	height: 70px;
	float: left;
}

#sns #sns_i a:hover img {
    opacity: 0.6;
	transition: 0.3s ease-in-out;
}

#sns #sns_f {
	width: 60px;
	height: 70px;
	float: left;
}

#sns #sns_f a:hover img {
    opacity: 0.6;
	transition: 0.3s ease-in-out;
}

/*----- 展示会バナー -----*/

#biopharma_expo_2020 {
	width: 240px;
	height: 100px;
	text-align: center;
	background-color: #4e2581;
	margin-bottom: 10px;
	float: left;
}

#biopharma_expo_2020 a:hover img {
    filter: brightness(130%);
	transition: 0.3s ease-in-out;
}

/*----- カタログ 枠-----*/

#catalog_pc {
	width: 223px;
	padding: 10px 0px 10px 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	float: left;
}

#catalog {
	width: 223px;
	padding: 10px 0px 10px 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	float: left;
}

#catalog_contents {
	width: 235px;
	padding-left: 10px;
	float: left;
}

/*----- カタログ 内容-----*/

#catalog_pc .catalog_ask {
	width: 210px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	float: left;
}

#catalog .catalog_ask {
	width: 210px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	float: left;
}

#catalog_pc .catalog_pdf {
	width: 210px;
	font-size: 80%;
	font-weight: nomal;
	text-align: center;
	border-top: solid 1px #94000b;
	padding-top: 5px;
	float: left;
}

#catalog .catalog_pdf {
	width: 210px;
	font-size: 80%;
	font-weight: nomal;
	text-align: center;
	border-top: solid 1px #94000b;
	padding-top: 5px;
	float: left;
}

#catalog_pc:hover {
	border-color: #002887;
	transition: 0.3s ease-in-out;
}

#catalog:hover {
	border-color: #002887;
	transition: 0.3s ease-in-out;
}

#catalog_pc .catalog_ask a{
	color: #333333;
}

#catalog .catalog_ask a{
	color: #333333;
}

#catalog_pc .catalog_img {
	width: 210px;
	padding-top: 5px;
	float: left;
}

#catalog .catalog_img {
	width: 210px;
	padding-top: 5px;
	float: left;
}

#catalog_pc a:hover img {
    filter: brightness(85%);
	transition: 0.3s ease-in-out;
}

#catalog a:hover img {
    filter: brightness(85%);
    transition: 0.3s ease-in-out;
}

/*----- 問合せ 電話/FAX -----*/

#ask_tel {
	width: 240px;
	margin-bottom: 10px;
	float: left;
}

/*----- 問合せ フォーム -----*/

#ask_foam {
	width: 240px;
	margin-bottom: 10px;
	float: left;
}

/*----- 問合せ メール -----*/

#ask_mail {
	width: 240px;
	margin-bottom: 15px;
	float: left;
}

/*----- イプロス特設サイト -----*/

#ipros {
	width: 240px;
	margin-bottom: 15px;
	float: left;
	transition: 0.3s ease-in-out;
}

#ipros a:hover img {
    filter: brightness(90%);
	transition: 0.3s ease-in-out;
}

/*----- ファームテクジャパン WEB展示場 -----*/

#pharmtech {
	width: 240px;
	margin-bottom: 10px;
	float: left;
	transition: 0.3s ease-in-out;
}

#pharmtech a:hover img {
    filter: brightness(90%);
	transition: 0.3s ease-in-out;
}

/*----- 採用情報 -----*/

#job_info {
	width: 240px;
	margin-bottom: 15px;
	float: left;
}

/*-- ▼ シリーズ ▼ --*/

#s_navi {
	border: solid 1px #c0c0c0;
	font-size: 70%;
}

#s_navi a:hover {
    color: #018da4;
    border-left: 5px solid #018da4;
}

#s_navi a.slink_no {
    color: #018da4;
    border-left: 5px solid #018da4;
	background-color: #f0f0f0;
}

#s_navi a {
    display: block;
	width: 213px;
	border-bottom: 1px dotted #c0c0c0;
    margin: 0;
	padding: 5px 10px;
    color: #555555;
	font-weight: normal;
    border-left: 5px solid #ddd;
    text-decoration: none;
}

/*----- ▼▼ 右コンテンツ ▼▼ -----*/

/*-- 右枠 --*/

#side_right {
	float: right;
	width: 740px;
	text-align: left;
}

/*-- シリーズ名 --*/

#type {
  width: 100%;
  max-width: 740px;
  margin-bottom: 20px;
}

.product_name h1 {
	margin-top: 20px;
	border-bottom: 2px solid #0090AB;
	display: block;
	padding-left: 10px;
	text-align: left;
}

.product_model {
	font-size: 200%;
	font-weight: bold;
	color: #333;
}

.product_series {
	font-size: 160%;
	font-weight: 500;
	color: #333;
	display: block;
}

.product_category {
	margin-top: 5px;
	font-size: 90%;
	font-weight: normal;
	color: #5d6a75;
	display: block;
	padding-right: 10px;
	text-align: right;
}

@media screen and (max-width: 718px) {
#type {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
 }
	
#side_right {
    float: none;
    width: 100%;
 }
	
#p_contents,
#spec01,
#spec02,
#spec03,
#spec04,
#spec05,
#spec06,
#spec07,
#spec08,
#spec09,
#spec10,
#spec11,
#spec12,
#kanren,
.custom_contents {
    width: 100% !important;
    float: none !important;
    overflow: hidden;
}
	
.product_name h1 {
	margin-top: 20px;
	border-bottom: 2px solid #0090AB;
	display: block;
	padding-left: 10px;
	text-align: left;
 }
	
.product_model {
	font-size: 160%;
	font-weight: bold;
	color: #333;
}

.product_series {
	font-size: 180%;
	font-weight: 500;
	color: #333;
	display: block;
}
	
.product_category {
	margin-top: 5px;
	font-size: 85%;
	font-weight: normal;
	color: #5d6a75;
	display: block;
	padding-right: 10px;
	text-align: right;
 }
}

/* PC・タブレットでは通常表示 */

.table-scroll {
  width: 100%;
  overflow-x: visible;
}

/* スマホ時のみテーブルを横スクロール */

@media screen and (max-width: 718px) {
.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
	
table#price,
table#st_type,
table#cth_type,
table#ctl_type {
    width: 710px;   /* テーブルが全カラム見切れる幅 */
    min-width: 600px;
  }
}

/* スマホ時のみテーブルを横スクロール ここまで*/

/* スクロール案内メッセージを左下の外に */

.scroll-info-st {
  margin-top: 2px;
  margin-left: 0;
  font-size: 90%;
  color: #007e5c;   /* ST系 */
  background: rgba(255,255,255,0.95);
  display: block;
  padding: 2px 8px 2px 5px;
  border-radius: 0 6px 0 0;
  text-align: center;
}

.scroll-info-cth {
  margin-top: 2px;
  margin-left: 0;
  font-size: 90%;
  color: #0057b7;   /* CTH系 */
  background: rgba(255,255,255,0.95);
  display: block;
  padding: 2px 8px 2px 5px;
  border-radius: 0 6px 0 0;
  text-align: center;
}

.scroll-info-ctl {
  margin-top: 2px;
  margin-left: 0;
  font-size: 90%;
  color: #7350aa;   /* CTL系 */
  background: rgba(255,255,255,0.95);
  display: block;
  padding: 2px 8px 2px 5px;
  border-radius: 0 6px 0 0;
  text-align: center;
}

/* PC・タブレットでは非表示、スマホ時のみ表示 */

@media screen and (min-width: 718px) {
  .scroll-info-st,
  .scroll-info-cth,
  .scroll-info-ctl {
    display: none;
  }
}

/* スクロール案内メッセージを左下の外に ここまで*/

/*-- ▼▼シリーズ詳細▼▼ --*/

#p_contents {
	width: 710px;
	padding: 0px 15px 0px 15px;
	float: left;
}

/*-- ▼spec01▼ --*/

#spec01 {
	width: 710px;
    margin-top: 20px;
	margin-bottom: 40px;
	float: left;
}

#spec01 .ball_t {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 10px;	
	text-align: left;
    padding-left: 1em;
	text-indent: -1em;
}

#spec01 .p_photo {
	width: 350px;
	margin-right: 10px;
	float: left;
}

#spec01 .feature {
	width: 350px;
	float: left;
}

#spec01 .feature1 {
	width: 350px;
	/*margin-top: 10px;*/
	margin-bottom: 30px;
}

#spec01 .feature1 p.comment {
	font-size: 80%;
	line-height: 1.7em;
	color: #333333;
	padding-left: 1em;
	text-indent: -1em;
    text-align: left;
}

#spec01 .feature2 {
	width: 330px;
}

#spec01 .feature2 p.comment {
	font-size: 90%;
	line-height: 1.5em;
	color: #333333;
    text-align: left;
}

.dot-red {
	font-size: 90%;
	color: #91001a;
	margin-right: 3px;
	margin-left: 10px;
}

.dot-red {
	font-size: 90%;
	color: #91001a;
	margin-right: 3px;
	margin-left: 10px;
}

/*-- テーブル --*/

#spec02 {
	width: 710px;
	margin-bottom: 40px;
	float: left;
}

table#price {
	width: 710px;
	border: 0;
	white-space: nowrap;
	border-collapse: collapse;
	border-top: 1px solid #008195;
	border-bottom: 1px solid #008195;
}

table#price td.hinmei {	
	font-size: 100%;
    font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 2em;
	background: #008195;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

.mgr-lr {
    margin-left: 100px;
    margin-right: 100px;    
}

table#price td.zumen {	
	text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;   
}

table#price td.index {
	font-size: 80%;
	color:#555;
	text-align: center;
	line-height: 2.5em;
	background: #71c1d1;
}

table#price td.sunpo1 {
	font-size: 80%;
	color:#555;
	text-align: center;
	line-height: 2.5em;
	border-bottom: 1px dotted #008195;
}

table#price td.sunpo {
	font-size: 80%;
	color:#555;
	text-align: center;
	line-height: 2.5em;
}

/*-- ▼spec07▼ --*/

#spec07 {
	width: 690px;
	margin-bottom: 30px;
	border: solid 1px #999999;
	/*--角丸--*/
	border-radius:10px;
	background-color: #ffffee;
	padding: 10px 10px 10px 10px;
	float: left;
}

#spec07 p.comment {
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
    padding-left: 1em;
	text-indent: -1em;
}

#spec07 h2.comment {
	font-size: 90%;
	font-weight: 500;
	line-height: 1.5em;
	color: #333;
    padding-left: 1em;
	text-indent: -1em;
}

#spec07 h2.comment::before {
	font-size: 90%;
	font-weight: 500;
	content: "■";
	margin-right: 3px;
}