@charset "utf-8";

/*----------------------------------------------------
	おいしいもの発掘便
----------------------------------------------------*/

/*----------------------------------------------------
	トップ
----------------------------------------------------*/
/* ビジュアル */
.hakkutsu #topVisual {
	width: 660px;
	padding: 0 20px 15px 20px;
	background: url("../hakkutsu/title_hakkutsu.jpg") no-repeat left top;
	min-height: 400px;
}

.hakkutsu #topVisual .titleArea {
	width: 660px;
	height: 200px;
	position: relative;
}

.hakkutsu #topVisual .titleArea h2 {
	display: none;
}

.hakkutsu #topVisual .titleArea .btn{
	position: absolute;
	top: 148px;
	left: 478px;
}

.hakkutsu #topVisual #news{
	width: 448px;
	margin-top: 20px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.hakkutsu #topVisual #news2{
	width: 640px;
	margin-top: 20px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.hakkutsu #topVisual #news marquee{
	margin: 0 11px;
	padding: 6px 0;
}

/* メニュー */
.hakkutsu #hakkutsuMenu ul{
	width: 700px;
	margin-bottom: 50px;
}

.hakkutsu #hakkutsuMenu ul li{
	float: left;
	margin: 20px 20px 0 0;
}


/*----------------------------------------------------
	詳細：共通フレーム
----------------------------------------------------*/
/* メイン */
.hakkutsuDetai #hakkutsuMain{
	width: 700px;
}

/* サイド */
.hakkutsuDetai #hakkutsuSide {
    float: right;
    width: 230px;
}

.hakkutsuDetai #hakkutsuSide dl {
	margin-bottom: 20px;
}

.hakkutsuDetai #hakkutsuSide ul.subMenu {
	background-color: #faf7e4;
	border-top: solid 1px #944702;
	padding: 12px 12px;
}

.hakkutsuDetai #hakkutsuSideide ul.subMenu li {
	margin-top: 2px;
}

.hakkutsuDetai #hakkutsuSide ul.subMenu li a{
	color :#777777;
	text-decoration: none;
}

.hakkutsuDetai #hakkutsuSide ul.subMenu li a:hover,
.hakkutsuDetai #hakkutsuSide ul.subMenu li a:active{
	color :#F39700;
	text-decoration: underline;
}

/*----------------------------------------------------
	詳細：共通
----------------------------------------------------*/
.hakkutsuDetai #hakkutsuMain #introduce{
	margin-top: 30px;
}

.hakkutsuDetai #hakkutsuMain #introduce .itemRight{
	float: right;
}

.hakkutsuDetai #hakkutsuMain #introduce .txtLeft{
	width: 450px;
	float: left;
}

.hakkutsuDetai #hakkutsuMain #introduce .copy dt{
	margin-bottom: 12px;
}

.hakkutsuDetai #hakkutsuMain #introduce .copy dd{
	margin-bottom: 20px;
}

/* ご購入ボタン */
.hakkutsuDetai #hakkutsuMain .purchase{
	padding-top: 20px;
	border-top: solid 1px #d4b59a;
	background: url("../hakkutsu/bg_purchase.gif") repeat-x left top;
	text-align: center;
}

.hakkutsuDetai #hakkutsuMain .purchase.bottom{
	margin-top: 40px;
}

/* ご確認ください */
.hakkutsuDetai #hakkutsuMain .confirm{
	margin-top: 10px;
	padding: 0 20px;
}

.hakkutsuDetai #hakkutsuMain .confirm dt{
	color: #1e3497;
	font-weight: normal;
}

.hakkutsuDetai #hakkutsuMain .confirm dd{
	font-size: 75%;
}


/* こだわりのポイント */
.hakkutsuDetai #hakkutsuMain #point{
	margin-top: 40px;
	background: url("../hakkutsu/bg_point.gif") no-repeat left top;
	min-height: 100px;
}

.hakkutsuDetai #hakkutsuMain #point h3{
	display: none;
}

.hakkutsuDetai #hakkutsuMain #point ol{
	padding: 50px 20px 15px 20px;
	background: url("../hakkutsu/frame_point.gif") no-repeat left bottom;
}

.hakkutsuDetai #hakkutsuMain #point ol li{
	font-size: 114%;
}

.hakkutsuDetai #hakkutsuMain #point ol li strong{
	padding-right: 10px;
}

/* 味のこだわり */
.hakkutsuDetai #hakkutsuMain #taste{
	margin-top: 40px;
}

.hakkutsuDetai #hakkutsuMain #taste h3{
	margin-top: 40px;
	margin-bottom: 15px;
}

.hakkutsuDetai #hakkutsuMain #taste p{
	margin-top: 20px;
}

/* この味に、プロも太鼓判！ */
.hakkutsuDetai #hakkutsuMain #taikoban {
	margin-top: 30px;
	border: solid 2px #c53137;
}

.hakkutsuDetai #hakkutsuMain #taikoban .innner {
	background-color: #f7f4e1;
	border: solid 5px #fff;
	padding: 0 15px 15px;
}

.hakkutsuDetai #hakkutsuMain #taikoban .proPhoto {
	float: right;
	margin-top: 25px;
}

.hakkutsuDetai #hakkutsuMain #taikoban p {
	margin-top: 12px;
	width: 415px;
}



