@charset "UTF-8";

/* main viual
************************************/

body.company #container #content #visual_content.visual {
  height: 250px;
}

/* for R&D page tilte in main visual */
body.company-rd-index #container #content #main_visual #visual_content.visual h3 {
  width: 260px;
}

/* index
************************************/

body.company #container #content #center.index {
  margin-bottom: 30px;
}

body.company #container #content #center.index > #main-w h3.brand_message {
  color: #373e59;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1em;
}

body.company #container #content #center.index > #main-w ul.category {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
}

body.company #container #content #center.index > #main-w ul.category > li {
  float: left;
  list-style: none;
  line-height: 0;
  margin: 0 29px 29px 0;
  padding: 0;
}

body.company #container #content #center.index > #main-w ul.category > li:nth-child(3n+3) {
  margin-right: 0;
}

body.company #container #content #center.index > #main-w ul.category > li a {
  display: block;
}

/* news list
************************************/

body.company #container #content div.ssi_whatsnew > dl.date > dd {
  border-bottom: 1px dotted #cccccc;
  padding: 2px 0 6px 0;
  margin-bottom: 6px;
}

body.company #container #content div.ssi_whatsnew > dl.date > dt > span.label {
  font-size: 12px;
  min-width: 100px;
  display:inline-block;
  background-color: #ebeef0;
  padding: 4px 8px;
  margin-left: 24px;
  text-align: center;
}

/* arrow box
************************************/

body.company #container #content ul.arrow_box {
  margin-top: 20px;
}

body.company #container #content ul.arrow_box > li {
  list-style: none;
  margin: 0 20px 20px 0;
  float: left;
}

body.company #container #content ul.arrow_box > li:nth-child(3n+3) {
  margin-right: 0;
}

body.company #container #content ul.arrow_box > li > a {
  width: 223px;
  height: 55px;
  color: #333333;
  background-color: #d8dde1;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

body.company #container #content ul.arrow_box > li > a > span.arrow_right {
  background: url(/common/images/arrow/arrow-right.gif) no-repeat 2px 50%;
  padding-left: 18px;
  display: block;
}

