@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------

ASUS Chromebook 特集

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 
----------------------------------------------------*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#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;
	font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
  width: 100%;
}
.breadCrumb, .pagetop {
  margin: 0 auto;
  width: 970px;
}
main h2 {
  border-bottom: 1px solid;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-align: center;
}
main h3 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 2px;
	line-height: 1.3;
  margin-bottom: 16px;
}
main h3.small {
  font-size: 30px;
}
main h4 {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-align: center;
}
#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;
}
.sp {
  display: none;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  main h2 {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  main h3 {
    font-size: 2rem;
  }
  main h4 {
    font-size: .9rem;
    margin-bottom: 8px;
  }
  .sp {
    display: block;
  }
}

/*-------------------------------------
　タイトルブロック
---------------------------------------*/
#modelBox01 {
  background: #f9f9f9 url(/5info/img/asus_chromebook/model_head_c223.jpg) no-repeat scroll center;
	height: 850px;
}

#modelBox02 {
  background: #f9f9f9 url(/5info/img/asus_chromebook/model_head_c523.jpg) no-repeat scroll center;
	height: 850px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #modelBox01{
		background-size: 150%;
		height: 0;
		margin: 0;
		padding: 86% 0 0;
	}
	#modelBox02{
		background-size: 150%;
		height: 0;
		margin: 0;
		padding: 86% 0 0;
	}
}

/*-------------------------------------
　各ブロック共通
---------------------------------------*/
#intro {
	padding: 70px 0;
}
#features {
	padding: 0 0 200px;
}
.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){
  #intro, #column {
    padding: 30px 0;
  }
	#features {
    padding: 0 0 100px;
  }
  .inner {
    margin: 0 auto;
    width: 94%;
  }
  .other_link a {
    font-size: 1rem;
    width: 80%;
  }
}

/*-------------------------------------
　紹介ブロック(#intro)
---------------------------------------*/
#intro {
  /*color: #fff;*/
}
.educ.inner {
	border: 1px solid #0098a6;
	box-sizing: border-box;
	padding: 30px;
}
.pickUp {
	border-bottom: 2px solid #0098a6;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.pickUp span {
	font-weight: 300;
}
.haedIcon img {
	margin-right: 16px;
}
.textBox {
	font-size: 20px;
  line-height: 1.6;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
	#intro .inner {
		margin: 0 10px;
		padding: 16px;
	}
	.pickUp {
		font-size: 1.3rem;
		display: block;
	}
	.haedIcon img {
		margin-right: 0;
		margin-bottom: 10px;
	}
  .textBox {
    font-size: 1rem;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
}

/*-------------------------------------
　シリーズ一覧ブロック(#features)
---------------------------------------*/
.featuresWrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.featuresWrap .img {
	width: 55%;
}
.featuresWrap .text {
	width: 45%;
}
.featuresWrap .text p {
	font-size: 18px;
	line-height: 1.8;
}
.featuresWrap .text p span {
	font-size: 14px;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
	.featuresWrap {
		display: block;
		margin-bottom: 50px;
	}
  .featuresWrap .img,
	.featuresWrap .text {
		margin-bottom: 20px;
    width: 100%;
  }
	.featuresWrap .text p {
		font-size: 1rem;
	}
}

/*-------------------------------------
　商品スペック
---------------------------------------*/
.sepcInner {
	display: flex;
}
.modelName {
	font-size: 30px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 6px;
}
.modelName span {
	font-weight: 700;
} 
.specHead {
	font-size: 24px;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 40px;
}
.specTable {
	width: 50%;
}
.specTable th,.specTable td {
	font-size: 18px;
	padding: 3px 0;
}
.specTable th {
	font-weight: 500;
	width: 30%;
}
.specTable td {
	width: 70%;
}
.specTable td.sepcNotes {
	font-size: 14px;
}
.linkBtn a {
	background-color: #f06f04;
	border-radius: 12px;
	color: #fff;
	display: block;
	font-size: 18px;
	letter-spacing: 3px;
	margin: 30px auto 0;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 400px;
}

#column .inner div {
  margin-bottom: 60px;
}

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){
	.sepcInner {
		display: block;
	}
	.specTable {
		width: 100%;
	}
	.specHead {
		margin-bottom: 20px;
	}
	.linkBtn a {
		width: 80%;
	}
	
  #column .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;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  .pagetop {
    width: 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;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
  #pagetop {
    bottom: 15px;
    right: 10px;
  }
}

/*-------------------------------------
　全体設定
---------------------------------------*/
/* ウィンドウ幅が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;
  }
  .graphTable {
    float:none;
    width:100%;
    margin-bottom: 0;
  }
  .priceTxt {
    font-size: 16px;
    font-weight: bold;
  }
  #lp_page p.text {
    font-size: 100%;
  }
}
