@charset "utf-8";

img {
  max-width: 100%;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wrapper {
  margin: 0 auto;
}

/* **************************************************
  content
************************************************** */
#content .campaign-btn {
	margin: 0px auto;
	width: 440px;
}
#content .campaign-btn a { background: #333; }
#content .campaign-btn a:hover { background: #666; }
#content .campaign-btn a .ico { background-image: url(../../common/images/ico_arr_03.png); }



/* **************************************************
  event-entry
************************************************** */
#event-entry .detail-body {
	background: #ffcccc;
	padding: 35px 0px 70px;
	margin-bottom: 50px;
}



/* **************************************************
  campaign
************************************************** */
#event-entry .campaign { text-align: center; }
#event-entry .campaign .campaign-wrap { padding: 0px 50px 0px 50px; }
#event-entry .campaign .campaign-main {
	text-align: left;
	position: relative;
}

#event-entry .campaign h3 {
	text-align: center;
	margin-bottom: 35px;
}
#event-entry .campaign .campaign-title {
	font-size: 416%;
	line-height: 1.2;
	color: #333;
	margin-bottom: 20px;
}
#event-entry .campaign .campaign-date {
	font-size: 150%;
	color: #333;
	margin-bottom: 35px;
}
#event-entry .campaign .campaign-txt {
	font-size: 14px;
	line-height:1.7;
	color: #333;
	margin-bottom: 60px;
}
#event-entry .campaign .campaign-img {
	position: absolute;
	top: 5px;
	right: 0px;
}

/*-------------------------------------------
商品ページ
-------------------------------------------*/
#item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
	margin-top: 40px;
}
/*
flex-shrink: 0;
画像が縮小されるのを防ぐ
*/
#item .item-image {
  max-width: 380px;
  flex-shrink: 0;
  margin-right: 20px;
}
#item .item-info p {
  font-size: 20px;
  width: 400px;
}
#item .item-info .item-price {
  margin-bottom: 15px;
	font-size: 28px;
	font-weight: bold;
  color: red;
}

#item .item-info .item-title {
  height: 80px;
  display: flex;
  align-items: center;
  border-top: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.with-line {
  border-left: 2px solid #666; /* 線太さ2px、色を青に設定 */
  padding-left: 10px; /* 線とテキストの間隔を調整 */
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
	margin-top: 30px;
}


/* **************************************************
  summary
************************************************** */
#event-entry .summary {
	text-align: center;
	padding: 65px 80px 0px;
}
#event-entry .summary h4 {
	font-size: 125%;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
#event-entry .summary table {
	color: #333;
	text-align: left;
	margin-bottom: 40px;
}
#event-entry .summary table th,
#event-entry .summary table td { padding: 10px 0px; }
#event-entry .summary table th {
	font-weight: bold;
	width: 120px;
}
#event-entry .summary table td { padding-left: 40px; }
