﻿.shanghainame {
  font-family: "宋体";
}
dl {
  text-align: center;
  display: inline;
  float: left;
  margin: 30px 0 0 0;
  width: 220px;
}
.companydaliantrad1 {
  padding: 10px 0px 10px 220px;
  text-indent: 20pt;
}
.companydaliantrad2 {
  padding: 6px 0px 6px 220px;
  text-indent: 20pt;
}
.company img{width: 241px;
}
.bussinessptop {
  padding: 6px 0px 6px 220px;
  text-indent: 20pt;
}
#staffitems {
  margin-left: 80px;
}
/*----------------------------------------
.staffpbody {
	padding: 0px 0px 0px 200px;
	text-indent:20pt; 
}

.staffptitle{
	text-align : center; 
	font-weight : bold;  
	padding: 10px 0px 5px 200px;
}

#staffbody li{
	height:240px;
	background-repeat: no-repeat;
	width:800px;
}
------------------------------------------*/
.articleList {
  margin: 0 0 15px;
}
.articleList ul li {
  background: url(../img/article_line.gif) repeat-x 0 bottom;
  padding: 12px 8px 15px;
}
.articleList ul {
  margin: -12px 0 0;
}
.articleList ul li span.date {
  margin: 0 0 0 14px;
}
.articleList ul li span.icon img {
  vertical-align: -0.2em;
}
.articleList ul li h3 {
  border-left: 4px solid #1C5E8E;
  padding: 0 0 0 10px;
  margin: 3px 0 0;
  font-size: 20px;
  line-height: 1.3;
  color: #00589D;
}
.articleList ul li p {
  margin: 5px 0 0 15px;
}
.articleListHome {
  margin: 0 0 15px;
}
.articleListHome ul {
  margin: -12px 0 0;
}
.articleListHome ul li {
  background: url(../img/article_line.gif) repeat-x 0 bottom;
  padding: 12px 8px 15px;
}
.articleListHome ul li span.date {
  font-size: 14px;
  font-weight: lighter;
  margin: 0 0 0 14px;
}
.articleListHome ul li span.icon img {
  vertical-align: -0.2em;
}
.articleListHome ul li h3 {
  border-left: 4px solid #1C5E8E;
  padding: 0 0 0 10px;
  margin: 3px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #00589D;
}
.articleListHome ul li p {
  margin: 5px 0 0 15px;
}
.articleListUS a {
  margin: -20px 0 0 0;
  color: #00589D;
}
.articleListUS ul {
  margin: -20px 0 0 0;
}
.articleListUS ul li {
  background: url(../img/article_line.gif) repeat-x 0 bottom;
  padding: 12px 8px 15px;
}
.articleListUS ul li span.Title {
  margin: 0 0 0 0px;
  font-size: 100%;
}
.articleListUS ul li span.icon img {}
.articleListUS h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0px 50px;	
}
.articleListUS h2 {
  font-size: 20px;
  font-weight: bold;
}
.articleListUS ul li h3 {
  font-size: 18px;
  font-weight: bold;
}
.articleListUS ul li h4 {
  margin: 0 0 0 15px;
}
.articleListUS ul li a {
  margin: -20px 0 0 0;
  color: #00589D;
}
.articleListUS ul li p {
  margin: 3px 0 0 15px;
}
a:link, a:active, a:visited {
  color: rgb(0, 88, 157);
  text-decoration: underline;
}
ol, ul {
  list-style: none outside none;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#topicPath {
  margin: 0px 3px 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 12px;
}
body {
  font-size: small;
}
.titBar {
  font-weight: bold;
  padding: 0px 5px 11px;
  margin: 0px 0px 12px;
  font-size: 124%;
  line-height: 1.2;
  background: url(../img/title_line.gif) repeat-x 0 bottom;
}
.titBar span {
  border-left: 4px solid rgb(28, 94, 142);
  border-left-width-value: 4px;
  border-left-style-value: solid;
  border-left-color-value: rgb(28, 94, 142);
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  margin: 0px 0px 0px 10px;
}
/* !wrapper

---------------------------------------------------------- */
#wrapper {}
/* !header
---------------------------------------------------------- */

#header {
  background-color: #fff;
  position: relative;
  background-color: #fff;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 20px;
  min-width: 1104px;
}
#header a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

#headerIn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  width: 1100px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}


#headerLogo {
  float: left;
}
#headerLogo img {
  width: 129px;
}
#headerLogo font{
	font-size: 12px;
	font-weight: bold;
}

/* !gNavi
---------------------------------------------------------- */
#gNavi {
  float: right;
}
#gNavi li {
  float: left;
  padding: 0 15px;
}
#gNavi li:last-child {
  padding-right: 0;
}
#gNavi li a {
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: block;
  height: 72px;
  line-height: 72px;
}
#gNavi ul li a span {
  position: relative;
}
#gNavi ul li a span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  right: 50%;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #127dcc;
  transition: 0.2s all linear;
}
#gNavi li a span:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}
#gNavi li a:hover ~ li span:before {
  left: 0;
  right: 0;
}
#gNavi > ul > li:hover > a span:before, body.home #gNavi > ul > li:nth-child(1) > a span:before, body.company #gNavi > ul > li:nth-child(2) > a span:before, body.business #gNavi > ul > li:nth-child(3) > a span:before, body.staff #gNavi > ul > li:nth-child(4) > a span:before, body.news #gNavi > ul > li:nth-child(5) > a span:before, body.recruit #gNavi > ul > li:nth-child(6) > a span:before, body.inquiry #gNavi > ul > li:nth-child(7) > a span:before, body#business #gNavi > ul > li:nth-child(3) > a span:before {
  width: 100%;
  left: 0;
}
.taC {
  text-align: center !important;
}
/* !footer
---------------------------------------------------------- */
#footer {
  background-color: #f2f2f2;
  position: relative;
  margin-top: 130px;
  min-width: 1104px;
}
#footer a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#footer .footerIn {
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  padding: 30px 10px;
  width: 1100px;
}
.footLeft {
  display: flex;
  align-items: center;
  float: left;
}
.footLeft img {
  padding-top: 8px;
  width: 143px;
}
.footRight {
  float: right;
  padding: 26px 0;
}
.footRight ul {
  margin-left: -25px;
}
.footRight ul li {
  float: left;
  padding-left: 25px;
  box-sizing: border-box;
}
.footRight ul li a {
  font-weight: normal;
  font-size: 1.5rem;
}
.footRight ul li a:hover {
  text-decoration: underline;
}
#copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
  background-color: #005b92;
  padding: 14px 0;
}
.footInfo {
  margin-left: 45px;
  text-align: left;
}
.footInfo .list01 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.footInfo .list01 span {
  font-size: 1.2rem;
  margin-left: 30px;
}
.footInfo .list02 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #666;
}
.footInfo .list03 {
  margin-top: 5px;
}
.footInfo .list03 span:first-child {
  margin-right: 15px;
}
.silPc {
  display: block;
}
/* 共同---------------------start
---------------------------------------------------------- */
.pc {
  display: block;
}
.pt {
  display: block;
}
.ts {
  display: none;
}
.sp {
  display: none;
}
/* !Base Fonts -------------------------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
a:hover {
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img, .op input {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.op:hover img, .op:hover input {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* Base Fonts---------------------end
---------------------------------------------------------- */
.main a {
  color: #005b90;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.flex {
  display: flex; /* 画像の隣に文字 */
}
.flex p {
  display: flex; /* 画像の隣に文字 */
  margin: 20px; /* 左のみ余白あり */
  flex-direction: column;
}
/* 共同---------------------end
---------------------------------------------------------- */