﻿@charset "utf-8";
/* CSS Document */

a img.linkimg{ background:none!important; 
}   

a:hover img.linkimg{ opacity:0.8; filter:alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )"; background:none!important; 
} 
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#936;
	text-decoration:underline
}
li{
	list-style:none}
body,div,ul,ol,li{
	margin:0;
    padding:0;
	}
#main_space{
	width:1000px;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#left_space{
	float:left;
	width:180px;
	margin-top:15px;
	text-align:left;
}

#right_space{
	float:left;
	margin-top:15px;
	margin-left:20px;
}

#bottom_space{
	clear:both;
}
/*--------------------------------------------
            menu
--------------------------------------------*/
div#menu{
	height:30px;
	width:1000px;
	position: relative;
	float:left;}
ul#menuBody{
	width:100%;
	position: absolute;
	z-index:10;}
ul.nav{
	height:30px;
	overflow: hidden;
	background: #222;
	color:#eee;
	width: 111px;
	font-size:11px;
	text-align: center;
	float: left;}
ul.nav li{
	height:30px;
	line-height:30px;
	font-size:11px;	
	}
ul.nav li:hover{
	background: #666666;
	cursor: pointer;}
ul#menuBody li{
	float: left;}
ul#menuBody .nav li{
	float: none;}
ul#menuBody a{	color:#ffffff;
	text-decoration:none;}
ul#menuBody a:hover{
	color:#ffffff;
	text-decoration:none;}
/*--------------------------------------------
            header
--------------------------------------------*/
#header{
	width: 1000px;
	font-size: 11px;
	display: block;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}
#title{
	width: 350px;
	padding-top: 25px;
	font-size: 11px;
	float: left;
	text-align: left;
}
#title .pv{
	font-size:11px;
	color:#999;
	margin:0px;
	text-align:left;
}
#info{
	width: 600px;
	text-align: right;
	float: right;
	margin-bottom: 10px;
}
#logo{
	width: 120px;
	margin-left: 10px;
}
#info .menu{
	font-size:11px;
	color:#333;
	padding-top:10px;
}
#info .menu2{
	font-size:11px;
	color:#999;
}
ul#itembn{
	width:1000px;
	text-align:center;}
ul#itembn li{
	float:left;
	padding:5px 3px 3px 3px;
	list-style-type:none;
}
/*--------------------------------------------
            search
--------------------------------------------*/
#searchbox{
	width: 970px;
	margin-top: 10px;
	font-size: 11px;
	background: #CCC;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
}
#searchbox p{
	font-weight: bold;
}
#point p.hot{
	margin: 10px 0 0 0;
	text-align:left;
	font-size: 11px;
}
#searchbox.stxt{
	width:130px;
	height:24px;
}
#searchbox input.button {
    padding: 2px 5px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    border-style: none;
}
#point{
	width:485px;
	float: left;
	height: 60px;
	margin-top:10px;
	padding-top:5px;
	padding-left:10px;
	font-size: 11px;
	background:#CCC;
}
/*--------------------------------------------
           img
--------------------------------------------*/
/* 通常時 */
.ro_top {
   background:url("https://image.rakuten.co.jp/auc-pourvous/cabinet/supersale/top_0901.gif") no-repeat;    /* 画像(off) */
   width:1000px; height:250px;    /* 画像の幅・高さ */
   margin:0; padding:0;    /* 余白指定 */
   display:block;    /* ブロック要素扱い */
}
/* マウスが乗った時 */
.ro_top:hover {
   background:url("https://image.rakuten.co.jp/auc-pourvous/cabinet/header/top2_0303b.gif") no-repeat;    /* 画像(on) */
   opacity:0.8; filter:alpha(opacity=80);
}
/* 通常時 */
.ro_kago {
   background:url("https://image.rakuten.co.jp/auc-pourvous/cabinet/supersale/0602spsale.jpg") no-repeat;    /* 画像(off) */
   width:450px; height:450px;    /* 画像の幅・高さ */
   margin:0; padding:0;    /* 余白指定 */
   display:block;    /* ブロック要素扱い */
}
/* マウスが乗った時 */
.ro_kago:hover {
   background:url("https://image.rakuten.co.jp/auc-pourvous/cabinet/supersale/0901spsale2.gif") no-repeat;    /* 画像(on) */
   opacity:0.8; filter:alpha(opacity=80);
}

/*--------------------------------------------
            footer
--------------------------------------------*/
#footer{
	width:1000px;
	margin:0px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
}
#footer *{
	margin:0;
	padding:0;
	font-size:11px;
	color:#666;
	line-height:18px;
}
#footer .footer-cnt{
 width:320px;
 float:left;
 margin-left:10px;
 display:inline;
 text-align:left;
}
#footer .footer-cnt dl dd b{
 color:#663401;
}
#footer .footer-cnt dl dd span{
 color:#663401;
}

#footer div dl{
 margin-top:20px;
}
#footer div dl dd{
 margin-top:10px;
}
#footer div dl dd.tar{
text-align:right;
padding:5px 0;
}
#f-nav{
	text-align:center;
	font-size:12px;
	line-height:18px;
}
#f-copy{
	text-align:center;
	font-size:10px;
}
#f-coment{
	text-align:center;
	font-size:11px;
	color:#999;
	line-height:18px;
}
#fixed { 
       display:block; 
       width:100%;  
       height:30px;
       position:fixed;
       bottom:0;
       right:0px;
       z-index:10;
}
/*--------------------------------------------
            left
--------------------------------------------*/

#left{
	width:180px;
	padding-top:5px;
}
#left *{
	margin:0;
	padding:0;
	font-size:12px;
}
#left img{
	border:none;
}
#left .ranking{
	width:180px;
	border-width:1px;
	border-color:#333;
	border-style:solid;

}
#left .l-search{
	background:url(https://www.rakuten.ne.jp/gold/auc-pourvous/shop/img/l-search-bk.jpg) top left;
	background-repeat : no-repeat;
	height:100px;

}
#left .l-search .l-search-cnt{
	padding:45px 5px 3px 5px;

}
#left .l-search .l-search-cnt .btnimg{
	float:right;
}
#left .l-search .l-search-cnt .stxtbox{
	width:100px; height:24px;
	float:left;
}
#left .l-search .l-search-txt {
		width:160px;
	padding:8px;
	text-align:center;
}
#left .l-search .l-search-txt a{
	font-size:10px;
	text-decoration:none;
	color:#000;

}
#left .l-catbar p{
	padding:3px 0;
}
#left .l-catitem p{
	padding:3px;
	font-weight:bold;
	color:#936;
}
#left .l-catitem a{
	text-decoration:underline;
}
#left .l-catitem a:hover{
	color:#936;
}
#left .l-catitem p.menu{
	padding-left:10px;
	font-weight:normal;
	color:#666
}
#left .l-pricesearch{
	background:url(https://www.rakuten.ne.jp/gold/auc-pourvous/shop/img/l-pricesearch-bk.jpg) top left;
	height:140px;
}
#left .l-pricesearch .l-pricesearch-cnt{
	padding:50px 0 10px 0;
	text-align:center;
}
#left .l-pricesearch .l-pricesearch-cnt a{
	line-height:20px;
	text-decoration:none;
	color:#000;
}
#left .l-bar{
	padding:3px 0;
}
#left .l-bar p{
	padding:5px 0;
}
#left .l-bar p.new{
	padding:0px;
	color:#F00;
}
#left .l-cal{
	height:520px;
}
#left .l-cal .l-cal-cnt{
	padding-top:5px;
}
#left .l-cal .l-cal-cnt .l-txt{
	padding:5px 3px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
}
#left .l-cal .l-cal-cnt .l-txt b{
	font-size:10px;
	color:#CC6666;
}

/*--------------------------------------------
            main
--------------------------------------------*/

#main{
	width:800px;
}
#main *{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	list-style:none;
}
#main img{
	border:none;
}
#main p{
	padding:5px;
}
#main a{
	text-decoration:none;
	color:#000;
}
#rank a:hover{
	color:#C00;
}
#main .cnt-l{
	float:left;
}
#main .cnt-r{
	float:right;
}
#main .cnt-l .newitem{
	margin:10px 0;
	width:800px;
}
#main .cnt-l .newitem .newitemcnt{
	padding:10px 5px;
}
#main .cnt-l .newitem .newitemcnt li{
	float:left;
	width:135px;
	text-align:center;
	padding:10px 0 10px 10px;
}
#main .cnt-l .nigiwai{
	margin:20px 0;
	width:800px;
}
#main .cnt-l .nigiwai .nigiwai-cnt{
	padding:10px 0;
	text-align:center;
}
#main .reco{
	padding-top:10px;
}

.pic {
        width:760px;
        height:3800px;
        margin:0px;
        clear:both;
        position:relative;
}
.button2 {
        background:url(https://www.pourvous.co.jp/images/test/dress1.jpg) no-repeat;
        width:323px;
        height:486px;
        position:absolute;
        z-index:100;
        top:3250px;
        left:20px;
}

/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
table#tablesize {
    width: 545px;
    border: 1px #989898 solid;
    border-collapse: collapse;
    border-spacing: 0;
    border-padding: 0;
}

table#tablesize th {
    padding: 3px;
    border: #989898 solid;
    border-width: 0 0 1px 1px;
    background: #EFEFEF;
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
}
table#tablesize td {
    padding: 5px;
    border: 1px #989898 solid;
    border-width: 0 0 1px 1px;
    font-size: 12px;
    text-align: center;
}

table#tablesize02 {
    width: 800px;
    border: 1px #989898 solid;
    border-collapse: collapse;
    border-spacing: 0;
    border-padding: 0;
}

table#tablesize02 th {
    padding: 3px;
    border: #989898 solid;
    border-width: 0 0 1px 1px;
    background: #EFEFEF;
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
}
table#tablesize02 td {
    padding: 5px;
    border: 1px #989898 solid;
    border-width: 0 0 1px 1px;
    font-size: 12px;
    text-align: center;
}


.cl{
 clear:both;
}
/*clear*/
.clear:after{
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clear{
 display: inline-table;
 min-height: 1%;
}
/*Hides from MacIE \*/
* html .clear{height: 1%;}
.clear{display: block;}
/*Hides from MacIE */
#main_space #searchbox #search {
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 10px;
}
#main_space #searchbox #search .hot {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
}
#main_space #searchbox #memberBox {
	float: right;
	width: 55%;
	background-color: #FFF;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
}
#main_space #searchbox #memberBox #memberL {
	text-align: left;
	float: left;
	width: 450px;
	line-height: 18px;
	padding-top: 3px;
}
#main_space #searchbox #memberBox #memberL .memberMenu {
	display: block;
	clear: both;
	overflow: hidden;
	margin-top: 3px;
	padding-top: 5px;
	padding-left: 20px;
	background-color: #3F3D3E;
	color: #FFF;
}
#main_space #searchbox #memberBox #memberL .memberMenu li {
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	line-height: 15px;
	margin-bottom: 5px;
}
#main_space #searchbox #memberBox #memberL .memberMenu .lL {
	margin-right: 0px;
	padding-right: 0px;
	border-right-style: none;
}

.memberMenu a:link{
	color: #FFF;
}

.memberMenu a:visited{
	color: #FFF;
}

.memberMenu a:hover{
	color: #CC9;
}

#main_space #searchbox #memberBox #memberR {
	float: right;
}
#main_space #header #info h2 {
	font-size: 10px;
	line-height: 12px;
}
#main_space h3 {
	font-size: 10px;
	line-height: 15px;
}
#main_space #searchbox #memberBox #memberL .FS2_repeater .fontred {
	color: #FF3300;
	font-size: 15px;
}
#main_space #searchbox #memberBox #memberL .FS2_repeater .fontred2 {
	font-size: 15px;
}
#main_space #searchbox #memberBox #memberL .FS2_repeater {
	font-size: 10px;
}
