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

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

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

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

/* 製品＆サービス */

#main #side_navi ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main #side_navi li{
	list-style-type: none;
	float: left;
	width: 240px;
	height: 34px;
	margin: 0px 0px 6px 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: 10px;
	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;
}

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

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

#main_tp {
	width: 740px;
	margin-bottom: 20px;
	float: left;
}

/*----- 一覧へ戻る -----*/

#back {
	width: 720px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	float: left;
}

#back p {
	font-size: 90%;
}

/*----- ページネーション -----*/

#next_back {
	width: 740px;
	margin-bottom: 20px;
    text-align: center;
	float: left;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    }

ul.pagination li {
    display: inline;
    }

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #3b579d;
    border-radius: 5px;
    font-size: 18px;
    }

ul.pagination li a.active {
    background-color: #eee;
    color: black;
    border: 1px solid #ddd;
    }

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
    
ul.pagination li a {
    margin: 0 5px;
    }

/*----- アップデート -----*/

#update{
	width: 710px;
	font-size: 80%;
	color: #222;
	float: left;
}

#update p{
	display: inline;	
}

/*----- タイトル -----*/

#tittle {
	width: 698px;
	padding: 10px 20px 10px 20px;
    border-radius: 0px 5px 5px 5px;
	border: 1px solid #008080;
	background-color: #f0f0f0;
	font-size: 100%;
	color: #222;
	margin-bottom: 20px;
	float: left;
}

/*----- コメント -----*/

#come {
	width: 698px;
	padding: 20px;
    border-radius: 0px 5px 5px 5px;
	border: 1px solid #008080;
	font-size: 90%;
	line-height: 1.5em;
	color: #222;
	margin-bottom: 20px;
	float: left;
}

#come p {
	margin-bottom: 10px;
}

/*----- 写真 -----*/

#img {
	width: 720px;
	float: left;
}

#img img {
	margin-bottom: 5px;
}

/*-- ▼spec02▼ --*/

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

.lid_type {
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	display: block;

}

.type_image {
	width: 710px;
}

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

/*-- ▼spec3,4,5共通▼ --*/

.type_line {
	width: 710px;
	height: 2px;
	margin-bottom: 10px;
	background-image: url(../img/20141021t_line.gif);
	background-repeat: repeat-x;
	float: left;
}

.type_name {
	width: 710px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	float: left;
}

.type_photo {
	width: 200px;
	margin: 5px 10px 0px 0px;
	float: left;
}

.type_draw {
	width: 200px;
	float: left;
}

.type_spec {
	width: 500px;
	float: left;
}

.type_com {
	width: 478px;
	margin-bottom: 0px;
	border: solid 1px #999999;
	/*--角丸--*/
	border-radius:5px;
	background-color: #ffffee;
	padding: 5px 10px 5px 10px;
	float: left;
}

.type_com p.comment {
	font-size: 70%;
	line-height: 1.5em;
	color: #333333;
}

/*-- ▼spec03▼ --*/

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

.table_title {
	font-size: 80%;
	line-height: 1.5em;
	color: #000000;
	display: block;
}

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

table#st_type {
	width: 500px;
	border: 0;
	white-space: nowrap;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
}

table#st_type th , #st_type td {
	font-size: 70%;
	text-align: center;
	line-height: 2em;
}

table#st_type tr#index {
	background: #0c2c84;
	color:#FFF;
}

table#st_type tr#unit {
	background: #0c2c84;
	color:#FFF;
}

table#st_type tr.color_back {
	background: #eae4d1;
}

table#st_type th.model {
	padding-left: 10px;
	text-align: left;
}

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

/*-- ▼spec04▼ --*/

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

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

table#cth_type {
	width: 500px;
	border: 0;
	white-space: nowrap;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
}

table#cth_type th , #cth_type td {
	font-size: 70%;
	text-align: center;
	line-height: 2em;
}

table#cth_type tr#index {
	background: #0c2c84;
	color:#FFF;
}

table#cth_type tr#unit {
	background: #0c2c84;
	color:#FFF;
}

table#cth_type tr.color_back {
	background: #bce2e8;
}

table#cth_type th.model {
	padding-left: 10px;
	text-align: left;
}

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

/*-- ▼spec05▼ --*/

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

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

table#ctl_type {
	width: 500px;
	border: 0px;
	white-space: nowrap;	
	border-bottom: 1px solid #999;
	border-collapse: collapse;
}

table#ctl_type th , #ctl_type td {
	font-size: 70%;
	text-align: center;
	line-height: 2em;
}

table#ctl_type tr#index {
	background: #0c2c84;
	color:#FFF;
}

table#ctl_type tr#unit {
	background: #0c2c84;
	color:#FFF;
}

table#ctl_type tr.color_back {
	background: #f2d6be;
}

table#ctl_type th.model {
	padding-left: 10px;
	text-align: left;
}

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

/*----- 新着情報 バックナンバー ラベル  -----*/

.information-label-info{
	line-height:1.8em;
	text-align: center;
	background-color: #0080C0;
	border-radius: 3px 3px 0px 0px;
	color: #FFF;
	display: inline-block;
    width: 5em;
    margin-right: 5px;
}

.information-label-exhibit{
	line-height:1.8em;
	text-align: center;
	background-color: #008080;
	border-radius: 3px 3px 0px 0px;
	color: #FFF;
	display: inline-block;
    width: 5em;
    margin-right: 5px;
}
.information-label-product{
	line-height:1.8em;
	text-align: center;
	background-color: #666;
	border-radius: 3px 3px 0px 0px;
	color: #FFF;
	display: inline-block;
    width: 5em;
    margin-right: 5px;
}

.information-label-new_product{
	line-height:1.8em;
	text-align: center;
	background-color: #222;
	border-radius: 3px 3px 0px 0px;
	color: #FFF;
	display: inline-block;
    width: 5em;
    margin-right: 5px;
}

.information-label-toku{
	line-height:1.8em;
	text-align: center;
	background-color: #F90;
	border-radius: 3px 3px 0px 0px;
	color: #FFF;
	display: inline-block;
    width: 5em;
    margin-right: 5px;
}