@charset "utf-8";
/*-------------------------------------

　Windows 10 搭載パソコン 販売開始

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
  float: none;
  width: auto;
}
#lp_page {
  width: 900px;
  color: #333333;
  line-height: 1.6em;
  font-size: 14px;
  background-color: #FFF;
  margin: 30px auto;
}
#lp_page h2 {
  background: none;
  font-size: 14px;
  color: #000;
  border-left: solid 4px #FF3300;
  margin: 0 0 20px 0;
  padding: 4px 8px;
  font-weight: normal;
}
/*-------------------------------------
　見出し設定
---------------------------------------*/

/*-- h3、h4は依頼内容に合わせて変更してください --*/

#lp_page h3 {
  background-color: #0060AC;
  border-bottom: 5px solid #70B4E9;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 15px;
}
#lp_page h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #068bcc;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 6px;
}

#lp_page h5{
	    margin: 10px 0 5px;
    font-size: 16px;
}
/*-- タイトル画像部分 --*/

#title {
  margin-bottom: 15px;
}
#title img {
  margin-bottom: 10px;
}
/*-------------------------------------
　バナーの下にテキストを設置する場合は
　sectionBox_b を使ってください
　通常はsectionBoxを使用
---------------------------------------*/

.sectionBox, .sectionBox_b {
  margin-bottom: 30px;
}
/*.sectionBox img,
.sectionBox_b img {
	margin-bottom: 15px;
}*/

.sectionBox_b p {
  margin-bottom: 30px;
}
/*-------------------------------------
　ml：　margin-left
　mr：　margin-right
　mb：　margin-bottom
　mt：　margin-top
---------------------------------------*/

.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml13 {
  margin-left: 13px;
}
.ml7 {
  margin-left: 7px;
}
.ml6 {
  margin-left: 6px;
}
/*-------------------------------------
　罫線
---------------------------------------*/

.keisen {
  border: none;
  border-top: solid 1px #CCC;
  height: 1px;
  color: #FFF;
  width: 100%;
  margin-bottom: 20px;
}
/*-------------------------------------
　ページTOPへ
---------------------------------------*/

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
/*-------------------------------------
こっからしたはclearfix
---------------------------------------*/

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*-------------------------------------
装飾
---------------------------------------*/

.ml4 {
  margin-left: 4px;
}
.ml10 {
  margin-left: 10px;
}
.ml16 {
  margin-left: 16px;
}
.ml15 {
  padding-left: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.redTxt {
  color: #F00;
}
.txt12 {
  font-size: 12px;
}
/*-------------------------------------
　内容装飾
---------------------------------------*/

.osImg {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.osImg p {
  width: 49.5%;
}
.osImg img {
  height: auto;
  width: 100%;
}
.box900Blue {
  padding: 10px;
  width: 900px;
  border: 1px solid #004185;
}
.box415 {
  float: left;
  width: 415px;
}
.box435 {
  float: left;
  width: 435px;
  margin-left: 20px;
}
.kinouTxt {
  font-weight: bold;
  color: #004085;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #004085;
  padding-bottom: 3px;
  font-size: 18px;
  margin-bottom: 6px;
}
.kinouTxtSmall {
  font-size: 14px;
}
.boxWidth {
  display: flex;
  justify-content: space-between;
  width: 900px;
}
.box445 {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.box445Blue {
  border: 1px solid #004185;
  box-sizing: border-box;
  padding: 10px;
  width: 49.5%;
}
.box445Blue img {
  height: auto;
  width: 100%;
}
.kinouCatchcopy {
  font-size: 26px;
  font-weight: bold;
  color: #0078D7;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tableSystem table {
  width: 100%;
}
.tableSystem td {
  padding: 10px;
  border: 1px solid #999;
  border-collapse: collapse;
}
.tableSystemBg {
  font-weight: bold;
  background-color: #F0F0F0;
}

.tableType table {
  width: 100%;
}
.tableType td {
  padding: 10px;
  border: 1px solid #999;
  border-collapse: collapse;
min-width: 100px;	
}

.tableTypeBlank {
  background-color: #FFF;
}

.tableTypeBg {
  font-weight: bold;
  background-color: #70b4e9;
  width: 150px;	
}

.scroll {
    overflow: auto;
}

/*モデルBOX*/
.modelBox295 {
  border: 1px solid #999;
  float: left;
  margin-bottom: 25px;
  margin-right: 10px;
  padding: 10px;
  box-sizing: border-box;
  width: 291px;
}
.modelImg {
  float: left;
  width: 115px;
}
.modelTxt {
  float: left;
  font-size: 13px;
  margin-bottom: 14px;
  width: 154px;
}
.modelPrice {
  text-align: center;
  width: 295px;
  font-size: 18px;
  font-weight: bold;
  color: #F00;
  clear: left;
  margin-bottom: 10px;
}
.modelBt {
  text-align: center;
}
.catchcopy {
  background-color: #0058dd;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.modelList {
  width: 910px;
}
.modelList li {
  float: left;
  margin-right: 10px;
}
.modelList img {
  height: auto;
  width: 293px;
}
/*========================================
 推奨モデルゲームwin10検証スタイル
========================================*/

.galleiraEvent {
  margin-bottom: 30px;
}
/*.galleiraEvent .h2 {
	padding: 5px 10px;
	margin-bottom: 0.5em;
	background-color: #4dcaee;
    color: #fff;
    font-size: 140%;
}*/

.galleiraEvent .ex {
  width: 100%;
  text-align: right;
}
.galleiraEvent table {
  width: 100%;
  border-collapse: collapse;
}
.galleiraEvent table caption {
  font-size: 130%;
  color: #0062B0;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.galleiraEvent table tr.month th, .galleiraEvent table tr.month td {
  border: 2px solid #AAA;
}
.galleiraEvent table th, .galleiraEvent table td {
  border: 1px solid #CCC;
  padding: 8px 8px;
  text-align: center;
}
.galleiraEvent table tbody th {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}
.galleiraEvent table thead th {
  font-weight: bold;
  color: #FFF;
  background: #0060AC;
}
/*ページリンクボタン追加*/

#menuTxtbtn li {
  float: left;
    margin-bottom: 2%;
  width: 49%;
}

#menuTxtbtn li:nth-child(even) {
  float: left;
  margin-left: 2%;
  width: 49%;
}

#menuTxtbtn li a:link, #menuTxtbtn li a:hover, #menuTxtbtn li a:visited, #menuTxtbtn li a:active {
text-align: left;
    text-decoration: none;
    /* background-color: #0189CF; */
    /* padding-top: 12px; */
    /* padding-bottom: 12px; */
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #068bcc;
    /* border-radius: 8px; */
    position: relative;
    display: block;
}

#menuTxtbtn li a:after {
content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
    border-color: transparent transparent transparent #068bcc;
    position: absolute;
    top: 5%;
    /* right: 16px; */
    margin: 0 0 0 10px;
    /* left: 5px; */
    transform: rotate(90deg);
}

/*
#menuTxtbtn li a:link, #menuTxtbtn li a:hover, #menuTxtbtn li a:visited, #menuTxtbtn li a:active {
  text-align: center;
  display: block;
  text-decoration: none;
  background-color: #0189CF;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px #555;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #1C6FB3;
  border-right-color: #A9D0F1;
  border-bottom-color: #A9D0F1;
  border-left-color: #1C6FB3;
}
*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */

@media screen and (max-width:479px) {
  /*-----------------------
　ページ設定
-----------------------*/
  body {
    min-width: 100% !important;
  }
  #lp_page {
    margin-top: 10px;
    width: 100%;
  }
  #headerBody {
    width: 98% !important;
  }
  #headerBody h1.tagLine {
    display: none;
  }
  #headerBody .head_lead {
    position: static !important;
    text-align: center;
  }
  #navBot {
    overflow: hidden;
  }
  #navMid .navMid_right, #navMid .navMid_center, #headBtn, #siteNav, .head_lead .mobileLink {
    display: none !important;
  }
  #headsearchBox {
    width: 100% !important;
  }
  #headsearchBox #inputBox {
    width: 83%;
  }
  #headsearchBox #btnBox {
    width: 15%;
  }
  #container, #wrapper {
    width: 98% !important;
  }
  #main img {
    max-width: 100%;
    height: auto;
  }

	
  /*-----------------------
　ページ内容
-----------------------*/
  #lp_page h3 {
    padding: 15px 10px;
    line-height: 1.2em;
  }
  .boxWidth {
    width: 100%;
  }
  .modelBox295 {
    margin-right: 0;
    width: 100%;
  }
  .box445 {
    display: block;
  }
  .box445Blue {
    margin-bottom: 12px;
    width: 100%;
  }
  .box900Blue {
    float: none;
    margin: 15px auto;
    width: 100%;
  }
  .box415 {
    float: none;
    width: 100%;
  }
  .box435 {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .modelImg {
    max-width: 170px;
  }
  .tableSystem th, .tableSystem td {
    display: block;
    border: none;
  }
  #menuTxtbtn li, #menuTxtbtn li:nth-child(even) {

    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
	
	#menuTxtbtn li a:link, #menuTxtbtn li a:hover, #menuTxtbtn li a:visited, #menuTxtbtn li a:active {
    font-size: 16px;
}
	
  .kinouCatchcopy {
    line-height: 1.2em;
  }
  .modelList, .modelList img {
    width: 100%;
  }
  .modelList li {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /*-----------------------
　サブローテ撤去
-----------------------*/
  .sub_rot_wrap {
    display: none;
  }
  /*-----------------------
　ページTOPへボタン
-----------------------*/
  #pagetop {
    bottom: 30px;
    right: 10px;
  }
  /*-----------------------
　フッター周り
-----------------------*/
  .footerTagline {
    width: 100% !important;
  }
  #footer {
    min-width: 320px;
    padding: 20px 0 10px;
    width: 100% !important;
  }
  #footerNav2 {
    padding: 0 10px !important;
    width: 100% !important;
  }
  #footerNav2 ul {
    width: 95%;
  }
  .siteSwitchLink {
    display: none;
  }
  #footer .copyright {
    padding-left: 10px;
    width: 100%;
  }
}
/* Windows 10 のパッケージ版ご検討の方 20200309追加
---------------------------------------*/
.osusume_ul_02 {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 790px;
    margin: 0 auto;
}
.setItem_02 {
    width: 240px;
    border: 5px solid #C1C1C1;
    padding: 20px;
    text-align: center;
}
.setItem_02 a {
    text-decoration: none;
}
.cartBtn {
    display: block;
    background-image: -moz-linear-gradient( top, #ffa035 0%, #ff8300);
    background-image: -webkit-gradient( linear,left top,left bottom, from(#ffa035), to(#ff8300));
    width: 200px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin: 10px auto 14px;
}
@media screen and (max-width: 479px){
.osusume_ul_02 {
    display: block;
	width: 100%;
}
.setItem_02 {
    width: auto;
    border: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}
.cartBtn {
    display: block;
    background-image: -moz-linear-gradient( top, #ffa035 0%, #ff8300);
    background-image: -webkit-gradient( linear,left top,left bottom, from(#ffa035), to(#ff8300));
    width: 200px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin: 10px auto 40px;
    text-decoration: none;
}
}