/*-------------------------------
 メインコンテンツエリア
-------------------------------*/
.str-contents {
	margin-bottom: 0;
	margin-top: 0;
}

/*-------------------------------
 ヘッダ
-------------------------------*/
/* タイトル */
#title_area {
	margin-bottom: 38px;
}
#title_area h2 {
	text-align: center;
}

/* 検索フォーム */
.search-box {
	margin: 0 auto 20px;
}

/* 商品枠 */
/*#air-area {}*/
#air-area .main-area {
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 40px 0;
	margin-top: 30px;
	background:#ffa400; /* 商品背景色 */
}
.main-area .frameItem {
	margin: 0 auto;
	width: 950px;
}
/* 見出し */
.main-area .item-frame-hdg {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 11px 10px 10px;
  font-size: 32px;
	text-align: center;
	color: #fff;
	background: #c00500;
}

/* ページトップへ */
#iconTop {
  display: none;
	right: 0;
}
/*-------------------------------
 新枠　注意書き
-------------------------------*/
.update {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	background: #ecf0f1;
}
