@charset "UTF-8";
/**********************************************************************
トップページ

index.css
**********************************************************************/



/* 目次
-------------------------------------------------
 ・.section-top
 ・.main-visual
 ・.information
 ・.content-list
 ・.section
 ・.press-release
 ・.banner-list
 ------------------------------------------------- */



/* .section-top
------------------------------------------------- */
.section-top {
  background: #f9e9db url(/resource/img/index/bg-main.png) repeat-x center top;
  width: 100%;
  padding-bottom: 30px;
}



/* .main-visual
------------------------------------------------- */
.main-visual {
  /*background: url(/resource/img/index/bg_mainvisual.jpg) no-repeat right top;*/
  width: 1160px;
  height: 330px;
  margin: 0 auto;
}
.main-visual h1 {
  display: none;
  padding-top: 72px;
  margin-left: 21px;
}
.main-visual p {
  display: none;
  margin: 10px 0 0 31px;
}



/* .information
------------------------------------------------- */
.information {
  border: 1px solid #ff0012;
  background-color: #FFF;
  width: 1100px;
  margin: 20px auto 0;
  padding: 10px 0;
}
.information p {
  padding: 0 30px;
}
.information p span {
  display: inline-block;
  vertical-align: top;
}
.information p .information_header {
  width: 170px;
  margin-right: 5px;
  text-align: right;
  color: #ff0012;
}
.information p .information_header:after {
  content: "：";
  margin-left: 5px;
  color: #333;
}
.information p .information_date {
  width: 130px;
  margin-right: 10px;
}
.information p .information_text {
  width: 720px;
}



/* .content-list
------------------------------------------------- */
.content-list {
  width: 1160px;
  margin: 20px auto 0;
}
.content-list dl {
  float: left;
  background-color: #FFF;
  width: 376px;
  margin-right: 16px;
}
.content-list dl:last-child {
  margin-right: 0px;
}
.content-list dl dt a {
  display: block;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #ff0012;
}
.content-list dl dt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.content-list dl dt a span {
  display: block;
  background: url(/resource/img/common/icon_arrow1.png) no-repeat 0 2px;
  margin: 0 20px 15px;
  padding-left: 25px;
}
.content-list dl dd {
  padding: 15px 20px;
}
.content-list dl dd ul {
  float: left;
  width: 50%;
}
.content-list dl dd ul li {
  background: url(/resource/img/common/icon_arrow2.png) no-repeat 0 3px;
  padding-left: 10px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.content-list dl dd ul li:last-child {
  margin-bottom: 0px;
}
.content-list dl dd ul li a {
  color: #333;
}
.content-list dl dd ul li a:hover {
  text-decoration: underline;
}
.content-list dl dd ul li > span {
  font-size: 13px;
}
.content-list dl dd ul li a span {
  font-size: 12px;
}



/* .section
------------------------------------------------- */
.section {
  width: 1160px;
  margin: 40px auto 0;
}



/* .press-release
------------------------------------------------- */
.press-release {
  float: left;
  width: 930px;
}
.press-release .press-release_header h2,
.ajirei-c-ajinomoto-group__header h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #ff0012;
}
.press-release .press-release_header a {
  display: block;
  float: right;
  border-radius: 5px;
  background-color: #ff0012;
  padding: 0 7px;
  font-size: 13px;
  color: #FFF;
}
.press-release .press-release_header a span {
  display: block;
  background: url(/resource/img/common/icon_arrow3.png) no-repeat 0 7px;
  padding: 5px 0 5px 20px;
}
.press-release .press-release_list {
  border: 1px solid #dbdbdb;
  padding: 5px 19px;
  margin-top: 15px;
}
.press-release .press-release_list dl {
  border-bottom: 1px dotted #cbcbcb;
  padding: 15px 0;
}
.press-release .press-release_list dl:last-child {
  border-bottom: none;
}
.press-release .press-release_list dl dt {
  float: left;
  width: 130px;
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
.press-release .press-release_list dl dd {
  float: right;
  width: 750px;
  line-height: 1.3;
}
.press-release .press-release_list dl dd a {
  display: block;
  background: url(/resource/img/common/icon_arrow2.png) no-repeat 0 4px;
  padding-left: 15px;
}
.press-release .press-release_list dl dd span {
  display: block;
  padding-left: 15px;
  margin-top: 5px;
}



/* .banner-list
------------------------------------------------- */
.banner-list {
  float: right;
  width: 200px;
}
.banner-list li {
  margin-bottom: 10px;
}
.banner-list li:last-child {
  margin-bottom: 0;
}
.banner-list li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.banner-list li a img {
  width: 100%;
  height: auto;
}




/* .banner-list
------------------------------------------------- */
.ajirei-c-list-fluid {
  overflow: hidden;
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}

.ajirei-c-list-fluid__item {
  float: left;
  width: 252.5px;
  margin-right: 86px;
  margin-bottom: 35px;
  list-style-type: none;
}

.ajirei-c-list-fluid__item:nth-child(3n) {
  margin-right: 0;
}

.ajirei-c-list-fluid__item:nth-child(3n+1) {
  clear: left;
}

.ajirei-c-list-fluid__link {
  display: table;
  width: 100%;
  height: 100%;
}

.ajirei-c-list-fluid__link img {
  width: 100%;
}

.ajirei-c-list-fluid__text {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 5px 0 0;
  padding: 0 0 0 15px;
}

.ajirei-c-list-fluid__text::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 5px;
  height: 12px;
  content: '';
  background: url(/resource/img/common/icon_arrow2.png) no-repeat 0 4px;
  padding-left: 15px;
}

.ajirei-c-ajinomoto-group-list-fluid {
  margin: 15px 0 0;
  padding: 30px 30px 0;
  border: 1px solid #dbdbdb;
  letter-spacing: -5px;
  list-style-type: none;
  overflow: hidden;
}

.ajirei-c-group-list-fluid__item {
  margin: 0 30px 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 252px;
  list-style-type: none;
  letter-spacing: normal;
}

.ajirei-c-group-list-fluid__item:nth-child(4) {
  margin: 0 0 30px 0;
  clear: none;
}