@charset "UTF-8";
/* CSS Document */

.section01 {
}
.section01 .image {
  width: 200px;
  float: left;
}
.section01 .image img {
  border: 1px solid #CCC;
}
.section01 .text {
  float: left;
  width: 430px;
  margin-left: 10px;
}

.price {
  font-size: 24px;
  color: #600;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  padding: 3px;
}
.section01 .text .description {
  font-size: 12px;
  background-color: #f4f4f4;
  padding: 3px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#priceList td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  background-color: #f4f4f4;
}

.tdgreen {
  background-color: #e0e7b7;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  font-size: 12px;
}

.tdgreen2 {
  background-color: #f2f6de;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
}

/* 追記131105 */
.tdgreen {
  padding-left: 5px;
}

/* バナーエリア */
.foot_bnr_bk {
  width: 100%;
  padding: 20px 0px 30px;
  clear: both;
  background-color: #f6f6f6;
}

.foot_bnr_area {
  width: 980px;
  margin: 0 auto;
}

.hiraku_area {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.hiraku_area > p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.hiraku_area_left {
  margin-right: 20px;
  display: inline-block;
  width: 30%;
}

.hiraku_area_left a {
  transition: all 0.3s ease-in-out 0s;
}

.hiraku_area_left a:hover {
  opacity: 0.6;
}


.hiraku_area_left img {
	width: 100%;
	height: auto;
}

.hiraku_area_right {
	display: inline-block;
	vertical-align: top;
}

.hiraku_area_right > p {
	font-size: 15px;
	line-height: 1.2;
}

.hiraku_area_right > p ::first-line {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
}

.bnr_area p {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.bnr_area li {
	width: calc(94%/3);
	margin-right: calc(6%/2);
	margin-bottom: calc(6%/3);
}
.bnr_area li:nth-child(3n) {
	margin-right: 0;
}

.bnr_area li a {
  transition: all 0.3s ease-in-out 0s;
}

.bnr_area li a:hover {
  opacity: 0.6;
}

.bnr_area img {
	width: 100%;
	height: auto;
}
/* バナーエリアここまで */
