@charset "UTF-8";

/***********************************************************************************
  全般
***********************************************************************************/

.frame {
	margin: 0 2rem;
}

.title h2,
.title h3,
.title h4,
.title strong {
	font-size: 1.8rem;
	letter-spacing: .1rem;
}

.subtitle h2,
.subtitle h3,
.subtitle h4,
.subtitle strong {
	font-size: 1.6rem;
	letter-spacing: 0rem;
}

/***********************************************************************************
  フォーム
***********************************************************************************/

.form .buttons label {
	max-width: 40rem;
	margin: 2rem 0 0 0;
	display: block;
}

/***********************************************************************************
  ヘッダー
***********************************************************************************/

header h1 {
	height: 9rem;
}

/***********************************************************************************
  固定ヘッダー
***********************************************************************************/

#top {
	height: 9rem;
	text-align: center;
	position: absolute;
}

#top form {
	margin: 1.1rem 0 0 0;
}

#top form input[type=text] {
	width: 40%;
}

/***********************************************************************************
  フッター
***********************************************************************************/

footer {
	margin-bottom: 40px;
	padding: 2rem 0 5rem 0;
}

/***********************************************************************************
  上スクロール
***********************************************************************************/

#scroll_top {
	width: 10rem;
	height: 3rem;
	margin: 0 auto;
	background-position: center bottom;
	background-size: 2.4rem;
	left: 0;
	right: 0;
}

/***********************************************************************************
  ボディ
***********************************************************************************/

#body {
	padding: 2rem 0;
}

/***********************************************************************************
  サイド
***********************************************************************************/

#right {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px #cccccc dotted;
}

.side .ad_160x600 {
	display: none;
}

/***********************************************************************************
  広告
***********************************************************************************/

.ad_160x600,
.ad_728x90 {
	display: none;
}

/***********************************************************************************
  商品
***********************************************************************************/

.item_list,
.item_detail {
	position: relative;
}

.item_list .name,
.item_detail .title {
	min-height: 8rem;
	margin: 0 0 1.2rem 0;
	padding: 0 0 0 9.2rem;
	border-bottom: none;
}

.item_detail .title h2 {
	font-size: 1.6rem;
	letter-spacing: 0;
	display: inline;
}

.item_list .image {
	width: 8rem;
	height: 8rem;
	position: absolute;
	top: 2rem;
	left: 0;
}

.item_detail .image {
	width: 8rem;
	height: 8rem;
	position: absolute;
	top: 0;
	left: 0;
}

.item .infos {
	max-width: 34rem;
	margin-bottom: 0;
	clear: both;
}
