@charset "utf-8";
/* CSS Document */

/* システムからのタイトルを隠す ----------*/
/*.block-page-freespace--caption {
  display:none;
}*/

/* ブロック 上下余白 ----------*/
.block-page-freespace--top {
	margin: 20px auto 40px;
}
@media only screen and (min-width: 769px) {
  .block-page-freespace--top {
    margin: 40px auto;
  }
}


/* フェアコンテンツ内の初期設定 ----------*/

/* スマホの余白設定 */
.fairContainer {
  padding: 0 10px;
}
@media only screen and (min-width: 769px) {
  .fairContainer {
    padding: 0;
  }
}

/* フェアコンテンツ内のデフォルト文字サイズ */
.fairContainer {
  font-size: 16px;
}

.fairContainer 
.fairNavBox li img {
  box-sizing: unset;
}

/* title ----------*/
.fairContainer h1,
.fairContainer .headingH1 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 1.3;
}

.fairContainer .h1ProductName{
	margin-bottom: 30px;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	border: none;
}

.fairContainer h1,
.fairContainer .headingH1{
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 24px;
	line-height: 1.3;
	border-bottom: solid 3px #F2F2F2;
}

.fairContainer h2,
.fairContainer .headingH2{
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: solid 3px #F2F2F2;
	font-size: 18px;
}

.fairContainer .headingH1 em,
.fairContainer h2 em,
.fairContainer .headingH2 em{
  font-weight: normal;
}

.fairContainer h3,
.fairContainer .headingH3{
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F2F2F2;
}

.fairContainer .headingH3 h3{
	display: inline;
	margin: 0;
	padding: 0;
}

.fairContainer .headingH3Txt{
	display: inline;
	margin-left: 0.5em;
	font-weight: normal;
	font-size: 12px;
}

.fairContainer h1 + .fairContainer h2,
.fairContainer h1 + .fairContainer .headingH2,
.headingH1 + .fairContainer .headingH2,
.fairContainer h2 + .fairContainer h3,
.fairContainer h1 + .headingH3,
.fairContainer h2 + .headingH3{
  margin-top: 20px;
}

.fairContainer h4,
.fairContainer .headingH4{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}

.fairContainer h5,
.fairContainer .headingH5{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

.fairContainer .headingBgGrey{
	padding: 8px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	border-bottom: none;
}

/* text ----------*/
.fairContainer .txtNormal{
	margin-bottom: 20px;
	word-break: normal;
}

.fairContainer .txtSSS{ font-size: 10px !important; }

.fairContainer .txtSS{ font-size: 12px !important; }

.fairContainer .txtS{ font-size: 14px !important; }

.fairContainer .txtM{ font-size: 16px !important; }

.fairContainer .txtL{ font-size: 18px !important; }

.fairContainer .txtLL{ font-size: 20px !important; }

.fairContainer .txtLeft{ text-align: left !important; }

.fairContainer .txtCenter{ text-align: center !important; }

.fairContainer .txtRight{ text-align: right !important; }

.fairContainer .txtAlert{ color: #C00 !important; }

.fairContainer .txtAttention{ color: #D43500 !important; }

.fairContainer .txtSale{ color: #933 !important; }

.fairContainer .txtDelete{ text-decoration: line-through !important; }

.fairContainer .txtDelete .u-unit{ padding:0; }

.fairContainer .txtDelete .u-inTax{ font-size: 14px; }

.fairContainer .txtDelete .u-dash{ padding:0; }

.fairContainer .txtDelete b{ font-weight: 100; }

.fairContainer .txtNotes{ color: #666; }

.fairContainer .txtAlert .txtNotes{ color: #666 !important; }
