@charset "utf-8";

/* news contents
----------------------------------------------------*/
.news_contents{
  padding-top:32px;
}
.news_contents h2{
  font-size:28px;
  font-weight:normal;
  line-height:1.5;
  padding-bottom:32px;
}

.news_contents .news_contents_inner{
    width: 840px;
    margin: 0 auto;
}
.news_contents .news{
  width: 640px;
  margin: 0 auto ; 
}
.news_contents .news h3{
    font-size :24px;
    line-height: 1.5;
    margin: 0 0 32px 0;
}
.sns_area{
  height:22px;
}
.sns_area p{
  float:left;
}
.social{
  float:right;
  margin-left: 8px;
}
.news_contents .news .sns_area{
    padding:10px;
    margin: 0 0 32px 0;
    border: 1px solid #cccccc;
}

.news_contents .news .sns_area p{
    margin: 0;
    font-size: 16px;
}

.news_contents .news .news_contents_mv{
    margin: 0 0 32px 0;
    text-align: center;
}

.news_contents .news .news_contents_text{
    font-size: 16px;
    line-height: 2;
    margin-bottom:32px;
}
.news_contents .news .news_contents_wbox{
  background-color: #fff;
  border: 0 none;
  border-radius: 3px;
  padding: 20px;
  width: 600px;
  align:center;
}
/*
.news_contents .linkBtn{
    border: 1px solid #24a7b2;
    border-radius: 5px;
    height: 30px;
    padding: 10px 0 0 5px;
    width: 88px;
}


.news_contents .linkBtn a{
   text-decoration:none;
}

.news_contents .linkBtn .linkBtn_arrow{
    margin: 0 10px 0 0;
   
}*/

/* sns plugin
----------------------------------------------------*/

.pluginButton {
    background: linear-gradient(#4c69ba, #3b55a0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-shadow: 0 -1px 0 #354c8c;
    white-space: nowrap;
}
.pluginButtonLight {
    background: linear-gradient(#0084ff, #006fff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 -1px 0 #005ecf;
}
.pluginButtonInline {
    display: inline-block;
}
.pluginButtonX {
    cursor: default;
}
.pluginButton button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: bold;
    line-height: inherit;
    margin: -1px;
    outline: medium none;
    padding: 0;
    text-shadow: 0 -1px 0 #354c8c;
}
.pluginButton button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.gecko .pluginButton button:focus {
    outline: 1px dotted;
}
.pluginButtonIcon {
    height: 14px;
    left: 0;
    margin: 0 4px;
    position: relative;
    top: 3px;
    vertical-align: top;
    width: 14px;
}
.pluginButtonImage {
    display: inline-block;
}
.pluginButtonIconPlaceholder {
    display: block;
    height: 14px;
    width: 7px;
}
.pluginButton .pluginButtonLabel {
    padding: 0 5px 0 0;
    position: relative;
    vertical-align: top;
}
.android .pluginButton .pluginButtonLabel {
    top: 1px;
}
.pluginButton:hover {
    background: linear-gradient(#5b7bd5, #4864b1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #5874c3 #4961a8 #41599f;
    box-shadow: 0 0 1px #607fd6 inset;
}
.pluginButtonLight:hover {
    background: linear-gradient(#009bff, #0084ff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px #006fff inset;
}
.pluginButtonPressed, .pluginButtonPressed:hover {
    background: linear-gradient(#415ca9, #4c69ba) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #385490 #ddd #374f92;
    box-shadow: 0 0 1px #3e58a3 inset;
    opacity: 0.7;
}
.pluginButtonPressedLight, .pluginButtonPressedLight:hover {
    background: linear-gradient(#006fff, #0084ff) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pluginButtonErrorLink {
    color: #a00;
    font-weight: bold;
}
.pluginButtonX .pluginButtonXOff, .pluginButtonX button:hover .pluginButtonXOn, .pluginButtonX button:focus .pluginButtonXOn {
    display: inline-block;
}
.pluginButtonX .pluginButtonXOn, .pluginButtonX button:hover .pluginButtonXOff, .pluginButtonX button:focus .pluginButtonXOff {
    display: none;
}
.pluginButton .pluginButtonThrobber, form.async_saving .pluginButtonIconWithThrobber {
    display: none;
}

/* back button
----------------------------------------------------*/
.link {
  width:1040px;
  text-align: center;
  margin:0 auto;
}
.link .linkBtn {
  margin: 12px 0 0;
  text-align: left;
  
}
.link .linkBtn {
  text-align: left;
  background-color: #fff;
  border:1px #24a7b2 solid;
  border-radius: 5px;
  /* display: block; */
  font-size: 100%;
  /* height: 40px; */
  margin: 12px auto 0;
  /* padding: 12px 0 0; */
  text-decoration: none;
  float:left;
  width:92px;
  height:40px;
}
.link .linkBtn a {
  margin:12px 23px 12px 30px;
  position:relative;
}

/* newsArea
----------------------------------------------------*/
.newsArea {
  width: 1040px;
  margin: 0 auto;
}
.newsTitle {
  font-size: 28px;
  background: url(/corporate/images/border_bg.png) no-repeat left bottom;
  text-align: center;
  position: relative;
  line-height: 1em;
  margin-bottom: 32px;
}
.newsTitle h2{
  font-size:28px;
  font-weight:normal;
  line-height:1.5;
  padding-bottom:32px;
}

.newsTitle p {
  position: absolute;
  top: 0px;
  right: 25px;
}
.newsTitle p a {
  width: 70px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #24a7b2;
  color: #24a7b2;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.newsNavi {
  list-style: none;
  margin: 0 auto;
  width: 564px;
  margin-bottom: 32px;
}
.newsNavi li {
  float: left;
  font-size: 16px;
  width: 132px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
}
.newsNavi li:last-child {
  margin-right: 0;
}
.newsNavi .on {
  background: #e5e5e5;
  border-radius: 5px;
}
.newsArea ul.list:first-child{
  margin-top:40px;
}
.newsArea ul.list:last-child{
  margin-bottom:0;
}

.newsArea ul.list{
  margin:0 96px 20px;
  border-collapse: separate;
  border-spacing: 24px 0;
}
.newsArea ul.list li{
  display:table-cell;
}
.newsArea ul.list .date{
  width:150px;
  font-size:108%;
  font-weight:bold;
}
.newsArea ul.list .tag p{
  width:84px;
  border-radius: 5px;
  text-align:center;
  color:#fff;
  font-size:12px;
  height:14px;
  padding:8px 0 6px;
  line-height:1em;
}
.newsTitle .pulldown_area{
    margin: 0 auto;
    width: 1040px;
}
.newsTitle .pulldown_area .inner{
    position: absolute;
    right: 25px;
    top: 5px;
}


/*ドロップダウン
-----------------------------------*/
.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 36px;
  width: 130px;
  background: #24a7b2;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
 .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #fff transparent;
  pointer-events: none;
}
.dropdown:after {
  margin-top: 5px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 36px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  /* Fallback for IE 8 */
  background: #fff;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #1b7d85;
  outline: 2px solid #1b7d85;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #1b7d85;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-dark {
  background: #24a7b2;
  border-color: #24a7b2;
}
.dropdown-dark:after {
  border-top-color: #fff;
}
.dropdown-dark .dropdown-select {
  color: #fff;
  /* Fallback for IE 8 */
  background: #fff;
}
.dropdown-dark .dropdown-select:focus {
  color: #fff;
}
.dropdown-dark .dropdown-select > option {
  background: #24a7b2;
}
/* ???m?点 */
.newsArea ul.list #tag01{
  background: none repeat scroll 0 0 #6690cc;
}
/* ?d?v?Ȃ??m?点 */
.newsArea ul.list #tag02{
  background: none repeat scroll 0 0 #cc6666;
}
/* ???Ɛ־?・ﾌ???m?点 */
.newsArea ul.list #tag03{
  background: none repeat scroll 0 0 #86b359;
}
/* water station */
.newsArea ul.list #tag04{
  background: none repeat scroll 0 0 #3dcccc;
}
/* ?I?t???C???C?x???g */
.newsArea ul.list #tag05{
  background: none repeat scroll 0 0 #6677cc;
}
/* ?L?????y?[?? */
.newsArea ul.list #tag06{
  background: none repeat scroll 0 0 #cc853d;
}
/* ???f?B?A?﨣・*/
.newsArea ul.list #tag07{
  background: none repeat scroll 0 0 #cc66aa;
}
/* ?j???[?X?????[?X */
.newsArea ul.list #tag08{
  background: none repeat scroll 0 0 #3d55cc;
}



.newsArea ul.list .link{
  width:576px;
  text-align:left;
  font-size:108%;
}

/* /business/greeting.html 幅狭
----------------------------------------------------*/
.contents_03_inner {
    margin: 0 auto;
    padding:0;
    width: 640px;
}
.contents_03_inner h2{
  font-size:28px;
  line-height:32px;
  padding-bottom: 32px; 
  font-weight: normal;
}
.contents_03_inner h2.ptn1{
  font-size:28px;
  line-height:32px;
  font-weight: normal;
}

.contents_03_inner h3{
    font-size: 24px;
    padding-bottom: 32px;
    font-weight: normal;
}
.contents_03_inner .contents_03_txt {
    font-size: 16px;
    line-height: 2em;
    margin-bottom:32px;
}
.contents_03_inner .contents_03_txt:last-child {
    font-size: 16px;
    line-height: 2em;
    margin-bottom:0;
}

.contents_03_inner h4{
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 32px;
    font-weight: normal;
}
.contents_03_txt_right{
    text-align:right;
    font-weight:bold;
}
.section{
  padding-bottom:72px;
  margin-bottom:0 !important;
}
/* /recruit/ W720px
----------------------------------------------------*/
.contents_05_inner {
    margin: 0 auto;
    padding:0;
    width: 720px;
}
.contents_05_inner h2{
  font-size:28px;
  line-height:32px;
  padding-bottom: 32px;
  font-weight: normal;
}
.contents_05_inner h3{
    font-size: 24px;
    padding-bottom: 32px;
    font-weight: normal;
}


/* /business/environment.html
----------------------------------------------------*/

.img_right_box{
  padding:72px 56px 67px 0;
  width:984px;
  margin: 0 auto;
}
.img_right_box img{
   width:288px;
  height:288px;
  float:right;
}

.img_right_box .txt_area{
  width:640px;
  float:left;
}

.img_right_box .txt_area h2{
  margin:39px 0 32px 0;
  font-size:28px;
  line-height:32px;
  font-weight: normal;
}

.img_right_box .txt_area .contents{
  font-size:16px;
  line-height:2;
  margin-bottom:32px;
}
.img_right_box .txt_area .contents:last-child{
  font-size:16px;
  line-height:2;
  margin-bottom:0;
}

.img_right_box .txt_area .blue_btn{
  font-size:108%;
  display: block;
  height: 18px;
  text-decoration: none;
  background:#24a7b2;
  border:0;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  color: #fff;
  width:152px;
  padding: 15px 0 9px;
  line-height:1;
  text-align:center;
  float:right;
}
.img_right_box .txt_area a.blue_btn:hover {
  background-color: #2395a3;
  text-decoration: none;
}
.img_left_box{
  padding:72px 0 67px 56px;
  width:984px;
  margin: 0 auto;
}

.img_left_box img{
   width:288px;
  height:288px;
  float:left;
}

.img_left_box .txt_area{
  width:640px;
  float:right;
}

.img_left_box .txt_area h2{
  margin:39px 0 32px 0;
  font-size:28px;
  line-height:32px;
  font-weight: normal;
}


.img_left_box .txt_area .contents{
  font-size:16px;
  line-height:2;
  margin-bottom:32px;
}
.img_left_box .txt_area .contents:last-child{
  font-size:16px;
  line-height:2;
  margin-bottom:0;
}

.img_left_box .txt_area .blue_btn{
  font-size:108%;
  display: block;
  height: 18px;
  text-decoration: none;
  background:#24a7b2;
  border:0;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  color: #fff;
  width:152px;
  padding: 15px 0 9px;
  line-height:1;
  text-align:center;
  float:right;
}
.img_left_box .txt_area a.blue_btn:hover {
  background-color: #2395a3;
  text-decoration: none;
}
/* /corporate/overview/index.html
----------------------------------------------------*/
#summaryArea{
    margin: 0 auto;
    padding: 0 160px;
    width: 720px;
}
#summaryArea dl{
  margin-bottom:32px;
}

#summaryArea dl:last-child{
  margin-bottom:0;
}

#summaryArea h4{
  width:130px;
  margin-right:100px;
  float:left;
  font-weight:bold;
}
#summaryArea dd{
  float:left;
  width:490px;

}
#summaryArea dt{
  float:left;
  width:150px;
  font-weight:bold;
}


/* フッターにある関連情報用
----------------------------------------------------*/
.relativeList .contents{
  padding-top:32px;
  background-color:#e6eff2;
}

.relativeList .contents .list{
  margin:0 auto;
  width:1040px;
  padding-bottom:60px;
}

.relativeList .contents .list .title{
  font-size:154%;
  color:#4d4d4d;
  border-bottom: #bfbfbf 1px solid;
  padding-bottom:20px;
}

.relativeList .contents .list ul{
  margin-top:32px;
}

.relativeList .contents .list ul li{
  list-style-type: none;
  margin-bottom:16px;
}

.relativeList .contents .list ul li a{
  background: url("../images/triangle-01.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  padding-left:12px;
  font-size:108%;
  line-height:1;
}
