@charset "utf-8";

/*=========================================================================

 フジテレビフラワーネット　TOPページ

	last-updated: 2016.3.3
		
		+1 : wideslider
		+2 : メインナビ
		+3 : メイン検索エリア
		+4 : コンテンツ
		+5 : コンテンツ　左サイド
		+6 : コンテンツ　右サイド
		
				+ 人気ランキング
				+ 母の日ギフト
				+ スペシャルコンテンツ
				
		+7 : コンテンツ　下（最近チェックした商品）
			

=========================================================================*/

/* =================================================================
		+1 : wideslider
================================================================= */
.wideslider {
	width: 100%;
	margin: 0 auto;
}
.wideslider {
	width: 100%;
	height: 300px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin:0 auto 10px;
	padding:0 0 14px;
	background-color:#FCF4E7;
}
 .wideslider ul{
	margin:0 auto; 
 }
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 300;
	cursor: pointer;
}
.pagination {
    width: 910px;
    height: 300px;
    text-align: right;
    z-index: 200;
	bottom:0;
	margin:270px auto 0;
}
.pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
	border-radius:10px;
	position:relative;
    display: inline-block;
    overflow: hidden;
    background: #999999;
}
.pagination a.active {
    background: #E55871;
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
/* =================================================================
		+2 : メインナビ
================================================================= */
#FlowerMainNav{
	background-color:#FFFFFF;
	margin:0 0 15px;	
}
#FlowerMainNav #mainBnr .mainBnrBox{
	width:300px;
	float:left;
	margin:0 24px 15px 0;
	display:inline;
}
#FlowerMainNav #mainBnr .mainBnrBox.last{
	margin:0;
}
#FlowerMainNav #mainBnr .mainBnrBox p.top_bnr{
	border:solid 1px #A87D24;
	margin:0 0 5px;
}
#FlowerMainNav #mainBnr .mainBnrBox p.top_bnr:hover{
	border:solid 1px #E55871;
}
#FlowerMainNav #mainBnr .mainBnrBox p{
	font-size:14px;	
}
#FlowerMainNav #mainBnr .mainBnrBox p a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* =================================================================
		+3 : メイン検索エリア
================================================================= */

#FlowerMainSearch{
	margin:0 0 15px;	
}
#FlowerMainSearch #schAreaWrap{
	background-color:#FCF4E7;
	padding:10px;	
}
#FlowerMainSearch #schAreaWrap .schArea1,
#FlowerMainSearch #schAreaWrap .schArea2{
	background-color:#FFFFFF;
	text-align:center;
	padding:25px 0;
}
#FlowerMainSearch #schAreaWrap .schArea1{
	border:solid 5px #E65583;	
}
#FlowerMainSearch #schAreaWrap .schArea2{
	border:solid 5px #C1A466;	
}

#FlowerMainSearch #schAreaWrap .mainSearchBox {
	margin:0 0 20px 130px;
	text-align:center;
}

/* 検索BOX　------------------------------- */
.mainSearchBox select {
	width: 140px;
	font-size:13px;
	height:22px;
}
.mainSearchBox li {
	color: #4e5427;
	float: left;
}
.mainSearchBox .scTtl {
	height: 28px;
	width: 160px;
}
.mainSearchBox .scPt1, .mainSearchBox .scPt2, .mainSearchBox .scPt3 {
	font-size: 120%;
	padding: 0 30px 0 0;
}
#FlowerMainSearch #schAreaWrap .schBtn1,
#FlowerMainSearch #schAreaWrap .schBtn2 {
	width:930px;
	margin:0 auto;
	text-align: center;
}
#FlowerMainSearch #schAreaWrap .schBtn1 a,
#FlowerMainSearch #schAreaWrap .schBtn2 a{
	width:210px;
	height:32px;
	display:block;
	margin:0 auto;
	text-align: center;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	-webkit-border-radius: 4px;/* for Safari and Chrome */
	-moz-border-radius: 4px; /* for Firefox */
	-o-border-radius: 4px; /* for opera */
	border-radius: 4px;
	position:relative;
	padding:6px 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	text-decoration:none;	
}
#FlowerMainSearch #schAreaWrap .schBtn1 a{
	background-color:#E65583;
}
#FlowerMainSearch #schAreaWrap .schBtn2 a{
	background-color:#C1A466;
}
#FlowerMainSearch #schAreaWrap .schBtn1 a:hover,
#FlowerMainSearch #schAreaWrap .schBtn2 a:hover  {
	opacity:0.7;
	text-decoration:none;
}


/* タブナビ------------------------------- */
#FlowerMainSearch #schAreaWrap ul.tabNav {
	height: 42px;
	width: 930px;
}
#FlowerMainSearch #schAreaWrap ul.tabNav li {
	float: left;
	height: 42px;
	width: 364px;
	margin:0 2px 0 0;
	-webkit-border-radius: 6px 6px 0px 0px;/* for Safari and Chrome */
	-moz-border-radius: 6px 6px 0px 0px; /* for Firefox */
	-o-border-radius: 6px 6px 0px 0px; /* for opera */
	border-radius:  6px 6px 0px 0px;
	position:relative;
}
/* 非表示設定 */
.hide {display:none;}

#FlowerMainSearch #schAreaWrap li.tabNav1{
	background-color:#E65583;	
}
#FlowerMainSearch #schAreaWrap li.tabNav2{
	background-color:#C1A466;	
}
#FlowerMainSearch #schAreaWrap li.tabNav1 a{
	background:url(../images/common/icon_arrow_gnav1.gif) no-repeat center right;	
}
#FlowerMainSearch #schAreaWrap li.tabNav2 a{
	background:url(../images/common/icon_arrow_gnav2.gif) no-repeat center right;	
}
#FlowerMainSearch #schAreaWrap li.navoff {
	float: left;
	height: 42px;
	width: 364px;
	background-color:#C1A466;
}
#FlowerMainSearch #schAreaWrap ul.tabNav li a{
	display:block;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	margin:9px 30px 0 0;
	text-align:center;
	text-decoration:none;	
}
#FlowerMainSearch #schAreaWrap ul.tabNav li:hover{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
#FlowerMainSearch #schAreaWrap ul.tabNav li a:hover{
	text-decoration:none;	
}

/* =================================================================
		+4 : コンテンツ
================================================================= */
#flowerContents #sideNav{
	width:200px;
	float:left;
	margin:0 20px 0 0;
	display:inline;
}
#flowerContents #TopContents{
	width:730px;
	float:left;
}

/* =================================================================
		+5 : コンテンツ　左サイド
================================================================= */

#flowerContents #sideNav .sideBlock{
	margin:0 0 20px;
}
#flowerContents #sideNav #sideNavBox{
	border:solid 1px #FCF4E7 ;
}
#flowerContents #sideNav a:hover{
	text-decoration:none;
}

/* サイドメニュー------------------------------- */
#sideNav li.sideNavMenu{
	background-color:#FCF4E7;
	font-size:14px;
	font-weight:bold;
}
#sideNav li.sideNavMenu a{
	display:block;
	background: url(../images/common/sidenav/icon_side_arrow.gif) no-repeat 180px 13px;	
	padding:10px;	
}
/* テキスト強調色 */
#sideNav .txt_em{
	color:#D12D49;
	font-weight:bold;
}
#sideNav .txt_em2{
	font-size:15px;
	font-weight:bold;
	color:#E55871;
}
#sideNav .txt_bold{
	font-weight:bold;
}

/* 各アイコンありtxt */
#sideNav li.icon_txt{
	padding:0 0 0 45px;
	margin:10px 10px 15px;
	font-size:13px;
	line-height:20px;
}
#sideNav li.quick{background: url(../images/common/sidenav/icon_side_quick.gif) no-repeat 0 0;}
#sideNav li.shop{background: url(../images/common/sidenav/icon_side_shop.gif) no-repeat 0 0;}
#sideNav li.cal{background: url(../images/common/sidenav/icon_side_cal.gif) no-repeat 0 0;}
	
/* サイドメニューリスト */
#sideNav ul li ul.sideNavList{
	margin:10px 10px 10px 20px;
}
#sideNav ul li ul.sideNavList li{
	background: url(../images/common/sidenav/icon_side_list.gif) no-repeat 0 8px;
	padding:0 0 0 15px;
	margin:0 0 10px;
}
#sideNav ul li ul.sideNavList li a{
	display:block;
}
/* テキストでアイコンつけた場合
#sideNav ul li ul.sideNavList li span{
	margin:0 5px 0 0;
	color:#E55871;
}
*/

/* サイドメニューその他------------------------------- */
#sideNav .sideTitBox{
	background-color:#EDEDED;
	padding-top:2px;
	position:relative;
}
#sideNav .sideTitBox .sideTitLine{
	width:28px;
	height:2px;
	background-color:#EA8E99;
	position:absolute;
	top:0;
	left:0;
	line-height:2px;
}
#sideNav .sideTitBox .sideTitInner{
	background:#FFFFFF;
	width:200px;
	padding:10px 0 0;
}
#sideNav .sideTitBox p.sideTit{
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 23px;
	margin:0 0 10px;
}
/* アイコン */
#sideNav .sideTitBox p.sideTit_messe{
	height:23px;
	background: url(../images/common/sidenav/icon_messe.gif) no-repeat 0 0px;
}
#sideNav .sideTitBox p.sideTit_photo{
	background: url(../images/common/sidenav/icon_photo.gif) no-repeat 0 2px;
}
#sideNav .sideTitBox p.sideTit_mail{
	font-size:12px;
	background: url(../images/common/sidenav/icon_mail.gif) no-repeat 0 2px;
}
#sideNav .sideTitBox p.sideTit_none{
	padding:0;
}
/* テキスト設定 */
#sideNav .sideTitBox p.sideTxt{
	margin:0 0px;
	line-height:23px;	
}
#sideNav .sideTitBox p.sideDate{
	font-weight:bold;
	margin:0 0 5px;
}
#sideNav .sideTitBox p.sideLink{
	text-align:right;
	margin:10px 0 0;
}
/* バナー */
#sideNav .sideBnr p{
	margin:0 0 3px;
}

/* =================================================================
		+6 : コンテンツ　右サイド
================================================================= */

/* 人気ランキング
-------------------------------------------------------------------------*/
/* サブタイトル（タイトル下）------------- */
#TopContents .subTit{
	position:relative;
	margin:0 0 20px;
}
/* サブタイトル（txt黒太字） */
.subTit h3.txt_em{
	font-size:14px;
	font-weight:bold;
	padding:15px 0 0 20px;
}
.subTit .moreBtn{
	position:absolute;
	top:0px;
	right:0px;
	margin:15px 5px 0 0;
}
.subTit .moreBtn p{
	background:#EE4B46;
	color:#FFFFFF;
	padding:3px 13px;
}
.subTit .moreBtn a{
	color:#FFFFFF;
	padding:3px 13px;
}
.subTit .moreBtn a:hover{
	text-decoration:none;
}
.subTit .moreBtn p:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/* 母の日ギフト
-------------------------------------------------------------------------*/
#TopContents .mainBox #mothersGiftWrap{
	background:#DECDAB;
	padding:10px;
	margin:20px 0;
}
#TopContents .mainBox #mothersGift{
	background:#FFFFFF;
	width:710px;
}

/* タイトル------------- */
.mainTitMother{
	border-bottom:solid 1px #F0EBDC;
	position:relative;
	margin:0 10px 15px;
}
.mainTitMother h2{
	font-size:18px;
	font-weight:bold;
	float:left;
	padding:12px 20px 10px 10px;
	color:#CC0000;
}
.mainTitMother .mainTit_right{
	position: absolute;
	right: 15px;
	top: 17px;
}
/* txt */
#mothersGift p{
	margin:0 30px 15px;
}
#mothersGift p.txt{
	font-size:13px;
}

/* テーブル------------- */

#mothersGift table#mother_table{
	margin:0 0 15px 20px;
}
#mothersGift table#mother_table th,
#mothersGift table#mother_table td{
	border-right:solid 1px #D7D7D7;
	text-align:center;
	vertical-align:middle;
}
#mothersGift table#mother_table th{
	width:75px;
	font-size:14px;
}
#mothersGift table#mother_table td{
	width:180px;
	font-weight:bold;
	padding:0 0 5px;
	vertical-align:middle;
}	
#mothersGift table#mother_table td.mother_order{
	margin:0 auto;	
}
#mothersGift table#mother_table td.mother_order a{
	width:125px;
	background:#EE4B46;
	display:inline-block;
	color:#FFFFFF;
	text-align:center;
	padding:3px 0;
	line-height:130%;
}
#mothersGift table#mother_table td.mother_order a:hover{
	text-decoration:none;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
/* オンリーワン・ギフト
-------------------------------------------------------------------------*/
#onlyone p.txt{
	font-size:13px;	
}
/* スペシャルコンテンツ(slick部分はslick.css) 
-------------------------------------------------------------------------*/
/* slickスライド位置調整 */
#specialSliderWrap {
	width:610px;
	margin:0 40px;
	position:relative;
}
.specialSlider a img{
	width:150px;
	position:absolute;
	top:0;
}
.specialSlider a img:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */	
}
.slick-track{
	height:105px;
}
