
@import url("renewal_list.css");
@import url("renewal_size.css");

/* ------------------------------------------------------------------------
  common
------------------------------------------------------------------------ */
body {
	margin:0 auto;
	padding:0;
	color:#333333;
	background:#f4f4f4;
	font-size:12px;
	font-family:"Lucida Grande",Geneva,Helvetica,Arial,Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

* { margin: 0px; padding: 0px; }

ol, ul { list-style-type: none; }

hr { display: none; }

img { border: 0px; }

div.clear {
	width:100%;
	height:0px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0px;
	text-indent:-9999px;
	clear:both;
	overflow:hidden;
}

/* float設定 */
.left { float:left; }
.right { float:right; }

/* align設定 */
.alignL { text-align:left; }
.alignR { text-align:right; }
.alignC { text-align:center; }


/* font設定 */
.nomal { font-weight: normal; }
.bold { font-weight: bold; }
.line { text-decoration:line-through; }
/* font-size設定 */
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* color設定 */
.red { color:#f22525; }

/*margin設定 */
.maT20 { margin-top:20px;}
.maB5 { margin-bottom:5px;}
.maB10 { margin-bottom:10px;}
.maB15 { margin-bottom:15px;}
.maB20 { margin-bottom:20px;}
.maB25 { margin-bottom:25px;}
.maB30 { margin-bottom:30px;}
.maB40 { margin-bottom:40px;}




/* ------------------------------------------------------------------------
  container
------------------------------------------------------------------------ */
#container {
	width:964px;
	margin:0 auto;
	padding:0;
	background:url(images/bg.gif) center top repeat-y;
}





/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------ */
#header {
	width:920px;
	margin:0 20px 5px 20px;
	padding:15px 0 5px 0;
	background:url(images/header_bg.gif) left bottom repeat-x;
}
/* link設定 */
#header a { /*\*/ overflow:hidden; /*\*/ }
#header a:link { color:#b05490; text-decoration:underline; }
#header a:active { color:#b05490; text-decoration:underline; }
#header a:visited { color:#b05490; text-decoration:underline; }
#header a:hover { color:#cd86b4; text-decoration:none; }

#header h1 {
	padding:15px 29px 0 10px;
	float:left;
}


/* header_box02
------------------------------------------------------------------------ */
#header .header_box02 {
	width:410px;
	margin:0 20px 0 0;
	float:left;
}

/*news*/
#header .header_news {
	width:410px;
	padding:10px 0 10px 0;
	font-family:"Times New Roman",Times,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
#header .header_news .header_news_sti {
}
/* link設定 */
#header a { /*\*/ overflow:hidden; /*\*/ }
#header a:link { color:#333333; text-decoration:none; }
#header a:active { color:#333333; text-decoration:none; }
#header a:visited { color:#333333; text-decoration:none; }
#header a:hover { color:#cd86b4; text-decoration:underline; }

/*menu*/
#header .menu {
	width:410px;
	height:20px;
	margin:0;
	padding:0;
	position:relative;
	z-index:300;
}
/* menuMagazine */
#menuMagazine {
	margin:0;
	padding:0;
	float:left;
}
#menuMagazine li {
	position:relative;
	font-weight: bold;
	cursor:pointer;
	float:left;
}

#menuMagazine li ul {
	width:125px;
	position: absolute;
	top:-99999px;
	left:0;
	background:url(images/header_menu_bg.gif) right bottom no-repeat;
}
#menuMagazine li:hover ul,
#menuMagazine li.sfHover ul {
	width:125px;
	padding:0 0 8px 0;
	position:absolute;
	top:0;
	left:-43px;
	margin:0 auto;
	text-align:center;
	background:url(images/header_menu_bg.gif) right bottom no-repeat;
}
#menuMagazine li ul li{
	width:119px;
	padding:0 0 0 5px;
}
#menuMagazine ul li.stiMagazine {
	width:123px;
	height:20px;
	margin:0 0 5px 0;
	padding:0 2px 0 0;
	text-indent:-9999px;
	background:url(images/header_menu_magazine_on.gif) right top no-repeat;
}

/* menuItem */
#menuItem {
	margin:0;
	padding:0;
	float:left;
}
#menuItem li {
	position: relative;
	font-weight: bold;
	cursor:pointer;
	float: left;
}

#menuItem li ul {
	width:125px;
	position: absolute;
	top:-99999px;
	left:0;
	background:url(images/header_menu_bg02.gif) right bottom no-repeat;
}
#menuItem li:hover ul,
#menuItem li.sfHover ul {
	width:125px;
	padding:0 0 8px 0;
	position:absolute;
	top:0;
	left:-5px;
	margin:0 auto;
	text-align:center;
	background:url(images/header_menu_bg02.gif) right bottom no-repeat;
}
#menuItem li ul li{
	width:119px;
	padding:0 0 0 5px;
}
#menuItem ul li.stiItem {
	width:123px;
	height:20px;
	margin:0 0 5px 0;
	padding:0 2px 0 0;
	text-indent:-9999px;
	background:url(images/header_menu_item_on.gif) right top no-repeat;
}

/* menuBrand */
#menuBrand {
	margin:0;
	padding:0;
	float:left;
}
#menuBrand li {
	position: relative;
	font-weight: bold;
	cursor:pointer;
	float: left;
}

#menuBrand li ul {
	width:125px;
	position: absolute;
	top:-99999px;
	left:0;
	background:url(images/header_menu_bg03.gif) right bottom no-repeat;
}
#menuBrand li:hover ul,
#menuBrand li.sfHover ul {
	width:125px;
	padding:0 0 8px 0;
	position:absolute;
	top:0;
	left:-5px;
	margin:0 auto;
	text-align:center;
	background:url(images/header_menu_bg03.gif) right bottom no-repeat;
}
#menuBrand li ul li{
	width:119px;
	padding:0 0 0 5px;
}
#menuBrand ul li.stiBrand {
	width:123px;
	height:20px;
	margin:0 0 5px 0;
	padding:0 2px 0 0;
	text-indent:-9999px;
	background:url(images/header_menu_brand_on.gif) right top no-repeat;
}

/* menuRank */
#menuRank {
	margin:0;
	padding:0;
	float:left;
}
#menuRank li {
	position: relative;
	font-weight: bold;
	cursor:pointer;
	float: left;
}

#menuRank li ul {
	width:125px;
	position: absolute;
	top:-99999px;
	left:0;
	background:url(images/header_menu_bg03.gif) right bottom no-repeat;
}
#menuRank li:hover ul,
#menuRank li.sfHover ul {
	width:125px;
	padding:0 0 8px 0;
	position:absolute;
	top:0;
	left:-38px;
	margin:0 auto;
	text-align:center;
	background:url(images/header_menu_bg03.gif) right bottom no-repeat;
}
#menuRank li ul li{
	width:119px;
	padding:0 0 0 5px;
}
#menuRank ul li.stiRank {
	width:123px;
	height:20px;
	margin:0 0 5px 0;
	padding:0 2px 0 0;
	text-indent:-9999px;
	background:url(images/header_menu_ranking_on.gif) right top no-repeat;
}


/* header_box03
------------------------------------------------------------------------ */
#header .header_box03 {
	width:195px;
	margin:6px 10px 0 0;
	float:left;
}
#header .header_box03 ul li {
	height:21px;
	margin:0 0 5px 0;
	line-height:0;
	font-size:0;
	float:left;
}


/* header_box04
------------------------------------------------------------------------ */
#header .header_box04 {
	width:90px;
	margin:0;
	float:right;
}
#header .header_box04 ul li {
	height:25px;
	line-height:0;
	font-size:0;
	margin:0 0 5px 0;
}


/*------------------------------------------------------------------------
  navi
------------------------------------------------------------------------ */
#navi {
	width:910px;
	margin:0 20px 10px 30px;
}
/* pankuzu */
.pankuzu {
	width:650px;
	padding:4px 0 0 0;
	line-height:1.3;
	float:left;
}
/* link設定 */
.pankuzu a { /*\*/ overflow:hidden; /*\*/ }
.pankuzu a:link { color:#b05490; text-decoration:none; }
.pankuzu a:active { color:#b05490; text-decoration:none; }
.pankuzu a:visited { color:#b05490; text-decoration:none; }
.pankuzu a:hover { color:#cd86b4; text-decoration:underline; }

/* search */
.search {
	width:195px;
	float:right;
}
.search .searchBoxTxt input {
	width:135px;
	height:17px;
	padding:3px 5px 0 5px;
	border:none;
	background:url(images/navi_search_txt.gif) left top no-repeat;
	float:left;
}
.search .searchBoxBtn input{
	margin:0 5px 0 0;
	float:right;
}



/*------------------------------------------------------------------------
  contents
------------------------------------------------------------------------ */
#contents {
	width:960px;
	margin:0 auto;
	padding:15px 0 0 0;
	background:url(images/contentsBg.gif) center top no-repeat;
}


/*------------------------------------------------------------------------
  mainContents
------------------------------------------------------------------------ */
#mainContents {
	width:725px;
	padding:0 0 0 20px;
	float:left;
}


/*------------------------------------------------------------------------
  mainContents920
------------------------------------------------------------------------ */
#mainContents920 {
	width:920px;
	padding:0 0 0 20px;
}


/*------------------------------------------------------------------------
  detailList
------------------------------------------------------------------------ */
ul.detailList li{
	width:137px;
	height:315px;
	margin:0 8px 5px 0;
	float:left;
	position:relative;
	overflow:hidden;
	background:url(images/list_bg_off.gif) left top no-repeat;
}

ul.detailList li.ysd{
	background:none;
	border:1px dotted #999999;
	height:155px;
}

ul.detailList li #box {
	width:137px;
	height:315px;
	padding:6px 0 0 0;
	cursor:pointer;
}
ul.detailList li #box a{
	width:100%;
	height:100%;
	cursor:pointer;
	display:block;
}
ul.detailList li #box .itemPhoto {
	width:125px;
	height:188px;
	position:absolute;
	top:6px;
	left:6px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

/* images  middle_center */
.mp_area_img {
	height:188px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	overflow:hidden;
}
*html .mp_area_img {
	height:auto;
	margin:auto;
	text-align:center;
	vertical-align:middle;
	display:inline;
	overflow:hidden;
}
*:first-child+html .mp_area_img {
	height:auto;
	margin:auto;
	text-align:center;
	vertical-align:middle;
	display:inline;
	overflow:hidden;
}
.mp_area_img * {
	margin:0 auto;
	text-align: center;
    vertical-align: middle;
}
.mp_area_img {
    display:block;
}
.mp_area_img span {
	display:inline-block;
    height:100%;
    width:0px;
	line-height:0;
	font-size:0;
}

ul.detailList li #box .itemTxt {
	width:135px;
	height:115px;
	position:absolute;
	top:200px;
	left:5px;
}
/* link設定 */
ul.detailList li #box .itemTxt a { /*\*/ overflow:hidden; /*\*/ }
ul.detailList li #box .itemTxt a:link { color:#333; text-decoration:none; }
ul.detailList li #box .itemTxt a:active { color:#333; text-decoration:none; }
ul.detailList li #box .itemTxt a:visited { color:#333; text-decoration:none; }
ul.detailList li #box .itemTxt a:hover { color:#333; text-decoration:none; }

ul.detailList li #box .itemIcon {
	margin:0 0 5px 0;
}
ul.detailList li #box .itemIcon img{
	margin:0 6px 0 0;
}
ul.detailList li #box .itemName{
	max-height:27px;
	overflow:hidden;
	margin:0 0 5px 0;
}
ul.detailList li #box .itemBrand{
	max-height:27px;
	overflow:hidden;
	margin:0 0 5px 0;
}
ul.detailList li #box .itemPrice{
	max-height:27px;
	overflow:hidden;
	margin:0 0 5px 0;
}

/*------------------------------------------------------------------------
  rightContents
------------------------------------------------------------------------ */
#rightContents {
	width:195px;
	padding:0 20px 0 0;
	float:right;
}

#rightContents .rc_magazine {
	width:195px;
	margin:0 0 20px 0;
}
#right_navi{
	width:195px;
	font-size:12px;
	margin:0 0 20px 0;
	background:url(images/r_navi_bg.gif) left top repeat-y;
}
#right_navi .rnaviTop{
	background:url(images/r_navi_bgTop.gif) left top no-repeat;
}
#right_navi .rnaviBottom{
	padding:0 0 10px 0;
	height:100%;
	background:url(images/r_navi_bgBottom.gif) left bottom no-repeat;
}


#right_navi .rc_btnMore{
	text-align:right;
	margin:0 15px 5px 0;
	font-size:85%;
}
/* link設定 */
#right_navi .rc_btnMore a { /*\*/ overflow:hidden; /*\*/ }
#right_navi .rc_btnMore a:link { color:#b05490; text-decoration:underline; }
#right_navi .rc_btnMore a:active { color:#b05490; text-decoration:underline; }
#right_navi .rc_btnMore a:visited { color:#b05490; text-decoration:underline; }
#right_navi .rc_btnMore a:hover { color:#cd86b4; text-decoration:none; }



/**/
#right_navi .rc_check ul.detailList {
	width:137px;
	margin:0 auto 10px auto;
	font-size:85%;
	line-height:1.3;
}
#right_navi .rc_check ul.detailList li {
	width:137px;
	margin:0 0 5px 0;
}


/*------------------------------------------------------------------------
  footer
------------------------------------------------------------------------ */
#footer {
	width:964px;
	margin:0 auto;
	padding:20px 0 50px 0;
	font-size:85%;
	background:url(images/footer_bg.gif) left top no-repeat;
}

/*------------------------------------------------------------------------
  btnPagetop
------------------------------------------------------------------------ */


#footer .footerContents {
	width:920px;
	margin:0 22px;
}
#footer .footerContents .btnPagetop {
	margin:0 0 40px 0;
	padding:0 0 0 15px;
	background:url(images/icon_pagetop.gif) left center no-repeat;
	float:right;
}
/* link設定 */
#footer .footerContents .btnPagetop a { /*\*/ overflow:hidden; /*\*/ }
#footer .footerContents .btnPagetop a:link { color:#b05490; text-decoration:underline; }
#footer .footerContents .btnPagetop a:active { color:#b05490; text-decoration:underline; }
#footer .footerContents .btnPagetop a:visited { color:#b05490; text-decoration:underline; }
#footer .footerContents .btnPagetop a:hover { color:#cd86b4; text-decoration:none; }

#footer .footerContents ul.footerMenu {
	width:530px;
	float:left;
}
#footer .footerContents ul.footerMenu li.footerList {
	margin:0 10px 0 0;
	float:left;
}
/* link設定 */
#footer .footerContents ul.footerMenu li.footerList a { /*\*/ overflow:hidden; /*\*/ }
#footer .footerContents ul.footerMenu li.footerList a:link { color:#b05490; text-decoration:none; }
#footer .footerContents ul.footerMenu li.footerList a:active { color:#b05490; text-decoration:none; }
#footer .footerContents ul.footerMenu li.footerList a:visited { color:#b05490; text-decoration:none; }
#footer .footerContents ul.footerMenu li.footerList a:hover { color:#cd86b4; text-decoration:underline; }

#footer .footerContents ul.footerMenu li.footerMiddle {
	margin:0 10px 0 0;
	font-size:1px;
	float:left;
	background:url(images/footer_gMiddle.gif) left top no-repeat;
}

/*------------------------------------------------------------------------
  検索ページヘッダー検索部分
------------------------------------------------------------------------ */

/* pankuzu */
.pankuzuSearch {
	width:450px;
	padding:4px 0 0 0;
	line-height:1.3;
	float:left;
}
/* link設定 */
.pankuzuSearch a { /*\*/ overflow:hidden; /*\*/ }
.pankuzuSearch a:link { color:#b05490; text-decoration:none; }
.pankuzuSearch a:active { color:#b05490; text-decoration:none; }
.pankuzuSearch a:visited { color:#b05490; text-decoration:none; }
.pankuzuSearch a:hover { color:#cd86b4; text-decoration:underline; }



.searchHeadInner {
	float:right;
	width:auto;
	text-align:right;
}

.searchHead {
	width:401px;
}

.searchRightBtn {
	width:50px;
	float:right;
}

.searchLeftWord {
	width:350px;
	float:left;
}


.searchLeftWord input {
	height:17px;
	padding:3px 5px 0 5px;
	border:none;
	background:url(images/navi_search_txt.gif) left top no-repeat;
}

.searchRightBtn input{
	margin:0 5px 0 0;
	float:right;
}

#mainContents table.brandName {
	border-bottom:1px solid #CCCCCC;
	margin:0 20px 15px 20px;
	padding-bottom:15px;
}

	#mainContents table.brandName td.logoArea {
		padding:0 20px 0 0;
	}

	#mainContents table.brandName td.textArea {
		margin:0;
		padding:10px 0 0 0;
		text-align:left;
		vertical-align:top;
	}

	#mainContents table.brandName td.textArea p.brandTheme{
		color:#cccc33;
		margin:0 0 15px;
		font-weight:bold;
		font-size:18px;

	}

	#mainContents table.brandName td.textArea p.brandDescription{
		margin:0 0 15px;
		font-size:14px;
	}

	#mainContents table.brandName td.textArea p.itemCategory{
		margin:0 0 1px;
		font-weight:bold;
	}

#mainContents table.brandName td.textArea p.itemLink{
	padding:0 0 5px 0;
	>padding-left:0;
	>padding-bottom:6px;
	background:url(/ladys_shop/liniere/common/images/arrow.gif) no-repeat 0 0.5em;
	>background:url(/ladys_shop/liniere/common/images/arrow.gif) no-repeat 0 0.25em;
}

#mainContents table.brandName td.textArea p.itemLink a {
	padding-left:10px;
	color:#0000FF;
}

#mainContents table.brandName td.textArea p.itemLink a:link{
   color:#0000FF;
   text-decoration: underline;
}

#mainContents table.brandName td.textArea p.itemLink a:visited{
   color:#FF0000;
   text-decoration: underline;
}

#mainContents table.brandName td.textArea p.itemLink a:active{
   color:#FF0000;
   text-decoration: none;
}

#mainContents table.brandName td.textArea p.itemLink a:hover{
   color:#FF0000;
   text-decoration: none;
}

#mainContents table.brandSale {
	margin:0 20px 15px 0;
}

	#mainContents table.brandSale td.logoArea {
		padding:0 20px 0 0;
	}

	#mainContents table.brandSale td.textArea {
		margin:0;
		padding:10px 0 0 0;
		text-align:left;
	}

div.brandlist{
	margin:0 0 20px;
}
div.brandlist h3{
	margin:0 0 10px;
}
div.brandlist ul.ImageList li{
	margin:0 0 5px 0;
	float:left;
}


/*------------------------------------------------------------------------
  for seachword2 L35staff
------------------------------------------------------------------------ */


div.brandlist p.itemCategory{
	margin:0 0 1px 5px;
	font-weight:bold;
}

div.brandlist p.itemLink{
	margin-left:5px;
	padding:0 0 5px 0;
	>padding-left:0;
	>padding-bottom:6px;
	background:url(/ladys_shop/liniere/common/images/arrow.gif) no-repeat 0 0.5em;
	>background:url/ladys_shop/liniere/common/images/arrow.gif) no-repeat 0 0.25em;
}

div.brandlist p.itemLink a {
	padding-left:10px;
	color:#0000FF;
}

div.brandlist p.itemLink a:link{
   color:#0000FF;
   text-decoration: underline;
}

div.brandlist p.itemLink a:visited{
   color:#FF0000;
   text-decoration: underline;
}

div.brandlist p.itemLink a:active{
   color:#FF0000;
   text-decoration: none;
}

div.brandlist p.itemLink a:hover{
   color:#FF0000;
   text-decoration: none;
}

