@charset "utf-8";	
	
/* ========================================================	
	layout.css => レイアウトCSS　管理画面
	ランキングの1位を出したままにする用のcss　ふつうの状態で使用する場合はlayout.css
======================================================== */



/*================================================================================
   
   　メインビジュアル
   
================================================================================*/
.layoutMainVisual{
	height: 550px;
	min-width:980px;
	background-image: url(/images/mainvisual/sample.png);
	background-repeat: no-repeat;
	background-position: center 70%;
	background-size: 100% auto;
}

ul{
  list-style: none;
}

.rollOverWrap a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.regard{
  color: #dd0000;
  font-weight: bold;
}

/*================================================================================
   
   　ヘッダー
   
================================================================================*/
.layoutHeader{
	width:980px;
	margin:0 auto;
}
.layoutHeader > .layoutHeaderWrap > h1{
	width:500px;
	float: right;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	margin:10px;
}
.layoutHeaderWrap{
	float:right;
}

.layoutHeaderWrap > ul {
	display:block;
	clear:both;
	margin-right:20px;
}
.layoutHeaderWrap > ul > li {
	display: block;
	float: right;
	padding: 0 20px;
	margin-left: 10px;
	background-image: url(/images/common/white_dot.png);
	background-repeat: repeat;
}
.layoutHeaderWrap > ul > li > a {
	font-weight:bold;
}

.layoutHeaderBnr{
	float:right;
	
}

	
/*　ロゴ　*/
.headerLogoArea{
	float:left;
}


/*================================================================================
   
   　コンテンツ全体
   
================================================================================*/

.layoutContainer {
	height: auto;
	height: 100%;
	width: 100%;
	min-width: 980px;
	text-align: center;
}


/*================================================================================
   
   　メインコンテンツ
   
================================================================================*/
.layoutContentWrap{
	width:980px;
	text-align:left;
	margin:0 auto;
	padding-top:20px;
  color: #564836;
}

/*パンくず*/

/*bread-navi*/

#bread-navi2 {/*　1503edit　*/
	margin: 0 auto;
	width: 980px;
	padding-bottom: 3px;
}

#bread-navi2 li {

	margin-bottom: 0px;

	margin-left: 5px;

	font-size: 84%;

}

#bread-navi2 li a {

	color: #333333;

	text-decoration: none;

}

#bread-navi2 li a:hover {

	color: #aaddff;

}

#bread-navi2 ol li {
  display: inline;
  list-style-type: none;
}

#bread-navi2 ol li:before {
  content: " > ";
}

#bread-navi2 ol li:first-child:before {
  content:"";
}



/*================================================================================
   
   　左ナビ
   
================================================================================*/

.layoutLeftNav{
	float:left;
	width:195px;
}


.layoutCategory{
	background-color:#f4f1ea;
}
.layoutCategory > h3 {
	display: block;
	font-size: 15px;
	color: #453a2c;
	background-image: url(/images/common/nav_dot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px;
	text-align: center;
}
.layoutCategory > ul {
	display:block;
	list-style:none;
	padding:10px 0;
}
.layoutCategory > ul > li {
	display:block;
	padding:5px 0 5px 40px;
	line-height:1.8;
}
/*================================================================================
   
   　メインカラム（左カラム）
   
================================================================================*/
.layoutMain{
	width:670px;
	float:left;
}
	
/*================================================================================
   
   　フッター
   
================================================================================*/
.layoutFooter > a{
}

.footerTxt{
}
.footerTxt > .footerTxtWrap > img{margin-top:10px;}
.footerTxtWrap{
}


/*================================================================================
   
   　コンテンツごとのタイトル
   
================================================================================*/



.topTtl{
  color: #766d63;
  font-size: 22px;
  font-weight: 700;
  padding-right: 15px;
  margin-top:40px;
  padding-bottom: 15px;
  border-bottom: #d5d4d0 3px solid;
  position: relative;
}

.linkMenu{
  width:80px;
  float: left;
  padding: 8px 0px 0 0;
  font-size:124%;
}
.linkWay{
  width:200px;
  float: left;
  padding: 10px 0px 0 0;
  margin-left:15px;
  font-size:124%;
}

.linkWayBtn {
  position: absolute;
  font-size:124%;
  right: 0;
  top: 10px;
}
.linkWayBtn a {
  line-height: 15px;
  background: url("../images/top/ico_howto.png") no-repeat;
  background-size: 15px auto;
  display: block;
  padding-left: 20px;
  text-decoration: none;
  font-size: 14px;
}

.linkMenu img,
.linkWay img{
  padding: 0px 5px 0 0;
}

.itemListBtn {
  width: 380px;
  float: right;
  padding-top: 20px;
}
.itemListBtn a {
  width: 300px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  border-radius: 14px;
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0 auto 10px;
}
.celRank .itemListBtn a ,
.celRank .orderBtn a {
  background: hsla(14,79%,63%,1.00);
  box-shadow: 0px 2px 0px 0px rgba(170, 99, 75, 1);
}
.conRank .itemListBtn a ,
.conRank .orderBtn a {
  background: rgb(114, 112, 158);
  box-shadow: 0px 2px 0px 0px rgba(78, 76, 115, 1);
}

.itemListBtn a:before {
  content: "";
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  margin-right: 2px;
}

/*================================================================================
   
   　ランキング
   
================================================================================*/


.rankArea{
  clear: both;
  margin-bottom: 40px;
}

.rankWrap{
	padding:0 0 0 10px;
}
.rankOne{
  width: 345px;
  float: left;
  margin: 35px 0 0 5px;
}

.rankIn{
  width: 180px;
  float: left;
  margin: 15px 0 0 5px;
}

.rankItem{
  position: relative;
  padding:11px;
  text-align:center;
}

.rankItem:hover{
  z-index: 10;
}

.hide{
  visibility:hidden;
}

.rankItem:hover .hide{
  visibility:visible;
}

.rankNo {
	text-align:left;
	margin:-40px 0 0 0;
}


.rankItem:hover img,
.rankItem:hover .itemName,
.rankItem:hover .itemPrice{
	position: relative;
	z-index: 100;
}

/*1位テキスト隠す場合はbackgroundとdisplayを有効にする*/
.rankOne .info {
	position: absolute;
	top:-5px;
	left:-5px;
	width: 310px;
	padding: 380px 15px 15px;
	border: solid 1px #d5d4d0;
	color: #7c7369;
	font-size: 86%;
  z-index: 1;
}
.rankArea .info:after{
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
	border: solid 1px #d5d4d0;
  opacity: 0.5;
  z-index: -1;
}

.rankIn .info{
	position: absolute;
	top:-5px;
	left:-5px;
	width: 175px;
	background: #fff;
	padding: 250px 15px 15px 15px;
	display: none;
	border: solid 1px #d5d4d0;
	color: #7c7369;
	font-size: 86%;
}

.rankArea .info.twoLineInfo {
  padding-top: 265px;
}

.rankArea .info p {
  padding: 10px;
  background: hsla(60,17%,98%,1.00);
  text-align:left;
}

.rankItem:hover .info{
  display: block;
  z-index: 50;
}

.specialInfo ,
.itemInfo {
  text-align:center;
  padding: 5px;
}
.rankOne .specialInfo ,
.rankOne .itemInfo {
  width: 50%;
  float:left;
  text-align:center;
  padding: 10px 5px;
  box-sizing: border-box;
}
.specialInfo a ,
.itemInfo a {
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 10px;
  line-height: 23px;
}
.celRank .specialInfo a ,
.celRank .itemInfo a {
  border: 1px solid #dc805f;
}
.conRank .specialInfo a ,
.conRank .itemInfo a {
  border: 1px solid hsla(245,11%,80%,1.00);
}

.specialInfo a:before ,
.itemInfo a:before {
  content: "";
  background: url("../images/top/ico_arrow_line_cel.png") no-repeat;
  background-size: 3px auto;
  width: 3px;
  height: 5px;
  display: inline-block;
  margin-right: 2px;
}
.conRank .specialInfo a:before ,
.conRank .itemInfo a:before {
  background: url("../images/top/ico_arrow_line_con.png") no-repeat;
  background-size: 3px auto;
}
.orderBtn{
  width: 140px;
  clear: both;
  margin: 0 auto;
  padding: 10px;
}
.orderBtn a {
  width: 140px;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  border-radius: 14px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.orderBtn a:before {
  content: "";
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  margin-right: 2px;
}

.rankOne .moreTxt,
.rankIn .moreTxt{
  padding: 10px;
}


.itemImg{
  clear: both;
  padding: 2px 10px;
}

.itemName{
  font-size: 18px;
  color: #756d64;
  font-weight: bold;
  padding: 15px 0 5px;
  text-align:center;
}
.rankIn .itemName{
  font-size: 15px;
  text-align:left;
}

.itemPrice{
  font-size: 12px;
  color: #756d64;
  line-height: 18px;
  text-align:center;
}
.rankIn .itemPrice {
  font-size: 10px;
  text-align: left;
}
.itemPrice b {
  font-size: 18px;
  text-align:center;
  font-weight: 400;
}
.rankIn .itemPrice b {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
.itemPrice span {
  font-size: 10px;
}

/*================================================================================
   
   　テキストコンテンツ
   
================================================================================*/
#aboutDenpoDiv{
	height: 250px;
	background-color: #f9f6f4;
	color: #453a2c;
}

.aboutDenpo{
	width: 960px;
	margin: 0 auto;
	padding:25px 5px 25px 13px;
}

.textcontentTtl{
	font-size: 112%;
	font-weight: bold;
	text-align: left;
	padding: 10px 5px;
}

.textcontentBox{
	height: 150px;
	overflow-y:scroll;
}

.bottomLine{
	border-bottom: 1px solid #b6b4b3;
}

#aboutDenpoDiv p{
	font-size: 90%;
	margin: 15px 10px 15px 5px;
}


/*================================================================================
   
   　声
   
================================================================================*/
.voiceArea{
  clear: both;
  height: 338px;
  background-color: #f9f6f4;
  color: #453a2c;
}

.customerVoice{
  width: 960px;
  margin: 0 auto;
}

.customerLeft{
  width: 476px;
  float: left;
  margin: 10px 4px 10px 0px;
}

.customerRight{
  width: 476px;
  float: left;
  margin: 10px 0px 10px 4px;
}

.voiceTtl {
  background: url(/images/common/voice_icon.jpg) no-repeat;
  font-size: 112%;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 20px 0;
}

.voiceBox{
  height: 245px;
  overflow-y:scroll;
}

.voiceIconLeft{
  background-position: 60px top;
}

.voiceIconRight{
  background-position: 75px top;
}

.customerVoice dl{
  width: 440px;
  overflow: hidden;
  margin: 0 0 0 10px;
  border-bottom: solid 1px #b6b4b3;
  line-height: 160%;
}

.customerVoice dt{
  font-weight: bold;
  width: 68px;
  clear: left;
  float: left;
  padding: 5px;
  font-size: 90%;
}

.customerVoice dd{
  width: 352px;
  float: left;
  padding: 5px;
  font-size: 80%;
}

.tpLine {
  border-top: 1px solid #b6b4b3;
}


/*================================================================================
   
   　フッター上スクエアナビ
   
================================================================================*/

.bottomNavi {
  clear: both;
  display: block;
  background-color: #ffffff;
  height: 228px;
}

.bottomNavi ul{
  width: 960px;
  margin: 0 auto;
}

.bottomNavi li{
	width: 185px;
	float: left;
	padding: 13px 0px;
	height:167px;
	position: relative;
	margin-left:7px;
}

.bottomNaviBox{
	display: block;
	color: #453a2c;
	text-decoration: none;
	width:185px;
	height:180px;

/*******divにグラデ枠つけるとie9で文字にグラデがかかってしまうので線に変更　2015/4/6 鈴木**********/
	border:1px solid #ccc;

}

/*
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-o-box-shadow: 0 0 3px #ccc;
	-ms-box-shadow: 0 0 3px #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}
*/


.bottomNavi .navIcon{
  float: right;
  padding: 4px 7px 0 0;
}

.bottomNavi .navTtl{
  font-weight: bold;
  padding: 36px 0 0 10px;
  font-size:1.3em;
}
.bottomNavi p {
  font-size: 0.85em;
}

.navInfo{
  padding: 25px 10px 0 10px;
}

.bottomNavi .moreTxt{
  text-align: right;
  text-decoration: underline;
  padding-right: 30px;
  background: url(/images/common/plus_ico.jpg) no-repeat right center;
  color:#d41616;
  position: absolute;
  right: 0;
  bottom: 0;
  height:25px;
}

.moreTxt a{
  color:#d41616;
}

.bottomNavi a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.redLine{
  font-weight: bold;
  text-decoration: underline;
  color:#d41616;
}

/*================================================================================
   
一覧のロールオーバー処理
   
================================================================================*/


.indexWrap li.item{
/*	float:left;*/
	position: relative;
	display:inline-block;
	width:230px;
	margin-top:15px;
	padding:10px;
	color:#453a2c;
	text-align:center;
}
.indexWrap li.item b {
	display:block;
	font-size:116%;
	line-height:1.5;
	text-align:left;
	margin:0 10px
}
.indexWrap li.item p {
	display:block;
	line-height:1.5;
	text-align:left;
	margin:0 10px
}
	li.item:hover{
		z-index: 10;
	}

li.item:hover img,
.indexWrap li.item b,
.indexWrap li.item p {
	position: relative;
	z-index: 100;
}
.indexWrap li .info {
	position: absolute;
	top:-5px;
	left:-5px;
	width: 240px;
	background: #fff;
	padding: 160px 10px 10px;
	display: none;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-o-box-shadow: 0 0 3px #ccc;
	-ms-box-shadow: 0 0 3px #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}
.indexWrap li .info2 {
	position: absolute;
	top:-5px;
	left:-5px;
	width: 240px;
	background: #fff;
	padding: 185px 10px 10px;
	display: none;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-o-box-shadow: 0 0 3px #ccc;
	-ms-box-shadow: 0 0 3px #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}


/*info3はアレンジメント等の価格が３段になるやつ用です*/
.indexWrap li .info3 {
	padding: 180px 10px 10px;
}

.indexWrap li .info2 span,
.indexWrap li .info span {
	display:block;
	color:#8d877f;
	font-size:92%;
	line-height:1.5;
	text-align:left;
	margin:0 10px;
	padding-top:8em;
}
.indexWrap li .info2 .linkWrap,
.indexWrap li .info .linkWrap{
	margin:10px 10px 0;
}

.indexWrap li .info2 a.tLink,
.indexWrap li .info a.tLink {
	display:block;
	line-height:29px;
	float:left;
}
.indexWrap li .info .indexEntryBtn,
.indexWrap li .info2 .indexEntryBtn {
	display:block;
	float:right;
}

.indexWrap li .info .indexEntryBtn a:hover,
.indexWrap li .info2 .indexEntryBtn a:hover {
	

}


.indexWrap li.item:hover .info2,
.indexWrap li.item:hover .info {
		display: block;
		z-index: 50;
	}


.indexWrapLast {
	margin-bottom: 100px;
}

.indexWrapL10 {
	margin-left: 10px;
}


/*キキララのスペシャルページへのリンクバナーの位置決め*/
.special_kikilala {
	position:absolute;
	left:168px;
	top:260px;
}






/*================================================================================
   
   　商品一覧へのリンク
   
================================================================================*/

div#link_itemlist {
	width:auto;
	margin-bottom:20px;
}

div#link_itemlist a img {
	float: right;
}

div#link_itemlist a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}