@charset 'EUC-JP';
/*------------------------------------
  /service/
  
  Coder: macky
  Date : 2007/12/05
  Msg  : 全体の基礎部分の構成が書いてあります。
------------------------------------*/
body{
/*
  text-align:center;
*/
  font-size:14px;
  color:#2d2d2d;
}
* html{
  filter: expression(document.execCommand('BackgroundImageCache', false, true));
}
#vs_wrapper{
  width:100%;
}

#vs_header {
  position:relative;
  height:192px;
  background:#c7e6ff url('/service/common/images/bg_header.gif') repeat-x top left;
  text-align:left;
}

  #vs_header #vsOtherService ,
  #vs_header #vsPRlink {
    width:100%;
    font-size:11px;
    text-align:center;
  }
  #vs_header #vsOtherService {
    min-width:1000px;
    _width:expression(
      (document.documentElement.clientWidth < 1002)? "1000px" :
         "auto"
    );
    height:2.5em;
    line-height:2.5em;
    background:#fff url('/service/common/images/bg_otherservice.gif') repeat-x bottom left;
  }
    #vs_header #vsOtherService a {
      color:#3479be;
    }
    #vs_header #vsOtherService span{
      padding:0 0.2em;
      color:#ccc;
    }
  #vs_header .fLeft{
    float:left;
    width:502px;
  }
  #vs_header .fRight{
    float:right;
    position:relative;
    width:498px;
  }
  #vs_wrapper #vs_header h1{
    font-size:11px;
    color:#8ca2b2;
    margin-top:-1px;
  }
  #vs_header h2#vsLogo a{
    display:block;
    width: 182px;
    height: 54px;
    margin-top:-3px;
    z-index:999;
    background:url('/service/common/images/vs_logo.png') no-repeat top left;
    text-indent:-9999pt;
    overflow:hidden;
  }
  #vs_header h2#vsLogo img{ display:none;}
  #vsNavigation {
    clear:both;
  }
  #usersAction {
    float:right;
    width:498px;
  }
    #usersAction li{
      float:left;
      height:30px;
      }
    #usersAction li#vs_loginArea{}
/* gecko edit */
    #vs_userid{
      position:absolute;
      top:-17px;
      right:5px;
      display:block;
      width:200px;
      text-align:right;
      font-size:11px;
    }
/* /gecko edit */

    #vs_userid b{
      padding:0 5px;
    }
    #vs_vpass dt{
      display:none;
    }
  #mainCategory{
    position:absolute;
    top:91px;
    left:5px;
  }
  #mainCategory ul li{
    float:left;
    width: 38px;
    height: 20px;
    background:#aaa;
  }
  #mainCategory ul li a{
    display:block;
    padding-top:2px;
    color:#fff;
    text-decoration:none;
  }
    #mainCategory li.thisWin,
    #mainCategory li.thisMac,
    #mainCategory li.thisOther{
      display:block ;
      text-align:center;
      font-size:12px;
      border:1px solid #fff;
      border-right:none;
    }
    #mainCategory li.thisWin{ background:#397cbd url('/service/common/images/tab_win.jpg') repeat-x bottom left;}
    #mainCategory li.thisMac{ background:#57923a url('/service/common/images/tab_mac.jpg') repeat-x bottom left;}
    #mainCategory li.thisOther{
      width:98px;
      line-height:1.5 ;
      font-size:11px;
       background:#928d3a url('/service/common/images/tab_other.jpg') repeat-x bottom left;
    }
    #mainCategory li.thisWin a:hover{ background:#397cbd;}
    #mainCategory li.thisMac a:hover{ background:#57923a;}
    #mainCategory li.thisOther a:hover{background:#928d3a;}

  .subCategory{
    position:absolute;
    top:113px;
    left:0px;
    width:100%;
    min-width:1000px;
    height:30px;
  }
    .subCategory dt,
    .subCategory dd,
    .subCategory ul li{
      float:left;
    }
    .subCategory a{
      color:#fff !important;
    }
    .subCategory dt a{
      display:block;
      padding:8px 20px 0px;
      font-size:11px;
    }
      .subCategory ul li{
        padding-top:1px;
      }
      .subCategory ul li a{
        float:left;
        display:block;
        height:28px;
        margin-right:1px;
        text-decoration:none;
        border-left:1px solid #1463b1;
      }
      .subCategory ul li a:hover{
        background:#0297ff;
      }
      .subCategory ul li a span{
        display:block;
        padding:5px 0.8em 0px 4px;
        font-size:13px;
      }
      .subCategory ul li a span b{
        font-size:12px;
        padding:0px 0.2em 0px 0px;
        color:#ebe300;
      }
  #vsPRlink{
    position:absolute;
    bottom:3px;
    left:0px;
  }
  #categoryEx #vsPRlink {
    display:none;
  }
  #vsPRlink p{
    margin:0 auto;
    min-width:1000px;
  }
  #vs_searchform{
    width:100%;
    position:absolute;
    top:145px;
    left:0;
    text-align:center;
  }
    #vs_searchform p{
      min-width:1000px;
    }
    #vs_searchform #query{
      width:250px;
      height:20px;
      font-size:12px;
      color:#ccc;
      text-indent:3px;
      line-height:1.8;
    }
    #vs_searchform #vs_search{
      width:50px;
      height:20px;
      line-height:1.1;
      margin-top:2px;
      vertical-align:top;
    }

#vs_main {
  position:relative;
/*
  padding-top:23px;
*/
  width:100%;
  min-width:1000px;
}
#vs_left ,
#vs_right ,
#vs_center {
  text-align:left;
  font-size:14px;
  padding-top:10px;
}
  /*-- vsContent --*/
  .vsContent{
    margin-bottom:10px;
    border:1px solid #cfe3f3;
  }
  .vsContent dd p{
    margin-bottom:10px;
  }
    .vsContent dd p img{
      float:left;
      padding:3px 5px 0 0;
    }
      .vsContent dd p a{
        width:50px;
        text-decoration:none;
      }
      .vsContent dd p a strong{
        display:block;
        font-size:12px;
        font-weight:bold;
        text-decoration:underline;
      }
      .vsContent dd p a span{
        font-size:12px;
        color:#2d2d2d;
      }
  /*-- /vsContent --*/
#vs_left {
  float:left;
  width:20%;
  min-width:200px;
  padding-left:5px;
}
  /*-- vsShopMenu & vsContent --*/
  #vsShopMenu dd,
  .vsContent {
    padding:3px 5px 3px 5px;
  }
  /*-- /vsShopMenu & vsContent --*/

  /*-- vsShopMenu --*/
  #vsShopMenu #vsShopMenuList{
    border:1px solid #7f7f7f;
    margin-bottom:10px;
  }
    #vsShopMenu #vsShopMenuList dl dd{
      margin-left:0.5em;
    }
    .toNext {
      text-align:right;
      font-size:11px;
    }
      #vsShopMenu #vsShopMenuList dl dd ul li {
        list-style:disc outside;
        margin:0 0 5px 10px;
      }
        #vsShopMenu #vsShopMenuList dl dd ul li a{
          display:block;
          width:100%;
          height:100%;
        }
  #vsShopMenuTitle{
    position:relative;
    width:100%;
    background:#3479be;
    color:#fff;
    text-indent:0.5em;
  }
    #vsShopMenuTitle i{
      position:absolute;
      width:1px;
      height:1px;
      text-indent:-9999pt;
      overflow:hidden;
      background:#fff;
    }
    #vsShopMenuTitle i.dotL{
      top:0;
      left:0;
    }
    #vsShopMenuTitle i.dotR{
      top:0;
      Right:0;
    }
  
  /*-- special --*/
  #vs_left dl.vsContent.specialContent dd p span{
    font-size:11px;
  }
#vs_right {
  width:24%;
  float:left;
  min-width:240px;
}
  /*-- vs_bookmark --*/
  #vs_bookmark{}
    #vs_bookmark li{
      float:left;
      padding:0 10px 5px 0;
    }
      #vs_bookmark .icoBookMark a,
      #vs_bookmark .icoRss a{
        display:block;
        height: 28px;
        text-indent:-9999pt;
        overflow:hidden;
      }
      #vs_bookmark .icoBookMark a{
        width:146px;
        background:url('/service/common/images/ico_bookmark.gif') no-repeat top left;
      }
      #vs_bookmark .icoRss a{
        width:56px;
        background:url('/service/common/images/ico_rss.gif') no-repeat top left;
      }
  /*-- dmArea --*/
  .vsContent.dmArea {
    border-color:#bbd3b1;
    background:url('/service/common/images/bg_dmarea.gif') repeat-x bottom left;
  }
    .vsContent.dmArea p{
      color:#518637;
      font-size:12px;
    }
    .vsContent.dmArea a{
      color:#349e00;
    }
    .vsContent.dmArea input{
      width:70%;
      height:20px;
      font-size:11px;
      color:#ccc;
    }
    .vsContent.dmArea button{
      width:60px;
      height:22px;
      border:none;
      background:url('/service/common/images/btn_dmreg.gif') no-repeat top left;
      vertical-align:top;
      cursor:pointer;
    }
    .vsContent.dmArea button span{
      display:none;
    }
  /*-- bannerArea --*/
  .vsContent.bannerArea dd p img,
  .vsContent.bannerArea dd p a{
    float:none;
    display:block;
    width:auto;
    text-decoration:underline;
    font-size:0.9em;
  }
  .vsContent.vsRanking{
    position:relative;
  }
    .noranking{
      font-size:13px;
      color:#003C8E;
    }
    .vsContent.vsRanking dd#rankingSwitch{
      position:absolute;
      display:none;
      top:10px;
      left:-50px;
      width:140px;
      height:auto;
      z-index:999;
      background:#e6f4ff;
      border:1px solid #68bcff;
      padding:0px 5px 0;
    }
      .vsContent.vsRanking dd#rankingSwitch p{
        position:relative;
        padding-top:40px;
      }
      .vsContent.vsRanking dd#rankingSwitch p .nowRanking{
        font-weight:bold;
        color:#b42f00;
        text-decoration:none;
      }
      #rankingTitle{
        position:absolute;
        top:20px;
        left:5px;
        color:#2e95e6;
        font-size:0.8em;
      }
      #rankingClose{
        position:absolute;
        top:0px;
        right:-5px;
        cursor:pointer;
      }
      .vsContent.vsRanking dd#rankingSwitch a{
        display:block;
        width:130px;
        margin-left:15px;
        padding:3px 3px;
        font-size:12px;
        text-decoration:underline;
        color:#007ddf;
      }
    #loading{
      display:none;
      margin:50px auto;
      text-align:center;
    }
      #loading img {
        float:none;
        display:block;
        margin:0 auto;
      }
      #loading span {
        display:block;
        font-size:11px;
        padding-top:10px;
        color:#3479be;
      }
    .vsContent.vsRanking ol{
      margin-top:10px;
    }
    .vsContent.vsRanking ol#ranking_all,
    #vsBrandNewRanking{
      display:block;
    }
    .vsContent.vsRanking ol li{
      list-style:decimal outside;
      height:auto;
      margin:0 0 10px 30px;
      font-size:0.9em;
      vertical-align:middle;
    }
    /*if msie*/
    * html .vsContent.vsRanking #rankingArea ol{
      _padding-bottom:15px;
    }
    * html #rankingArea ol li{
      _margin-bottom:-5px;
    }
    .vsContent.vsRanking ol li a{
      display:block;
      width:100%;
      height:100%;
    }
      /* パソコン,生活家電ランキング */
      dl.vsContent.valueMore a strong {
        font-weight:normal;
      }
      dl.vsContent.valueMore ol li{
        list-style:none;
        margin:0;
      }
      dl.vsContent.valueMore ol li span.rank{
        display:block;
        width:7%;
        height:100%;
        float:left;
        padding-top:10px;
        text-align:right;
      }
      dl.vsContent.valueMore ol li p{
        float:right;
        width:90%;
      }
      dl.vsContent.valueMore ol li p .thumb{
        display:block;
        width:30%;
        float:left;
      }
        dl.vsContent.valueMore ol li p .thumb img{
          float:none;
        }
      dl.vsContent.valueMore ol li p .detail{
        display:block;
        width:70%;
        float:left;
      }
      

#vs_center {
  float:left;
  width:auto;
  min-width:530px;
  max-width:53%;
  border-left:10px solid #fff;
  border-right:10px solid #fff;
  padding-top:0;
}
* html #vs_center {
  width:expression(
    (document.documentElement.clientWidth < 532)? "530px" :
    (document.documentElement.clientWidth > 55)? "53%" :
       "auto"
  );
}
  #vsAlert{
    width:90%;
    margin:0 auto 10px;
    padding:5px 5px 3px 5px;
    background:#cf1818;
    border-top:1px solid #aa1818;
    border-left:1px solid #aa1818;
    font-size:12px;
    text-align:center;
    color:#fff;
    position:relative;
  }
  #vsAlert span{
    position:absolute;
    top:-3px;
    left:-3px;
    font-size:10px;
    padding:2px;
    background:#fff;
    color:#aa1818;
    border:1px solid #aa1818;
  }
  #vsAlert a{
    color:#fff;
    font-weight:bold;
  }
  
/*------------------------------------
edit by gecko @ 080422
------------------------------------*/
    #vsAlert {
      position:relative;
      background:#3479BE;
      border:1px solid #3479BE;
    }
    #vsAlert span{
      border:1px solid #3479BE;
      color:#3479BE;
      }
    #vsAlert li {
      float:left;
      clear:both;
      width:100%;
      background:#fff;
      text-align:left;
    }
      #vsAlert li b{
        display:block;
        width:79%;
        float:left;
      }
      #vsAlert li b a{
          color:red;
          padding-left:1%;
        }
      #vsAlert li font{
        display:block;
        width:19%;
        float:right;
        padding-right:1%;
        text-align:right;
        font-size:10px;
        color:#003C8E;
      }
    #vsAlert .vsAlertTOP{
      width:auto;
      display:block;
      float:none;
      margin:0 0 1px 0;
      background:#fff;
      color:#CF1818;
      text-align:center;
    }
    #vsAlert .vsAlertTOP a{
        color:#003C8E;
      }
    /* if ie6 */
    * html .vsAlertTOP{
    }
    /* ie ie7 */
    *:first-child+html .vsAlertTOP{
    }
    #vsAlert .vsAlertBottom{
        width:auto;
        float:none;
        padding-top:5px;
        margin:5px auto;
        text-align:center;
        background:#3479BE !important;
    }
    #vsAlert .vsAlertBottom a{
      font-weight:normal;
    }
    #vsAlert .vsAlertBottom2{
        width:auto;
        float:none;
        padding-top:5px;
        margin:5px auto;
        text-align:center;
        background:#fff !important;
    }
    #vsAlert .vsAlertBottom2 a{
      font-weight:normal;
        color:#003C8E;
    }
  #vsAlert:after{
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
  }
  #vsAlert{
    _height: 1px;
    min-height: 1px;
    /*￥*//*/
    height: auto;
    overflow: hidden;
    /**/
  }
/*------------------------------------
/edit by gecko @ 080422
------------------------------------*/





  #vsMainTable{
    margin-top:10px;
    margin-bottom:10px;
	margin:10px auto;
  }
    #vsSubTableContent{
      border-left:10px solid #fff;
    }
  #vs_mainVisual{
    width:100%;
    margin:0 auto 10px;
    text-align:center;
  }
  h2.headLine {
    clear:both;
  }
  h2.headLine span{
    float:left;
  }
  #vs_center .vsSoftList{
    clear:both;
    padding:10px 10px 25px;
  }
  #vs_center .vsSoftList dl{
    float:left;
    width:22%;
    font-size:0.9em;
    text-align:center;
    border-left:15px solid #fff;
    position:relative;
  }
  #vs_center .vsSoftList a{
    display:block;
    text-decoration:none;
  }
*+html #vs_center .vsSoftList a {position:relative;}/*ie7*/
}
  #vs_center .vsSoftList dl dd a strong{
    text-decoration:underline;
    display:block;
  }
  #vs_center .vsSoftList dl dd a span{
    color:#2d2d2d;
  }
  
  #vs_center .vsSoftList.article4 dl{width:22%;}
  #vs_center .vsSoftList.article3 dl{width:30%;}
  #vs_center .vsSoftList.article2 dl{width:47%;}
  #vs_center .vsSoftList dt div{
    margin:0 auto;
    text-align:center;
    z-index:1;
    display:block;
    cursor:pointer;
  }
  #vs_center .vsSoftList dd{
    text-align:left;
  }
  a.toDetail {
    display:block;
    float:left;
    padding-left:3px;
    width:68px;
    height:21px;
    text-indent:-9999pt;
    overflow:hidden;
    background:url('/service/common/images/btn_todetail.gif') no-repeat top right;
  }
  #vs_center .vsSoftList .thisPrice{
    text-align:right;
  }
  #vs_center #runOfShopOne{
    width:100%;
    margin:10px auto;
    text-align:center;
  }
#vs_footer {
  clear:both;
  width:100%;
  padding-top:9px;
  background:url('/service/common/images/bg_header.gif') repeat-x 0 -105px;
}
  #vs_footer #vs_footer_middle {
    width: 550px;
    margin:0 auto;
  }
  #vs_footer #vs_footer_middle a{
    display:block;
    float:left;
    width: auto;
    height:28px;
    line-height:28px;
    text-align:center;
    padding:0 10px;
    color:#fff;
    font-size:12px;
  }
  #vs_footer #vs_footer_middle a:hover{
    background:#0297ff;
  }
  #vs_footer p{
    clear:both;
    padding:10px 0 0 0;
    font-size:12px;
    text-align:center;
  }
/*------------------------------------
min,maxWidth
------------------------------------*/
* html .width1000px,
* html #vs_main ,
* html .subCategory,
* html #vs_searchform p,
* html #vsPRlink p {
  width:expression(
    (document.documentElement.clientWidth < 1002)? "1000px" :
       "auto"
  );
}
.width1000px,
#vs_main ,
.subCategory,
#vs_searchform p,
#vsPRlink p {
  min-width:1000px;
}

/*------------------------------------
clearFix
------------------------------------*/
#vs_main:after ,
#mainCategory ul:after,
.vsContent dd p:after,
.vsContent.vsRanking dd#rankingSwitch:after,
h2.headLine:after,
#vs_bookmark:after,
.vsSoftList:after,
#vs_footer #vs_footer_middle:after,
dl.vsContent.valueMore li:after,
dl.vsContent.valueMore ol li p:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
h2.headLine,
#vs_main ,
#vs_bookmark,
#mainCategory ul,
.vsContent dd p,
#vs_footer #vs_footer_middle,
.vsContent.vsRanking dd#rankingSwitch,
.vsSoftList,
dl.vsContent.valueMore li,
dl.vsContent.valueMore ol li p{
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*------------------------------------
clearFix
------------------------------------*/

/*------------------------------------
pngFix
------------------------------------*/
* html #vs_header h2#vsLogo a,
* html .vsSoftList .nextSoft,
* html .vsSoftList .prevSoft{
   behavior: expression(IEPNGFIX.fix(this));
}
/*------------------------------------
------------------------------------*/
.thisNone{
  display:none;
}
.c18{
  display:none;
}

/* directory */
dl#vs_directory {
	width:99%;
	min-width:996px;
  _width:expression(
    (document.documentElement.clientWidth < 998)? "996px" :
       "auto"
  );
	margin:0;
	padding:5px 3px 4px;
	border-bottom:1px dashed #ddd;}
	dl#vs_directory dt {
		display:none;}
		dl#vs_directory dd{
		  font-size:11px;
		  text-align:left;
			text-decoration:none;
		}
hr.clear10px{
  clear:both;
  width:100%;
  height:10px;
  visibility:hidden;
}

#vs_main{
  margin:0 auto;
}



/*変更した場合はコメントを残してもらえると助かります。*/
#vs_wrapper #vs_header{
  position:relative;
}
#vs_wrapper #vs_header h1{
  position:absolute;
  top:70px;
  left:195px;
  display:block;
  width: 500px;
  height:40px;
  overflow:hidden;
}
#vs_header h2#vsLogo a{margin-top:10px;}

#vs_main strong ,
#vs_main table strong {
  font-weight:bold !important;
}

/* afimg */
#vs_afimg {
  position: absolute;
  top: 27px;
  right: 7px;
  text-align: right;
}





/*090203 vector 20th*/
a#btn_20th {
	display:block;
	width:178px;
	height:27px;
	position:absolute;
	top:10px;
	left:0px;
	background:url("/service/common/images/btn_20th.png") left top no-repeat transparent;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/service/common/images/btn_20th.png", sizingMethod="scale");
	cursor:pointer;
	z-index:999;
	text-indent:-9999px;}




/*090410 doujin itsnew*/
.itsnew {
	display:block;
	position:absolute;
	left:-3px;
	top:-25px;}

.itsnew2 {
	display:block;
	position:absolute;
	left:20px;
	top:-14px;}

/*hotcontent*/
#hotContents2,
.vs_hotcontent {
	background-color:#fc0;
	text-align:center;
	padding:5px 0;}



/*hotcontent goldenweek*/
#categoryWindows #vs_header {
	position:relative;
	margin:0 auto;}

#categoryWindows #vs_searchform {
	background:url("/service/common/images/gw_bg_center.gif") center top no-repeat ;
	width:100%;
	height:142px;
	margin:0 auto;
	z-index:998;}

#categoryWindows .vs_hotcontent {
	margin-top:-98px;
	position:relative;
	z-index:999;
	background-color:transparent !important;}

#categoryWindows #hotContents2 {
	margin-top:-98px;
	margin-bottom:40px;
	position:relative;
	z-index:999;
	background-color:transparent !important;}

#categoryWindows #vsPRlink {
	top:82px;
	position:relative;
	z-index:999;
	text-align:center;}

;;#categoryWindows #vsPRlink {
	border:1px solid #333;}

#categoryWindows #vs_main {
	z-index:999;}

/*090428*/
#categoryWindows #vs_directory {
	margin-top:1.6em;}

#categoryWindows #header {
	margin-top:34px;}