﻿@charset "UTF-8";

/* *************************************************************
 * 目次
 *
 * + CSS HOVER
 * + FLASH DISPLAY
 * + INFORMATION
 * + 
 * + 
 * + 
 * + 
 *
 * *************************************************************
 */



#bouquet {	
	}
#bouquet h3 {
	background: url(../img/bouquet_heading.png) no-repeat;
	width: 710px;
	height: 55px;
	}

#bouquet #outline {
	background: url(../img/bouquet_card.png) no-repeat right top;
	min-height: 155px;
	margin: 10px;
	}

* html #bouquet #outline {
	height: 155px;
	}

#bouquet #outline h4 {
	background: url(../img/bouquet_intro.png) no-repeat;
	width: 386px;
	height: 27px;
	}
#bouquet #outline .outline-txt {
	margin: 10px 300px 0 0;
	}
#bouquet #detail .detail-txt {
	margin: 10px 0 0 10px;
	}
#bouquet #detail h4 {
	background: url(../img/bouquet_h4_bg.png) no-repeat bottom center;
	margin: 12px 0 8px 0;
	padding: 5px 0 5px 0;
	}
#bouquet #detail h4 span {
	margin: 5px 5px 20px 5px;
	color: #996633;
	font-weight: bold;
	font-size: 110%;
	}
#bouquet #detail .detail-txt dl.detail-entry dt{	font-weight: bold;
	margin: 5px 0 0 0;
	}
#bouquet #detail .detail-txt dl.detail-entry dd{
	margin: 0 0 0 5px;
	}
#bouquet #detail .detail-txt dl.pay{
	margin: 8px 200px 5px 8px;
	padding: 8px;
	border: #CCCCCC solid 1px;
	}
#bouquet #detail .detail-txt dl.pay dt{
	font-weight: bold;
	border-bottom: #CC9966 2px solid;
	}
#bouquet #detail .detail-txt dl.pay dd{
	}

#bouquet #detail ul {	
	}
#bouquet #detail ul li{	
	margin: 0 0 0 10px;
	height:	82px;
	}
#bouquet #detail ul li.c-mimoza {
	background: url(../img/c_mimoza.png) no-repeat;
	}
#bouquet #detail ul li.c-iris {	
	background: url(../img/c_iris.png) no-repeat;
	}
#bouquet #detail ul li.c-cattleya {	
	background: url(../img/c_cattleya.png) no-repeat;
	}
#bouquet #detail #privilege {
	margin: 10px;
	}
#bouquet #detail #privilege dl {
	border-bottom: #CC9999 solid 1px;
	min-height: 80px;
	}
* html #bouquet #detail #privilege dl {
	height: 80px;
	}
#bouquet #detail #privilege dl.privilege1 {
	padding: 8px 5px 5px 110px;
	background: url(../img/privilege1.png) no-repeat 5px 8px;
	}
#bouquet #detail #privilege dl.privilege2 {
	padding: 8px 5px 5px 110px;
	background: url(../img/privilege2.png) no-repeat 5px 8px;
	}
#bouquet #detail #privilege dl.privilege3 {
	padding: 8px 5px 5px 110px;
	background: url(../img/privilege3.png) no-repeat 5px 8px;
	}
#bouquet #detail #privilege dl.privilege4 {
	padding: 8px 5px 5px 110px;
	background: url(../img/privilege4.png) no-repeat 5px 8px;
	}
#bouquet #detail #privilege dl dt {	
	color: #CC3333;	
	font-weight: bold;
	}
#bouquet #detail #privilege dl dd {	
	padding: 0 10px 0 5px;
	}


#bouquet {	
	}
#bouquet #detail ul li span,
#bouquet #outline h4 span,
#bouquet h3 span{
	display:none;
	}



/* フロート解除：基本設定 */

#bouquet .intro:after
 { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
 
* html #bouquet .intro{ height: 1px; }

*:first-child+html #bouquet .intro { min-height: 1px; }
