@charset "utf-8";
/* CSS Document */


.column2R #main {
    float: none;
    width: auto;
}

#wrapper {
	width:970px;
	color: #111;
	background-color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 30px auto;
}


#head {
	background-image:url(/5info/img/shop/head_bg.jpg);
	background-repeat:no-repeat;
	padding:20px 0 20px 15px;
/*	height:95px;*/
	border:1px #333 solid;
}


#headTable table{
	width:100%;
	border-collapse:collapse;
	border:1px #333 solid;
	border-top:none;
}
#headTable table th{
	background:#333;
	text-align:left;
	border-right:1px #FFF solid;
	font-size:18px;
	color:#FFF;
	padding:4px;
}
#headTable table th a{
	color:#FFF;
}
#headTable table th.last, #headTable table td.last{
	border-right:none;
}
#headTable table td{
	padding:4px;
	vertical-align:top;
	border-right:1px #999 dashed;
	font-size:12px;
}
#headTable table td a{
	color:#004CA0;
}

/*サイドバナー*/
.sidebannerRightShop {
    left: 990px;
    position: absolute;
}


.sidebannerLeftShop {
    left: -180px;
    position: absolute;
}

.sidebannerRight{
	display:none;
}
.sidebannerLeft{
	display:none;
}


#wrapper h1 {
	font-size:34px;
	color:#333;
}

#wrapper h1 .dBlue {
	color:#004CA0;
}

#wrapper h2 {
	margin:20px 0 30px;
	background-color:#089BC5;
	border-top:4px #333 solid;
	padding:5px 8px;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}

#wrapper h2.campTit {
	background-color:#F00;
}

#wrapper h3 {
	border-left:6px #666 solid;
	padding:4px;
	font-size: 16px;
	font-weight:bold;
	color:#333;
}

#wrapper h4 {
	margin-bottom: 5px;
	background-color:#C0C0C0;
	padding:5px 8px;
	color:#000;
	font-size:20px;
	font-weight:bold;
}



#wrapper hr {
    background: none repeat scroll 0 0 #000;
    border: 0 none;
    height: 1px;
	margin:20px 0;
}


br.clearBoth{
	clear:both;
	line-height:0px;
}




/*店舗情報*/

.shopCts {
	margin:20px 0;
	padding:0 0 60px 0;
	border-bottom:2px solid #333;
}

.shopInfo {
	float:left;
	width:320px;
}
.shopMap {
	float:right;
	width:auto;
}
.shopMap p {
	margin-top:4px;
	font-size:12px;
}


.shopInfo dl dt {
	font-size:13px;
	margin:10px 0 0 1em;
}

.shopInfo dl dd {
	font-size:12px;
	margin:10px 0 0 1em;
}

.chyukoIcon{
	margin:10px 0 0 1em;
}

.chyukoIcon img{
	margin-bottom:4px;
}

/*ドスパラについて*/
#aboutD {
	background-color:#EFEFEF;
	padding:20px 10px;
	margin:20px 0;
}

#aboutD dl dt {
	float:left;
	margin-right:20px;
}
#aboutD dl dd {
	float:left;
}

/*キャンペーン情報　全体版*/

/*キャンペーン情報*/
#camp {
	margin-top:20px;
}
#camp p {
	margin-bottom: 13px;
}
#camp h3 {
	margin-bottom: 5px;
}
.midashiBox {
	border-top:4px #333 solid;
	background-color:#F60;
	padding:3px 8px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}

.midashiRed {
	border-top:4px #333 solid;
	background-color:#C00;
	padding:3px 8px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
.midashiGreen {
	border-top:4px #333 solid;
	background-color:#390;
	padding:3px 8px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}

.midashiGakuwari {
	border-top:4px #333 solid;
	background-color:#bf0101;
	padding:3px 8px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}

.midashiM {
	font-size:16px;
	font-weight:bold;
	color:#F00;
}

.midashiM_b {
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	/*color:#F00;*/
}

.font_b{
	font-size:13px;
}


/*店舗別キャンペーンバナー*/
.shopCamp img {
	margin-top: 10px;
}
/*テキスト装飾*/
.textDeco {
	color: #FFF;
	background-color:#F00;
	font-size:16px;
	font-weight:bold;
	padding:3px 8px;
}

/*アウトレット特集リンク*/
p.shopOutlet {
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6600 0%, #c44e31 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#c44e31)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6600 0%,#c44e31 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6600 0%,#c44e31 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6600 0%,#c44e31 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff6600 0%,#c44e31 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#c44e31',GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #C44E31;
}
p.shopOutlet a {
	color:#FFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}
/*TITAN BLACK展示リンク*/
p.shopEvent_bk {
	background: #060503; /* Old browsers */
	background: -moz-linear-gradient(top,  #060503 0%, #30302e 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#060503), color-stop(80%,#30302e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #060503 0%,#30302e 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #060503 0%,#30302e 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #060503 0%,#30302e 80%); /* IE10+ */
	background: linear-gradient(to bottom,  #060503 0%,#30302e 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060503', endColorstr='#30302e',GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
	margin-top: 10px;
	text-align: center;
	border-bottom: 4px solid #488D13;
}
p.shopEvent_bk a {
	color:#FFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}

/*twitter*/
p.twitterlink {
    background: #09F;
    border: 1px solid #03F;
    margin-top: 15px;
    padding: 5px 10px;
    text-align: center;
}

p.twitterlink a {
	color:#FFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}

/*店舗在庫状況*/
p.shopStock {
    background: #FF4000;
    border: 1px solid #D90000;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;
}
p.shopStock a {
	color:#FFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}


/*アウトレット在庫*/
p.outlet {
    background: #ffa500;
    border: 1px solid #d2691e;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;
}

p.outlet a {
	color:#800000;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}

/*買取問い合わせ*/
p.purchase {
    background: #ABCF00;
    border: 1px solid #6C8200;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;
}

p.purchase a {
	color:#151900;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}


/*店舗紹介ページへ*/

p.shopIntroductionLink {
	background: #FF4000;
	border: 1px solid #D90000;
	margin-top: 5px;
	padding: 5px 10px;
	text-align: center;
}

p.shopIntroductionLink a {
	color:#FFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}

p.shopIntroductionLink2 {
	background: #ffd700;
	border: 1px solid #ff8c00;
	margin-top: 5px;
	padding: 5px 10px;
	text-align: center;
}

p.shopIntroductionLink2 a {
	color:#000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
}

p.shopIntroduction3 {
    background: #ffffff;
    border: 1px solid #000000;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;

}

p.shopIntroduction3 .win77 {
	display: block;
 	font-size: 14px;
	font-weight: bold;
	color: #f00;
	line-height: 1.3em;
}

p.shopIntroduction4 {
    background: #faa;
    border: 1px solid #fd6868;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;
}

p.shopIntroduction4 .sandisk {
	display: block;
 	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3em;
}

p.shopIntroduction4 .sandisk a {
  color: #333;
}

/*新CPU Intel Haswell-E　ル展示開始*/
p.shopEvent_hwe{
	margin-top:10px;
}
/*千葉店限定！*/
p.shopChibagentei {
	background:#C00;
	padding:5px 10px;
	margin-top:10px;
	text-align:center;
}
p.shopChibagentei a{
	color:#FF0;
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height: 1.3em;
}

/*GTX展示中*/
p.shopGTX {
	background:#000;
	padding:5px 10px;
	margin-top:10px;
	text-align:center;
}
p.shopGTX a{
	color:#00B050;
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height: 1.3em;
}


/*急募アルバイト募集*/
p.shopJobOffer {
	text-align:center;
	margin-top:15px;
	font-size:14px;
}


.shopMap a {
	background-image:url(/5info/img/shop/link_otherWin.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}




/* こっからしたはclearfix */

.clearfix:after {
content: ".";  /* 新しい要素を作る */
display: block;  /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

/*店舗情報*/
.shop_info {
text-align: center;
margin-top: 15px;
font-size: 14px;
border: 1px solid #2A5ACB;
padding: 5px 10px;
background-color: #6DD5FB;
  color: #fff!important;
  font-weight: bold;
}

.shop_info a{
  color: #fff!important;
}

/*カスタマイズしても当日お渡し*/
.toujitsu_popup_ttl {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
.toujitsu_popup_ttl .date {
    font-size: 16px;
    margin-bottom: 5px;
    background: #e60012;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
.toujitsu_popup_ttl .ttl {
    font-size: 24px;
}
.toujitsu_popup_txt_box {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.toujitsu_popup_txt_box .info_box {
    text-align: left;
    display: flex;
    font-size: 14px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background: #eee;
}
.toujitsu_popup_txt_box .info_box p {
    margin: 0 10px;
}
@media screen and (max-width:479px){
 #facebox {
            margin: 0 15px;
        }
        #facebox img {
            max-width: 100%;
            height: auto;
        }
}



/*--------------------
　コロナ臨時お知らせ
----------------------*/

.shopInfo dl dd #txtRed {
  color: #ff0000;
}