@charset "shift_jis";
/*------------------------------------------------------------
●全体枠、タイトル部分の設定
------------------------------------------------------------*/

body{
	background-color:#fff;
}

/*◇◇◇全体枠◇◇◇*/

.im-waku {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border: none;/*◎色設定*/
	width: 200px;/*●サイズ調整（iframeの幅−2px（枠線幅左右分）*/
	text-align: center;
	background-color: #FFF;
}
/*◇◇◇ヘッダータイトル部◇◇◇*/

/*タイトル設定*/
.im-header {
	background-color: #a9a9a9;/*◎色設定*/
	font-size: 10pt;
	font-weight: bold;
	color: #fff;/* background-image : url("tback_diag.png"); */
	width: 200px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-image: url(img/sdot.png);
}
/*◇◇◇各テーブルの外枠・マージン設定◇◇◇*/

.im-t {
	border: 1px solid #a9a9a9;/*◎色設定*/
	border-style: dashed;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*------------------------------------------------------------
●画像関連の設定
------------------------------------------------------------*/


/*◇◇◇商品画像の設定◇◇◇*/
.im-pict {
	margin: 5px;
	height: 120px;/*●サイズ調整*/
}
/*◇◇◇商品画像列の設定◇◇◇*/
.im-1st-td {
	width: 120px;/* テーブルの先頭列の幅を指定 *//*●サイズ調整*/
	text-align: center;/*中央寄せ left左寄せ right右寄せ*/
	background-color: #fff;/*◎色設定*/
}
/*◇◇◇マウスオーバーで画像を透過（背景白なら白色化）◇◇◇*/

/*マウスをリンク付き画像に乗せると色が薄くなります。*/
/*効果を「なし」にしたい場合は下記を削除してください。*/

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
a img {
	border: none;
}
/*------------------------------------------------------------
●文字、各行の設定
------------------------------------------------------------*/

.im-date {
	margin-top: 5px;
	font-size: 6.5pt; /* 文字サイズ */
	text-align: center;/*中央寄せ left左寄せ right右寄せ*/
	color: #fff;/* データ部分文字色 */
	width: 100%;
	background-color: #c0c0c0;
}
/*◇◇◇リンク文字の設定（文字色、下線あり・なし）◇◇◇*/
a {
	text-decoration: underline;
} /* none → underlineで下線有り */
a:link {
	color: #2970ff;
} /* 商品名のフォント色 */
a:visited {
	color: #2970ff;
} /* クリック済みの色 */
a:hover {
	color: #ff351a; /* マウスを当てた時の色 */
	text-decoration: none; /* マウスオンで下線underline、下線なし none */
}
.im-name2 a:link {
	color: #555;
}
.im-name2 a:visited {
	color: #555;
}
.im-name2 a:hover {
	color: #ff351a; /* マウスを当てた時の色 */
	text-decoration: underline; /* マウスオンで下線underline、下線なし none */
}
/*------注文速報 商品名の設定------*/
.im-name {
	font-size: 9pt;
	font-weight: normal; /* normal → bold で太字 */
	line-height: 12pt;
}
.im-takasa {
	margin: 0px;
	height: 50px;
	overflow: hidden;
	background-color: #fff;
	font-size: 8pt; /* 文字サイズ */
	color: #555;/* データ部分文字色 */
	font-weight: normal; /* normal → bold で太字 */
	text-align: left; /* left（左寄せ）center（中央）right（右寄せ）*/
	line-height: 1.2em;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}
/*------販売価格の文字（注文速報・新着）------*/
.im-price {
	font-weight: normal; /* normal → bold で太字 */
	text-align: right; /* left（左寄せ）center（中央）right（右寄せ）*/
	color: #EB1010;
}
/*◇◇◇レビュー星のサイズ◇◇◇*/
.star-size {
	width: 13px;/*●サイズ調整*/
}
/*◇◇◇レビュー星のサイズ（先頭）◇◇◇*/
.star-size2 {
	width: 13px;/*●サイズ調整*/
	margin: 0 0 0 2px;
}
/*------注文速報 受注日、注文番号部分------*/
.im-sub {
	font-size: 6pt; /* 商品名の文字サイズ */
	color: #888;/* データ部分文字色 */
	font-weight: normal; /* normal → bold で太字 */
	text-align: left; /* left（左寄せ）center（中央）right（右寄せ）*/
	margin: 2px 0 0 0; /* 余白 */
}
/*------------------------------------------------------------
●全体設定
------------------------------------------------------------*/

body {
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "平成角ゴシック", sans-serif;/*フォントタイプ*/
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #FFF;
}
/*------------------------------------------------------------
●スライド部分
------------------------------------------------------------*/

#ticker ul {
	list-style: none;
	margin: 0px;
	position: relative;
	padding: 0px;
}
#ticker li {
	padding: 0px;
	width: 100%;
	height: 140px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
