@charset "Shift_JIS";
/* -------------------------------------------------------------------

	商品系共通 CSS

------------------------------------------------------------------- */

/* ----------------------------------------------------------------
   共通
---------------------------------------------------------------- */

/*ヘルプアイコン*/

#product_search_box a.icon#help,
#shop_search_box a.icon#help,
#freeword_search_box a.icon#help{
	float:right;
	width: 43px;
	height: 18px;
	padding-right:10px;
	margin-top:-25px;
	display: block;
	text-indent: -3500px;
	font-size: 1px;
	overflow: hidden;
	background: url(../images/common/icn_help02.png) no-repeat;
}

a.icon#help {
	float:right;
	width: 43px;
	height: 18px;
	padding-right:5px;
	margin-top:-25px;
	display: block;
	text-indent: -3500px;
	font-size: 1px;
	overflow: hidden;
	background: url(../images/common/icn_help.png) no-repeat;
}

a.icon#help02 {
	float:right;
	width: 43px;
	height: 18px;
	padding:0 5px 5px 0;
	margin-top:-10px;
	display: block;
	text-indent: -3500px;
	font-size: 1px;
	overflow: hidden;
	background: url(../images/common/icn_help.png) no-repeat;
}

a.icon03#help03 {
	float:right;
	width: 43px;
	height: 18px;
	padding-right:5px;
	margin-top:-80px;
	display: block;
	text-indent: -3500px;
	font-size: 1px;
	overflow: hidden;
	background: url(../images/common/icn_help.png) no-repeat;
}


/*フッター*/
* html .footer { /*IE6 Hack*/
	padding-top:30px;
}
*:first-child+html .footer { /*IE7 Hack*/
	padding-top:30px;
}



/* ----------------------------------------------------------------
   左カラム
---------------------------------------------------------------- */

/* ----------------------------------------
   左カラム共通
---------------------------------------- */
.left_box {
	padding-bottom:10px;
	margin-bottom:10px;
	border:1px solid #cccccc;
}

/*見出し*/
.left_box h2 {
	height:31px;
	text-indent:-3500px;
	font-size: 1px;
	overflow: hidden;
}

/*検索ボタン(ゴールド)*/
p.btn_search_gold {
	margin:10px 0 2px 0;
	text-align:center;
}
p.btn_search_reset {
	margin:0 0 5px 0;
	text-align:center;
}


/* ----------------------------------------
   商品検索ボックス
---------------------------------------- */
/*背景とボックス見出し*/
/*.left_box#product_search_box {
	background:url(../images/common/bg_box_product_serach.png) left bottom no-repeat #f6f6f6;
}*/
.left_box#product_search_box {
	background-color:#f6f6f6;
	border: 1px solid #ebebeb;
}
.left_box#product_search_box h2 {
	background:url(../images/common/ttl_box_product_search.gif) no-repeat;
}

/*テキストの画像置換*/
.left_box#product_search_box h3,
.left_box#product_search_box h4 {
	height:15px;
	text-indent:-3500px;
	font-size: 1px;
	background-image:url(../images/common/txt_box.png);
	background-repeat:no-repeat;
	overflow: hidden;
}
.left_box#product_search_box h3#box_text_otodokesaki {
	background-position:0px -15px;
}
.left_box#product_search_box h4#box_text_otodokebi {
	background-position:0px 2px;
}
.left_box#product_search_box h4#box_text_address {
	background-position:0px -28px;
}
.left_box#product_search_box h4#box_text_postal {
	background-position:0px -43px;
}
.left_box#product_search_box span#box_text_tetodoke {
	height:28px;
	background-position:0px -59px;
}
.left_box#product_search_box h4#box_text_use {
	background-position:0px -88px;
}
.left_box#product_search_box h4#box_text_yosan {
	background-position:0px -103px;
}
.left_box#product_search_box h4#box_text_style {
	background-position:0px -118px;
}
.left_box#product_search_box h4#box_text_type {
	background-position:0px -133px;
}
.left_box#product_search_box h4#box_text_color {
	background-position:0px -148px;
}
.left_box#product_search_box h4#box_text_funniki {
	background-position:0px -163px;
}
.left_box#product_search_box h4#box_text_keyword {
	background-position:0px -238px;
}
.left_box#product_search_box span#box_text_card {
	background-position:0px -179px;
}
.left_box#product_search_box span#box_text_mail {
	background-position:0px -194px;
}



/*中身のスタイル*/
.left_box#product_search_box ul {
	width:169px;/*IE6 Hack*/
	margin:0 13px;
	padding:13px 0 7px 3px;
	border-bottom:1px solid #cccccc;
	overflow:hidden;
}
.left_box#product_search_box ul li {
	clear:both;
	margin-bottom:6px;
	overflow:hidden;
}

.left_box#product_search_box h3 {
	clear:both;
	margin:10px 0 -3px 13px;
}
.left_box#product_search_box ul li h4 {
	float:left;
	width:52px;
}
.left_box#product_search_box ul li select {
	width:115px;
	_width:112px;/*IE6 Hack*/
	margin-bottom:1px;
}

/*お届け日の部分*/
.left_box#product_search_box ul.calender{
	padding-bottom:4px;
	_padding-bottom:0;
}
.left_box#product_search_box ul.calender li select {
	width:94px;
	_width:91px;/*IE6 Hack*/
}
.left_box#product_search_box ul.calender li .delivery_limit {
	display:block;
	margin-top:3px;
	font-size:92%;
	height:1em;
	line-height:1em;
}

/*郵便番号の部分*/
.postal_input input,
.left_box#product_search_box .postal_input input{
	width:50px;
	padding:1px;
	margin-left:2px;
	margin-bottom:3px;
}
.postal_input input.postal_left,
.left_box#product_search_box .postal_input input.postal_left{
	width:42px;
	_width:40px;
	margin-left:0;
	margin-right:2px;
}


/*チェックボックスの項目*/
.left_box#product_search_box ul li.checkbox_txt input {
	float:left;
	width:auto;
}
.left_box#product_search_box ul li.checkbox_txt span {
	float:left;
	height:15px;
	width:145px;
	margin:-1px 0 0 2px;
	_margin:2px 0 0 1px;/*IE6 Hack*/
	text-indent:-3500px;
	font-size: 1px;
	display:block;
	background-image:url(../images/common/txt_box.png);
	background-repeat:no-repeat;
	overflow: hidden;
}


/*キーワード入力*/
.left_box#product_search_box ul li input{
	width:108px;
	_width:106px;
}


/* ----------------------------------------
   お花屋さん検索ボックス
---------------------------------------- */
/*背景とボックス見出し*/
/*.left_box#shop_search_box {
	background:url(../images/common/bg_box_shop_serach.png) left bottom no-repeat #f6f6f6;
}
*/
.left_box#shop_search_box {
	background-color:#f6f6f6;
	border: 1px solid #ebebeb;
	margin-bottom:20px;
}

.left_box#shop_search_box h2 {
	background:url(../images/common/ttl_box_shop_search.gif) no-repeat;
}

/*テキスト置換*/
.left_box#shop_search_box h4 {
	height:15px;
	text-indent:-3500px;
	margin-bottom:5px;
	font-size: 1px;
	background-image:url(../images/common/txt_box.png);
	background-repeat:no-repeat;
	overflow: hidden;
}
.left_box#shop_search_box h4#box_text_todoufuken {
	background-position:0px -210px;
}
.left_box#shop_search_box h4#box_text_postalsearch {
	background-position:0px -225px;
}

/*中身のスタイル*/
.left_box#shop_search_box ul {
	padding:10px 0 0 17px;
}
.left_box#shop_search_box ul li {
	margin-bottom:10px;
}
.left_box#shop_search_box ul li select {
	margin:0 0 0 50px;
	width:114px;
	_width:113px;
}
.left_box#shop_search_box ul li.postal_input{
	padding-left:50px;
}
.left_box#shop_search_box ul li.postal_input h4{
	margin-left:-50px;
}


/* ----------------------------------------
   モバイルサイトQRコードBOX
---------------------------------------- */
/*背景とボックス見出し*/
/*.left_box#mobile_box {
	background:url(../images/common/bg_box_mobile.png) left bottom no-repeat #ffffff;
}*/

.left_box#mobile_box {
	border:1px solid #fad5ec;
	padding:0 0 5px 0;
}

.left_box#mobile_box h2 {
	background:url(../images/common/ttl_mobile.gif) no-repeat;
	height:31px;
}
.left_box#mobile_box p{
	overflow:hidden;
	padding:3px 3px 3px 3px;
}
.left_box#mobile_box p img{
	float:left;
}
.left_box#mobile_box p span{
	display:block;
	padding:5px;
}






/* ----------------------------------------
   最近チェックした商品
---------------------------------------- */
/*背景とボックス見出し*/
/*.left_box#recent_item_box {
	background:url(../images/common/bg_box_recent_item.png) left bottom no-repeat #f6f6f6;
}*/

.left_box#recent_item_box {
	background-color:#f6f6f6;
	border: 1px solid #ebebeb;
}
.left_box#recent_item_box h2 {
	background:url(../images/common/ttl_box_recent_item.png) no-repeat;
}

/*商品のリスト*/
.left_box#recent_item_box ul {
	padding:10px 10px 0 10px;
}
.left_box#recent_item_box ul li {
	text-align:center;
	margin-bottom:10px;
}
.left_box#recent_item_box ul li .product_thumbnail img{
	border:1px solid #999999;
	margin-bottom:5px;
}
.left_box#recent_item_box ul li .product_title{
	line-height:1.3em;
}
.left_box#recent_item_box ul li .product_price{
	font-weight:bold;
	line-height:1.7em;
}
.left_box#recent_item_box ul li .product_old_price{
	text-decoration: line-through;
}
.left_box#recent_item_box ul li .product_new_price{
    color: #ff0000;
}

.left_box#recent_item_box p {
	text-align:right;
	padding-right:33px;
}
.left_box#recent_item_box p a.arrow_link {
	font-size:92%;
}


/* ----------------------------------------
   バナーエリア（右カラムと共通）
---------------------------------------- */
.bunners{
	width:100%;
	margin-bottom:10px;
}
.bunners ul {
	width:100%;
}
.bunners ul li {
	width:100%;
	margin-bottom:10px;
}
.left_colomn .bunners ul li {
	text-align:center;
}


/* ----------------------------------------
   便利なサービス
---------------------------------------- */
.left_box#useful_box {
border: 1px solid #ebebeb;
padding-bottom:0;
margin:20px 0;
}

.left_box#useful_box h2 {
    text-indent:0;
}

.left_box#useful_box ul li h3{
	font-size:110%;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/common/bg_usefulbox_p.gif) repeat left top;
	padding:2px 0 2px 17px;
	margin:0;
	border:1px solid #fbafc2;
}

.left_box#useful_box ul li h3 a{
	color:#FFFFFF;
	text-decoration:none;
}

.left_box#useful_box ul li h3 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.left_box#useful_box ul li {
	margin:4px;
	padding:0 0 2px 2px;
	font-size:92%;
	line-height:1.4em;
	word-wrap: break-word;
	background:url(../images/common/dot_line_gray.png) repeat-x bottom;
}

.left_box#useful_box ul li.end {
	background:none;
	padding:0 0 0 2px;
}

/*テキスト*/

.left_box#useful_box p{
	padding:5px 0 0 60px;
	min-height:54px;
	height: auto !important;
	height:54px;
}

/*アイコン*/

.left_box#useful_box p.use01 {
	background:url(../images/common/icon_useful01.jpg) no-repeat left 3px;
}

.left_box#useful_box p.use02 {
	background:url(../images/common/icon_useful02.jpg) no-repeat left 3px;
}

.left_box#useful_box p.use03 {
	background:url(../images/common/icon_useful03.jpg) no-repeat left 3px;
}

.left_box#useful_box p.use04 {
	background:url(../images/common/icon_useful04.jpg) no-repeat left 3px;
}

.left_box#useful_box p.use05 {
	background:url(../images/common/icon_useful05.jpg) no-repeat left 3px;
}

.left_box#useful_box p.use06 {
	background:url(../images/common/icon_useful06.jpg) no-repeat left 3px;
}

.left_box#useful_box p.use07 {
	background:url(../images/common/icon_useful07.jpg) no-repeat left 3px;
}




/* ----------------------------------------------------------------
   メインカラム
---------------------------------------------------------------- */
/* ----------------------------------------
   大見出し
---------------------------------------- */
.title_head{
	width:100%;
	border-bottom:3px solid #cccccc;
	overflow:hidden;
}
.title_head h2{
	float:left;
	margin:0;
	padding:3px 0 3px 5px;
	font-size:150%;
	line-height:1em;
	border-left:5px solid #ff3366;
}

.ttle_info_box {
	margin:20px 0 20px 0;
	padding-left:22px;
	line-height:1.5em;
	background:url(../images/common/li_circle.png) left top no-repeat;
}

/* ----------------------------------------
   アップセル（おすすめの季節の花）
---------------------------------------- */
/*背景とボックス見出し*/
.upsel_recommend_box {
	clear:both;
	margin-bottom:20px;
}
.upsel_recommend_box h2 {
	height:34px;
	text-indent:-3500px;
	font-size:1px;
	background: url(../images/common/ttl_upsel_product_list.png) no-repeat;
	overflow:hidden;
}

/*中身のスタイル*/
.upsel_recommend_box ul {
	width:670px;/*IE6 Hack*/
	padding:10px 0 10px 60px;
	background: url(../images/common/bg_stand_box.png) no-repeat left bottom;
	overflow:hidden;
}
.upsel_recommend_box ul li {
	float:left;
	width:122px;
	margin:0 40px 0 0;
}
.upsel_recommend_box ul li .product_thumbnail{
	display:block;
}
.upsel_recommend_box ul li .product_thumbnail img{
	border:1px solid #999999;
}
.upsel_recommend_box ul li .product_title,
.upsel_recommend_box ul li .product_price{
	margin-top:5px;
	display:block;
	text-align:center;
	font-weight:bold;
	line-height:1.2em;
}


/* =======================================
   左カラム
======================================= */

.choice_list ul{
padding:5px 0 20px 0;
}

.choice_list ul li{
background: url("../images/top/seasoncircle.jpg") no-repeat 0 5px ;
font-size: 11px;
font-weight: normal;
line-height: 13px;
padding:5px 0 5px 12px;
text-align: left;
}




/* ----------------------------------------------------------------
   右カラム
---------------------------------------------------------------- */
/* ----------------------------------------
   右カラム共通
---------------------------------------- */
.right_box {
	padding-bottom:10px;
	margin-bottom:10px;
	border:1px solid #cccccc;
}

/*見出し*/
.right_box h2 {
	height:31px;
	text-indent:-3500px;
	font-size: 1px;
	overflow: hidden;
}

.allproduct{
	float:right;
	  padding-top: 10px;
}

.productOl {
    float: left;
    font-size: 100%;
    height: auto;
    line-height: 1.2;
    margin: -35px 0 0 40px;
    width: 156px;
}