@charset "utf-8";
/* CSS Document */


.column2R #main {
    float: none;
    width: auto;
}

#wrapper {
	width:970px;
	font-size:14px;
	color: #111;
	background-color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 30px auto;
}

/*h3 {
	font-size:16px;
	font-weight:bold;
	color:#0071C5;
	border-left:4px #0071C5 solid;
	padding-left:4px;
	margin-bottom:10px;
}*/

#wrapper p {
	margin:0;
}
/*Critea DX11 スペック*/
#criSpecs {
	margin-top:20px;
	margin-bottom:20px;
}
#criSpecs .specBox {
	width: 300px;
	float: left;
}
#criSpecs .saleBox {
	width: 220px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF7F00;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	font-size:18px;
}
/*レビュー*/
#criSpecs .reviewBox {
	color:#666;
	float: left;
	width: 250px;
}
#criSpecs .reviewBox .kakakucomreview p {
	padding-top:0 !important;
}
#criSpecs .reviewBox .kakakucomreview span {
	display:none;
	font-size:12px;
}
#criSpecs .priceBox {
	width: 420px;
	text-align: center;
	float: left;
}
#criSpecs .priceRed {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}

/*こんな方に最適*/

#optimumBox {
	margin-bottom: 20px;
	border: 1px solid #535353;
}
#optimumBox h3 {
	background-color: #0071C5;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26px;
}
#optimumBox .txtList {
	width: 873px;
	height: 333px;
	background-image: url(../5info/img/ad_irem_mag_im/optimum_bg.jpg);
	background-repeat: no-repeat;
	padding-top:50px;
	padding-left:95px;
}
#optimumBox .txtList p {
	font-size:18px;
	margin-bottom:47px;
}



/*DX11 ボタン*/
.btnDx11 {
	text-align: right;
	margin-bottom:30px !important;
}


/*人気な理由*/
#popularityBox {
	margin-bottom:15px;
	border: 1px solid #535353;
}
#popularityBox h3 {
	background-color: #0071C5;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26px;
}
#popularityBox p {
	margin:10px;
}

/*安心して*/
#safeBox {
	margin-bottom:15px;
}

/*お客様の声*/
#voiceBox {
	margin-bottom: 15px;
	border: 1px solid #535353;
}

/*店舗リスト*/
#shop{
	background: url(../5info/img/ad_irem_mag_im/tit_store.gif) no-repeat;
	height: 485px;
	margin-top: 20px;
	border: 1px solid #535353;
}
	#shop .shopContent{
		padding-top: 118px;
		padding-left: 64px;
	}

	#shop .shopList{
		float: left;
		width:275px;
		margin-right: 14px;
	}
	#shop .shopList:last-child{
		margin-right: 0;
	}
	.shopList .shopName{
		width: 198px;
		padding: 19px 0 3px 0;
		font-size: 16px;
		font-weight: bold;
		background: url(../5info/img/ad_galleria/border.gif) left bottom repeat-x;
	}
	.shopList .shopIntro{
		font-size: 13px;
		padding-top: 18px;
	}
		.shopList .shopIntro span{
			letter-spacing: -1.7px;
		}
.shopBtn{
	clear: both;
	text-align: center;
	padding-top: 35px;
}


/*ドスパラ専任スタッフ*/
#dospara{
	background: url(../5info/img/ad_irem_mag_im/tit_support.gif) no-repeat;
	height: 505px;
	margin-top: 20px;
	border: 1px solid #535353;
}
	#dospara .dosparaContent{
		padding-top: 105px;
		padding-left: 64px;
	}
	.dosparaContent .dosparaString{
		font-size: 24px;
		font-weight: bold;
	}
	.dosparaContent .left{
		float: left;
	}
	.dosparaContent .question{
		font-size: 15px;
		font-weight: bold;
		margin-top: 30px !important;
		line-height: 1.9;
	}
		.dosparaContent .question span{
			letter-spacing: -7.7px;
		}
	.dosparaContent .accept{
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px !important;
	margin-left: 20px !important;
	background-color: #D5D5D5;
	}
		.dosparaContent .accept span{
			font-size: 18px;
			margin-left: 7px;
		}
	.dosparaContent .attension{
		font-size: 13px;
		margin-left: 17px !important;
		margin-top: 3px !important;
	}
	#dospara .right{
		float: left;
		margin-top: 30px;
		margin-left: 50px;
		width: 450px;
	}
	.dosparaContent .dosparaTitle{
		font-size: 18px;
		padding-bottom: 10px;
		color: #11aeef;
		font-weight: bold;
		background: url(../5info/img/ad_galleria/border.gif) left bottom repeat-x;
	}
	.dosparaContent .dosparaIntro{
		font-size: 15px;
		margin-top: 15px;
		line-height: 1.9;
	}
.dosparaBtn{
	clear: both;
	text-align: center;
	padding-top: 50px;
}




#wrapper .mt20 {
	margin-top:20px;
}
#wrapper .ml8 {
	margin-left:8px;
}
#wrapper .mb20 {
	margin-bottom:20px;
}
#wrapper .mt10 {
	margin-top:10px;
}




.price {
	color:#F00;
	font-weight:bold;
	font-size:22px;
}
.priceSmall {
	color:#F00;
	font-weight:bold;
	font-size:14px;
	text-decoration:line-through;
}
.tax {
	font-size: 10px;
}



.price1 {
    color: #f00;
    font-size: 24px;
    font-weight: bold;
}
.price2 {
    color: #f00;
    font-size: 20px;
    font-weight: bold;
}
.en {
    color: #f00;
    font-size: 18px;
    font-weight: bold;
}
.taxkara {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
}



.tokuMidashi {
	font-weight:bold;
	font-size: 16px;
}

.txtRed {
	color: #f00;
}




/******************************
ヘッダーのwindowsバナー制御
*******************************/

#header #siteNav #nav1 .recomWin a {
	display: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;
/**/
}


/* 20180116追記 */

.popularityInner, .popularityInner2 {
  padding: 10px 0 0 20px;
}
.popularityInner h4 {
  font-size: 20px;
  color: #0071c5;
  width: 560px;
  float: left;
  border-bottom:1px solid;
  margin-top:30px;
}
.popularityInner2 h4 {
  font-size: 20px;
  color: #0071c5;
  width: 920px;
  border-bottom:1px solid;
  margin-top:30px;
}
.popularityInner h4 span, .popularityInner2 h4 span {
  font-size:38px;
}
.popularityInner p:nth-of-type(1) {
  width:560px;
  float:left;
}
.popularityInner p:nth-of-type(2) {
  width:920px;
  clear:both;
}
.popularityInner2 p {
  width:920px;
}
#popularityBox p {
  margin:0;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.8;
}
#popularityBox p ul li {
  font-size: 15px;
  line-height: 1.8;
}
#popularityBox {
  padding-bottom: 30px;
}
#safeBox {
  background: url(../5info/img/ad_irem_cri_dx-ks/img_02.png) no-repeat;
  height: 1015px;
  margin-top: 20px;
}
.safe_title {
  display:none;
}
#safeBox h3 {
  display:none;
}
#safeBox p {
  font-size: 15px;
  padding-left: 60px;
  line-height: 1.8;
}
#safeBox p.first {
    padding-top: 183px;
}
#safeBox p.second {
  padding-top: 107px;
}
#safeBox p.third {
  padding-top:102px;
}
#safeBox p.fourth {
  padding-top:140px;
}
#shop h3, #dospara h3 {
  display: none;
}
.spBnr {
  display:none;
}



/*-------------------------------------
　SP （0〜479pxの場合に適用するCSS）
---------------------------------------*/
@media screen and (max-width:479px){

	#container {
    width: auto;
  }
	#wrapper {
		width: 97%;
		margin: 20px auto;
		color: #333333;
		line-height: 1.5em;
		font-size: 100%;
		position: relative;
	}
	#main img {
		max-width:100%;
		height:auto;
	}
  #criSpecs .specBox, #criSpecs .reviewBox, #criSpecs .priceBox {
    width:100%;
    float:none;
  }
  #criSpecs .priceBox {
    margin-top:10px;
  }
  #criSpecs .priceBox a {
    display:block;
    margin-top:10px;
  }


	/*徹底サポート*/
	#optimumBox h3, #popularityBox h3{
		display: block;
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
	}
  #optimumBox, #staffSupport, #shop, #trial, #dospara {
    background: none;
    height: auto;
    margin-top: 30px;
  }
  #optimumBox .txtList {
    background:none;
    width:100%;
    height:auto;
    width:auto;
    padding:10px;
  }
  #optimumBox .txtList p {
    font-size:1.2em;
    margin-bottom:10px;
  }
  .popularityInner, .popularityInner2 {
    padding: 0;
  }
  .popularityInner h4, .popularityInner2 h4 {
    font-size:1.2em;
    text-align:left;
    margin: 30px 0 0 10px;
    width: 95%;
  }
  .popularityInner h4 span, .popularityInner2 h4 span{
    font-size:1.4em;
    line-height:1.3em;
  }
  #popularityBox p {
    margin: 0;
    padding: 10px;
    width: auto;
    font-size:1.2em;
  }
  .popularityInner img{
    display:none;
  }
  .popularityInner2 ul {
    width:95%;
    margin: 0 auto;
    margin-left:1.0em
  }
  .popularityInner2 ul li {
    text-indent:-1.0em;
  }
  .btnDx11 {
    text-align:center;
  }
  #safeBox {
    background:none;
    margin-bottom: 15px;
    border: 1px solid #535353;
    height: auto;
  }
  #safeBox h3, #safeBox .safe_title {
    display:block;
  }
  #safeBox p.first, #safeBox p.second, #safeBox p.third, #safeBox p.fourth {
    padding-top: 0;
  }
  #safeBox p  {
    padding-left: 0;
  }
  #safeBox h3 {
    display: block;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    background-color: #0071C5;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height:1.3em;
    margin-bottom: 30px;
  }
  #safeBox .safe_title {
    font-size:1.3em;
    text-align:left;
    width:95%;
    color:#0071c5;
    margin: 10px;
    font-weight:bold;
  }
  #safeBox p {
    font-size:1.2em;
    height: auto;
    width:95%;
    margin: 0 auto 40px ;
  }
  #shop .shopContent {
    padding-top: 0px;
    padding-left: 0;
    width: 95%;
    margin: 0 auto;
  }
  #shop .shopList {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #wrapper .shopList .shopName {
    width:80%;
    margin: 0 auto;
  }
  .shopBtn {
    padding-bottom: 30px;
  }
  #shop h3, #dospara h3 {
    display: block;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    background-color: #0071C5;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height:1.3em;
    margin-bottom: 30px;
  }
  #dospara .dosparaContent {
    padding: 0;
    width:95%;
    margin: 0 auto;
  }
  .dosparaContent .dosparaString {
    font-size: 1.3em;
  }
  .pc_br {
    display:none;
  }
  .dosparaContent .question {
    font-size:1.3em;
    line-height:1.2em;
  }
  .dosparaContent .accept {
    margin-left: 0 !important;
    font-size:1.3em;
    padding: 5px;
  }
  .dosparaContent .attension {
    margin-left: 0 !important;
    font-size: 1.2em;
  }
  .dosparaContent .left, #dospara .right {
    float:none;
    width:95%;
    margin: 30px 0 0;
  }
  #dospara .dosparaBtn {
    width:95%;
    margin: 0 auto 30px;
  }
  .saleBnr {
    width:100% !important;
  }
  .spBnr {
    display: block;
  }
  .pcBnr {
    display: none;
  }

}
