@charset "UTF-8";

/*-------------------------------------

Western Digital Blue 3D SSD 特集

---------------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
}
#mainBox{
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	}
#mainBox small{
	margin-top: 30px;
	display: inline-block;
	}
#mainBox h2 {
  color: #ffffff;
  border-left: 10px solid #262629;
  padding: 5px;
  line-height: 2em;
  background: #262629;
  font-size: 24px;
  margin: 0 0 20px 0;
}
#mainBox .section p {
  padding-top: 3px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.emphasis {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.5em;
  font-weight: 900;
}
.top_banner {
  width: 100%;
  max-width: 960px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
#mainBox .section img {
  width: 100%;
  max-width: 350px;
  float: right;
  display: block;
  margin-left: 5px;
}
#mainBox .section {
  margin: 20px auto 45px;
}
.btnBlock a {
  width: 80%;
  display: block;
  background: #00539d;
  padding: 20px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 26px;
  margin: 35px auto 40px;
  border-radius: 8px;
  text-decoration: none;
}
.btnBlock a:hover {
    background: #1574c8;
}
.clear {
  clear: both;
}
.spec {
  width: 100%;
  margin-bottom: 15px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  font-weight: bold;
}
table {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.copyright {
  font-size: 6px;
  color: #000;
}
.scroll {
    overflow: auto;
}
.pc {
	display: block;
}

/*-------------------------------------
ウィンドウ幅が0〜479pxの場合に適用するCSS
---------------------------------------*/
@media screen and (max-width:479px){
  #mainBox {
		width: 94%;
	}
  #mainBox .section img {
        max-width: unset;
        float: none;
        margin: 0 auto;
    }
  .scroll::-webkit-scrollbar{
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	.pc {
        display: none;
    }
}