@charset "utf-8";

/*----------------------------------------------------
リセット
----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,
fieldset,legend,input,textarea,p,blockquote,th,td	{
	margin: 0;
	padding: 0;
}
table,caption	{ margin-bottom: 0; }
table	{ border-collapse: collapse; border-spacing: 0; }
th,td	{	font-size: 1em; border: none; }
fieldset,img	{ border: 0; }
li	{ list-style: none; }
caption,th	{ text-align: left; }

/*----------------------------------------------------
フォントリセット
----------------------------------------------------*/
h1,h2,h3,h4,h5,h6,address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}
body	{ 
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small; 
	-webkit-text-size-adjust: none;
}
select,input,button,textarea	{ 
	font:99% arial,helvetica,clean,sans-serif; 
}
pre,code,kbd,samp,tt	{ 
	font-family:monospace;
	*font-size:108%;
	line-height:100%; 
}
table	{ font-size:inherit;font:100%; }
em	{ font-style: italic; }
a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color:#333;
}

/*----------------------------------------------------
html
----------------------------------------------------*/
html {
	height: 100%;
}

/*----------------------------------------------------
body
----------------------------------------------------*/
body {
	height: 100%;
	margin: 0 auto;
	font-family:Osaka, "ＭＳ Ｐゴシック", Arial, Sans-serif;
	line-height: 1.35;
	color: #333;
	text-align: left;
	width:100%;
min-width:990px;
}

.wrapper{
	width: 960px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}


.leftFloat{
	float:left;
}

.rightFloat{
	float:right;
}


/*----------------------------------------------------
基本リンクの定義
----------------------------------------------------*/
a:link,a:visited{
	color:#0C6792;
	text-decoration:none;
}

a:hover,a:active{
	color:#108BC7;
	text-decoration:underline;
}


/*----------------------------------------------------
レイアウトの定義
----------------------------------------------------*/

#headerHc{
	width:100%;
	background:url(../img/hc_bg.jpg) repeat-x 0 -1px;
	height:135px;/* 85px */
	border-bottom: 1px dotted #99C1CF;
}

#headerHc h1{
	font-size:85%;
	padding-top:5px;
}

#headerHc h2{
	position:absolute;
	top:30px;
	left:0px;	
}

#headerHc p.header-carriage {
	position:absolute;
	top:31px;
	right:0px;
}

#headerHc p.header-cosmetics-day {
	position: absolute;
	top: 31px;
	right: 240px;
}

#headerHc p.header-cosmetics-day a:hover img {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/*--------
added 20160310
----------------*/

#headerHcSpring{
	width:100%;
	background:url(../img/hc_bg.jpg) repeat-x 0 -1px;
	border-bottom: 1px dotted #99C1CF;
	height:115px;
}

#headerHcSpring h1{
	font-size:85%;
	padding-top:5px;
}

#headerHcSpring h2{
	position:absolute;
	top:30px;
	left:0px;	
}

#headerHcSpring p{
	position:absolute;
	top:31px;
	right:0px;	
}
#headerHcSpring p.spring{
	position:absolute;
	top:31px;
	right:250px;	
}

.topBnr1 {
	position:absolute;
	top:35px;
	right:360px;	
}

.topBnr2 {
	position:absolute;
	top:35px;
	right:0px;	
}





#contents{
	width:100%;
	/*height:100%;*/
}


/*左ナビ*/
#leftArea{
	float:left;
	width:230px;
	
}

#leftArea img{
	vertical-align:top;
}

.leftNav{
	padding-bottom:15px;
}

.leftNav ul{
	background:url(../../shared/img/sidebar/l_nav_bg.jpg) repeat-y;
	width:210px;
	padding:10px 10px 0 10px;
}

.leftNav li a{
	background:url(../img/arrow.gif) no-repeat 0 7px;
	*background:url(../img/arrow.gif) no-repeat 0 10px;
	padding:7px 0 7px 15px;
	border-bottom:#4FB9CF 1px dotted;
	display:block;
}


.leftNav li.last a{
	border-bottom:none;
}

.leftNav a:link,.leftNav a:visited{
	color:#0C6792;
	text-decoration:none;
	font-size:93%;
	line-height:110%;
}

.leftNav a:hover,.leftNav a:active{
	color:#108BC7;
	text-decoration:underline;
	font-size:93%;
	line-height:110%;
	background:url(../img/arrow.gif) no-repeat 0 7px #DCF0F4;
	*background:url(../img/arrow.gif) no-repeat 0 10px #DCF0F4;
}








.leftRank{
	padding-bottom:20px;
}

.leftRank ul{
	background:url(../../shared/img/sidebar/l_nav_bg.jpg) repeat-y;
	width:210px;
	padding:0 10px 0 10px;
}

.leftRank li {
	border-bottom:#4FB9CF 1px dotted;
	padding:10px 0;
}


.leftRank li a.txtLink {
	background:url(../img/arrow.gif) no-repeat 0 7px;
	padding:4px 0 4px 15px;
}

.leftRank li.last{
	border-bottom:none;
	padding:10px 0 5px 0!important;
}

.leftRank a:link,.leftNav a:visited{
	color:#0C6792;
	text-decoration:none;
	font-size:93%;
	line-height:110%;
}

.leftRank a:hover,.leftNav a:active{
	color:#108BC7;
	text-decoration:underline;
	font-size:93%;
	line-height:110%;
}

.leftRankL{
	float:left;
	margin:0 0 0 5px;
	width:128px;
}

.leftRankR{
	float:right;
	border:#CCCCCC 1px solid;
	margin:0 5px 0 0;
}

.leftRankR a:hover img,.leftRankR a:active img{
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.topBnrArea a:hover img,.topBnrArea a:active img{
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.bnrArea{
	padding-bottom:10px;
}

.bnrArea h3,.bnrArea li{
	padding-bottom:10px;
}


.bnrArea a:hover img,.bnrArea a:active img{
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}


/*右コンテンツ*/
#rightArea{
	float:right;
	width:710px;
}


#mainArea{
	border-top:1px solid #CECACA;
	border-right:1px solid #CECACA;
	border-left:1px solid #CECACA;
	padding:4px 4px 74px 4px;
}

#slider{
	z-index:1;
}


#mainArea a:hover img,#mainArea a:active img{
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}


#infoArea{
	background:#F5F5F5;
	width:700px;
	padding:10px 0 0 10px;
	font-size:93%;
}

#infoTtl{
	float:left;
	height:100%;
}

#infoArea dl{
	padding:2px 0 5px 0;
}

#infoArea dt,#infoArea dd{
	float:left;
	margin-right:10px;
}

.infoRight{
	float:left;
	padding:0 0 7px 0;
	width: 600px;
}

.linkContents{
	padding:0 0 30px;
}

#pickupArea{
	margin-bottom:30px;
}

/*バナー３個*/
#pickupArea ul{
	background:url(../../img/pu_bg.jpg) no-repeat;
	width:695px;
	height:135px;	
	padding:15px 0 0 15px;
}

/*バナー６個
#pickupArea ul{
	background:url(../../img/pu_bg2.jpg) no-repeat;
	width:695px;
	height:265px;	
	padding:15px 0 0 15px;
}*/


#pickupArea li{
	float:left;
	padding:0 10px 0 0;
}

#pickupArea li a:link{
	background:url(../../img/pu_bnr_off.png) no-repeat;
	display:block;
	padding:2px 2px 10px 2px;
}

#pickupArea li a:hover{
	background:url(../../img/pu_bnr_over.png) no-repeat;
	display:block;
	padding:2px 2px 10px 2px;
}

#pickupArea li a:visited{
	background:url(../../img/pu_bnr_off.jpg) no-repeat;
	display:block;
	padding:2px 2px 10px 2px;
}

#pickupArea li a:active{
	background:url(../../img/pu_bnr_over.jpg) no-repeat;
	display:block;
	padding:2px 2px 10px 2px;
}

#pickupArea a:hover img,#pickupArea a:active img,.linkContents a:hover img,.linkContents a:active img {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}


#purposeArea{
	margin-top: 40px;
	font-size:93%;
}

#purposeArea ul{
	background:url(../../img/purpose_bg.jpg) no-repeat;
	width:690px;
	height:330px;	
	padding:20px 0 0 20px;
}

#purposeArea li{
	float:left;
	padding:0 20px 15px 0;
}

/*#purposeArea a:hover img,#purposeArea a:active img{
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    -moz-opacity: 0.8;
    opacity: 0.8;
}*/


#recommendArea{
	margin-bottom:30px;
	width:710px;
}

#recommendArea ul{
	margin:10px -8px 0 0;
}

#recommendArea li{
	height:292px;
	float:left;
	margin:0 7px 7px 0;
}

#recommendArea li a:link{
	background:url(../../img/recommend_item_off.jpg) no-repeat;
	display:block;
	width:168px;
	height:287px;
	padding:4px 0 0 4px;
}

#recommendArea li a:hover{
	background:url(../../img/recommend_item_over.jpg) no-repeat;
	display:block;
	width:168px;
	height:287px;
	padding:4px 0 0 4px;
}

#recommendArea li a:visited{
	background:url(../../img/recommend_item_off.jpg) no-repeat;
	display:block;
	width:168px;
	height:288px;
	padding:4px 0 0 4px;
}

#recommendArea li a:active{
	background:url(../../img/recommend_item_over.jpg) no-repeat;
	display:block;
	width:168px;
	height:288px;
	padding:4px 0 0 4px;
}

#recommendArea a:hover img,#recommendArea a:active img{
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.recoLink{
	background:url(../img/arrow.gif) no-repeat 10px 8px;
	padding:5px 0 0 25px;
	display:block;
	width:135px;
	font-weight:bold;
	font-size:93%;
}

.recoTxt{
	display:block;
	width:140px;
	padding:5px 0 0 11px;
	font-size:93%;
	line-height:130%;
	color:#333;
}

.recoTxt2{
	display:block;
	width:149px;
	padding:5px 0 0 10px;
	font-size:93%;
	line-height:130%;
	color:#333;
}

#hccArea{
	margin-bottom:30px;
}

#hccArea #hccAreaBg{
	background:#EDF8FA;
	border-left:#4FB9CF 1px solid;
	border-right:#4FB9CF 1px solid;
	border-bottom:#4FB9CF 1px solid;
	padding:20px 18px;
}

#hccCap{
	padding-bottom:15px;
	font-size:108%;
}

#hccArea #hccAreaInner{
	background:#fff;
	border:#D3DDDE 1px solid;
	padding:40px 18px;
}

.hccLeft{
	float:left;
	text-align:center;
	width:305px;
	padding-right:10px;
}

.hccLeft .txtLink a,.hccRight a{
	background:url(../img/arrow.gif) no-repeat 0 4px;
	padding-left:15px;
}

.hccRight{
	float:left;
}

.hccRight dt{
	float:left;
	margin-right:10px;
}

.hccRight dd{
	float:left;
}

#brandSite {
	margin-top: 40px;
}
#brandSite ul {
	margin-top: 10px;
}
#brandSite li{
	float:left;
	padding-right:10px;
	margin-bottom: 10px;
}

#brandSite a:hover img,#brandSite a:active img{
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/*
#footer{
	width:100%;
}


#footerHc,
#footerHc2{
	background:url(../img/footer_bg.jpg) repeat-x;
	height: 310px;
	width:100%;
}

#footerHc .wrapper,
#footerHc2 .wrapper {
	width: 960px;
	text-align: left;
}

.footerLink{
	padding-top:22px;
}

.footerLink li{
	font-size: 12px;
	margin-top: 5px;
}

.footLinkPurpose {
	width: 280px;
	float: left;
}

.footLinkItem {
	width: 410px;
	float: left;
}

.footLinkItem ul {
	width: 200px;
	float: left;
}

.footLogo {
	text-align: right;
}
*/

/*----------------------------------------------------
スライドのcss
----------------------------------------------------*/

/* The Nivo Slider styles */

.nivoSlider {
   position:relative;
   width:700px; /* 画像の幅 */
   height:350px;
}


#slider.nivoSlider {
      width:700px; height:350px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
   position:absolute;
   top:0; left:0;
   width:100%; height:100%;
   margin:0; padding:0;
   z-index:60;
   display:none;
}
/* The slices in the Slider */
.nivo-slice {
   display:block;
   position:absolute;
   z-index:50;
   height:100%;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
   position:relative;
   z-index:99;
   cursor:pointer;
}

#slider .nivo-controlNav {
   position:absolute;
   left:0px;
   top:355px;
   width:710px;
}
#slider .nivo-controlNav img {
   display:inline;
   position:relative;
   margin:0 5px 0px 0;
   border:#dedede 2px solid;
}
#slider .nivo-controlNav a.active img {
   border:#DF0167 2px solid;
}

#slider a.active:before {
   	content:"";
	position: absolute; 
	right: 200px; 
	top: -5px; 
	width: 0; 
	height: 0; 
	border-bottom: 5px solid #50B9CF; 
	border-right: 5px solid transparent; 
	border-left: 5px solid transparent;
}



/*----------------------------------------------------
第二階層
----------------------------------------------------*/

.pankuzu{
	padding:10px 0 10px 0;
	font-size:77%;
}

#exArea{
	padding:10px 0 30px 0;
}

/* ブランド共通 */
#brandArea{
}

.brandCaption{
	margin:20px 0 0 0;
/*	border-bottom:1px solid #CCC; */
}

.brandLeft{
	float:left;
	width:590px;
	padding-bottom:20px;
}

.brandLeft p{
	font-size:93%;
	line-height:120%;
	padding:5px 10px 0 0;
}

.brandRight{
	float:right;
	width:90px;
/*	padding-bottom:20px; */
}

.productsArea2{
	padding:20px 0;
	border-bottom:1px dotted #CCCCCC;
}

.productsArea{
	padding:20px 0;
}

.productsLeft{
	float:left;
	width:339px;
	padding:0 15px 15px 0;
	border-right:1px dotted #CCCCCC;
	position: relative;
}

.productsRight{
	float:right;
	width:339px;
	padding:0 0 15px 15px;
	position: relative;
}

.productsLeft dt,.productsRight dt{
	float:left;
	width:132px;
	padding-right:15px;
	position:relative;
}

.iconWeblimited{
	position:absolute;
	top:0;
	left:0;
	width:44px;
	height:44px;
}

.iconWeblimited2{
    position: absolute;
    top: -11px;
    left: -11px;
    width: 44px;
    height: 44px;
}

.iconWeblimitedNone{
	display:none;
}

.iconPopular {
position: absolute;
top: 0;
left: 0;
width: 57px;
height: 57px;
}

.iconNo1 {
	position: absolute;
	top: 80px;
	left: -5px;
	width: 57px;
	height: 57px;
}


.productsLeft dd,.productsRight dd{
	float:left;
	width:190px;
}

.productsLeft dt .item,.productsRight dt .item{
	border:1px solid #CCC;
}

.productsLeft dt .point,.productsRight dt .point{
	margin:4px 0 0 0;
}

.productsLeft dt .icon_hc,.productsRight dt .icon_hc{
	margin:4px 4px 0 0;
}


.productsLeft dd p,.productsRight dd p{
	font-size:93%;
}

.productsLeft dd a,.productsRight dd a{
	font-size:108%;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.productsLeft a:hover img,
.productsLeft a:active img,
.productsRight a:hover img,
.productsRight a:active img
{
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.productsLeft dd .price,.productsRight dd .price{
	font-size:108%;
	font-weight:bold;
}
.productsLeft dd .small,
.productsRight dd .small{
	font-size:93%;
}


#brandArea h3 a{
	position:absolute;
	top:10px;
	right:10px;
}

#brandArea h3 a:hover img,#brandArea h3 a:active img{
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}



/*各ブランド*/

#brand01, #brand02, #brand03, #brand04, #brand05,
#brand06, #brand07, #brand08, #brand09, #brand10,
#brand11, #brand12, #brand13, #brand14, #brand15,
#brand16, #brand17, #brand18, #brand19
{
	margin-bottom:30px;
}


/* キャンペーン共通 */

#cmpArea{
	padding-bottom:30px;
}

.cmpImg{
	position:relative;
}

.cmpImg .btnDetail{
	position: absolute;
	top:0;
	left:195px;
}

.cmpImg .btnDetail_b{
	position: absolute;
	top:0;
	left:45px;
}

.cmpImg .btnDetail_bottom {
    position: absolute;
    bottom: -1161px;
    left: 294px;
}


.cmpImg a:hover img,
.cmpImg a:active img
{
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.cmpWp{
	background:url(../../cmp20130501/img/cmp_img_bg.jpg) repeat-y;
	padding:0 29px 15px 29px;
}

.campLink a{
	color: #CC0000;
	margin-bottom:0px!important;
}



/*.cmpArea .btnProducts20130401{
	position: absolute;
	top:292px;
	left:30px;
}*/



/* LP共通 */

.lpImg{
	position:relative;
}

/* 各html内に設定
.lpImg .btnDetail01{
	position: absolute;
	top:0;
	left:195px;
}
*/
.lpImg a:hover img,
.lpImg a:active img
{
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    -moz-opacity: 0.8;
    opacity: 0.8;
}



/*SNS*/

/*#snsArea{
position:relative;
width:960px;
margin:0 auto;
}*/

div.sns{
	position:absolute;
	top:2px !important;
	right:-15px !important;
}
/*
div.sns{
	width:250px;
}


.twitter,.facebook,.mixi{
	float:left;
	margin-left:5px;
}

.facebook{
	width:70px;
	overflow:hidden;
}*/

.addthis_toolbox{
	display:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.lsNarrow{
	letter-spacing:-0.1em;
}
}



/*----------------------------------------------------
LP用
----------------------------------------------------*/

/*ザ・コラーゲン*/
.ingredient{
	width:708px;
	border:#ECB9C7 solid 1px;
	margin-bottom:20px;
	
}

.ingredient dt{
	background-color:#F8E3E8;
	padding:7px 0px 6px 25px;
	font-size:100%;
}

.ingredient dd{
	padding:15px 0px 15px 25px;
	background:url(../../products/img_collagen/line.gif) 25px bottom no-repeat;
	width:650px;
	line-height:150%;
	font-size:85%;
}

.ingredient dd.last{
	padding:15px 0px 15px 25px;
	background:none;
	width:650px;
	line-height:150%;
	font-size:85%;
}

.caution{
	width:710px;
	margin-bottom:25px;
	font-size:85%;
}

.caution dt{
	padding:0 0 0 25px;
	font-weight:bold;
}

.caution dd{
	padding:12px 0px 10px 25px;
	width:650px;
	line-height:150%;
}

.storeInfo {
	clear: both;
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
}


/*----------------------------------------------------
TOP改修以降追加
----------------------------------------------------*/


.taxTxt {
	font-size: 10px;
}

.priceTxt {
	font-size: 16px;
	font-weight: bold;
}

/*----------------------------------------------------
Added 20160603
----------------------------------------------------*/

.taxTxt2 {
	font-size: 10px;
 color: #333;
}

.priceTxt2 {
	font-size: 14px;
	font-weight: bold;
 color: #333;
}



/* -- 注目ワード ------------------------ */

#noticeWord {
	padding: 10px
}
#noticeWord h3 {
	float: left;
	display: inline;
	padding-right: 20px;
}
#noticeWord ul {
	margin-top: 5px;
}
#noticeWord ul li {
	float: left;
	padding-right: 15px;
}

/* -- Top : News ------------------------ */
#topNews {
	margin-top: 30px;
}
#topNews h3 {
	margin-bottom: 10px;
}
#topNews ul {
}
#topNews ul li {
	position: relative;
	min-height: 65px;
	padding: 0 0 0 145px;
}
#topNews ul li h4 {
}
#topNews ul li p {
}
#topNews ul li div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
}
#topNews ul li div img {
	width: 130px;
	height: auto;
}
#topNews a {
	display: block;
}


/* -- Top : 新商品 ------------------------ */
#newProducts {
	margin-top: 30px;
}
#newProducts h3 {
	margin-bottom: 10px;
}


/* -- 人気ランキング ------------------------ */

#rankingArea {
	margin-top: 30px;
}
#rankingArea p {
	margin-top: 10px;
}

#rankingArea li > p {
    min-height: 54px;
    margin-top: 0;
}

#rankingArea ul {
	margin-top: 10px;
}
#rankingArea ul li {
	width: 120px;
	float: left;
	padding-right: 27px;
	padding-top: 30px;
	font-size: 12px;
}
#rankingArea ul li.rankNo5 {
	padding-right: 0;
}
#rankingArea ul li img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#rankingArea ul li a:hover img {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	-moz-opacity: 0.6;
}
.rankNo1 {
	background:url(../img/rank_no1.png) no-repeat ;
}
.rankNo2 {
	background:url(../img/rank_no2.png) no-repeat ;
}
.rankNo3 {
	background:url(../img/rank_no3.png) no-repeat ;
}
.rankNo4 {
	background:url(../img/rank_no4.png) no-repeat ;
}
.rankNo5 {
	background:url(../img/rank_no5.png) no-repeat ;
}
.iconLink {
	background:url(../img/arrow.gif) no-repeat left 3px ;
	padding-left: 15px;
}

#rankingArea > ul li span.pname {
 font-weight: bold;
 }


/* -- おすすめ商品　flex box ------------------------ */

#recdArea {
	margin-top: 30px;
}
#recdArea p {
	margin-top: 10px;
}
#recdArea ul {
	margin: 10px 0 0 -10px;
	padding: 0;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
	
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#recdArea ul li {
    width: 170px;
    margin: 0 0 10px 10px;
    padding: 0;
}
#recdArea ul li a {
 font-weight: bold;
}

#recdArea ul li a:hover img {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-moz-opacity: 0.8;
}
#recdArea ul li.last {
	padding-right: 0;
}
#recdArea ul li img {
	margin-bottom: 5px;
}
#recdArea span.wNarrow {
	padding: 0 10px 0 0;
	font-size: 90%;
	display: block;
}
#recdArea span.attention {
	font-size: 88%;
	color: #CC0000;
}


/* -- カラプラピックアップ ------------------------ */

#karaPickArea {
	margin-top: 30px;
}
#karaPickArea p {
	margin-top: 10px;
}
.karaPickItem1 {
	width: 226px;
	padding: 1px ;
	border: 1px solid #ccc;
	float: left;
	position: relative;
	height: 155px;
	margin-right: 9px;
}

.karaPickItem2 {
	width: 166px;
	padding: 1px ;
	border: 1px solid #ccc;
	float: left;
	position: relative;
	height: 170px;
	margin-right: 9px;
}
.karaPickItem3 {
	width: 134px;
	float: left;
	position: relative;
	height: 168px;
	margin-right: 10px;
}
.karaPickItem1 p,
.karaPickItem2 p,
.karaPickItem3 p {
	padding: 0 10px;
}
.karaPickItem1 a img,
.karaPickItem2 a img,
.karaPickItem3 a img {
	display: block;
	margin: 0px auto 0;
}
.karaPickItem1 a:hover img,
.karaPickItem2 a:hover img,
.karaPickItem3 a:hover img {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-moz-opacity: 0.8;
}
.btnBox {
	position: absolute;
	bottom: 10px;
	left: 10px;
}



/* -- 成分から探す ------------------------ */

#ingredientArea {
	margin-top: 30px;
}
#ingredientArea ul {
	margin-top: 10px;
}
#ingredientArea ul li {
	float: left;
	margin: 0 2px 10px 0;
	font-size: 14px;
	background: url(../img/arrow.gif) no-repeat left 3px;
	padding-left: 15px;
	width: 160px;
}



/* -- ポイントから探す ------------------------ */

#pointArea {
	margin-top: 30px;
}
#pointArea ul {
	margin-top: 10px;
}
#pointArea ul li {
	float: left;
	margin-right: 2px;
}
#pointArea ul li#pointTab04 {
	margin-right: 0;
}
#pointTab01, #pointTab02 ,#pointTab03, #pointTab04 {
	display:block;
	width:176px;
	height:30px;
}
#pointTab01:hover, #pointTab02:hover ,#pointTab03:hover, #pointTab04:hover {
	cursor: pointer;
}
#pointTab01 {
	background-image:url(../../img/index_point_tab01.jpg);
}
#pointTab02 {
	background-image:url(../../img/index_point_tab02.jpg);
}
#pointTab03 {
	background-image:url(../../img/index_point_tab03.jpg);
}
#pointTab04 {
	background-image:url(../../img/index_point_tab04.jpg);
}

.tabHover {
	background-position:left bottom;
}


#pointTabBox01, #pointTabBox02, #pointTabBox03, #pointTabBox04 {
	background: #FEDFE5;
	padding: 10px;
	display: none;
}	

.current{
	display: block !important;
}

.pointItemBox {
	background: #fff;
	width: 216px;
	padding: 1px ;
	border: 1px solid #ccc;
	float: left;
	position: relative;
	height: 310px;
}
.pointItemBox p {
	padding: 10px;
}
.pointItemBox a img {
	margin: 5px auto 0;
}
.pointItemBox a:hover img {
	opacity: 0.8;
}

/* -- 商品ブランド一覧 ------------------------ */

.nm_010 {
	margin-right: -10px;
}



/*----------------------------------------------------
下層改修
----------------------------------------------------*/

/* == ディレクトリ：store ======================= */

/* -- ピックアップ商品 ------------------------ */

#storePickup {
	background:url(../../store/img/store_pu_bg.jpg) no-repeat left top ;
	height: 167px;
	margin-bottom: 30px;
}
#storePickup ul {
	padding: 55px 0 0 15px;
}
#storePickup ul li {
	float: left;
	margin-right: 18px;
}
#storePickup ul li:hover {
	opacity: 0.8;
}
#storePickup ul li.last {
	margin-right: 0;
}

/* -- 各ブランドタイトル ------------------------ */
.brandRight img {
	width: 90px;
}

.ttlBox a img {
	border: 1px solid #999;
}
.ttlBox a img:hover {
	border: 1px solid #ccc;
}

.ttlBox .ttlMain {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#brand01 .ttlBox , #brand02 .ttlBox , #brand03 .ttlBox ,
#brand04 .ttlBox , #brand05 .ttlBox , #brand06 .ttlBox ,
#brand07 .ttlBox , #brand08 .ttlBox ,#brand09 .ttlBox ,
#brand10 .ttlBox ,#brand11 .ttlBox , #brand12 .ttlBox ,
#brand13 .ttlBox , #brand14 .ttlBox ,#brand15 .ttlBox , 
#brand16 .ttlBox , #brand17 .ttlBox , #brand18 .ttlBox ,
#brand19 .ttlBox  {
	padding: 10px;
}
#brand01 .ttlBox .ttlSub, #brand02 .ttlBox .ttlSub,
#brand03 .ttlBox .ttlSub, #brand04 .ttlBox .ttlSub,
#brand05 .ttlBox .ttlSub, #brand06 .ttlBox .ttlSub,
#brand07 .ttlBox .ttlSub, #brand08 .ttlBox .ttlSub,
#brand09 .ttlBox .ttlSub, #brand10 .ttlBox .ttlSub,
#brand11 .ttlBox .ttlSub, #brand12 .ttlBox .ttlSub,
#brand13 .ttlBox .ttlSub, #brand14 .ttlBox .ttlSub,
#brand15 .ttlBox .ttlSub, #brand16 .ttlBox .ttlSub,
#brand17 .ttlBox .ttlSub, #brand18 .ttlBox .ttlSub,
#brand19 .ttlBox .ttlSub {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	float: left;
	padding: 5px 0 0 15px;
}
#brand19 .ttlBox .ttlSub {
	font-size: 15px;
}


.ttlBox .ttlMain h3 {
	padding:2px 10px 2px 4px;
	font-weight:bold;
	font-size:20px;
	float: left;
}

#brand01 .ttlBox {
	background:#EDF6F3;
	border: #085A33 1px solid;
}
#brand02 .ttlBox {
	background:#FDF4EB;
	border: #EB6C01 1px solid;
}
#brand03 .ttlBox {
	background:#FAF2F0;
	border: #B84C38 1px solid;
}
#brand04 .ttlBox {
	background:#F7EEF3;
	border: #8F175F 1px solid;
}
#brand05 .ttlBox {
	background:#FDEDEE;
	border: #E00A2C 1px solid;
}
#brand06 .ttlBox {
	background:#FDEDEE;
	border: #E10D26 1px solid;
}
#brand07 .ttlBox {
	background:#FAEEF2;
	border: #B72156 1px solid;
}
#brand08 .ttlBox {
	background:#FAEEF2;
	border: #B72055 1px solid;
}
#brand09 .ttlBox {
	background:#FCF1EF;
	border: #E6462E 1px solid;
}
#brand10 .ttlBox {
	background:#F6F5F0;
	border: #957522 1px solid;
}
#brand11 .ttlBox {
	background:#FAEEEE;
	border: #BC1B2A 1px solid;
}
#brand12 .ttlBox {
	background:#F0F5F9;
	border: #2574AC 1px solid;
}
#brand13 .ttlBox {
	background:#FEF2F2;
	border: #F44A64 1px solid;
}
#brand14 .ttlBox {
	background:#FDF4ED;
	border: #ED7016 1px solid;
}
#brand15 .ttlBox {
	background:#EDEDF5;
	border: #020E7C 1px solid;
}
#brand16 .ttlBox {
	background:#FDF0F7;
	border: #E03691 1px solid;
}
#brand17 .ttlBox {
	background:#FEFCF1;
	border: #D70B29 1px solid;
}
#brand18 .ttlBox {
	background:#F7FDFF;
	border: #93D2EF 1px solid;
}
#brand19 .ttlBox {
	background:#f9dbe1;
	border: #e5006e 1px solid;
}



#brand01 h3{
	border-right: #085A33 2px solid ;
}
#brand02 h3{
	border-right: #EB6C01 2px solid ;
}
#brand03 h3{
	border-right: #B84C38 2px solid ;
}
#brand04 h3{
	border-right: #8F175F 2px solid ;
}
#brand05 h3{
	border-right: #E00A2C 2px solid ;
}
#brand06 h3{
	border-right: #E10D26 2px solid ;
}
#brand07 h3{
	border-right: #B72156 2px solid ;
}
#brand08 h3{
	border-right: #B72055 2px solid ;
}
#brand09 h3{
	border-right: #E6462E 2px solid ;
}
#brand10 h3{
	border-right: #957522 2px solid ;
}
#brand11 h3{
	border-right: #BC1B2A 2px solid ;
}
#brand12 h3{
	border-right: #2574AC 2px solid ;
}
#brand13 h3{
	border-right: #F44A64 2px solid ;
}
#brand14 h3{
	border-right: #ED7016 2px solid ;
}
#brand15 h3{
	border-right: #020E7C 2px solid ;
}
#brand16 h3{
	border-right: #E03691 2px solid ;
}
#brand17 h3{
	border-right: #D70B29 2px solid ;
}
#brand18 h3{
	border-right: #FEA0CC 2px solid ;
}
#brand19 h3{
	border-right: #e5006e 2px solid ;
}


#brand01 a img:hover, #brand02 a img:hover,
#brand03 a img:hover, #brand04 a img:hover,
#brand05 a img:hover, #brand06 a img:hover,
#brand07 a img:hover, #brand08 a img:hover,
#brand09 a img:hover, #brand10 a img:hover,
#brand11 a img:hover, #brand12 a img:hover,
#brand13 a img:hover, #brand14 a img:hover,
#brand15 a img:hover, #brand16 a img:hover,
#brand17 a img:hover, #brand18 a img:hover,
#brand19 a img:hover {
	opacity: 0.8;
}



/*----------------------------------------------------
TOP 新着情報（特別）
----------------------------------------------------*/
.exInfoArea {
	background: #FDF4EB;
	padding: 10px;
	border: 1px solid #F90;
}

.exInfoArea p.ttl {
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	margin-bottom: 5px;
}
.exInfoArea p {
	font-size: 11px;
}

/*----------------------------------------------------
TOP スライドバナー
----------------------------------------------------*/
.topSlideBnr .slides {
	height: 328px;
	margin-bottom: 30px;
	overflow: hidden;
}

.topSlideBnr .slides li {
	/*display:none;*/
}

.topSlideBnr .flex-control-nav {
	display: table;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
}

.topSlideBnr .flex-control-nav li {
	float: left;
	margin-left: 8px;
}

.topSlideBnr .flex-control-nav li:first-child {
	margin-left: 0;
}
.topSlideBnr .flex-control-nav li a {
	background-color: #c1c1c1;
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.topSlideBnr .flex-control-nav a.flex-active {
	background-color: #ca4165;
}

/*----------------------------------------------------
その他のリンクエリア
----------------------------------------------------*/

.otherLinkArea {
	background: #efefef;
	padding: 23px;
	margin-bottom: 50px;
}

.otherLinkArea dt {
	font-weight: bold;
	font-size: 14px;
}

.otherLinkArea dd {
	float: left;
	margin-right: 25px;
	margin-top: 10px;
}

.w600 {
	width: 600px;
	margin: 0 auto 60px;
}

/* CLEAR FIX */
.cf:after	{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.cf			{ zoom: 1; }
