@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------

第9世代 インテル&reg; Core&trade;プロセッサー

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 
----------------------------------------------------*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　1.ページ基本設定
　2.ナビブロック
　3.タイトルブロック
　4.ブロック共通
　5.紹介ブロック(box1)
　6.製品仕様ブロック(box2)
　7.ベンチ比較ブロック(box3)
　8.パソコンブロック(box4)

---------------------------------------*/

/*-------------------------------------
　1.ページ基本設定
---------------------------------------*/
#container {
	width:100%;
}
.column2R #main {
	float: none;
	width: auto;
}
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	overflow-x: hidden;
	position: relative;
	min-width: 805px;
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}
main {
  background-color: #fff;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  width: 100%;
}
.breadCrumb, .pagetop {
  margin: 0 auto;
  width: 970px;
}
main h2 {
  border-bottom: 1px solid;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-align: center;
}
.mt7 {
	margin-top: 7px;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  main h2 {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

/*-------------------------------------
　2.ナビブロック
---------------------------------------*/
#navFollow {
  background: #888;
}
#navFollow a {
  color: #fff !important;
  display: block;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
#navFollow a:hover {
  background: #7B7B7B;
}
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.inside {
  margin: 0 auto;
  width: 970px;
}
.inside ul {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}
.inside ul li {
  width: 20%;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .menuBox {
    position: sticky;
  }
  .inside {
    width: 100%;
  }
  .inside ul li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    width: 50%;
  }
  .inside ul li:nth-child(even){
    border-right: 0;
  }
}

/*-------------------------------------
　3.タイトルブロック
---------------------------------------*/
#titleBox {
  background: url(/5info/img/coffeelake_cpu_i9/title_bg.jpg) center center / cover no-repeat scroll;
}
.layer {
  display: flex;
  margin: 0 auto;
  padding: 50px 0 50px;
  justify-content: space-between;
  width: 970px;
}
.leftBox {
  color: #fff;
  font-size: 18px;
  width: 45%;
}
.titleText {
  margin: 30px 0 55px;
}
.icon {
  margin-left: 20px;
}
#titleBox .imgBox {
  text-align: right;
  width: 55%;
}
#titleBox .imgBox img {
  height: auto;
  max-width: 425px;
  width: 100%;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .layer {
    display: block;
    padding: 25px 0 25px;
    width: 100%;
  }
  .leftBox, .imgBox {
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
  }
  .leftBox img {
    height: auto;
    width: 100%;
  }
  .titleText {
    margin: 10px 0 20px;
  }
  .icon {
    margin-left: 0;
  }
  .icon img {
    height: auto;
    width: 70%;
  }
  #titleBox .imgBox {
    width: 100%;
  }
  #titleBox .imgBox img {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}

/*-------------------------------------
　4.ブロック共通
---------------------------------------*/
#box1, #box2, #box3, #box4, #box5, #box6, #box7, #box8 {
	padding: 70px 0;
}
.inner {
  margin: 0 auto;
  width: 970px;
}
.other_link a {
  border: 2px solid #0071c5;
  color: #0071c5;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  letter-spacing: 2px;
  margin: 10px auto 50px;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  width: 70%;
}
.other_link a:hover {
  background-color: #0071c5;
  border: 2px solid #0071c5;
  color: #fff;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #box1, #box2, #box3, #box4, #box5, #box6, #box7, #box8 {
    padding: 30px 0;
  }
  .inner {
    margin: 0 auto;
    width: 94%;
  }
  .other_link a {
    font-size: 1rem;
    width: 80%;
  }
}

/*-------------------------------------
　5.紹介ブロック(box1)
---------------------------------------*/
#box1 img {
	margin-left: 20px;
}
.textBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#box1 p.text {
	font-size: 1.4rem;
  margin-left: 30px;
  width: 45%;
}
#box1 p.cpuPkg {
	width: 50%;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #box1 img {
    margin-left: 0;
  }
  .textBox {
    display: block;
  }
  #box1 p.text {
    font-size: 1rem;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
  #box1 p.cpuPkg {
    width: 100%;
  }
}

/*-------------------------------------
　6.製品仕様ブロック(box2)
---------------------------------------*/
#box2 {
  background-color: #0071c5;
}
#box2 h2 {
  color: #fff;
}
.specTable {
	font-size: 16px;
	width: 100%;
}
.specTable th,
.specTable td {
	border: 2px solid #0071c5;
  color: #fff;
	padding: 8px 13px;
}
.specTable th {
	background-color:#262F39;
  width: 20%;
}
.specTable td {
	background-color:#013c73;
}

/*-------------------------------------
　7.ベンチ比較ブロック(box3)
---------------------------------------*/
.graphTable {
	background-color: #fff;
	border: 2px solid #ccc;
	color: #333333;
	float: right;
	font-size: 16px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 140px;
}
.graphTable td.graph {
	padding-bottom:13px;
}
.graphTable td.model {
  border-right: 1px solid #ccc;
  text-align: center;
  width: 16%;
}
.graphTable th,
.graphTable td {
	padding: 10px 12px 10px 0;
}
.graphTable .bgGrey {
	background-color: #F5F5F5;
}
.graphLength {
	background: #3ff2bb none repeat scroll 0 0;
  padding: 6px 0 10px 0;
}
.graphLength .graphFigure {
	font-weight: bold;
	margin-left: 1em;
}
.fontDeco01 {
	font-size: 22px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .model_sp {
    font-size: 1rem;
  }
  .graphFigure {
    color: #555;
  }
}

/*-------------------------------------
　8.パソコンブロック(box4)
---------------------------------------*/
#box4 {
  background-color: #F5F5F5;
}
h3.title_h3_i9, h3.title_h3_i7 {
  box-sizing: border-box;
  color: #fff;
  font-size: 2.0em;
	font-weight: 1000;
	margin: 0 0 10px;
  padding: 45px 0px 28px 160px;
  letter-spacing: 2px;
  width: 100%;
}
h3.title_h3_i9 {
	background: url(/5info/img/coffeelake_cpu_i9/bg_title_i9_970.png) no-repeat;
}
h3.title_h3_i7 {
	background: url(/5info/img/coffeelake_cpu_i9/bg_title_i7_970.png) no-repeat;
}
h4 {
  border-bottom: 1px solid;
  font-size: 1.5rem;
  margin: 10px 0 14px;
  padding: 0 0 4px 10px;
  width: 100%;
}
.pc_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc_box {
  background: #fff;
	border: 1px solid #c0c0c0;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 20px;
	padding: 16px 24px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.pc_box a {
	color: #333;
	text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pc_box a:hover {
  box-shadow: 0px 0px 7px 1px #F07903 inset;
}
.pc_box a span {
	color: #333;
}
.row1 {
  width: 100%;
}
.row2 {
  width: 49%;
}
.row2 .pc_img {
  display: none;
}
.row2 .pc_spec {
  width: 100%;
}
.pc_ctn {
  display: flex;
  justify-content: space-between;
}
.pc_spec {
  font-size: 1.2rem;
  width: 48%;
}
.pc_name {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .8px;
  margin-bottom: 4px;
}
.pc_img {
  width: 45%;
}
.pc_img img {
  height: auto;
  width: 70%;
}
.pc_price {
  color: #DF001E;
  font-size: 2.4rem;
  font-weight: 1000;
  margin-bottom: 10px;
}
.tax {
  font-size: 1.4rem
}
.pclink_btn {
	background: #F07903;
  box-sizing: border-box;
  color: #ffffff;
	margin-top: 10px;
  padding: 10px;
	text-align: center;
  width: 100%;
}
.pc_box a:hover .pclink_btn {
  background: #FFC14D;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  h3.title_h3_i9, h3.title_h3_i7 {
    font-size: 1.1em;
    line-height: 1.3;
    height: 120px;
    padding: 50px 10px 5px 140px;
    overflow:visible;
  }
  .pc_wrap {
    display: block;
  }
  .row1 .pc_img {
    display: none;
  }
  .row2 {
    width: 100%;
  }
  .pc_ctn {
    display: block;
  }
  .pc_spec {
    width: 100%;
  }
  .pc_name {
    font-size: 1.3rem;
  }
  .pc_spec, .tax {
    font-size: 1rem;
  }
  .pc_price {
    font-size: 1.4rem;
  }
}

/*-------------------------------------
　ラインナップ(パーツ)
---------------------------------------*/
.modelWrap {
  display: flex;
  flex-wrap: wrap;
}
.model_box a {
	color: #333;
	display: block;
	text-decoration: none;
}
.model_box a span {
	color: #333;
}
.model_box {
	border: 1px solid #c0c0c0;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	box-sizing: border-box;
	display: inline-block;
	margin: 0 20px 24px 0;
	padding: 16px;
	width: 308px;
}
.model_box:nth-child(3n) {
	margin-right: 0;
}
.model_box img {
	width: 100%;
	height: auto;
}
.model_box .model_name {
	border-bottom: 1px solid #004DA1;
	color: #004DA1;
	font-size: 20px;
	margin-bottom: 6px !important;
  padding-bottom: 6px;
}
.model_box a .model_price span {
	color: #DF001E;
	font-weight: bold;
}
.model_box .cpu_img {
	width: 70%;
	height: auto;
	margin:0 auto;
	display:block;
}
.item_name {
  line-height: 1.2;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .modelWrap {
    display: block;
  }
  .model_box {
    margin: 0 0 20px;
    width: 100%;
  }
}

/*-------------------------------------
　コラム
---------------------------------------*/
#box7 .inner div {
  margin-bottom: 60px;
}
#box7 .inner div:last-child {
  margin-bottom: 0;
}
.professor_num{
	background-color:#f8f8f8;
	border: 1px solid #ccc;
  box-sizing: border-box;
  color: #666;
  font-size: 20px;
	font-weight: 700;
	padding: 15px 0;
	margin:auto auto 20px;
	text-align: center;
  width: 650px;
}
.color01{
	color:#89021A;
}
.color02{
	color:#03206E;
}
.color03{
	color:#036021;
}
.safix_box {
  display: flex;
  justify-content: space-between;
} 
table.safix {
  border: 1px solid #ccc;
  width: 48%;
}
th.listTitle{
	background:#00aeef;
	font-size:20px;
	height:50px;
	line-height:50px;
	padding-left:15px;
	color:#fff;
}
td.symbol {
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
  color: #03206E;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 50px;
  text-align: center;
  width: 10%;
}
td.text {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 0.8rem;
  height: 55px;
  padding: 8px 10px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #box7 .inner div {
    margin-bottom: 40px;
  }
  .professor_num {
    width: 100%;
    padding: 10px 0;
    margin: auto auto 20px;
    font-size: 1rem;
  }
  .color01 {
    display: block;
  }
  .safix_box {
    display: block;
  }
  table.safix {
    margin: 0 0 20px;
    width: 100%;
  }
  td.symbol {
    width: 14%;
  }
}

/*-------------------------------------
　幅調整
---------------------------------------*/
.pagetop {
	width:970px;
	margin: 0 auto;
}

/*-------------------------------------
　ページTOPへ
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}


/* ウィンドウ幅が480px～の場合に適用するCSS */
@media screen and (min-width:480px){
	.sp {
		display:none;
	}
}

/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and (max-width:479px){
	
/*-------------------------------------
　全体設定
---------------------------------------*/
	body {
		min-width: 320px!important;
		min-width:100% !important;
	}
	#headerBody {
		width:98% !important;
	}
	#headerBody .tagLine {
		display:none;
	}
	#headerBody .head_lead {
		position:static !important;
		text-align: center;
	}
	.head_lead {
		display:none;
	}
	#navBot{
		display:none;
	}
	#navMid .navMid_right,
	#navMid .navMid_center,
	#headBtn,
	#siteNav,
	.head_lead .mobileLink {
		display:none !important;
	}
	#navMid img {
		width:70%;
	}
	#headsearchBox {
		display:none;
	}
	#headsearchBox #inputBox {
		width:83%;
	}
	#headsearchBox #btnBox {
		width:15%;
	}
	#container, #wrapper {
		width:100% !important;
	}
	#main img {
		max-width:100%;
		height:auto;
	}
	

/*-------------------------------------
　ページ設定
---------------------------------------*/
#lp_page {
	margin-top: 10px;
    width: 100%;
}
img.sideImg {
	display:none;
}

#lp_page h2.title span {
	line-height:1.4em;
}

#lp_page p.cpuPkg img {
	float: none;
	max-width: 96%;
	margin-left: 0;
}
#lp_page .textBox {
	float: none;
    margin: 0 auto 20px;
    width: 97%;
}
	#lp_page .cpuPkg {
	float: none;
    margin: 0 auto 20px;
    width: 97%;
}
#lp_page h2.title {
    font-size: 28px;
    line-height: 1.4em;
}
#lp_page h3.title {
    font-size: 120%;
    line-height: 1.4em;
}
#lp_page h3.headLine {
    font-size: 28px;
    line-height: 1.4em;
}
#boxSpec {
    margin: 0 -10%;
    padding: 40px 10%;
}
#lp_page p.title, .headLine {
	font-size:23px;
}
#boxSpec .boxInside {
	width: 97%;
}
#boxSpec .boxInside p {
	width: 100%;
} 
.graphTable {
	float:none;
	width:100%;
	margin-bottom: 0;
}
#boxProduct,
.pcModel_cts,
.boxPC {
	width:97%;
}
.textWrap,
.modelImg {
	width: 50%;
}
p.textSpec,
p.textSpecHaswell,
p.testSale {
	font-size:16px;
}
p.textPcname,
p.textPrice {
	padding-left:5px;
}
.pc {
	display:none;
}
.specTable {
	margin-bottom: 30px;
	width: 100%;
	font-size: 90%;
}
.specTable th,
.specTable td {
	border:2px solid #FFF;
	padding:3px 5px;
	line-height: 1.3;
	word-break: break-all;
}


.list_parts {
	margin:30px 0 20px 0;
}
.list_parts ul {
    float: none;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
}
.list_parts ul .lp_item_img {
	border-right: none;
	padding-right: 0;
	width:40%;
}
.list_parts ul li {
	font-size: 17px;
	line-height: 1.4em;
    padding:0 5px;
    width: 50%;
}
.priceTxt {
    font-size: 16px;
    font-weight: bold;
}
.list_parts ul li.lp_btn {
	left:50%;
}
.headLine span {
    font-size: 18px;
    line-height: 1.4em;
}
.pagelinkTxt {
	text-align: right;
	width: 99%;
}
.pagelinkTxt2 {
	text-align: right;
	width: 99%;
}

#boxFeature .boxInside {
	width: 100%;
}
#boxFeature .boxInside h4 {
    font-size: 18px;
    line-height: 1.4em;
}
#boxFeature .boxInside p {
	font-size:16px;
	margin:0 auto;
	width:97%;
}

#boxFeature .boxInside #cnTable h5 {
    font-size: 16px;
    line-height: 1.4em;
}

#boxFeature .boxInside #cnTable table {
	width:100%;
	font-size:14px;
	padding:2px;
}
#boxFeature .boxInside #cnTable table th {
	padding:2px;
}
#boxFeature .boxInside #cnTable table tr {
	padding:2px;
}

.comparison {
	display:none;
}
	
#lp_page p.text {
	font-size: 100%;
}

/*-------------------------------------
　全体設定
---------------------------------------*/
#selectBoxBtn {
	display: none;
}
.pc_br {
	display: none;
}




/*-------------------------------------
　ページTOPへボタン
---------------------------------------*/
#pagetop {
    bottom: 15px;
    right: 10px;
}
.pagetop {
	width: auto;
}




}


.campbnr_kabylake_cpu {
	display:  none;
}

/*-------------------------------------
　追加
---------------------------------------*/

.gray {color: #666;}
.small {font-size: 0.8em;}



h3.title_i{
	border-left:none;
	font-size: 1.65em;
	font-weight:800;
	line-height:1.2em;
	margin: -1em 0 1em;
	}
.itembox {
    margin-bottom: 60px;
    width: 100%;
    margin: 20px 0 60px auto;
}
.itembox:after{clear:left;}
.itembox_l{
	width:40%;
	display:block;
	margin:0 auto;
	padding:10px;
	text-align:center;
	float:left;
}
.itembox_r{
	width:50%;
	display:block;
    font-size: 1.5em;
	font-weight: 800;
	margin: 0 auto;
	padding:10px 10px 10px 40px;
	text-align:left;
	float:left;
}
.itemname{
	font-size: 1.45em;
	font-weight: 1000;
	margin:10px 0 1.0em;
}
.btn_link a{
	width: 180px;
	display:block;
	background:#004DA1;
	border:1px solid #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #aaa;
	color:#fff;
	font-size:1.0em;
	font-weight:500;
	padding:3px 30px;
	text-decoration: none;
}
.red {color:#f33;}
.clearfix:after {
    display: block;
    clear: both;
    content: " ";
}

@media screen and (min-width:480px){
.model_sp { display:none;}
.br_sp { display:none;}
}
@media screen and (max-width:479px){
  td.model {display:none;}
  


.title_i{
	font-size: 1.25em !important;
	font-weight:800  !important;
	line-height:1.2em;
	margin: -1.5em 0 1em !important;
	}
.itembox {
    margin-bottom: 60px;
    width: 100%;
    margin: 20px 0 60px auto;
}
.itembox:after{clear:left;}
.itembox_l{
	width:100%;
	padding:10px;
	float:none;
}
.itembox_r{
	width:100%;
    font-size: 1.2em;
	padding:10px;
	float:none;
}
.itemname{
	font-size: 1.2em;
	font-weight: bold;
}
.btn_link a{
	width: 60%;
	padding:3px 30px;
}
	
	
}


