@charset "utf-8";
/* CSS Document */

#contWrap {
	background: url(images/bg.gif);
	padding-bottom: 10px;
	font-size: 16px;
}
#contWrap #top {
	font-size: 26px;
	line-height: 1.5em;
	padding-bottom: 30px;
	text-align: center;
}
#contWrap #top h2 {
	margin-bottom: 20px;
}
#contWrap #top h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	padding:0 40px;
}
#contWrap #top h3 span {
	color: #f00;
	font-size: 44px;
	line-height: 58px;
}
#contWrap #top ul {
	color: #f00;
	font-weight: bold;
	margin-bottom: 15px;
	padding:0 40px;
}
#contWrap #top p {
	font-weight: bold;
	padding:0 40px;
}
#contWrap #merit {
	background-color: #fff;
	margin: 0 20px 20px;
	padding: 20px 30px 30px;
}
#contWrap #merit h2 {
	color: #f00;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 15px;
}
#contWrap #merit h2 span {
	color: #333;
	font-size: 28px;
	line-height: 1.1em;
}
#contWrap #merit h3 {
	color: #f15a24;
	font-size: 32px;
	font-weight: bold;
	margin: 30px 0 15px;
}
#contWrap #merit ul {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
#contWrap #merit li {
	width: 32%;
}
#contWrap #merit li img {
	border: #ccc solid 1px;
}
#contWrap #merit .merit3 .floatImg {
	width: 32%;
	float: right;
	text-align: center;
}
#contWrap .pickup_item {
	background-color: #fff;
	margin: 20px;
	padding-bottom: 10px;
}
#contWrap .pickup_item h3 {
	background-color: #ffe955;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	padding: 5px 15px;
}
#contWrap .pickup_item .titleArea {
	display: flex;
	padding: 15px 30px;
}
#contWrap .pickup_item .titleArea h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
}
#contWrap .pickup_item .titleArea h4 span {
	font-size: 20px;
	font-weight: normal;
}
#contWrap .pickup_item .titleArea .icon {
	padding-right: 20px;
	min-width: 190px;
}
#contWrap .pickup_item .titleArea .icon .maru {
	display: inline-flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	border-radius: 50%;
	vertical-align: top;
	width: 2.5em;
	height: 2.5em;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	background-color: #FFE955;
	margin-right: 8px;
}
#contWrap .pickup_item .detailArea {
	display: flex;
	justify-content: space-between;
	padding: 15px 30px 20px;
} 
#contWrap .pickup_item .detailArea .mainImg {
	width: 38%;
} 
#contWrap .pickup_item .detailArea .mainImg img {
	border: #ccc solid 1px;
} 
#contWrap .pickup_item .detailArea .spec {
	width: 58%;
} 
#contWrap .pickup_item .detailArea .spec .subImg {
	width: 44%;
	float: left;
} 
/*#contWrap .pickup_item .detailArea .spec .subImg img {
	border: #ccc solid 1px;
} */
#contWrap .pickup_item .detailArea .spec dl {
	font-size: 14px;
	width: 52%;
	float: right;
} 
#contWrap .pickup_item .detailArea .spec dt {
	float: left;
	font-weight: bold;
} 
#contWrap .pickup_item .detailArea .spec dd {
	margin-bottom: 4px;
} 
#contWrap .pickup_item .detailArea .spec .price {
	clear: both;
	color: #f00;
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
} 
#contWrap .pickup_item .detailArea .spec .price p {
	padding: 10px;
  text-align: right;
  background-image: url("images/icon-50off.jpg");
  background-repeat: no-repeat;
  background-position: 0 20px;
  background-size: 50px;
}
@media screen and (min-width: 1200px)  {
  #contWrap .pickup_item .detailArea .spec .price p {
    background-position: 0 10px;
    background-size: 100px;
  } 
}
.buy_link {
  margin: 20px 0;
  text-align: center;
}
.btn-square-shadow {
  width: 100%;
  display: block;
  padding: 0.8em 1em;
  text-decoration: none;
  background: #f66800;
  color: #FFF;
  border-bottom: solid 4px #c25505;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}
.btn-square-shadow:before {
	display: block;
	content: "";
	position: absolute;
	top: 52%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: 8px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 8px solid #fff;
}
#contWrap .pickup_item .detailArea .spec .price .priceRegular {
	color: #333;
	font-size: 20px;
	font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
} 
#contWrap .pickup_item .detailArea .spec .price .priceDown {
	font-size: 54px;
  display: block;
}  
#contWrap .pickup_item .detailArea .spec .price .priceDown span {
	font-size: 24px;
  font-weight: normal;
}
#contWrap .pickup_item .linkBtn {
	text-align: center;
} 
#contWrap .pickup_item .linkBtn a {
	display: block;
	background-color: #ffe955;
	font-size: 20px;
	font-weight: bold;
	margin: 0 30px 20px 30px;
	padding: 1em 0;
	border-radius: 50px;
	border: #333 solid 1px;
} 
#contWrap .pickup_item .linkTxt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
} 
#contWrap .pickup_item .linkTxt a {
	text-decoration: underline;
} 
#contWrap .pickup_item a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#contWrap #chart {
	padding-top: 50px;
	margin: -50px 20px 20px;
}
#contWrap #chart h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 20px 0;
}
#contWrap #chart table {
	text-align: center;
}
#contWrap #chart .tableCover {
	clear: both;
	/*overflow: scroll;*/
	padding-bottom: 10px;
	white-space: nowrap;
}
#contWrap #chart .tableCover table {
	background-color: #999;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}
#contWrap #chart .tableCover table a {
	display: block;
	font-size: 14px;
	text-decoration: none;
}
#contWrap #chart .tableCover table a span {
	color: #f00;
	font-size: 16px;
	text-decoration: underline;
}
#contWrap #chart .tableCover table a:hover {
	background-color: #ffe955;
}
#contWrap #chart .tableCover table a:hover span {
	text-decoration: none;
}
#contWrap #chart .tableCover th {
	background-color: #fff;
	padding: 5px;
}
#contWrap #chart .tableCover td {
	background-color: #fff;
	text-align: center;
	padding: 5px;
	width: 11.7%
}
#contWrap #chart .tableCover .trColor th {
	font-size: 12px;
	background-color: #eee;
}
#contWrap #chart .tableCover .trColor th:nth-child(even)  {
	background-color: #333;
	color: #fff;
}
#contWrap #chart .tableCover .size {
	background-color: #fcf89d;
	/*width: 4em;*/
}
#contWrap #chart .tableCover .blank {
	background-color: #eaeaea;
}
