@charset "utf-8";


/*======================================
共通設定
======================================*/
.column2R #main {
	float: none;
	width: auto;
}

#container {
	margin-top: 40px;
	width: 1040px;
}

@media screen and (max-width: 767px) {
	#container {
		margin-top: 20px;
	}
}

#wrappe_cpu {
	float: right;
	margin: 0 auto 30px;
	width: 850px;
}

@media screen and (max-width: 767px) {
	#wrappe_cpu {
		float: none;
		margin: 10px auto 10px;
		width: calc(100% - 30px);
	}
}

#wrappe_cpu_pop {
	width: 790px;
	margin: 30px auto;
	text-align: left;
}

.lpIntelCpu,
.cpuDetail {
	font-size: 110%;
	}

#wrappe_cpu h2,
#wrappe_cpu_pop h2 {
	margin-bottom:6px;
}
.emphasis_bg {
	padding:8px 0 6px 6px;
}

.catch_cpu {
	margin-bottom:1em;
}

#wrappe_cpu h1 {
	font-size: 32px;
	letter-spacing: 1.68px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	#wrappe_cpu h1 {
		font-size: 22px;
	}
}

#wrappe_cpu h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	#wrappe_cpu h2 {
		font-size: 18px;
	}
}

#wrappe_cpu h3 {
	border-bottom: 1px solid;
	border-left: 10px solid;
	font-size: 20px;
	letter-spacing: 1.2px;
	line-height: 1.4;
	margin-bottom: 14px;
	padding: 0 0 4px 10px;
}

@media screen and (max-width: 767px) {
	#wrappe_cpu h3 {
		font-size: 18px;
	}
}

#wrappe_cpu h4 {
	font-size: 18px;
	margin-bottom: 8px;
}

#wrappe_cpu_pop h4 {
	margin-top: 70px;
}

#wrappe_cpu_pop h2,
#wrappe_cpu_pop h3,
.cpuInfo strong {
	font-size: 150%;
	}
	
#wrappe_cpu_pop h3{
	clear: both;
}

#wrappe_cpu .cup,
.cpu_ichiran,
.core,
.thread,
.clock { margin-bottom: 1.8em; }

#wrappe_cpu .defP,
#wrappe_cpu_pop .defP{ 
	margin: 12px 0 4px 0;
}
.linkRight {
	text-align:right;
	margin-bottom: 20px;
}
.newItem {
	color: #cc0000;
	font-weight: bold;
	margin-right: 5px;
	font-size: 80%;
}

.leftSection { margin-right: 20px; }

.cpuListLink a {
	background: #3E3A39;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.cpuListLink a:hover {
	opacity: .6;
}

.cpuUsedLink a {
	background: #ff9900;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	opacity: 1;
	transition: opacity 0.4s ease;
}

.cpuUsedLink a:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.cpuListLink a,
	.cpuUsedLink a {
		font-size: 18px;
	}
}

.otherLink {
	margin-bottom: 20px;
	text-align: right;
}

.signal {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-bottom: 10px;
}

.pd10 {
	padding:10px;
}

.linkUsed {
	font-size:11px;
	font-weight:normal;
}

h3 span.link {
	font-size:12px;
	font-weight:normal;
	margin-left:1em;
}

/*======================================
お役立ち情報
======================================*/
label {
	background-color: #0171C3;
	color: #ffffff;
    padding: 10px;
    display: block;
	/*margin: 0;*/
    margin: 0 0 16px;
    border: 1px solid #fff;
}
#oyakudati .image{
	background-image:url(img/intel_cpu_hikaku/cpu_haikei.jpg?$staticlink$);
	background-repeat:no-repeat;
	position: relative;
}

#oyakudati .img1{
    position: absolute;
	top:0px;
    right: 10px;
    height: 135px;
}
#oyakudati .img2{
    position: absolute;
    top: 140px;
    right: 24px;
    width: 73%;
}
input[type="checkbox"].on-off{
    display: none;
}

#oyakudati ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

#oyakudati li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    /*height: 0;
    overflow: hidden;*/
	height: 330px;
}

/*input[type="checkbox"].on-off:checked + ul{
    height: 330px;
}*/
/*======================================
テーブルの設定
======================================*/	

/*#wrappe_cpu .cpu_table a,
#wrappe_cpu_pop .cpu_table a {
	color:#0062B0;
}
*/
#wrappe_cpu .cpu_table,
#wrappe_cpu_pop .cpu_table { margin-bottom: 5px; }

#wrappe_cpu .cpu_table , th , td {
	border: 1px solid #666666;
	border-collapse: collapse;
	background: #FFF;
	color:#605B5A;
	 }
#wrappe_cpu_pop .cpu_table , th , td {
	border: 1px #666666 solid;
	border-collapse: collapse;
	background: #FFF;
	color:#605B5A;
	 }
#wrappe_cpu th , td{
	padding: 3px 5px;
	}
#wrappe_cpu_pop th , td{
	padding: 3px 5px;
	}

#wrappe_cpu th,
#wrappe_cpu_pop th {
	text-align: center;
	font-weight: bold;
	background-color: #3E3A39;
	color:#FFF;
}

#wrappe_cpu th.baseWidth,
#wrappe_cpu_pop th.baseWidth { width: 600px; }

/*#wrappe_cpu td,
#wrappe_cpu_pop td { text-align: right; }*/

td.textRight {
	text-align:right;
}
td.textLeft {
	text-align:left;
}
#wrappe_cpu .fontDeco,
#wrappe_cpu_pop .fontDeco {
	font-size: 14px;
}

#wrappe_cpu .fontDeco2,
#wrappe_cpu_pop .fontDeco2 {
	font-weight: bold;
	text-align: center;
}

#wrappe_cpu .button,
#wrappe_cpu_pop .button {
    margin: 0 5px 3px 4px;
}

/*#wrappe_cpu .graphB,
#wrappe_cpu_pop .graphB {
	border-bottom: 0px;
}*/

/*#wrappe_cpu .graphT,
#wrappe_cpu_pop .graphT {
	border-top: 0px;
}
*/
td.cpuName {
	border-bottom:1px #999 dashed;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	text-align:left;
}
td.cpuName a, td.cpuName_lined a {
	background-image:url(/5include/header/img/common/head_link_tri.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:10px;
}
td.cpuName_lined {
	border-bottom:4px #333 solid;
	font-size:14px;
	font-weight:bold;
}
td.btnLink {
	padding:8px 4px;
	text-align:center;
}
td.cellCore {
	text-align:center;
}
td.cellTdp {
	text-align:center;
}
td.cpuGraph_cell {
	background-image:url(img/lp_intel_cpu/bg_dot_400.gif?$staticlink$);
	background-repeat:no-repeat;
}
td.cpuGraph_cell_short {
	background-image:url(img/lp_intel_cpu/bg_dot_400.gif?$staticlink$);
	background-repeat:no-repeat;
	background-size: cover;
}
td.taC {
	text-align:center;
}



.cpu_table td.cpuName {
	border-bottom:1px #333 solid;
}


.cpu_table td, .cpu_table td.cpuName_lined, .cpu_table_old td {
	border-bottom:3px #333 solid;
}


/*======================================
グラフの設定・共通設定
======================================*/	
.cpuGraph {
	background-image:url(img/lp_intel_cpu/cpu_graph.jpg?$staticlink$);
	display: block;
	height: 20px;
	/*width: 600px;*/
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: -5px;
	float: left;
}

td.cpuGraph_cell span,
td.cpuGraph_cell_short span {
	float:left;
	margin:2px 0 0 4px;
}

.cpuGraph_tdp {
	background-image: url(img/lp_intel_cpu/cpu_graph_tdp.gif?$staticlink$);
	display: block;
	height: 20px;
	/*width: 600px;*/
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: -5px;
	float: left;
}

.graphCell span {
	float: left;
	margin: 3px 0 0 2px;
}

.nowrapCell { white-space: nowrap; }

/*======================================
グラフの設定・個別設定
======================================*/
/* 性能目安 */

/* TDP */


/* ポップアップ */
.cpuPopUp { display: none; }

.cpuDetail h3 {
	border-bottom: 2px solid #0076c4;
	border-left: 8px solid #0076c4;
	font-size: 20px;
	letter-spacing: .5px;
	margin-bottom: 1em;
	padding: 10px;
}

/*.cpuDetail p { margin-bottom: 1.5em; }*/

.cpuTop { margin-bottom: 1em; }

#facebox { width: 800px; }


#facebox .cpuTop .cpuImg {
	float: left;
	width: 200px;
	margin-right: 15px;
	border: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
	#facebox .cpuTop .cpuImg {
		display: block;
		float: none;
		margin: 0 auto 10px;
		width: 50%;
	}
}

#facebox .cpuTop .cpuImg2 {
	float: left;
	width: 200px;
	margin-right: 15px;
	border: 1px solid #cccccc;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cpuPerformance {
	float: left;
	width: 550px;
}

.cpuPerformance p:first-child {
	font-size: 16px;
	line-height: 1.3;
}

.cpuPerformance p:nth-child(2) {
	font-size: 14px;
	margin-bottom: 6px;
}

.cpuPerformance div {
	border: 1px solid #cccccc;
	padding: 8px 5px;
	margin-bottom: 0.5em;
}

.cpuPerformance div p {
	margin-bottom: 0;
}

.cpuPerformance div div,
.cpuPerformance div p {
	float: left;
}

.cpuPerformance div .graph {
	border: none;
	padding: 0;
	margin: 0 10px 0 5px;
}

.cpuPerformance div .num {
	font-weight: bold;
	color: #ff3300;
}

@media screen and (max-width: 767px) {
	.cpuPerformance {
		width: 100%;
		font-size: 14px;
		margin-top: 10px;
	}
	.cpuPerformance .alignR {
		text-align: left;
		margin-bottom: 6px;
	}
}

.cpuDetail table {
	margin-bottom: 1.5em;
	width: 100%;
}

.cpuDetail table th,
.cpuDetail table td {
	font-size: 14px;
	padding: 5px 12px;
	text-align: center;
}

.cpuDetail table th {
	background: #c0defe;
	font-weight: bold;
}

.graph { overflow: hidden; }
#facebox .graph1270 { width: 350px; }

/*
.cpu_name { font-size: 120%; }

.img_box {
	float: left;
	padding: 0px 10px 5px 0px;
}

.img_box img {
	border: 1px solid #c1c1c1;
}

.performance_box, .basis, .cpu_spec {
	float: left;
	width: 580px;
	_width: 560px;
}

.performance_box {
	border: 1px solid #c1c1c1;
	padding: 5px 0;
}

.performance_box p {
	float: left;
	margin-left: 10px;
}

.performance_box span {
	font-weight: bold;
	color:#F00;
}

.basis {
	text-align: right;
	font-size: 12px;
	color: #999;
}

.cpu_spec {
	margin-top: 10px;
}

.cpu_spec table {
	font-size: 14px;
	width: 100%;
	border: 1px solid #c1c1c1;
	color: #111111;
	border-collapse: collapse;
}

.comment_box p {
	width: auto;
	font-size: 14px;
}

.release_date {
	width: auto;
	text-align: right;
	font-size: 12px;
	color: #999;
}*/


/*======================================
skylakeへのボタン　2015/09/03
======================================*/
a .skylakeBtn {
	text-align:center;
	font-size:22px;
	background-color:#0171C3;
	padding:5px;
	margin:10px 0 30px 0;
	font-weight:bold;
	text-decoration:none;
	color: #F4F940;
}

a:hover .skylakeBtn {
	opacity:0.8;
}

a .skylakeBtn span.subText {
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
}

.decNone {
	text-decoration:none;
}

/*======================================
ポップアップ改修 2016/06/22
======================================*/
.buyLink {
	border: 2px solid #85C0E8;
	margin: 0 0 8px;
	padding: 6px 16px;
}

.buyLink span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	width: 300px;
}

.buyLink img {
	margin-right: 4px !important;
}

.priceTxt {
	font-size: 16px;
}

.cpuInfo {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列レイアウトを作成 */
  grid-template-rows: auto; /* 自動的に高さを調整 */
  gap: 30px; /* 各ブロックの間にスペースを設定 */
  max-width: 850px;
  margin: 0 auto 40px; /* 中央揃え */
}

.cpuInfo > div {
	border-bottom: 1px dashed;
	font-size: 14px;
	padding-bottom: 20px;
}

/* AとFのブロックを2列にまたがるように指定 */
.cpuInfo > div:nth-child(1),
.cpuInfo > div:nth-child(6) {
  grid-column: 1 / -1; /* 1列目から最後の列までを使用 */
}

@media screen and (max-width: 850px) {
  .cpuInfo {
    grid-template-columns: 1fr; /* 画面が狭い場合は1列に */
  }
}
