﻿@charset 'utf-8';

/* その他の商品紹介 用css */

div#container {
	text-align: center;
}

h2 {
	position: relative;
	top: -25px;
	left: 30px;
	color: #F71;
	text-align: left;
}

div.goods-frame {
	clear: both;
	width: 800px;
	margin: 0 auto 30px auto;
	padding: 10px;
	border-color: #FF9D4D;
	border-style: solid;
	border-width: 4px 2px 2px 16px;
	text-align: left;
	font-size: 12pt;
}

div.goods-name {
	height: 1.2em;
}

div.goods-name h3 {
	float: left;
}

div.goods-name span {
	float: left;
	position: relative;
	left: 10px;
}

div.goods-frame p {
	clear: both;
	margin: 0 0 2em 2em;
	padding-top: 10px;
}

div.goods-frame div.ex-txt {
	float: right;
}

div.goods-frame img {
	float: left;
}

div#f-coffee {
	height: 300px;
}

div#f-coffee div.ex-txt {
	position: relative;
	top: 80px;
	width: 570px;
}

div#f-knife {
	height: 160px;
}

div#f-knife div.ex-txt {
	position: relative;
	top: 55px;
	width: 570px;
}

div#f-lemoncurd {
	height: 270px;
}

div#f-lemoncurd div.ex-txt {
	position: relative;
	top: 65px;
	width: 440px;
}

