@charset "utf-8";

.share {
  background: #F6F6F6;
}
.share2 {
  background: #F6F6F6;
  padding: 1px 0 50px;
}

/*Headline*/
#headline {
  color: #FFF;
}
#headline span {
  position: relative;
  left: -20px;
  width: 120px;
}

.sublines {
  background: #EEE;
  color: #545454;
  font-size: 18px;
  font-weight: normal;
  border-left: solid 1px #555;
  padding: 18px 0 15px 20px;
  margin: 40px 0 30px;
}

.fwb {
  color: #525252;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}

.fwb sub{
  font-size: 14px;
  font-weight: normal;
}



/* ==================================================
Purchase
================================================== */

/*Search00*/
#category00 {
  border-top: solid 1px #eee;
  margin: 0 0 100px;
}

/*PageNavigation*/
.purchase01 {
  position: relative;
  display: table-cell;
  background: #11335F;
}
.purchase01 a {
  display: block;
  height: 300px;
  line-height: 300px;
}
.purchase01 span {
  position: absolute;
  display: block;
  top: 210px;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  padding: 0 20px;
}

.purchase02 {
  position: relative;
  display: table-cell;
  background: #D7152A;
}
.purchase02 a {
  display: block;
  height: 300px;
  line-height: 320px;
}
.purchase02 span {
  position: absolute;
  display: block;
  top: 210px;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  padding: 0 20px;
}

.purchase03 {
  position: relative;
  display: table-cell;
  background: #EE7900;
}
.purchase03 a {
  display: block;
  height: 300px;
  line-height: 310px;
}
.purchase03 span {
  position: absolute;
  display: block;
  top: 210px;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 1.5em;
  padding: 0 20px;
}


.purchase01 img,
.purchase02 img,
.purchase03 img {
  width: 240px;
}



#purchase1,
#purchase2,
#purchase3 {
/*
  background: #fff;
  display: block;
  padding: 80px 0 0;
*/
}



#purchase01,
#purchase02,
#purchase03 {
  display: block;
  padding: 0 0 40px;
}
#purchase01:after,
#purchase02:after,
#purchase03:after {
  content: "";
  display: block;
  clear: both;
}

#purchase__heading--type1 {
  background: #D7152A;
}
#purchase__heading--type2 {
  background: #11335F;
}
#purchase__heading--type3 {
  background: #EE7900;
}

.heading {
  text-align: center;
  padding: 50px 0;
  margin: 0 0 40px;
}
.heading h2 {
  margin: 0 0 40px;
}
.heading h2 img {
  width: 360px;
}
.heading p {
  color: #fff;
  font-weight: bold;
  line-height: 1.75em;
}



.inline__box {
  padding: 0 20px;
}
.inline__box:after {
  content: "";
  display: block;
  clear: both;
}

.inline__box .line {
  color: #525252;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 30px 0 20px;
}

.inline__box p {
  color: #525252;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.inline__box p span {
  display: block;
  font-size: 14px;
}

.list__sp--col2 {
  margin: 0 0 20px;
}
.list__sp--col2:after {
  content: "";
  display: block;
  clear: both;
}
.list__sp--col2 li {
  float: left;
  width: 140px;
  color: #525252;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 15px 0 0;
}

.inline__box dl {
  margin: 0 0 25px;
}
.inline__box dt {
  color: #525252;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 5px;
}
.inline__box dd {
  color: #525252;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 0 15px;
}



.purchase__box {
  position: relative;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.purchase__box2 {
  position: relative;
  overflow: hidden;
  margin: 30px auto 0 !important;
}
.purchase__box:after,
.purchase__box2:after {
  content: "";
  display: block;
  clear: both;
}

.inner__liquid {
  max-width: 1304px;
  padding: 0 10px;
  margin: 0 auto;
}

.purchase__list {
  position: relative;
  top: -1px;
  left: -1px;
  float: left;
  width: 33.3%;
  height: 410px;
  background: #fff;
  border-right: solid 1px #eee;
  border-top: solid 1px #eee;
}
.purchase__list:nth-child(3n) {
  border-right: none;
}
.purchase__list:last-child {
  border-right: none;
}
.purchase__list a {
  display: block;
  height: 410px;
  padding: 15px;
}
.purchase__list a:hover {
  opacity: 0.75;
}
.purchase__list h3 {
  background: #ddd;
  height: 220px;
  font-size: 0px;
  margin: 0 0 30px;
}
.purchase__list img {
  width: 100%;
}
.purchase__list dl {
  padding: 0 10px 0;
}
.purchase__list dt {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 0 15px;
}
.purchase__list dd {
  color: #333;
  line-height: 1.5em;
}



.purchase__list2 {
  position: relative;
  top: -1px;
  left: -1px;
  float: left;
  width: 20%;
  height: 420px;
  background: #fff;
  border-right: solid 1px #eee;
  border-top: solid 1px #eee;
}
.purchase__list2:nth-child(5n) {
  border-right: none;
}
.purchase__list2:last-child {
  border-right: none;
}
.purchase__list2 a {
  display: block;
  height: 410px;
  padding: 15px;
}
.purchase__list2 a:hover {
  opacity: 0.75;
}
.purchase__list2 h3 {
  background: #ddd;
  height: 220px;
  font-size: 0px;
  margin: 0 0 30px;
}
.purchase__list2 img {
  width: 100%;
  margin: 0 0 10px;
}
.purchase__list2 dl {
  padding: 0 10px 0;
}
.purchase__list2 dt {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 0 15px;
}
.purchase__list2 dd {
  color: #333;
  line-height: 1.5em;
}



.purchase__list3 {
  position: relative;
  top: -1px;
  left: -1px;
  float: left;
  /*width: 320px;*/
  width: 20%;
  height: 300px;
  background: #fff;
  border-right: solid 1px #eee;
  border-top: solid 1px #eee;
}
.purchase__list3:nth-child(5n) {
  border-right: none;
}
.purchase__list3:last-child {
  border-right: none;
}
.purchase__list3 a {
  display: block;
  height: 300px;
  padding: 15px;
}
.purchase__list3 a:hover {
  opacity: 0.75;
}
.purchase__list3 h3 {
  background: #ddd;
  height: 220px;
  font-size: 0px;
  margin: 0 0 30px;
}
.purchase__list3 img {
  width: 100%;
}
.purchase__list3 dl {
  padding: 0;
  margin: 10px 0 0;
}
.purchase__list3 dt {
  clear: both;
  float: left;
  width: 80px;
  color: #333;
  font-size: 14px;
  text-align: right;
  line-height: 1.5em;
  margin: 0 0 5px;
}
.purchase__list3 dd {
  float: left;
  color: #333;
  line-height: 1.5em;
  margin: 0 0 5px;
}


