body {
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html,
body {
  margin: 0;
  background: url(../images/bg.png);
  color: #525252;
}
img {
  vertical-align: middle;
}
.btn {
  display: inline-block;
  padding: 10px 40px 10px 60px;
  background: url(../images/btn_icon1.png) #ff5270 no-repeat 20px center;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.btn.icon {
  margin-left: 50px;
  margin-bottom: 50px;
}
.btn.icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/btn_icon2.png) no-repeat center center;
  left: -50px;
  top: -10px;
}
.btn.egohan {
  padding-left: 165px;
  padding-right: 20px;
  background: url(../images/btn_icon_egohan.png) #ff9900 no-repeat 20px center;
}
.btn.egohan span {
  display: none;
}
.btn.red {
  background: url(../images/btn_icon3.png) no-repeat 20px center;
  color: #ff5270;
  border: 1px solid #ff5270;
}
#main {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
#main header {
  height: 89px;
  line-height: 89px;
  background: url(../images/header_bg.jpg);
}
#main header a {
  display: inline-block;
  margin-top: 10px;
}
#main header h1 {
  margin: 0px 0px 0px 50px;
  width: 140px;
  height: 60px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url(../images/logo.png);
}
#main > ul {
  text-align: center;
  padding: 0;
  margin: 45px auto;
}
#main > ul li {
  display: inline-block;
  width: 28%;
  margin: 0 15px;
}
#main > ul li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 38px 10px;
  border: 1px solid #ff5270;
}
#main > ul li a.bamix_banner {
  background: url(../images/bamix_banner.jpg) no-repeat center center;
}
#main > ul li a.cristel_banner {
  background: url(../images/cristel_banner.jpg) no-repeat center center;
}
#main > ul li a.allround-bowls_banner {
  background: url(../images/allround-bowls_banner.jpg) no-repeat center center;
}
footer .copy {
  text-align: center;
  margin: 25px auto 90px;
}
#list {
  text-align: center;
}
#list h2 {
  margin: 30px auto;
  color: #ff5270;
  font-size: 20px;
}
#list p.icon {
  font-size: 13px;
  line-height: 20px;
}
#list p.icon span {
  display: inline-block;
  width: 150px;
  height: 20px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/frw2015_icon.png) no-repeat center center;
}
#list .recipe {
  padding: 50px 10px 0;
}
#list .recipe:after {
  content: "";
  display: block;
  clear: both;
}
#list .recipe li {
  list-style: none;
  display: block;
  width: 33.3333%;
  padding: 0 20px 40px;
  box-sizing: border-box;
  float: left;
  position: relative;
}
#list .recipe li.frw:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 26px;
  background: url(../images/frw2015_icon2.png) no-repeat center center;
}
#list .recipe li a {
  text-decoration: none;
}
#list .recipe li a img {
  max-width: 100%;
}
#list .recipe li a h3 {
  color: #ff5270;
  font-size: 15px;
  height: 70px;
}
#list .recipe li a p {
  color: #525252;
}
#list .info {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(171, 171, 171, 0.8);
}
#list .info.on {
  display: block;
}
#list .info li {
  display: none;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#list .info li.on {
  display: block;
}
#list .info li .outer {
  width: 80%;
  max-width: 960px;
  height: 80%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  margin-top: 5%;
}
#list .info li .outer .close_btn {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat center center;
  cursor: pointer;
  z-index: 9;
}
#list .info li .outer .inner {
  overflow-y: scroll;
  height: 100%;
}
#list .info li .outer h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
#list .info li .outer p {
  margin-bottom: 10px;
}
#list .info li .outer .btn {
  box-sizing: border-box;
  margin: 0 10px;
}
#list .info li .outer .bottom.cherry .text_box h2 {
  color: #525252;
  font-size: 20px;
}
#list .info li .outer .bottom.cherry .text_box h2 span {
  display: block;
  color: #ff5270;
  font-size: 15px;
}
.intro .col2 {
  overflow: hidden;
}
.intro .col2 h2 {
  margin: 0 auto 22px;
  font-size: 20px;
  line-height: 1.3;
  color: #ff5270;
}
.intro .col2 p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 auto 22px;
}
.intro .col2 .text_box {
  padding: 45px 60px 0;
}
.intro .col2.banners a {
  display: block;
  float: left;
  width: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 170px;
}
.intro .col2.banners a.cherry_banner {
  background: url(../images/cherry-terrace_banner.jpg) no-repeat center center;
}
.intro .col2.banners a.egohan_banner {
  background: url(../images/e-gohan_banner.jpg) no-repeat center center;
}
.intro.frw {
  position: relative;
}
.intro.frw .col2 {
  background: #edf6f7;
}
.intro.frw .col2 .img {
  float: left;
}
.intro.frw .col2 .text_box {
  margin-left: 310px;
}
.intro.frw .col2 .text_box a.banner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.intro.frw.top .col2 {
  background: #fff;
}
.intro.frw.top .col2 .img {
  width: 50%;
  text-align: left;
}
.intro.frw.top .col2 .img img {
  max-width: 100%;
}
.intro.frw.top .col2 .text_box {
  width: 50%;
  float: right;
  margin: 0;
  box-sizing: border-box;
}
.intro.frw.top .col2.btns {
  padding: 20px 0;
  background: url(../images/bg.png);
  text-align: center;
}
.intro.frw.top .col2.btns a {
  width: 335px;
}
.intro.cherry .col2 {
  background: #fffce7;
}
.intro.cherry .col2 .img {
  float: right;
}
.intro.cherry .col2 .text_box {
  margin-right: 310px;
}
.intro.cherry.bottom .col2 .img {
  width: 40%;
  text-align: center;
}
.intro.cherry.bottom .col2 .img img {
  max-width: 100%;
  margin-top: 30px;
}
.intro.cherry.bottom .col2 .text_box {
  width: 50%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}
.intro.cherry.bottom .col2.btns {
  padding: 20px 0;
  text-align: center;
}
.intro.cherry.bottom .col2.btns a {
  width: 335px;
}
