@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: #cd5d16;
    border-left: 5px solid #cd5d16;
}

#s_navi a.slink_no {
    color: #cd5d16;
    border-left: 5px solid #cd5d16;
	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 {
	border-bottom: 2px solid #012788;
	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: 20px !important;
 }
	
#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 {
	border-bottom: 2px solid #012788;
	display: block;
	padding-left: 10px;
	text-align: left;
}
	
.product_model {
	font-size: 160%;
	font-weight: bold;
	color: #333;
}

.product_series {
	font-size: 120%;
	font-weight: 500;
	color: #333;
}
	
.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-333 {
  margin-top: 2px;
  margin-left: 0;
  font-size: 90%;
  color: #333;   /* ST系 */
  display: block;
  padding: 2px 8px 2px 5px;
  border-radius: 0 6px 0 0;
  text-align: center;
}

.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-333,
  .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-bottom: 30px;
	float: left;
}

#p_photo {
	width: 710px;
    text-align: center;
	float: left;
}

#feature {
	width: 710px;
	float: left;
}

#p_copy {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 5px;	
	text-align: left;
}

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

#feature1 p.comment {
	font-size: 90%;
	line-height: 1.7em;
	color: #333;
	text-align: left;
}

.comment_p {
	font-size: 100%;
	font-weight: 500;
	line-height: 1.7em;
	color: #333;
	text-align: left;
	margin-bottom: 10px;
}

.comment_p::before {
	font-size: 100%;
	font-weight: 500;
	content: "■";
	margin-right: 3px;
}

#feature2 {
	width: 710px;
	float: left;
}

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

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

#feature3 {
  width: 710px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 30px;
}

#feature3 > div {
  width: 340px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0 !important; /* 念のため */
}

#spec01 #color-box {
	width: 710px;
	margin-bottom: 40px;
	float: left;
}

#spec01 #color-box .color-box_title {
	font-size: 70%;
	line-height: 1.5em;
	color: #333;
	padding-left: 15px;
	display: block;
}

#spec01 #color-box ul {
	display: block;
	overflow: hidden;
	clear: both;
	width: 695px;
	background: #fff;
	margin-bottom: 10px;
	margin-left: 10px;
}

#spec01 #color-box li {
	border: 2px solid #c0c0c0;
	margin-right: 10px;
	float:left;	
}

#spec01 #color-box li a {
	display:block;
	height:75px;
	overflow:hidden;
}

/*-- ▼spec02▼ --*/

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

#tcm {
	width: 340px;
	margin-right: 20px;
	float: left;
}

#tcm_p {
	width: 340px;
	float: left;
}

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

#draw {
	width: 350px;
	/*margin-top: 40px;*/
	float: left;
}

/*-- ▼spec03▼ --*/

#spec03 {
	width: 710px;
	margin-bottom: 20px;
	float: left;
}

.table_title {
	font-size: 100%;
	font-weight: 500;
	line-height: 1.5em;
	color: #333;
	display: block;
}

.table_title::before {
	font-size: 100%;
	font-weight: 500;
	content: "■";
	margin-right: 3px;
}

.table_title .sub_info{
	font-size: 90%;
	font-weight: 400;
	line-height: 1.5em;
	color: #333;
}

#price-caption {
	text-align: left;
	margin-bottom: 10px;
}

.caption-list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc;
}

.caption-list li {
  font-size: 90%;
  color: #FF3300;
  margin-bottom: 2px;
}

@media screen and (max-width: 718px) {
  .caption-list li {
    font-size: 9px;
  }
}

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

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

table#price th,
table#price td {
	font-size: 90%;
	font-weight: normal;
	padding: 8px 8px;
	text-align: center;
}

table#price tr#index {
	background: #f39800;
	color:#FFF;
}

table#price tr#unit {
	background: #f39800;
	color:#FFF;
}

table#price tr.color_back {
	background: #fef0db;
}

table#price th.model {
	padding-left: 30px;
    padding-right: 20px;
	text-align: left;
}

table#price td.u_price {
	padding-right: 5px;
	text-align: right;
}

.h1 {
	font-size: 70%;
	line-height: 1.5em;
	color: #333333;
	padding-left: 15px;
	margin-top: 5px;
	display: block;
}

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

/*-- ▼kanren 関連製品▼ --*/

#kanren {
	width: 720px;
	margin-bottom: 10px;
	border-radius:10px;
	padding: 0px 10px 0px 10px;
	float: left;
}

#kanren h2.comment1 {
	font-size: 100%;
    font-weight: 500px;
	line-height: 1.5em;
	color: #333;
    padding-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
}

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

#kanren p.comment {
	font-size: 90%;
	line-height: 1.7em;
	color: #333;
    padding-left: 1em;
	text-indent: -1em;
    margin-top: 5px;
}

/*----- カスタム容器他 枠 -----*/

.custom_contents {
	width: 740px;
	padding: 0px 0px 20px 0px;
	margin-bottom: 10px;
	float: left;
}

/*----- カスタム容器他 内容 -----*/

.custom_ex {
	width: 175px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	float: left;
}

.update {
	width: 175px;
	font-size: 80%;
	line-height: 2em;
	color: #333333;
	text-align: center;
	margin-bottom: 3px;
	float: left;
}

.ex_title {
	width: 175px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #012788;
}

.ex_title1 {
	width: 175px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #012788;
}

.ex_title2 {
	width: 175px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #004A2B;
}

.ex_title3 {
	width: 175px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #8B0000;
}

.ex_title4 {
	width: 175px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #460061;
}

.ex_title5 {
	width: 175px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #00AD1F;
}

.ex_title6 {
	width: 140px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #FC4C00;
}

.ex_title9 {
	width: 175px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #A30000;
}

.ex_title11 {
	width: 175px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #006A5E;
}

.ex_title12 {
	width: 175px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	float: left;
    color: #0090AB;
}

/* 画像に明るさのマウスオーバー */

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

.ex_img {
	width: 175px;
	float: left;
}

.ex_model {
	width: 175px;
	font-size: 80%;
	color: #333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

/* 詳細を見るボタン */

.ex_model_link {
	width: 175px;
	font-size: 80%;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
	float: left;
}

.ex_model_link a {
    background: #eee;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 120px;
    padding: 5px 10px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.ex_model_link a:hover {
    background: #FC4C00;
    color: #FFF;
}

.ex_model_link a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.ex_model_link a:hover:after {
    border-color: #FFF;
}

/* 詳細を見るボタン ここまで */