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



/*--------------------------
----------------------------
----------------------------
トップページ
----------------------------
----------------------------
--------------------------*/

body#index div#gnavi {
	border-top: 1px solid #ffffff;
	border-bottom: 0px none #ffffff;
}
body#index div#gnavi ul li {
    height: 75px;
}
body#index div#gnavi ul li a {
    height: 75px;
}
body#index div#contents {
	padding-top: 40px;
}
body#index div#lead_pane {
	margin-bottom: 32px;
	padding: 33px 25px 24px;
	background-color: #f7f5e2;
}
body#index div#lead_pane h3.lead {
	width: 729px;
	height: 65px;
	margin: 0 auto 29px;
	background: url(../../img/index/top_lead.png) no-repeat 0px 0px;
	text-indent: 9999px;
	line-height: 200px;
	white-space: nowrap;
	overflow: hidden;
}
body#index div#lead_pane ul.lead_banner li {
	float: left;
	padding-right: 20px;
}
body#index div#lead_pane ul.lead_banner li.last {
	padding-right: 0px;
}

body#index #contents div#contentsfield {
	float: left;
	width: 700px;
}
body#index div.banner_area {
	float: right;
	width: 240px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 40px;
}

body#index div.contents_area div#news div.news_title {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 7px;
	background: url(../../img/index/border_news.png) no-repeat 0px bottom;
}
body#index div.contents_area div#news div.news_title h4 {
	font-size: 150%;
	font-weight: bold;
}
body#index div.contents_area div#news div.news_title p.toall {
	position: absolute;
	top: 10px;
	right: 0px;
}
body#index div.contents_area div#news div.news_title p.toall a {
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 3px;
	color: #015dcc;
}
body#index div.contents_area div#news div.news_title p.toall a:hover {
	background-position: 2px 3px;
}

body#index div.contents_area div#news dl.news_list dt {
	clear: left;
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 12px 0px 0px 0px;
}
body#index div.contents_area div#news dl.news_list dt span {
	display: block;
	width: 9em;
	padding-top: 1px;
}
body#index div.contents_area div#news dl.news_list dd {
	display: block;
    min-height: 15px;
	padding: 12px 0px  7px 9em;
	border-bottom: 1px dotted #cecece;
	line-height: 1.7;
}
*+html body#index div.contents_area div#news dl.news_list dd {
    min-height: auto;
    min-height: 15px;
}
body#index div.contents_area div#news dl.news_list dd a {
	display: inline-block;
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 7px;
}
body#index div.contents_area div#news dl.news_list dd a:hover {
	background-position: 2px 7px;
}


/*--------------------------
トップページ　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
body#index div#contents {
	padding-top: 3%;
	padding-bottom: 0;
}
body#index div#lead_pane {
	margin: 0% 3% 7%;
	padding: 5% 3.5% 3.5%;
}
body#index #contents div#contentsfield {
	float: none;
	width: 100%;
}
body#index div.banner_area {
	float: none;
	width: 100%;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
}

body#index div#lead_pane h3.lead {
  width: auto;
  height: auto;
  padding-bottom: 0;
  margin: 0 auto 5%;
  font-size: 107%;
  text-indent: 0px;
  line-height: 1.6;
  white-space: normal;
  overflow: visible;
  background-image: none;
}
body#index div#lead_pane ul.lead_banner li {
	float: none;
	margin-bottom: 3%;
	padding-right: 0px;
	line-height: 1;
	text-align: center;
}
body#index div#lead_pane ul.lead_banner li.last {
	margin-bottom: 0%;
}

body#index div.contents_area div#news dl.news_list dt {
	clear: none;
	float: none;
	height: auto;
	line-height: 1.3;
}
body#index div.contents_area div#news dl.news_list dd {
	padding-left: 0;
	padding-top: 1%;
}
body#index div.contents_area div#news dl.news_list dt:nth-child(n+11) {
	display: none;
}
body#index div.contents_area div#news dl.news_list dd:nth-child(n+11) {
	display: none;
}
body#index div.contents_area div#news dl.news_list dd a {
	background: url(../img/arrow_blk_sp.png) no-repeat 0px 7px;
	background-size: 8px 10px;
}
body#index div.contents_area div#news div.news_title p.toall a {
	background: url(../img/arrow_bl_sp.png) no-repeat 0px 3px;
	background-size: 8px 10px;
}
body#index div.contents_area div#news div.news_title p.toall a:hover {
	background-position: 0px 3px;
}
body#index div.contents_area div#news dl.news_list dd a:hover {
	background-position: 0px 7px;
}
}

/*--------------------------
トップページ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#index div#gnavi ul li {
    height: 51px;
}
body#index div#gnavi ul li a {
    height: 50px;
}
body#index div#contents {
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3% 2% 0;
}
body#index div#lead_pane {
	margin-bottom: 3%;
	padding: 5% 3% 3%;
}
body#index div#lead_pane ul.lead_banner li {
	width: 49%;
	padding-right: 2%;
	line-height: 1;
}
body#index #contents div#contentsfield {
	float: left;
	width: 100%;
	margin-bottom: 5%;
	min-height: inherit;
	margin-right: -240px;
	margin-left: 0;
	padding-right: 0;
}
body#index div#lead_pane h3.lead {
  width: auto;
  height: 0;
  padding-bottom: 8.9%;
  margin: 0 auto 5%;
  background-size: contain;
}
body#index #contents div.contents_area {
	width: auto;
    margin: 0 240px 0 0;
	padding-left: 0px;
}
body#index #contents div.contents_area div#news {
	padding-right: 7%;
}
body#index div.banner_area {
	padding-left: 0px;
}

body#index div.contents_area div#news div.news_title p.toall a:hover {
	background-position: 0px 3px;
}
body#index div.contents_area div#news dl.news_list dd a:hover {
	background-position: 0px 7px;
}

}


/*--------------------------
----------------------------
----------------------------
メインビジュアル
----------------------------
----------------------------
--------------------------*/

#slideareapane {
	width: 100%;
	background-color: #ffffff;
}
#slidearea {
	position: relative;
	width: 100%;
	height: 537px;
	margin: 0 auto 0px;
	background-color: #ffffff;
	overflow: hidden;
}
#slidearea p {
	z-index: 1;
}

#mainVidual{
	z-index: 5;
	position: relative;
	width: 100%;
	height: 537px;
	max-width: 1500px;
	min-width: 980px;
	margin: 0 auto;
	line-height: 0;
}

#slideSet{
	width: 100%;
	height: 537px;
	padding-bottom: 0;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}
#slideBox{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}
#slideBox .box{
	width: 100%;
	height: 537px;
	padding-bottom: 0;
	overflow: hidden;
	position: absolute;
}
#slideBox .slide{
	position: absolute;
	width: 100%;
	max-width: 1500px;
	min-width: 980px;
	height: 537px;
	padding-bottom: 0;
	left: 0;
	line-height: 0;
}
#slideBox .slide1{
	z-index: 5;
}
#slideBox .slide2,
#slideBox .slide3,
#slideBox .slide4{
	z-index: 1;
}
#slideBox .slide1{
	background: url(../../img/index/slideimg1_bg.jpg) no-repeat center 0px;
}
#slideBox .slide2{
	background: url(../../img/index/slideimg2_bg.jpg) no-repeat center 0px;
}
#slideBox .slide3{
	background: url(../../img/index/slideimg3_bg.jpg) no-repeat center 0px;
}
#slideBox .slide4{
	background: url(../../img/index/slideimg4_bg.jpg) no-repeat center 0px;
}
p.slideimg {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#slideBox .slide span.lead img {
	display: block;
	position: absolute;
	top: 191px;
	left: 0px;
}

/* インジケーター */
#slideNaviSet {
	top: -38px;
    overflow: hidden;
    position: relative;
	z-index: 100;
}
#slideNaviSet ul {
    float: left;
    position: relative;
    left: 50%;
}
#slideNaviSet ul li {
	float: left;
    position: relative;
    left: -50%;
	padding: 0 10px;
}
#slideNaviSet ul li span {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/indicator_off.png) no-repeat 0px 0px;
	cursor: pointer;
}
#slideNaviSet ul li.selected {
	cursor: default;
}
#slideNaviSet ul li.selected span {
	background: url(../img/indicator_cur.png) no-repeat 0px 0px;
}


/*--------------------------
メインビジュアル　スマホ
--------------------------*/
@media (max-width: 640px) {
#slideareapane {
	padding-bottom: 7%;
}
#mainVidual ,
#slidearea ,
#slideSet ,
#slideBox .box ,
#slideBox .slide ,
p.slideimg {
	width: 100%;
	height: 0;
	max-width: 800px;
	min-width: inherit;
	padding-bottom: 54.7%;
}
#slidearea {
    overflow: visible;
}
#slideBox .slide{
	background-size: contain;
}
#slideBox .slide span.lead img {
	top: 31%;
	left: 7%;
	width: 61%;
	max-width: 468px;
}
/* インジケーター */
#slideNaviSet {
	top: 8px;
}
#slideNaviSet ul li span {
	background-image: none;
	background-color: #c6ddf7;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	cursor: default;
}
#slideNaviSet ul li.selected span {
	background-image: none;
	background-color: #0054b4;
}
}

/*--------------------------
メインビジュアル　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
#mainVidual ,
#slidearea ,
#slideSet ,
#slideBox .box ,
#slideBox .slide ,
p.slideimg {
	width: 100%;
	height: 0;
	max-width: 800px;
	min-width: inherit;
	padding-bottom: 54.7%;
}
#slideBox .slide{
	background-size: contain;
}
#slideBox .slide span.lead img {
	top: 35.57%;
	left: 2%;
	width: 45.6%;
	max-width: 468px;
}
}



/*--------------------------
----------------------------
----------------------------
輸入商品一覧
----------------------------
----------------------------
--------------------------*/

body#import div#top_image {
	background-image: url(../../img/title/import_top_image.jpg);
}

body#import ul#import_detail li {
	position: relative;
	border: 2px solid #5798e3;
	border-bottom-width: 0px;
}
body#import ul#import_detail li:last-child {
	border-bottom: 2px solid #5798e3;
}
body#import ul#import_detail li.last {
	border-bottom: 2px solid #5798e3;
}
body#import ul#import_detail li.open {
	margin-bottom: 18px;
	border-bottom: 2px solid #5798e3;
}
body#import ul#import_detail li div.title_pane {
	position: relative;
	padding: 9px 15px 9px;
	padding-right: 7em;
	background-color: #85aedd;
	line-height: 1.3;
	color: #ffffff;
	cursor: pointer;
	z-index: 2;
}
body#import ul#import_detail li div.title_pane:hover ,
body#import ul#import_detail li div.title_pane.open {
	background-color: #397ecd;
}
body#import ul#import_detail li div.title_pane strong {
	display: block;
	width: 1em;
	text-align: center;
	font-size: 133%;
	font-weight: bold;
}
body#import ul#import_detail li#group_a div.title_pane strong {
	width: auto;
	text-align: left;
}
body#import ul#import_detail li div.title_pane p.toggle_btn {
	display: none;
	position: absolute;
	top: 13px;
	right: 15px;
}
body#import ul#import_detail li div.title_pane p.toggle_btn span {
	padding-left: 17px;
	line-height: 1;
	font-size: 116%;
	font-weight: bold;
}
body#import ul#import_detail li div.title_pane p.toggle_btn span.opener {
	display: block;
	background: url(../img/icon_plus.png) no-repeat 0px 1px;
}
body#import ul#import_detail li div.title_pane p.toggle_btn span.closure {
	display: none;
	background: url(../img/icon_minus.png) no-repeat 0px 0px;
}
body#import ul#import_detail li div.title_pane p.toggle_btn.open span.opener {
	display: none;
}
body#import ul#import_detail li div.title_pane p.toggle_btn.open span.closure {
	display: block;
}

body#import ul#import_detail li div.import_detail_list.re {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

body#import ul#import_detail li table.cmn_table {
	margin: 0;
	border-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body#import ul#import_detail li table.cmn_table td {
	border-bottom-width: 0px;
}
body#import ul#import_detail li table.cmn_table th:first-child ,
body#import ul#import_detail li table.cmn_table td:first-child {
	border-left-width: 0px;
}
body#import ul#import_detail li table.cmn_table th:last-child ,
body#import ul#import_detail li table.cmn_table td:last-child {
	border-right-width: 0px;
}
body#import ul#import_detail li table.cmn_table p.logo {
	margin-bottom: 9px;
}
body#import ul#import_detail li table.cmn_table p.logo img {
	vertical-align: top;
}
body#import ul#import_detail li table.cmn_table ul li {
	float: left;
	margin-right: 1em;
	border: 0px none #ffffff;
}
body#import ul#import_detail li table.cmn_table ul li:nth-child(even) {
	margin-right: 0;
}
body#import ul#import_detail li table.cmn_table ul li a {
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 3px;
}

body#import p#products_list {
	margin: 0 auto;
	text-align: center;
}
body#import p#products_list a {
	display: inline-block;
	padding: 4px 15px;
	background-color: #015dcc;
	font-size: 116%;
	color: #ffffff;
}
	body#import p#products_list a:hover {
		background-color: #003e85;
		text-decoration: none;
	}
body#import p#products_list a span {
	padding-left: 10px;
	background: url("../img/arrow_wht.png") no-repeat scroll -1px 5px;
}
	body#import p#products_list a:hover span {
		background-position: 1px 5px;
	}

body#import .avantor_link {
	border: 2px solid #0054b4;
	padding: 10px 20px 10px 10px;
	margin-top: 30px;
}

body#import .avantor_link p {
	font-size: 150%;
  font-weight: bold;
  color: #0054b4;
	text-align: center;
}
body#import .avantor_link a {
	font-size: 100%;
	padding-left: 13px;
}

body#import .avantor_link a span {
	display: inline-block;
  padding-left: 10px;
  background: url(../img/arrow_bl.png) no-repeat -1px 6px;
  line-height: 1.5;
}


/*--------------------------
輸入商品一覧　スマホ
--------------------------*/
@media (max-width: 640px) {
body#import div#top_image {
	background-image: url(../../img/title/import_sp_top_image.jpg);
}
body#import ul#import_detail li table.cmn_table ul li {
	float: none;
}
body#import ul#import_detail li#group_a div.title_pane {
	padding-right: 5em;
}
body#import ul#import_detail li div.title_pane:hover {
	background-color: #85aedd;
}
body#import ul#import_detail li div.title_pane.open {
	background-color: #397ecd;
}
body#import ul#import_detail li div.title_pane strong span {
	font-size: 75%;
	font-weight: bold;
}
body#import ul#import_detail li table.cmn_table ul.clearfix:after {
	display: none;
}
	body#import p#products_list a:hover {
		background-image: none;
	background-color: #015dcc;
		text-decoration: none;
	}
	body#import p#products_list a:hover span {
		background-position: -1px 5px;
	}
}


/*--------------------------
輸入商品一覧　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#import ul#import_detail li div.title_pane:hover {
	background-color: #85aedd;
}
body#import ul#import_detail li div.title_pane.open {
	background-color: #397ecd;
}
body#import ul#import_detail li table.cmn_table ul.clearfix:after {
	display: none;
}
body#import ul#import_detail li table.cmn_table ul li {
	float: none;
}
	body#import p#products_list a:hover {
		background-image: none;
	background-color: #015dcc;
		text-decoration: none;
	}
	body#import p#products_list a:hover span {
		background-position: -1px 5px;
	}
}

body#import .line_top{
	border-top: 2px solid #aaa;
	padding-top: 20px;
}


/*--------------------------
----------------------------
----------------------------
海外メーカー試薬
有機EL (OLED)
----------------------------
----------------------------
--------------------------*/
body#import table tr th.left {
  width: 30%;
  float:none;
}
body#import table tr th.center {
  width: 10%;
  float:none;
}
body#import table tr th.right {
  width: 65%;
  float:none;
}
@media (max-width: 640px) {
  body#import table tr th.center {
    width: 15%;
    float:none;
  }
  body#import table tr th.right {
    width: 60%;
    float:none;
  }
}
body#import table tr td p.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 640px) {
  body#import table tr td p.flex {
    display: block;
  }
}
body#import table tr td p.flex .web {
  margin-right: 20px;
  display: inline-block;
  line-height: 1.3;
}
/*body#import tr td p.flex a.pdflink,
body#import tr td p.non_flex a.pdflink {
  padding-left: 15px;
  background: url(../img/arrow_bl.png) no-repeat 3px;
}*/

body#import tr td p.flex a.pdflink,
body#import tr td p.non_flex a.pdflink {
  padding-left: 10px;
  /*background: url(../img/arrow_bl.png) no-repeat 3px;*/
  background: none;
  position: relative;
}
body#import tr td p.flex a.pdflink::before,
body#import tr td p.non_flex a.pdflink::before {
  content: "";
	width: 6px;
	height: 7px;
	position: absolute;
	top:5px;
	left: 0px;
	background: url(../img/arrow_bl.png) no-repeat;
}

/*--------------------------
----------------------------
----------------------------
三局対応
----------------------------
----------------------------
--------------------------*/

body#import div#biopharmaceutical_products table.cmn_table {
	border-color: #5798e3;
}
body#import div#biopharmaceutical_products table.cmn_table th {
	font-size: 116%;
}
body#import div#biopharmaceutical_products table.cmn_table td {
	padding: 5px 8px;
}

div#biopharmaceutical_products table.cmn_table td dl dt {
	float: left;
}
div#biopharmaceutical_products table.cmn_table td dl dd {
	padding-left: 6em;
}

div#biopharmaceutical_products table.cmn_table td a.pdflink {
	padding-left: 10px;
	background: url(../img/arrow_bl.png) no-repeat -1px 3px;
}
div#biopharmaceutical_products ol#consign_production_flow li div a.pdflink:hover {
	background: url(../img/arrow_bl.png) no-repeat 1px 3px;
}


/*--------------------------
三局対応　スマホ
--------------------------*/
@media (max-width: 640px) {
}


/*--------------------------
三局対応　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}




/*--------------------------
----------------------------
----------------------------
海外メーカー委託合成
----------------------------
----------------------------
--------------------------*/

div#consign_production ul.cmn_list li {
	min-width: 450px;
	margin-bottom: 0px;
}
div#consign_production ul.cmn_list li span {
	display: inline-block;
	min-width: 110px;
	padding-right: 10px;
}

div#consign_production ol#consign_production_flow li {
	padding-top: 47px;
	background: url(../../img/import/flow_next.png) no-repeat center 10px;
}
div#consign_production ol#consign_production_flow li.flow_01 {
	padding-top: 0px;
	background-image: none;
}
div#consign_production ol#consign_production_flow li div {
	min-height: 40px;
	padding: 16px 16px 21px 87px;
	background-repeat: no-repeat;
	background-position: 21px 19px;
	background-color: #ecf5ff;
}
div#consign_production ol#consign_production_flow li.flow_01 div {
	background-image: url(../../img/import/flow_01.png);
}
div#consign_production ol#consign_production_flow li.flow_02 div {
	background-image: url(../../img/import/flow_02.png);
}
div#consign_production ol#consign_production_flow li.flow_03 div {
	background-image: url(../../img/import/flow_03.png);
}
div#consign_production ol#consign_production_flow li.flow_04 div {
	background-image: url(../../img/import/flow_04.png);
}
div#consign_production ol#consign_production_flow li.flow_05 div {
	background-image: url(../../img/import/flow_05.png);
}
div#consign_production ol#consign_production_flow li.flow_06 div {
	background-image: url(../../img/import/flow_06.png);
}
div#consign_production ol#consign_production_flow li.flow_07 div {
	background-image: url(../../img/import/flow_07.png);
}
div#consign_production ol#consign_production_flow li.flow_08 div {
	background-image: url(../../img/import/flow_08.png);
}
div#consign_production ol#consign_production_flow li div a.pdflink {
	padding-left: 10px;
	background: url(../img/arrow_bl.png) no-repeat -1px 3px;
}
div#consign_production ol#consign_production_flow li div a.pdflink:hover {
	background: url(../img/arrow_bl.png) no-repeat 1px 3px;
}

div#consign_production p.inquiry {
	margin-bottom: 5px;
	font-size: 133%;
}

div#consign_production div.inquiry_detail {
	padding: 13px 20px 10px;
	border: 2px solid #ececec;
}
div#consign_production div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
div#consign_production div.inquiry_detail dl#email {
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.3;
	font-size: 116%;
}
div#consign_production div.inquiry_detail dl#email dt {
	float: left;
	padding-top: 7px;
	font-weight: bold;
}

div#consign_production div.inquiry_detail dl#email dd {
	padding-left: 5em;
	word-break: break-all;
	font-weight: bold;
}
div#consign_production div.inquiry_detail dl#email dd a {
	font-size: 143%;
}
div#consign_production div.inquiry_detail ul#telnumber {
	margin-bottom: 2px;
}
div#consign_production div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
div#consign_production div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
div#consign_production div.inquiry_detail ul#telnumber li strong {	
	word-break: break-all;
	font-size: 116%;
}
div#consign_production div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}


/*--------------------------
海外メーカー委託合成　スマホ
--------------------------*/
@media (max-width: 640px) {
div#consign_production ul.cmn_list li {
	min-width: inherit;
}
div#consign_production ul.cmn_list li span {
    display: block;
	padding-right: 0px;
}
div#consign_production ul.cmn_list li span.price {
	min-width: inherit;
}

div#consign_production ol#consign_production_flow li div {
	padding-left: 60px;
	background-position: 15px 19px;
}
div#consign_production ol#consign_production_flow li div a.pdflink {
	padding-left: 10px;
	background: url(../img/arrow_bl_sp.png) no-repeat -1px 3px;
	background-size: 8px 10px;
}
div#consign_production ol#consign_production_flow li div a.pdflink:hover {
	background: url(../img/arrow_bl_sp.png) no-repeat -1px 3px;
	background-size: 8px 10px;
	background-position: inherit inherit;
}

div#consign_production p.inquiry {
	font-size: 100%;
}

div#consign_production div.inquiry_detail dl#email {
	word-wrap: break-word;
}
div#consign_production div.inquiry_detail dl#email dt {
	float: none;
}
div#consign_production div.inquiry_detail dl#email dd {
	padding-left: 0px;
}
div#consign_production div.inquiry_detail dl#email dd a {
	font-size: 106%;
}
div#consign_production div.inquiry_detail ul#telnumber li.tel ,
div#consign_production div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
}


/*--------------------------
海外メーカー委託合成　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#consign_production ul.cmn_list li {
	min-width: 315px;
}
div#consign_production ul.cmn_list li span {
	min-width: 90px;
}
div#consign_production ul.cmn_list li span.price {
	min-width: 100px;
}

div#consign_production ol#consign_production_flow li div a.pdflink:hover {
	background-position: inherit inherit;
}

div#consign_production div.inquiry_detail ul#telnumber li.tel ,
div#consign_production div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
div#consign_production div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
}



/*--------------------------
----------------------------
----------------------------
標準品、不純物
----------------------------
----------------------------
--------------------------*/

body#import div#reference_standard table.cmn_table {
	border-color: #5798e3;
}
body#import div#reference_standard table.cmn_table th {
	font-size: 116%;
}
body#import div#reference_standard table.cmn_table td {
	padding: 5px 8px;
}

div#reference_standard table.cmn_table td dl dt {
	float: left;
}
div#reference_standard table.cmn_table td dl dd {
	padding-left: 6em;
}

div#reference_standard table.cmn_table td a.pdflink {
	padding-left: 10px;
	background: url(../img/arrow_bl.png) no-repeat -1px 3px;
}
div#reference_standard ol#consign_production_flow li div a.pdflink:hover {
	background: url(../img/arrow_bl.png) no-repeat 1px 3px;
}

div#reference_standard p.inquiry {
	margin-bottom: 5px;
	font-size: 133%;
}
div#reference_standard div.inquiry_detail {
	padding: 13px 20px 10px;
	border: 2px solid #ececec;
}
div#reference_standard div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
div#reference_standard div.inquiry_detail dl#email {
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.3;
	font-size: 116%;
}
div#reference_standard div.inquiry_detail dl#email dt {
	float: left;
	padding-top: 7px;
	font-weight: bold;
}

div#reference_standard div.inquiry_detail dl#email dd {
	padding-left: 5em;
	word-break: break-all;
	font-weight: bold;
}
div#reference_standard div.inquiry_detail dl#email dd a {
	font-size: 143%;
}
div#reference_standard div.inquiry_detail ul#telnumber {
	margin-bottom: 2px;
}
div#reference_standard div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
div#reference_standard div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
div#reference_standard div.inquiry_detail ul#telnumber li strong {	
	word-break: break-all;
	font-size: 116%;
}
div#reference_standard div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}



/*--------------------------
標準品、不純物　スマホ
--------------------------*/
@media (max-width: 640px) {
div#reference_standard p.inquiry {
	font-size: 100%;
}

div#reference_standard div.inquiry_detail dl#email {
	word-wrap: break-word;
}
div#reference_standard div.inquiry_detail dl#email dt {
	float: none;
}
div#reference_standard div.inquiry_detail dl#email dd {
	padding-left: 0px;
}
div#reference_standard div.inquiry_detail dl#email dd a {
	font-size: 106%;
}
div#reference_standard div.inquiry_detail ul#telnumber li.tel ,
div#reference_standard div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
}


/*--------------------------
標準品、不純物　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#reference_standard div.inquiry_detail ul#telnumber li.tel ,
div#reference_standard div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
div#reference_standard div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
}



/*--------------------------
----------------------------
----------------------------
補酵素
----------------------------
----------------------------
--------------------------*/

body#import div#coenzymes_cofactors table.cmn_table {
	border-color: #5798e3;
}
body#import div#coenzymes_cofactors table.cmn_table th {
	text-align: center;
}
body#import div#coenzymes_cofactors table.cmn_table td {
	padding: 5px 8px;
}

div#coenzymes_cofactors table.cmn_table td dl dt {
	float: left;
}
div#coenzymes_cofactors table.cmn_table td dl dd {
	padding-left: 6em;
}

div#coenzymes_cofactors a.pdflink {
	padding-left: 10px;
	background: url(../img/arrow_bl.png) no-repeat -1px 3px;
}
div#coenzymes_cofactors a.pdflink:hover {
	background: url(../img/arrow_bl.png) no-repeat 1px 3px;
}

div#coenzymes_cofactors p.inquiry {
	margin-bottom: 5px;
	font-size: 133%;
}
div#coenzymes_cofactors div.inquiry_detail {
	padding: 13px 20px 10px;
	border: 2px solid #ececec;
}
div#coenzymes_cofactors div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
div#coenzymes_cofactors div.inquiry_detail dl#email {
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.3;
	font-size: 116%;
}
div#coenzymes_cofactors div.inquiry_detail dl#email dt {
	float: left;
	padding-top: 7px;
	font-weight: bold;
}

div#coenzymes_cofactors div.inquiry_detail dl#email dd {
	padding-left: 5em;
	word-break: break-all;
	font-weight: bold;
}
div#coenzymes_cofactors div.inquiry_detail dl#email dd a {
	font-size: 143%;
}
div#coenzymes_cofactors div.inquiry_detail ul#telnumber {
	margin-bottom: 2px;
}
div#coenzymes_cofactors div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
div#coenzymes_cofactors div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
div#coenzymes_cofactors div.inquiry_detail ul#telnumber li strong {	
	word-break: break-all;
	font-size: 116%;
}
div#coenzymes_cofactors div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}



/*--------------------------
補酵素　スマホ
--------------------------*/
@media (max-width: 640px) {
div#coenzymes_cofactors p.inquiry {
	font-size: 100%;
}

div#coenzymes_cofactors div.inquiry_detail dl#email {
	word-wrap: break-word;
}
div#coenzymes_cofactors div.inquiry_detail dl#email dt {
	float: none;
}
div#coenzymes_cofactors div.inquiry_detail dl#email dd {
	padding-left: 0px;
}
div#coenzymes_cofactors div.inquiry_detail dl#email dd a {
	font-size: 106%;
}
div#coenzymes_cofactors div.inquiry_detail ul#telnumber li.tel ,
div#coenzymes_cofactors div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
}


/*--------------------------
補酵素　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#coenzymes_cofactors div.inquiry_detail ul#telnumber li.tel ,
div#coenzymes_cofactors div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
div#coenzymes_cofactors div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
}



/*--------------------------
----------------------------
----------------------------
酵素
----------------------------
----------------------------
--------------------------*/

body#import div#enzyme table.cmn_table {
	border-color: #5798e3;
}
body#import div#enzyme table.cmn_table th {
}
body#import div#enzyme table.cmn_table td {
	padding: 5px 8px;
}

div#enzyme table.cmn_table td dl dt {
	float: left;
}
div#enzyme table.cmn_table td dl dd {
	padding-left: 6em;
}

div#enzyme a.pdflink {
	padding-left: 10px;
	background: url(../img/arrow_bl.png) no-repeat -1px 3px;
}
div#enzyme a.pdflink:hover {
	background: url(../img/arrow_bl.png) no-repeat 1px 3px;
}

div#enzyme p.inquiry {
	margin-bottom: 5px;
	font-size: 133%;
}
div#enzyme div.inquiry_detail {
	padding: 13px 20px 10px;
	border: 2px solid #ececec;
}
div#enzyme div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
div#enzyme div.inquiry_detail dl#email {
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.3;
	font-size: 116%;
}
div#enzyme div.inquiry_detail dl#email dt {
	float: left;
	padding-top: 7px;
	font-weight: bold;
}

div#enzyme div.inquiry_detail dl#email dd {
	padding-left: 5em;
	word-break: break-all;
	font-weight: bold;
}
div#enzyme div.inquiry_detail dl#email dd a {
	font-size: 143%;
}
div#enzyme div.inquiry_detail ul#telnumber {
	margin-bottom: 2px;
}
div#enzyme div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
div#enzyme div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
div#enzyme div.inquiry_detail ul#telnumber li strong {	
	word-break: break-all;
	font-size: 116%;
}
div#enzyme div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}



/*--------------------------
酵素　スマホ
--------------------------*/
@media (max-width: 640px) {
div#enzyme p.inquiry {
	font-size: 100%;
}

div#enzyme div.inquiry_detail dl#email {
	word-wrap: break-word;
}
div#enzyme div.inquiry_detail dl#email dt {
	float: none;
}
div#enzyme div.inquiry_detail dl#email dd {
	padding-left: 0px;
}
div#enzyme div.inquiry_detail dl#email dd a {
	font-size: 106%;
}
div#enzyme div.inquiry_detail ul#telnumber li.tel ,
div#enzyme div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
}


/*--------------------------
酵素　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#enzyme div.inquiry_detail ul#telnumber li.tel ,
div#enzyme div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
div#enzyme div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
}



/*--------------------------
----------------------------
----------------------------
糖高純度、低エンドトキシン
----------------------------
----------------------------
--------------------------*/

body#import div#sucrose table.cmn_table {
	border-color: #5798e3;
}
body#import div#sucrose table.cmn_table th {
}
body#import div#sucrose table.cmn_table td {
	padding: 5px 8px;
}

div#sucrose table.cmn_table td dl dt {
	float: left;
}
div#sucrose table.cmn_table td dl dd {
	padding-left: 6em;
}

div#sucrose a.pdflink {
	padding-left: 10px;
	background: url(../img/arrow_bl.png) no-repeat -1px 3px;
}
div#sucrose a.pdflink:hover {
	background: url(../img/arrow_bl.png) no-repeat 1px 3px;
}

div#sucrose p.inquiry {
	margin-bottom: 5px;
	font-size: 133%;
}
div#sucrose div.inquiry_detail {
	padding: 13px 20px 10px;
	border: 2px solid #ececec;
}
div#sucrose div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
div#sucrose div.inquiry_detail dl#email {
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.3;
	font-size: 116%;
}
div#sucrose div.inquiry_detail dl#email dt {
	float: left;
	padding-top: 7px;
	font-weight: bold;
}

div#sucrose div.inquiry_detail dl#email dd {
	padding-left: 5em;
	word-break: break-all;
	font-weight: bold;
}
div#sucrose div.inquiry_detail dl#email dd a {
	font-size: 143%;
}
div#sucrose div.inquiry_detail ul#telnumber {
	margin-bottom: 2px;
}
div#sucrose div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
div#sucrose div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
div#sucrose div.inquiry_detail ul#telnumber li strong {	
	word-break: break-all;
	font-size: 116%;
}
div#sucrose div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}



/*--------------------------
糖高純度、低エンドトキシン　スマホ
--------------------------*/
@media (max-width: 640px) {
div#sucrose p.inquiry {
	font-size: 100%;
}

div#sucrose div.inquiry_detail dl#email {
	word-wrap: break-word;
}
div#sucrose div.inquiry_detail dl#email dt {
	float: none;
}
div#sucrose div.inquiry_detail dl#email dd {
	padding-left: 0px;
}
div#sucrose div.inquiry_detail dl#email dd a {
	font-size: 106%;
}
div#sucrose div.inquiry_detail ul#telnumber li.tel ,
div#sucrose div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
}


/*--------------------------
糖高純度、低エンドトキシン　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#sucrose div.inquiry_detail ul#telnumber li.tel ,
div#sucrose div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
div#sucrose div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
}

/*--------------------------
----------------------------
----------------------------
APExBIO社　試薬
----------------------------
----------------------------
--------------------------*/

body#import div#apexbio table.cmn_table {
	border-color: #5798e3;
}
body#import div#apexbio table.cmn_table th {
	font-size: 116%;
}
body#import div#apexbio table.cmn_table td {
	padding: 5px 8px;
}

div#apexbio table.cmn_table td dl dt {
	float: left;
}
div#apexbio table.cmn_table td dl dd {
	padding-left: 8em;
}

div#apexbio table.cmn_table td a.pdflink {
	padding-left: 10px;
	background: url(../img/arrow_bl.png) no-repeat -1px 3px;
}


body.apexbio div#top_image {
	background-image: url(../../img/title/import_top_image.jpg);
}

div#apexbio table.cmn_table td a.weblink {
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 3px;
}

body.apexbio p.inquiry {
	margin-bottom: 5px;
	font-size: 133%;
}
body.apexbio div.inquiry_detail {
	padding: 13px 20px 10px;
	border: 2px solid #ececec;
}
body.apexbio div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
body.apexbio div.inquiry_detail dl#email {
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.3;
	font-size: 116%;
}
body.apexbio div.inquiry_detail dl#email dt {
	float: left;
	padding-top: 7px;
	font-weight: bold;
}

body.apexbio div.inquiry_detail dl#email dd {
	padding-left: 5em;
	word-break: break-all;
	font-weight: bold;
}
body.apexbio div.inquiry_detail dl#email dd a {
	font-size: 143%;
}
body.apexbio div.inquiry_detail ul#telnumber {
	margin-bottom: 2px;
}
body.apexbio div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
body.apexbio div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
body.apexbio div.inquiry_detail ul#telnumber li strong {	
	word-break: break-all;
	font-size: 116%;
}
body.apexbio div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}

body.apexbio .fig_apoptosis {
	margin-top: 40px;
}

body.apexbio .logo_apexbio {
	position: relative;
	right:10px;
}



/*--------------------------
APExBIO社　試薬　スマホ
--------------------------*/
@media (max-width: 640px) {
	body.apexbio  div#top_image {
		background-image: url(../../img/title/import_sp_top_image.jpg);
	}
	body.apexbio img.logo_apexbio {
		width: 200px;
		height: auto;
	}
}


/*--------------------------
----------------------------
----------------------------
シリコーン
----------------------------
----------------------------
--------------------------*/

body#import div#silicone table.cmn_table {
	border-color: #5798e3;
}
body#import div#silicone table.cmn_table th {
	font-size: 116%;
  text-align: center;
}

body#import div#silicone table.cmn_table th.t_left {
  text-align: left;
  background-color: #ffffff;
}

body#import div#silicone table.cmn_table th:nth-child(1) {
	width: 30%;
}

body#import div#silicone table.col3 th:nth-child(1) {
	width: 20%;
}

body#import div#silicone table.col3 th:nth-child(2) {
	width: 45%;
}

body#import div#silicone table.cmn_table th {
	font-size: 116%;
}

body#import div#silicone table.cmn_table td {
	padding: 5px 8px;
}

div#silicone table.cmn_table td dl dt {
	float: left;
}
div#silicone table.cmn_table td dl dd {
	padding-left: 8em;
}

div#silicone table.cmn_table td a.pdflink {
	padding-left: 10px;
	background: url(../img/arrow_bl.png) no-repeat -1px 3px;
}



/*--------------------------
----------------------------
----------------------------
輸出商品一覧
----------------------------
----------------------------
--------------------------*/

body#export div#top_image {
	background-image: url(../../img/title/export_top_image.jpg);
}

body#export table.cmn_table {
	border-color: #5798e3;
}


/*--------------------------
輸出商品一覧　スマホ
--------------------------*/
@media (max-width: 640px) {

body#export div#top_image {
	background-image: url(../../img/title/export_sp_top_image.jpg);
}

}


/*--------------------------
輸出商品一覧　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}



/*--------------------------
----------------------------
----------------------------
会社情報
----------------------------
----------------------------
--------------------------*/

body#outline div#top_image {
	background-image: url(../../img/title/outline_top_image.jpg);
}

body#outline table.cmn_table td dl dt {
	clear: left;
	float: left;
}
body#outline table.cmn_table td dl dd {
	padding-left: 10em;
}
body#outline table.cmn_table td dl.license dd {
	padding-left: 40%;
}

body#outline dl.outline {
	border-top: 1px dotted #c2c2c2;
}
body#outline dl.outline dt {
	padding: 12px 0px 5px;
	line-height: 1.6;
	font-weight: normal;
}

body#outline dl.outline dt strong {
	font-size: 133%;
}
body#outline dl.outline dd {
	padding: 12px 0px;
	padding-left: 9em;
	border-bottom: 1px dotted #c2c2c2;
}
body#outline dl.outline dd p {
	min-height: 3.5em;
	line-height: 1.8;
}

/*--------------------------
会社情報　スマホ
--------------------------*/
@media (max-width: 640px) {
body#outline div#top_image {
	background-image: url(../../img/title/outline_sp_top_image.jpg);
}

body#outline table.cmn_table colgroup col:first-child {
	width: 17% !important;
}
body#outline table.cmn_table colgroup col:nth-child(2) {
	width: 83% !important;
}
body#outline table.cmn_table td dl.license dd {
	padding-left: 60%;
}
}

/*--------------------------
会社情報　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#outline table.cmn_table colgroup col:first-child {
	width: 15% !important;
}
body#outline table.cmn_table colgroup col:nth-child(2) {
	width: 85% !important;
}
body#outline table.cmn_table td dl.license dd {
	padding-left: 50%;
}
}


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

body#recruit div#top_image {
	background-image: url(../../img/title/recruit_top_image.jpg);
}
body#recruit div.inquiry_detail {
	margin-bottom: 25px;
	padding: 2px;
	border: 2px solid #ececec;
}
body#recruit div.inquiry_detail h4 {
	width: 650px;
	margin-bottom: 15px;
	padding: 7px 11px 5px;
	background-color: #56ac22;
	line-height: 1.5;
	font-size: 116%;
	font-weight: bold;
	color: #ffffff;
}
body#recruit div.inquiry_detail p {
	margin-left: 17px;
}
body#recruit div.inquiry_detail p span.contact {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;
}
body#recruit div.inquiry_detail p.address {
	margin-bottom: 0px;
}
body#recruit div.inquiry_detail ul#telnumber {
	margin-bottom: 2px;
	margin-left: 17px;
}
body#recruit div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
body#recruit div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
body#recruit div.inquiry_detail ul#telnumber li strong {	
	font-size: 133%;
}
body#recruit div.inquiry_detail ul#telnumber li strong strong {
	font-size: 125%;
}
body#recruit div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}
body#recruit div.inquiry_detail dl#email {
	margin-bottom: 12px;
	margin-left: 17px;
}
body#recruit div.inquiry_detail dl#email dt {
	float: left;
}
body#recruit div.inquiry_detail dl#email dd {
	padding-left: 5em;
	text-indent: -1em;
}
body#recruit ul#recruit_detail li {
	margin-bottom: 29px;
}
body#recruit ul#recruit_detail li:last-child {
	margin-bottom: 0px;
}
body#recruit ul#recruit_detail li h5 {
	margin-bottom: 9px;
}
body#recruit #contents ul.cmn_list li {
	margin-bottom: 0px;
}
body#recruit table.cmn_table td dl dt {
    clear: left;
    float: left;
}
body#recruit table.cmn_table td dl dd {
    padding-left: 2.8em;
}
body#recruit div.contents_area ul table td span.arrow_bl{
	display: inline-block;
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 2px 10px;
}
body#recruit div.contents_area ul table td span.arrow_bl:hover {
	background-position: 4px 10px;
}


/*--------------------------
採用情報　スマホ
--------------------------*/
@media (max-width: 640px) {
body#recruit div#top_image {
	background-image: url(../../img/title/recruit_sp_top_image.jpg);
}
body#recruit div.inquiry_detail h4 {
	width: 96%;
	height: auto;
	padding: 5px 2%;
	background-image: none;
	background-color: #56ac22;
	text-indent: 0;
	white-space: normal;
	overflow: visible;
}
body#recruit div.inquiry_detail p ,
body#recruit div.inquiry_detail ul#telnumber {
	margin-left: 4.0%;
}
body#recruit div.inquiry_detail ul#telnumber li.tel ,
body#recruit div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
body#recruit div.inquiry_detail dl#email {
	margin-left: 4.0%;
	word-wrap: break-word;
}
body#recruit #contents ul.cmn_list li {
	margin-bottom: 0px;
}
body#recruit div.contents_area ul table td span.arrow_bl{
	display: inline-block;
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 2px 11px;
}
body#recruit div.contents_area ul table td span.arrow_bl:hover {
	background-position: 4px 11px;
}
}


/*--------------------------
採用情報　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#recruit div.inquiry_detail h4 {
	width: 96%;
	padding: 5px 2%;
}
body#recruit div.inquiry_detail ul#telnumber li.tel ,
body#recruit div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
body#recruit div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
body#recruit #contents ul.cmn_list li {
	margin-bottom: 0px;
}
}



/*--------------------------
----------------------------
----------------------------
お問い合わせ
----------------------------
----------------------------
--------------------------*/

body#inquiry div#top_image {
	background-image: url(../../img/title/inquiry_top_image.jpg);
}
body#inquiry div.inquiry_detail {
	padding: 13px 20px 2px;
	border: 2px solid #ececec;
}
body#inquiry div.inquiry_detail h4 {
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
}
body#inquiry div.inquiry_detail p.address {
	margin-bottom: 0px;
}
body#inquiry div.inquiry_detail ul#telnumber {
	margin-bottom: 2px;
}
body#inquiry div.inquiry_detail ul#telnumber li {
	float: left;
	line-height: 1.8;
}
body#inquiry div.inquiry_detail ul#telnumber li:first-child {
	padding-right: 33px;
}
body#inquiry div.inquiry_detail ul#telnumber li strong {	
	font-size: 133%;
}
body#inquiry div.inquiry_detail ul#telnumber li strong strong {
	font-size: 125%;
}
body#inquiry div.inquiry_detail ul#telnumber li strong a {
	color: #000000;
}
body#inquiry div.inquiry_detail dl#email {
	margin-bottom: 13px;
	margin-left: 0px;
}
body#inquiry div.inquiry_detail dl#email dt {
	float: left;
}
body#inquiry div.inquiry_detail dl#email dd {
	padding-left: 5em;
	text-indent: -1em;
}

/*お問い合わせフォーム*/
body#inquiry .err {
  color: #f00;
}
body#inquiry ul.flow {
	/*! width: 650px; */
	margin-left: auto;
	margin-right: auto;
  /*! margin: 0 auto; */
}
body#inquiry ul.flow li {
	display: table-cell;
	width: 242px;
  padding:10px 20px 8px;
	background-image: url(../../img/inquiry/frow_next.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #4c9ac3;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 18px;
	color: #ffffff;
}
body#inquiry ul.flow li span{
  font-size: 15px;
}
body#inquiry ul.flow li strong{
  font-size: 22px;
  font-weight: bold;
  padding-right: 10px;
}
body#inquiry ul.flow li.current {
	background-color: #0e75ab;
}
body#inquiry ul.flow li.prev {
	background-image: url(../../img/inquiry/frow_next_c.png);
}
 
body#inquiry ul.flow li.confirm {
	width: 217px;
}
body#inquiry ul.flow li.complete {
	width: 206px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: none;
}

body#inquiry table.inquiry_table th {
  width: 23%;
}
body#inquiry table.inquiry_table td {
  width: 77%;
}
body#inquiry table.inquiry_table td select.select_menu {
  min-width: 7em;
  height: 2em;
  margin: 5px 0;
}
body#inquiry table.inquiry_table td.agreement_area {
  text-align: center;
}
body#inquiry table.inquiry_table td.agreement_area .agreement_text {
  margin-bottom: 0;
  /*! padding: 10px; */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
}
body#inquiry .btn {
  display: block;
  background-color: #fff;
  text-align: center;
}

body#inquiry .btn button:disabled {
  display: none;
}

body#inquiry .btn button {
  margin: 0;
  padding: 7px 20px;
  border-width: 0;
  background: #0054b4;;
	border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
body#inquiry .btn button:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#inquiry .btn button:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
body#inquiry .btn button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body#inquiry .btn button:hover img {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}
}

@media only screen and (max-width: 767px) {
  body#inquiry .btn button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#inquiry .btn button:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}
body#inquiry .btn button span {
  display: inline-block;
  background-color: transparent;
  text-align: center;
}
body#inquiry .btn button.btn_input {
  max-width: 328px;
}
body#inquiry .btn button.btn_input span {
  width: 18em;
}
body#inquiry .btn button.btn_back,
body#inquiry .btn button.btn_submit {
  min-width: 100px;
  padding: 7px 20px;
	margin: 0 10px;
}
body#inquiry .btn button.btn_back{
  background-color: #777;
}
body#inquiry .btn button.btn_back span,
body#inquiry .btn button.btn_submit span {
  width: 2em;
}
body#inquiry table.inquiry_table td.agreement_area .agreement_text {
  max-width: 100%;
}
body#inquiry table.inquiry_table td .post_l {
  width: 100%;
}
body#inquiry table.inquiry_table td .post_s {
  width: 100px;
}
body#inquiry table.inquiry_table td textarea {
  max-width: 100%;
}
body#inquiry .ast {
	color: #ff0044;
}
body#inquiry input {
  line-height: 1.8;
}

/*追加*/
body#inquiry .btn_robot {
  margin-bottom: 20px;
}

body#inquiry .btn_robot .inner {
  width: 300px;
  margin: auto;
}

body#inquiry .btn_wrapper {
	position: relative;
}
body#inquiry .btn_cover {
	background: #fff;
	opacity: 0.5;
	position: absolute;
	z-index: 999;
	width: 680px;
	height: 40px;
	top: -2px;
}


/*--------------------------
お問い合わせ　スマホ
--------------------------*/
@media (max-width: 640px) {
body#inquiry div#top_image {
	background-image: url(../../img/title/inquiry_sp_top_image.jpg);
}
body#inquiry div.inquiry_detail ul#telnumber li.tel ,
body#inquiry div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	background-image: none;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
}
body#inquiry div.inquiry_detail dl#email {
	word-wrap: break-word;
}
	
	/*お問い合わせフォーム　SP*/ 
	body#inquiry ul.flow li {
		width: 100%;
		padding: 0;
	}
	body#inquiry ul.flow li.complete {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		background-image: none;
	}
	body#inquiry ul.flow {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	body#inquiry ul.flow li {
		display: list-item;
		width: 100%;
		margin-bottom: 7px;
    padding-top: 3%;
    padding-bottom: 6%;
		background-image: url(../../img/inquiry/frow_next_sp.png);
		background-position: center bottom;
		background-size: cover;
		text-align: center;
		font-size:16px;
	}
  body#inquiry ul.flow li span,
  body#inquiry ul.flow li strong{
		font-size:16px; 
		font-weight: normal;
  }
	body#inquiry ul.flow li.confirm {
		width: 100%;
	}
	body#inquiry ul.flow li.complete ,
	body#inquiry ul.flow li.next ,
	body#inquiry ul.flow li.prev {
		width: 100%;
		background-image: url(../../img/inquiry/frow_next_sp.png);
		background-position: center bottom;
	}
	body#inquiry ul.flow li.current {
		background-image: url(../../img/inquiry/frow_next_c_sp.png);
		background-position: center bottom;
	}
	
  body#inquiry table.inquiry_table th {
    /*! width: 100% !important; */
		width: auto;
		display: block;
  }
  body#inquiry table.inquiry_table td {
    /*! width: 100% !important; */
		width: auto;
		display: block;
  }
  body#inquiry table.inquiry_table td .ex {
    display: block;
  }
  body#inquiry table.inquiry_table td.agreement_area .btn {
    height: auto;
    background-color: transparent;
  }
	body#inquiry .btn button,
  body#inquiry table.inquiry_table td.agreement_area .btn button {
    font-size: 15px;
  }
  body#inquiry table.inquiry_table td.agreement_area .btn button.btn_input {
    width: 100%;
    max-width: 274px;
  }
  body#inquiry table.inquiry_table td.agreement_area .btn button.btn_input span {
    width: 10em;
  }
  body#inquiry table.inquiry_table td.agreement_area .btn button.btn_back, 
  body#inquiry table.inquiry_table td.agreement_area .btn button.btn_submit {
		min-width: 120px;
    background-position: 18px center;
  }
  body#inquiry table.inquiry_table td.agreement_area .btn button.btn_back span, 
  body#inquiry table.inquiry_table td.agreement_area .btn button.btn_submit span {
    width: 3em;
  }
  body#inquiry table.inquiry_table td.agreement_area .agreement_text {
    max-width: 100%;
    height: 160px;
    margin-bottom: 7px;
  }
  body#inquiry table.inquiry_table td textarea {
    width: 100%;
    max-width: none;
    height: 150px;
    resize: vertical;
  }
	/*追加*/
	table.cmn_table {
		border: 1px solid #c2c2c2;
	}
	
}


/*--------------------------
お問い合わせ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#inquiry div.inquiry_detail ul#telnumber li.tel ,
body#inquiry div.inquiry_detail ul#telnumber li.fax {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-bottom: 0;
	background-size: contain;
}
body#inquiry div.inquiry_detail ul#telnumber li:first-child {
	margin-right: 4.0%;
	padding-right: 0;
}
	/*お問い合わせフォーム　タブレット*/
	body#inquiry ul.flow li {
		width: 100%;
		padding: 0;
	}
	body#inquiry ul.flow li.complete {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		background-image: none;
	}
	body#inquiry ul.flow {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	body#inquiry ul.flow li {
		display: list-item;
		width: 100%;
		margin-bottom: 7px;
    padding-top: 3%;
    padding-bottom: 6%;
		background-image: url(../../img/inquiry/frow_next_sp.png);
		background-position: center bottom;
		background-size: cover;
		text-align: center;
		font-size:16px;
	}
  body#inquiry ul.flow li span,
  body#inquiry ul.flow li strong{
		font-size:16px; 
		font-weight: normal;
  }
	body#inquiry ul.flow li.confirm {
		width: 100%;
	}
	body#inquiry ul.flow li.complete ,
	body#inquiry ul.flow li.next ,
	body#inquiry ul.flow li.prev {
		width: 100%;
		background-image: url(../../img/inquiry/frow_next_sp.png);
		background-position: center bottom;
	}
	body#inquiry ul.flow li.current {
		background-image: url(../../img/inquiry/frow_next_c_sp.png);
		background-position: center bottom;
	}
}




/*--------------------------
----------------------------
----------------------------
お知らせ・新着情報一覧
----------------------------
----------------------------
--------------------------*/

body#news_list div#top_image {
	background-image: url(../../img/title/news_top_image.jpg);
}

body#news_list div.contents_area dl.news_list dt {
	clear: left;
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 12px 0px 0px 0px;
}
body#news_list div.contents_area dl.news_list dt span {
	display: block;
	width: 9em;
	padding-top: 1px;
}
body#news_list div.contents_area dl.news_list dd {
	display: block;
    min-height: 15px;
	padding: 12px 0px  7px 9em;
	border-bottom: 1px dotted #cecece;
	line-height: 1.7;
}
*+html body#news_list div.contents_area dl.news_list dd {
    min-height: auto;
    min-height: 15px;
}
body#news_list div.contents_area dl.news_list dd a {
	display: inline-block;
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 7px;
}
body#news_list div.contents_area dl.news_list dd a:hover {
	background-position: 2px 7px;
}


/*--------------------------
お知らせ・新着情報一覧　スマホ
--------------------------*/
@media (max-width: 640px) {
body#news_list div#top_image {
	background-image: url(../../img/title/news_sp_top_image.jpg);
}
body#news_list div.contents_area dl.news_list dt {
	clear: none;
	float: none;
	height: auto;
	line-height: 1.3;
}
body#news_list div.contents_area dl.news_list dd {
	padding-left: 0;
	padding-top: 1%;
}
body#news_list div.contents_area dl.news_list dd a {
	background: url(../img/arrow_bl_sp.png) no-repeat 0px 7px;
	background-size: 8px 10px;
}
body#news_list div.contents_area dl.news_list dd a:hover {
	background-position: 0px 7px;
}
}


/*--------------------------
お知らせ・新着情報一覧　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#news_list div.contents_area dl.news_list dd a:hover {
	background-position: 0px 7px;
}
}



/*--------------------------
----------------------------
----------------------------
お知らせ・新着情報
----------------------------
----------------------------
--------------------------*/

body#news_article div#top_image {
	background-image: url(../../img/title/news_top_image.jpg);
}
body#news_article div.titlepane {
	padding-bottom: 17px;
	border-bottom: 1px dotted #cecece;
}
body#news_article div.titlepane p.date {
	margin-bottom: 10px;
}
body#news_article div.news_article a.pdf {
    padding-left: 13px;
    background: url(../img/arrow_bl.png) no-repeat 0px 3px;
    color: #015dcc;
}
body#news_article div.news_article a.pdf:hover {
	background-position: 1px 3px;
}
body#news_article div.news_article p {
	margin-bottom: 1em;
}
body#news_article div.news_article p:last-child {
	margin-bottom: 0;
}

body#news_article div.news_article a.modal:hover {
	-webkit-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}
body#news_article div.news_article a.modal:hover img {
	-ms-filter: "alpha(opacity=80)";
}
body#news_article div.news_article a.modal span {
	display: inline-block;
	position: relative;
	border: 3px solid #0054b4;
}
body#news_article div.news_article a.modal span:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/icon_zoom.png) no-repeat 0px 0px;
}

body#news_article ul.img_wrapper {
	display: flex;
	justify-content: space-between;
}
body#news_article ul.img_wrapper li.image1 {
	width: 300px;
}
body#news_article ul.img_wrapper li.image2 {
	width: 340px;
}
body#news_article .news_article .img_wrapper_news {
  text-align: center;
}
body#news_article .news_article .img_wrapper_news img.nintei {
  width: 400px;
  border: 1px solid #ccc;
}

/*--------------------------
お知らせ・新着情報　スマホ
--------------------------*/
@media (max-width: 640px) {
body#news_article div#top_image {
	background-image: url(../../img/title/news_sp_top_image.jpg);
}
body#news_article div.news_article a.pdf {
    padding-left: 11px;
    background: url(../img/arrow_bl_sp.png) no-repeat 0px 3px;
    background-size: 8px 10px;
}
body#news_article div.news_article a.pdf:hover {
	background-position: 0px 3px;
}
body#news_article div.news_article a.modal:hover {
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
body#news_article div.news_article a.modal:hover img {
	-ms-filter: "alpha(opacity=100)";
}
	body#news_article ul.img_wrapper li.image1{
	margin-right: 10px;
}
  body#news_article .news_article .img_wrapper_news img.nintei {
  width: 90%;
}
}


/*--------------------------
お知らせ・新着情報　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#news_article div.news_article a.modal:hover {
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
body#news_article div.news_article a.modal:hover img {
	-ms-filter: "alpha(opacity=100)";
}
	body#news_article ul.img_wrapper li.image1{
	margin-right: 10px;
}
  body#news_article .news_article .img_wrapper_news img.nintei {
  width: 80%x;
}
}




/*--------------------------
----------------------------
----------------------------
サイトマップ
----------------------------
----------------------------
--------------------------*/

body#sitemap div#top_image {
	background-image: url(../../img/title/sitemap_top_image.jpg);
}
body#sitemap ul#sitemap_detail li {
	float: left;
	width: 30%;
	margin-bottom: 10px;
	padding-right: 3%;
	line-height: 1.8;
	font-size: 116%;
	font-weight: bold;
}
body#sitemap ul#sitemap_detail li.recruit {
	clear: left;
}
body#sitemap ul#sitemap_detail li a {
	padding-left: 13px;
	background: url(../img/arrow_bl.png) no-repeat 0px 4px;
}
body#sitemap ul#sitemap_detail li ul li {
	float: none;
	width: auto;
	margin-bottom: 0px;
	padding-right: 0;
	padding-left: 1em;
	font-size: 86.2%;
	font-weight: normal;
}
body#sitemap ul#sitemap_detail li ul li a {
	display: inline-block;
	background-position: 0px 7px;
}


/*--------------------------
サイトマップ　スマホ
--------------------------*/
@media (max-width: 640px) {
body#sitemap div#top_image {
	background-image: url(../../img/title/sitemap_sp_top_image.jpg);
}
body#sitemap ul#sitemap_detail li {
	float: none;
	width: 100%;
	margin-bottom: 2%;
}
body#sitemap ul#sitemap_detail li a {
	padding-left: 13px;
	background: url(../img/arrow_bl_sp.png) no-repeat 0px 3px;
	background-size: 8px 10px;
}

}


/*--------------------------
サイトマップ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
body#sitemap ul#sitemap_detail li {
	width: 47%;
	padding-right: 3%;
}
body#sitemap ul#sitemap_detail li:nth-child(odd) {
	clear: left;
}
body#sitemap ul#sitemap_detail li.recruit {
	clear: none;
}
}




/*--------------------------
----------------------------
----------------------------
プライバシーポリシー
----------------------------
----------------------------
--------------------------*/

body#privacy div#top_image {
	background-image: url(../../img/title/privacy_top_image.jpg);
}

ul.privacy_detail li {
	margin-bottom: 30px;
}
ul.privacy_detail li:last-child {
	margin-bottom: 0px;
}
ul.privacy_detail li h4 ,
ul.privacy_detail li h5 {
	margin-bottom: 10px;
}
ul.privacy_detail li p,
ul.privacy_detail li ul {
	padding-left: 23px;
}
ul.privacy_detail li ul.cmn_list {
	margin-top: 1em;
}
ul.privacy_detail li ul li {
	margin-bottom: 0px;
}
ul.privacy_detail li strong.company {
	font-size: 116.6%;
	font-weight: bold;
}


/*--------------------------
プライバシーポリシー　スマホ
--------------------------*/
@media (max-width: 640px) {
body#privacy div#top_image {
	background-image: url(../../img/title/privacy_sp_top_image.jpg);
}
ul.privacy_detail li {
	margin-bottom: 4.69%;
}
ul.privacy_detail ul li {
	margin-bottom: 0px;
}
}


/*--------------------------
プライバシーポリシー　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
ul.privacy_detail li {
	margin-bottom: 2.5%;
}
ul.privacy_detail ul li {
	margin-bottom: 0px;
}
}


/*--------------------------
埋め込みGMAP
--------------------------*/
#outline #w_gmap {
    position:relative;
    /*width:100%;*/
    height:0;
    padding-top:65%;
    margin:0px 5px 30px 5px;
}
#outline #w_gmap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin-bottom:20px;
    border:none;
}


/*--------------------------
----------------------------
----------------------------
検索結果
----------------------------
----------------------------
--------------------------*/

body#search_result div#top_image {
	background-image: url(../../img/title/search_result_top_image.jpg);
}
div.gs-title {
	min-height: 30px;
}


/*--------------------------
検索結果　スマホ
--------------------------*/
@media (max-width: 640px) {
body#search_result div#top_image {
	background-image: url(../../img/title/search_result_sp_top_image.jpg);
}
}


/*--------------------------
検索結果　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
}


