@charset "utf-8";

/*------------------------
検索結果上部テキスト用
------------------------*/

.partsBox {
    border: 1px solid #ccc;
    display: table;
    font-size: 14px;
    width: 100%;
}
.partsBox .partsBoxLeft {
    background-color: #f0f0f0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}
.partsBox .partsBoxRight {
    display: table-cell;
    padding: 0 0 0 20px;
    width: 630px;
}
.partsBox .partsBoxRight li {
	margin:6px 0;
}
.partsBox .partsBoxRight li span {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    text-align: center;
    width: 90px;
}
.partsBox .partsBoxRight li span.blue {
    background-color: #207ed5;
    color: #fdfdfd;
}
.partsBox .partsBoxRight li span.red {
    background-color: #D9060A;
    color: #fdfdfd;
}
.partsBox .partsBoxRight li span.purple {
    background-color: #9b05fa;
    color: #fdfdfd;
}
.partsBox .partsBoxRight li span.orange {
    background-color: #E0540B;
    color: #fdfdfd;
}
.partsBox .partsBoxRight li span.green {
    background-color: #2E9660;
    color: #fdfdfd;
}
.partsBox .partsBoxRight li span.pink {
    background-color: #F63E77;
    color: #fdfdfd;
}
.partsBox .partsBoxRight li span.bluegreen {
    background-color: #2D9F96;
    color: #fdfdfd;
}
.partsBox .partsBoxRight li span.yellow {
    background-color: #ff9600;
    color: #fdfdfd;
}
.partsBox .clear {
	clear:both;
}

/*------------------------
絞り込んだリンクボタン
------------------------*/


#tab {
    height: 40px;
    overflow: hidden;
/*  padding: 5px 12px; */
    border: 1px solid #ccc;
    display: table;
    font-size: 12px;
    width: 100%;
}
#tab .partsBoxLeft {
    background-color: #f0f0f0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}
.newslistTab {
    height: auto;
    margin: auto;
	padding-top: 20px;
    padding-left: 30px;
    width: 560px;
}
#tab .subttl {
    margin: 20px 0 0 30px;
    clear: both;
}
#tab .subttl + .newslistTab {
    padding-top: 10px;
}
ol, ul {
    list-style: outside none none;
}
#tab .newslistTab  li {
    float: left;
    height: 45px;
    margin: 0 4px;
 /*   width: 65px; */
    width: 120px;
}

#tab .newslistTab  li a {
    background-color: #003A85;
    border: 1px solid #000;
    color: #fff;
    display: block;
    padding: 4px 10px;
    text-align: center;
}



/*------------------------
2015.12.26追加
------------------------*/
#createTab {
    height: 40px;
    overflow: hidden;
/*  padding: 5px 12px; */
    border: 1px solid #ccc;
    display: table;
    font-size: 12px;
    width: 100%;
}
#createTab .partsBoxLeft {
    background-color: #f0f0f0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}
#createTab .newslistTab  li {
    float: left;
    height: 45px;
    margin: 0 4px;
 /*   width: 65px; */
    width: 120px;
}

#createTab .newslistTab  li a {
    background-color: #003A85;
    border: 1px solid #000;
    color: #fff;
    display: block;
    padding: 4px 10px;
    text-align: center;
}

/*------------------------
2016.03.03追加
LANページ上部バナー群をテキスト化
------------------------*/
.partsCaution .partsCautionLanCable {
	clear: both;
	display: block;
	width: 805px;
	margin-bottom: -12px;
}

.partsCaution .partsCautionLanCable li {
	display: block;
	float: left;
	width: 262px;
	height: 42px;
	background-image: url(/5shopping/include/detail_parts/templates/img/detail_icon_lan_cable.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.partsCaution .partsCautionLanCable li a {
	display: block;
	width: 250px;
	height: 30px;
	color: #ffffff;
	font-size: 100%;
	text-decoration: none;
	line-height: 100%;
}

.partsCaution .partsCautionLanCable li a:hover {
	background-color: rgba(255,255,255,0.2)
}

.partsCaution .partsCautionLanCable li a strong {
	display: block;
	padding: 10px 0px 0px 21px;
}

/*------------------------
2016.05.25追加
ランキング表示
------------------------*/
.rankTower,
.rankMini,
.rankSlim,
.rankMiniPc,
.rankQuadro,
.rankGeForce {
	display: none;
}

.rankBox {
	width:268px;
	margin-bottom:20px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
p.rank_caption {
	font-size:10px;
	overflow:hidden;
	width:145px;
	zoom:1;
}
span.rankName {
	font-size:14px;
	font-weight:bold;
}
span.g_rankName {
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
}
.ranking_price {
    color: #FF0000;
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    padding-bottom: 10px;
    /*padding-top: 6px;*/
    text-align: right;
	overflow:hidden;
	zoom:1;
}
.deskLink {
	display: none;
}
/*-------------------------------------
　記事ボックス内容
---------------------------------------*/

.reportBox, #reportBox, #reportBox_note, #reportBox_001 {
  margin:20px 0;
  border: 10px solid #c9e3fe;
  padding: 15px;
}
.reportBox.simple_box,
#reportBox.simple_box {
  border:1px solid #ccc;
}

h3.leadTitle {
    font-size: 18px;
	color:#262525;
	position: relative;
}

h3.leadTitle .date {
	position: absolute;
	right: 0;
	bottom:2px;
	font-weight: normal;
	font-size: 12px;
}

.leadText {
	margin:10px 0 0;
	font-size:13px;
}

h4.detailTitle {
  font-size: 14px;
  margin:30px 0 10px;
	border-top:1px solid #ccc;
	padding:15px 0 0;
}

.detailText {
	font-size: 13px;
}
.reporList li {
  background-image: url(/5img/bcBg_999.gif);
  background-position: 9px 6px;
  background-repeat: no-repeat;
  font-size: 14px;
  margin: 4px 0 1em;
  padding: 0 0.6em 0 1.6em;
}
.endText {
  background-color: #f0f0f0;
  font-size: 13px;
  margin: 30px 0 0;
  padding: 14px;
}

span.textRight {
	float: right;
}

#MediaBoxMain {
	overflow: hidden;
	width: 820px;
}
#MediaBoxMain ul {
	zoom: 1;
	width: 820px;
}
#MediaBoxMain ul:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#MediaBoxMain li {
	float: left;
	margin: 0 10px 0px 0px;
}
#MediaBox {
	overflow: hidden;
	width: 370px;
}
#MediaBox ul {
	zoom: 1;
	width: 370px;
}
#MediaBox ul:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#MediaBox li {
	float: left;
	margin: 0px 10px 0px 15px;
}


/*-------------------------------------
　日付
---------------------------------------*/

.datetime {
	margin: 10px auto 0;
    text-align: right;
}



/*-------------------------------------
　サイドじゃないランキング用（bg_group.cssより抜粋）
---------------------------------------*/
.siRank h3 ,.siRank .siRankTitle{
  clear: both;
	background-color: #e5f2f7;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	margin-bottom: 6px;
	padding: 6px 10px;
  margin-top: 20px;
}

.siRank .siRankSubTitle{
  background: none;
  font-size: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

.siRank .rankingBox li {
	float: left;
	text-align: center;
	width: 268px;
}

.siRank .rankingBox li a {
	display: block;
	padding: 0px 8px;
}

.siRank .priceTxt {
	color: #f00;
}


/*-------------------------------------
　まよったらバナーのテキスト版
---------------------------------------*/
.recoTxt {
	clear: both;
	margin: 36px 0px 42px 0px;
}

.recoTxt h3 {
	margin-bottom: 14px;
	border-bottom: 2px solid #0070c0;
	color: #0070c0;
	font-size: 16px;
}

.recoTxt p {
	font-size: 14px;
}

/*------------------------------------
2017/7/28グラフ部分
----------------------------------------*/
#graphBox {
	margin:0;
}
#graphBoxL, #graphBoxR {
  width:50%;
  margin:0;
}
#graphBoxL {
  float:left;
}
#graphBoxR {
  float:right;
}

#graphBox .graph {
	width:100%;
	height:380px;
	position:relative;
	border:1px solid #CCC;
}
#graphBoxL .graph2, #graphBoxR .graph2 {
	width:97%;
	height:380px;
	position:relative;
	border:1px solid #CCC;
}
#graphBoxL .graph2 ul, #graphBoxR .graph2 ul {
  position:absolute;
  top:280px;
  padding:0 10px;
}
#graphBoxL .graph2 ul li, #graphBoxR .graph2 ul li {
  display:inline-block;
}
#graphBoxL p, #graphBoxR p {
  position:relative;
  left:265px;
}

#graphBox .graph img {
	position: absolute;
	z-index:0;
	top:0;
	left:0;
}
#graphBox .graph ul.text {
	width:195px;
	overflow:hidden;
	position: absolute;
	z-index:10;
	top:67px;
	right:60px;
	font-size:14px;
	list-style:none;
}
#graphBox .graph ul.text li {
	width:100%;
	margin:0 0 0.22em 0;
}
#graphBox .graph ul.text li a {
}
#graphBox .bottomDate {
	width:100%;
	text-align:right;
	margin:5px 0 0 0;
}
.nonborder {
  border:none;
  outline:none;
}
#graphBox .graph ul.text li span {
	margin: 0 5px 0 0;
	font-size: 21px;
	}
span.colorBlu {
	color:#3366CC;
	}
span.colorSky {
	color:#0099C6;
	}
span.colorGrn {
	color:#109618;
	}
span.colorYel {
	color:#ffa500;
	}
span.colorOrn {
	color:#dc5e12;
	}
span.colorVio {
	color:#990099;
	}
span.colorPnk {
	color:#DD4477;
	}
span.colorLim {
	color:#49cc33;
	}
span.colorRed {
	color:#dc1212;
	}
span.colorNav {
	color:#350099;
	}


/*---------10/15/19 追加-----------------------------------------------*/
#pc_case_bnrAB.partsCaution{
position: relative
}
.textKakaku-big {
    position: absolute;
    z-index: 100;
    top:18px;
    left:20px;
    color: #fff33f
}
.textKakaku-big .priceTxt {
    font-family: 'Anton', sans-serif;
    font-size: 780%;
    font-weight: normal;
    color: #fff33f !important;
}
.textKakaku-big .taxL {
    font-size:40px;
    font-weight: bold
}




.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.partsCaution a {
	color: #0062b0;
  text-decoration: underline;
}
.partsCaution a:hover {
  text-decoration: none;
}
.p-font {
	font-size: 80%;
	line-height: 1.6;
}
.textRight a {
  color: #0062b0;
  text-decoration: underline;
}
.textRight a:hover {
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .ranking_wap .rankingBox {
    display: block!important;
    width: auto!important;
  }
  .siRank .rankingBox li {
    width: 100%;
    margin-top: 20px;
  }
}
