@charset "UTF-8";
/* CSS Document */

/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q demo
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;
border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}

/* General
***********************/
#contents.inquiry  {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
}
 #world-group {
    background: #fff;
  }
#world-group h2 {
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
#world-group-map li span {
  font-family:arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.world-nav .level1 > a {
  font-family:arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.world-nav .level2-block dt {
  font-family:arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 #world-group h2::after {
    display: none;
  }
#contents.inquiry .txt-thumb a:link ,
#contents.inquiry .txt-thumb a:visited,
#contents.inquiry .txt-thumb-2column a:link ,
#contents.inquiry .txt-thumb-2column a:visited,
#contents.inquiry .txt-thumb-link02 a:link ,
#contents.inquiry .txt-thumb-link02 a:visited,
#contents.inquiry .link-3column a:link ,
#contents.inquiry .link-3column a:visited,
#contents.inquiry .txtlink-2column a:link ,
#contents.inquiry .txtlink-2column a:visited {
	color: #00349a;
}
#contents.inquiry .txt-thumb a:hover ,
#contents.inquiry .txt-thumb a:active,
#contents.inquiry .txt-thumb-2column a:hover ,
#contents.inquiry .txt-thumb-2column a:active,
#contents.inquiry .txt-thumb-link02 a:hover ,
#contents.inquiry .txt-thumb-link02 a:active,
#contents.inquiry .link-3column a:hover ,
#contents.inquiry .link-3column a:active,
#contents.inquiry .txtlink-2column a:hover ,
#contents.inquiry .txtlink-2column a:active {
	color: #00349a;
}
#contents.inquiry a img {
	border:none;
}
#contents.inquiry a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#contents.inquiry form {
	display:inline;
}

/* --Clearfix */
.cf:before,
.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

/* 固定
***********************/
.pc {
	display:block;
}
.sp {
	display:none;
}

/* commonの上書き
***********************/
#wrapper {
	width:950px;
}
address {
	font-size:11px;
	line-height:20px;
}
#logoArea {
    margin-right: 70px;
}
#topicPath {
  font-family:Arial, Helvetica, san-serif !important;
}

/* コンテンツ用
***********************/
#contents.inquiry {
	width: 950px;
}
.inquiry #titleArea h1 {
	float:left;
	margin: 17px 0;
	font-size: 23px;
  font-weight: bold;
}
.inquiry #titleArea p {
	float:right;
	color: #333333;
	font-size: 10px;
	font-weight: 400;
	line-height: 38px;
	margin-top:8px;
	}
.inquiry #titleArea p a:link , .inquiry #titleArea p a:visited {
	color: #333333;
	}
.package .catLine {
	margin-bottom:30px;
}
.package .catItem {
	background-color: #f6f6f6;
	width: 345px;
	height:auto;
	float:left;
	margin-right:10px;
    margin-bottom:10px;
}
.package .catItem .itemImage {
	width:100%;
	border-bottom: 2px solid #08399c;
}
.package .catItem .itemImage img {
	width:100%;
}
.package .catItem ul.catList {
	padding:23px;;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.package .catItem ul.catList li a {
	background-image:url(images/arrow_circleblue.png);
}
.package .catItem ul.catList li a:link, .package .catItem ul.catList li a:visited {
	color: #333 !important;
}
.pagetop {
	text-align:right;
	font-size:10px;
	margin:60px 0 10px 0;
}
#footerMenuArea {
	background-color:#f2f2f2;
	border-top:1px solid #ddd;
}
#footerMenuArea .footerMenu{
	width:950px;
	margin:0 auto;
	padding:30px 0;
	font-size:10px;
	line-height:18px;
	color:#666;
	text-align:left;
}
#footerMenuArea .footerMenu a:link , #footerMenuArea .footerMenu a:visited {
	color:#666;
}
#footerMenuArea .ftmnCate {
	float:left;
	width:715px;
	padding-bottom:30px;
}
#footerMenuArea .ftmnInquiry {
	float:left;
	width:234px;
	height:auto;
	border-left:1px solid #ddd;
	padding-bottom:30px;
}
#footerMenuArea .ftmnLine {
}
#footerMenuArea dl {
	float:left;
	padding:5px 20px 5px 30px;
	width:180px;
	height:130px;
	border-left:1px solid #ddd;
}
#footerMenuArea dl a {
	display:block;
}
#footerMenuArea dt {
	font-size:12px;
	font-weight:bold;
}
#footerMenuArea dl.inquiry {
	height:auto;
	border-left:none;
}
#footerMenuArea dl.inquiry dt {
	margin-bottom:15px;
}
#footerMenuArea dl.global {
	height:auto;
	border-left:none;
}
#footerMenuArea dl.global a {
	height:auto;
	padding-top:15px;
	border-left:none;
	border-top:1px solid #ddd;
}
.txtlink-2column p{
  background: url(../img/arw.png) no-repeat 20px center;
  background-size: 13px auto;
  padding: 0 0 0 40px;
}
.link-3column p {
  background: url(../img/arw.png) no-repeat left center;
  background-size: 13px auto;
  padding: 0 0 0 40px;
}
.txt-thumb li a,
.txt-thumb-2column li a {
  display: block;
  background: url(../img/arw.png) no-repeat left center;
  background-size: 13px auto;
  padding: 0 0 0 20px;
}
/*.link-3column li {
  background: url(../img/arw.png) no-repeat 20px center;
  background-size: 13px auto;
}*/

.blank {
  background: url(../img/blank_arw.png) right center no-repeat;
  background-size: 13px auto;
  padding: 0 20px 0 0;
}

.world-nav .level2-block {
  background: #515151;
}
.world-nav .level2 a {
  color: #fff;
}
.world-nav .level1 > a {
  color: #333;
}
.sup-coname {
  font-size: 12px;
  font-weight: bold;
}

/* Media Queries
***********************/
@media screen and (max-width: 640px) {
/* 固定
***********************/
.sp {
	display:block;
}
.pc {
	display:none;
}
/* commonの上書き
***********************/
body {
background:none;
text-align:left;
}
#wrapper {
	width:100%;
	padding:0;
	margin:0;
}
#footer-link .pagelist2 {
	padding:15px 15px 0px;
	background:#F4F4F4;
	text-align:center;
}

#footer-link .pagelist2 li {
	display: inline-block;
	margin-right: 10px;
	padding-left: 10px;
	border-left: #CCCCCC 1px solid;
	font-size: 12px;/*0.5*/
}

#footer-link .pagelist2 li:first-child {
 border-left: none;
 padding-left: 0;
}

#footer-link .pagelist2 li a {
	color:#545454;
}

.page-top {
	text-align: right;
	background:#F4F4F4;
	padding-right:0.5em;
}
  .pagetop.pc {
    display: none!important;
  }
  .world-group-inner {
    margin: 0;
  }
  .world-nav .level1:first-child {
    border-top: #D9D9D9 1px solid;
  }
  .inquiry h2,
  #world-group h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  .world-nav .level2 a {
    display: block;
    padding: 14px 5px 14px 20px;
    font-size: 16px;
}
  
/* コンテンツ用
***********************/
#contents.inquiry {
	width:100%;
}
.txt-thumb li {
 border-bottom: solid 1px #d1d1d1; 
}
.txt-thumb-2column a,
.link-3column a,
.txtlink-2column a {
  width: 100%;
  display: block;
}
.txt-thumb li:first-child {
  margin: 0 0 31px;
}
  .txt-thumb-2column {
    width: 100%;
  }
.txt-thumb-2column p {
  display: inline-block;
  vertical-align: middle;
}
.txt-thumb-2column .txtlink01 {
  width: 46.7%;
}
.txt-thumb-2column .txtlink02 {
  width: 50%;
}
.txt-thumb-2column .thumb-img01 {
  width: 46.875%;
  padding: 15px 0 15px 0;
}
.txt-thumb-2column .thumb-img02 {
  width: 40%;
  padding: 20px 0 17px 0;
}
.txt-thumb-2column .thumb-img01 img,
.txt-thumb-2column .thumb-img02 img {
  width: 100%;
}
.inquiry #titleArea h1 {
	float:none;
	margin:15px 0;
	padding:0 20px;
	font-size: 23px;
	line-height: 28px;
}
.inquiry #titleArea p {
	float:none;
	display:none;
	}
.inquiry #titleArea p a:link , .inquiry #titleArea p a:visited {
	color: #333333;
	}
.prdctImage img {
	width:100%;
}
#prdctArea {
	/*margin-top:70px;*/
}
  .world-nav .level1 > a {
    background: url(../img/world-nav-arrow-open-sp.png) right center no-repeat;
    background-size: 23px auto;
    padding: 14px 20px;
    text-decoration: none;
  }
  .world-nav .level1 > a:hover,
  .world-nav .is-current > a:hover {
    text-decoration: none;
  }
  .world-nav .is-current > a {
    background: url(../img/world-nav-arrow-close-sp.png) right center no-repeat;
    background-size: 23px auto;
    text-decoration: none;
  }
.txt-thumb-link .thumbttl,
  .txt-thumb-link02 .thumbttl{
    display: block;
    font-size: 18px;
    line-height: 1.2;
    border-left: solid 3px #e80f2c;
    font-weight: bold;
    padding: 0 0 0 12px;
    margin: 0 20px 20px;
  }
.others-thumbttl {
    font-size: 18px;
    line-height: 1.2;
    border-left: solid 3px #e80f2c;
    font-weight: bold;
    padding: 0 0 0 12px;
    margin: 25px 0 5px 20px;
  }
.txt-thumb .txtlink,
.txt-thumb-2column .txtlink {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 20px 17px;
  }
.txt-thumb-img {
  margin: 0 0 11px;
}
.txt-thumb-img02 {
 margin: 0 0 22px;
}
.inquiry h2 {
  margin: 20px;
}
.txt-thumb-2column li,
.link-3column li {
  padding: 0 20px;
  border-bottom: solid 1px #d1d1d1; 
}
  .txtlink-2column li {
  border-bottom: solid 1px #d1d1d1; 
  }
  .txtlink-2column.line01 li:first-child {
    border-top: solid 1px #d1d1d1; 
  }
.txt-thumb-2column img,
.link-3column img,
.txtlink-2column img {
  margin: 0 auto;
}
.link-3column p {
  background-size: 13px auto;
  padding: 17px 22px;
}
.txtlink-2column p{
  background-size: 13px auto;
  padding: 17px 10px 17px 40px;
}
  .thumb01,
  .thumb02 {
    text-align: center;
  }
  .thumb01 img {
    width: 56%;
  }
  .thumb02 img {
    width: 54%;
  }
#catArea {
	float:none;
	width: auto;
	padding:0 30px;
}
#bnArea {
	float:none;
	width: auto;
	padding:0 30px;
}
.catItem {
	width: auto;
	margin-right:0;
	float:none;
	margin-bottom:10px;
	height:auto;
}
.catItem .titleArea {
	font-size: 22px;
	padding:15px;
	line-height: 24px;
}
.catItem ul.catList {
	display:none;
}
.catItem ul.catList li a {
	padding-left:24px;
	background-size:13px 15px;
	background-position:left center;
}
.package {
}
.package .catLine {
	margin-bottom:30px;
}
.package .catItem {
	background-color: #f6f6f6;
	width: auto;
	height:auto;
	float:none;
	margin-right:0;
}
.package .catItem .itemImage {
	width:100%;
	border-bottom: 2px solid #08399c;
}
.package .catItem .itemImage img {
	width:100%;
}
.package .catItem ul.catList {
	display:block;
	padding:23px;;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.package .catItem ul.catList li a {
	background-image:url(images/arrow_circleblue.png);
}
.package .catItem ul.catList li a:link , .package .catItem ul.catList li a:visited {
	color: #333 !important;
}
#footerMenuArea {
	margin-top:20px;
}
#footerMenuArea .footerMenu{
	width:auto;
	margin:0 auto;
	padding:15px 30px;
	font-size:18px;
	line-height:40px;
	color:#333;
}
#footerMenuArea .footerMenu a:link , #footerMenuArea .footerMenu a:visited {
	color:#333;
}
#footerMenuArea .ftmnCate {
	float:none;
	width:auto;
	padding-bottom:0;
}
#footerMenuArea .ftmnInquiry {
	float:none;
	width:auto;
	height:auto;
	border-left:none;
	padding-bottom:0;
}
#footerMenuArea .ftmnLine {
}
#footerMenuArea dl {
	float:none;
	padding:0 0 10px 0;
	/*width:auto;*/
	width: 100%;
	height:auto;
	border-left:none;
}
#footerMenuArea dl a {
	display:block;
}
#footerMenuArea dt {
	font-size:inherit;
	font-weight:bold;
}
#footerMenuArea dl.inquiry {
	padding:0 0 0 0;
}
#footerMenuArea dl.inquiry dt {
	margin-bottom:15px;
}
#footerMenuArea dl.global {
	display:none;
}
#footerMenuArea .footerMenu dt {
    background: url(/prdct/chem/images/footer_link_arrow1.png) right center no-repeat;
    background-size: 8px 12px;
	font-size:16px;
	border-bottom: solid 1px #ccc;
}
#footerMenuArea .footerMenu dd {
    background: url(/prdct/chem/images/footer_link_arrow2.png) left 14px no-repeat;
    background-size: 5px 9px;
	padding-left: 1em;
	font-size:14px;
	border-bottom: solid 1px #ccc;
}
#footerMenuArea .footerMenu dd > ul {
	margin-left: 0;
}
#footerMenuArea .footerMenu dd > ul > li {
    background: url(/prdct/chem/images/footer_link_arrow2.png) left 14px no-repeat;
    background-size: 5px 9px;
	padding-left: 1em;
	border-top: solid 1px #ccc;
}
#footer {
	margin-top:0px;/*0.5*/
	padding: 10px 0;/*0.5*/
	text-align: center;
	font-size: 12px;/*0.5*/
	background:#F4F4F4;
}

}

/* pc */
@media screen and (min-width: 641px) {

  .txt-thumb-link .thumbttl,
  .txt-thumb-link02 .thumbttl{
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    border-left: solid 3px #e80f2c;
    font-weight: bold;
    padding: 0 0 0 12px;
    margin: 0 0 26px;
  }
  .others-thumbttl {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    border-left: solid 3px #e80f2c;
    font-weight: bold;
    padding: 0 0 0 12px;
    margin: 34px 0 14px 18px;
  }
  
.txt-thumb-2column,
.link-3column,
.txtlink-2column {
  font-size: 15px;
  line-height: 1.4;
}
.txt-thumb {
    width: 100%;
    padding: 25px 0 17px;
    border-top: solid 1px #d1d1d1;
    border-bottom: solid 1px #d1d1d1;
  }
  .txt-thumb-2column {
    width: 100%;
    padding: 22px 0 7px;
    border-bottom: solid 1px #d1d1d1;
  }
  .txt-thumb li,
  .txt-thumb-2column li{
    display: inline-block;
    vertical-align: top;
  }
  .txt-thumb .txtlink,
  .txt-thumb-2column .txtlink {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 5px;
  }
  
  .txt-thumb-link {
    width: 197px;
    float: left;
    padding: 0 0 0 18px;
  }
  .txt-thumb-img {
    width: 240px;
    float: left;
    text-align: right;
  }
  .txt-thumb-img img {
    width: 95%;
  }
  .txt-thumb-link02 {
    width: 192px;
    float: left;
    padding: 0 0 0 18px;
  }
  .txt-thumb-img02 {
    width: 240px;
    float: left;
    text-align: right;
  }
  .txt-thumb-img02 img {
    width: 95%;
  }

  .txt-thumb li:first-child {
    width: 476px;
    background: url(../img/txt-thumb_hr.png) right center no-repeat;
  }
  .txt-thumb-2column li:first-child {
    width: 476px;
    background: url(../img/txt-thumb_hr02.png) right center no-repeat;
  }
  h2 {
    font-size: 32px;
    margin: 20px 0;
    padding: 0;
  }
  .link-3column {
    width: 300px;
    float: left;
    margin: 0 20px 0 0;
  }
  .link-3column li {
  width: 100%;
	/*float: left;
	margin: 0 20px 0 0;*/
  border-bottom: solid 1px #d1d1d1;
  }
  .link-3column p,
  .txtlink-2column p {
  background: url(../img/arw.png) no-repeat 20px 23px;
  background-size: 13px auto;
  padding: 20px 0 20px 40px;
  }
  
.link-3column:nth-child(3n) {
  margin-right: 0;
}
.txt-thumb-2column li {
  display: inline-block;
}
.txt-thumb-2column p {
  display: inline-block;
  vertical-align: middle;
}
.txt-thumb-2column .txtlink01 {
  width: 277px;
  padding: 0 0 0 18px;
}
.txt-thumb-2column .txtlink02 {
  width: 295px;
  padding: 0 0 0 18px;
}
.txt-thumb-2column .thumb-img01 {
  width: 160px;
}
.txt-thumb-2column .thumb-img02 {
  width: 125px;
}
.txt-thumb-2column .thumb-img01 img,
.txt-thumb-2column .thumb-img02 img {
  width: 100%;
}
 /* .txtlink-2column.line02 {
    margin: 0 0 35px;
  }*/
	.txtlink-2column li {
    width: 466px;
		float: left;
    border-bottom: solid 1px #d1d1d1;
  }
  .txtlink-2column.line01 li {
    border-top: solid 1px #d1d1d1;
  }
	.txtlink-2column li:first-child {
		margin-right: 18px;
	}
  
  #world-group {
    margin:  28px 0 57px;
    padding: 10px 0;
    background: #fff;
  }
  #world-group h2 {
  font-size: 32px;
  line-height: 1.33;
}
  #world-group-nav {
    width: 30%;
    margin-top: 0;
    margin-left: 0;
  }
  .world-nav {
    box-shadow: none;
  }
  .world-nav .level1 > a {
    padding: 19px;
  }
  .world-nav .level2-block {
	min-height: 309px;
  padding: 20px 35px;
  }
  #world-group .level2-list {
    border-top: solid 1px #8d8d8d;
    padding: 15px 0 0;
  }
  #world-group .level2-list li {
    font-size: 15px;
    padding: 0 0 7px;
  }
  /*.world-group-inner {
    background: #F4F4F4;
  }*/
  #world-group-map li.north-america {
    top: 30%;
    left: 63%;
  }
  #world-group-map li.africa {
    top: 60%;
    left: 7.2%;
  }
  #world-group-map li.latin-america {
    top: 66%;
    left: 70%;
  }
  .world-nav .is-current {
    background: #515151;
  }
  .world-nav .level1 > a {
    font-size: 19px;
    background: url(../img/world-nav-arrow.png) right center no-repeat;
}
  .world-nav .is-current > a {
    background: url(../img/world-nav-arrow-close.png) right center no-repeat;
  }
.world-nav .is-current > a {
    color: #ffffff;
}
.world-nav .level1:first-child {
    border-top: #D9D9D9 1px solid;
}
.pagetop {
  position: static;
  /*bottom: 55px;
  right: 2%;*/
}
  
}