@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++
TITLE   : MacUpgradeProgram Stylesheet
DATE    : 2017/01/30
URL     : http://www.biccamera.co.jp/apple/retail/css/common.css
WRITER  : BIC CAMERA inc.
++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  BICCAMERA STYLE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family:Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:100%;color: #333;
	}
@media only screen and (max-width:767px){
  #contentTopWrap .socialBTN {display: none;}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  HEADER
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#top-head .navbar{
  height: 100px;
/*  padding-top: 7px; */
  background:#FFF;
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  border-top: 6px solid #E60012;
  margin-bottom:0;
}
/* #top-head .navbar-header {padding-top: 5px;} */
#top-head .nav-top{
  color: #fff;
  padding-top:10px;
  background-color: #bd1b18;
}
/*
#top-head .navbar-header a img#headlogoB {width: 220px;}
#top-head .navbar-header a img#headlogoW {width: 200px;}
*/
@media only screen and (min-width:768px){
  #top-head.fixed .navbar {
    padding-top: 0;
    height: 50px;
    background: rgba(0,0,0,.8);
    border-top: 6px solid #333;
    border-bottom: none;
  }
  #top-head .navbar-header {float: none;}
  #top-head.fixed .navbar-header {float: left;}
}
/*  #top-head.fixed .navbar .container {width: 90%;} */
  #top-head.fixed .navbar,
  #top-head.fixed .navbar .container {
	  -moz-transition-duration:1.0s;
	  -webkit-transition-duration:1.0s;
	  -o-transition-duration:1.0s;
	  -ms-transition-duration:1.0s;

	  -moz-transition-timing-function:ease-in-out;
	  -webkit-transition-timing-function:ease-in-out;
	  -o-transition-timing-function:ease-in-out;
	  -ms-transition-timing-function:ease-in-out;
  }
  #top-head .navbar,
  #top-head .navbar .container {
	  -moz-transition-duration:1.0s;
	  -webkit-transition-duration:1.0s;
	  -o-transition-duration:1.0s;
	  -ms-transition-duration:1.0s;
	  -moz-transition-timing-function:ease-in-out;
	  -webkit-transition-timing-function:ease-in-out;
	  -o-transition-timing-function:ease-in-out;
	  -ms-transition-timing-function:ease-in-out;
  }
	#top-head #headlogoW,
	#top-head.fixed #headlogoB {display: none;}
  #top-head.fixed #headlogoW {display: block;width: 450px;}
  /* #top-head.fixed #headlogoW {display: block;width: 180px;} */
}
#top-head.fixed .navbar {border-bottom: rgba(0,0,0,.25);}
#top-head .navbar-nav a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#top-head.fixed .navbar-nav a {color: #ddd;}
#top-head.fixed .navbar-nav a:hover {color: #fff;background: #555;}
#top-head.fixed .navbar-default .navbar-nav .open>a,
#top-head.fixed .navbar-default .navbar-nav .open>a:focus,
#top-head.fixed .navbar-default .navbar-nav .open>a:hover {background-color: #666;}
#top-head.fixed .navbar-nav li .dropdown-menu {background: #666;}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  #top-head.fixed #headlogoW {width: 290px;padding-top: 5px;}
}
@media only screen and (max-width: 767px) {
  #top-head.fixed .navbar-nav a {color: #777;}
  #top-head.fixed .navbar-nav li .dropdown-menu,
  #top-head.fixed .navbar-nav a:hover {color: #666;background: #f7f7f7;}
  #top-head.fixed .navbar-default .navbar-nav .open>a,
  #top-head.fixed .navbar-default .navbar-nav .open>a:focus,
  #top-head.fixed .navbar-default .navbar-nav .open>a:hover {background-color: #f7f7f7;}
  #top-head .navbar{height: 80px;}
  #top-head .navbar-header {padding-top: 0;}
  .navbar {padding-top: 10px;}
  .navbar-collapse {background: #f7f7f7;margin-top: 9px;}
  .navbar-nav {margin: 0 -15px;}
  .navbar-default .navbar-nav li a {border-bottom: 1px solid #eee;}
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {border-color: #ccc;}
  .dropdown-menu .divider　{margin: 0;}
  .navbar-nav .open .dropdown-menu li a {line-height: 25px;}
  .separator {border-bottom: 1px solid #ddd;}
  footer .copy {line-height: 1.2em;padding-top: 23px;}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  FOOTER
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#authorized img {width: 200px;}
footer {
	color:#666;
	font-size:12px;
	background:#eee;
}
footer dt, footer a,
footer .panel-heading h4 {color: #666;}
footer a {color:#666;}
footer a:hover {color: #666;}
footer li {line-height: 24px;}
footer .title {
  color: #555;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 1em;
}
footer .title i {
  padding-right: 5px;
  font-size: 15px;
}
footer .panel-group dl {border-left: 1px solid #ddd;}
footer .panel-group dl:nth-child(1),
footer .panel-group dl:nth-child(3) {border-left: none;}
footer .panel-group dt a {font-weight: 700;}
footer .panel-default {border-color: #ddd;}
footer .panel-default .panel-heading,
footer .panel-collapse .panel-body {background: #ccc;}
footer .panel-heading a {cursor: pointer;}
footer .accordion-toggle a:after {
    font-family: 'Glyphicons Halflings';
    content:"\e113";
    float: left;
    color: inherit;
    padding-right: 8px;
}
footer .accordion-toggle a.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content:"\e114";
    float: left;
    color: inherit;
    padding-right: 8px;
}
footer .copy {
  color: #666;
  background: #999;
  height: 72px;
  line-height: 72px;
}
footer .copy p {margin: 0;}
@media only screen and (max-width: 767px) {
  footer .copy {line-height: 1.2em;}
  footer .panel-group dl {border-left: 0;}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  SOCIAL
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#socialBTN {margin-top: 10px;}
.socialBTN .list-group {
  box-shadow: none;
  margin-bottom: 0;
  float: right;
}
.socialBTN .list-group-item {
  float: left;
  border: none;
  display: inline-block;
  padding: 0 5px;
  background: none;
}

@media only screen and (max-width:767px){
  .socialBTN .list-group {
  text-align: center;
  float: none;
  }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  PAGE TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#page-top {
  position: fixed;
  font-size: 80%;
  bottom: 0;
  right: 15px;
}
#page-top a {
  display: block;
  width: 50px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background: #666;
  padding: 17px;
  border-radius: 50%;
}
#page-top a:hover {
  text-decoration: none;
  background: #777;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  CONTENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ALL */
section.topWrap,
section.middleWrap,
section.bottomWrap {padding-bottom: 3em;}
.row {margin: 15px 0;}
#contentTopWrap {margin-top: 7em;}
.breadcrumb {background: none;}
.title {margin-bottom: 3em;}
.label {padding: 0px 5px;}

/* INDEX */
section#homeJumbotron,
#bnrWrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f9f9f9), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #f9f9f9);
  background: -moz-linear-gradient(#fff, #f9f9f9);
  background: linear-gradient(#fff, #f9f9f9);
  margin-top: 2em;
  margin-bottom: 7em;
}
.jumbotron {
  padding: 0 !important;
  margin: 100px auto 0;
  background-color: transparent;
}
body#home .topWrap h2 ,
body#home .middleWrap h2 {font-size: 40px;}
body#home .topWrap .lead {margin: 3em 0;}
body#home .topWrap img {width: 25%;}
body#home .middleWrap .row {margin: 7em 0;}
body#home .middleWrap img {width: 70%;margin: auto;padding-top: 25px;}
body#home .btnWrap .btn {border: 1px solid #ddd;background: #888;color: #fff;margin-top: 1em;}
body#home .middleWrap .btn:hover {background: #ccc;color: #555;}
body#home .middleWrap .textBox h3 .badge {padding: 18px 7px; background-color: #777; border-radius: 50%; color: #fff; margin: 10px;}
body#home .bottomWrap i {font-size: 35px;margin-top: 1.2em;}
@media only screen and (max-width:767px){
  section.topWrap,
  section.middleWrap {margin-bottom: 0; padding-bottom: 0;}
  section#homeJumbotron {margin-bottom: 3em;}
  section#homeJumbotron .container {padding-right: 0; padding-left: 0;}
  body#home .middleWrap h2 {margin-top: 2em;}
  body#home .topWrap h2 {font-size: 31px;}
  body#home .topWrap .h3 {font-size: 18px;}
  body#home .topWrap img {width: 220px;}
  body#home .middleWrap img {width: 80%;}
  .middleWrap .imgBox {margin-bottom: 1em;}
  .middleWrap .textBox p.btnWrap {text-align: center;}
  .middleWrap .btn {text-align: center;}
  body#home .bottomWrap .panel {margin-bottom: 0;}
  body#home .bottomWrap i {transform: rotate(90deg);margin: auto;}
}


/* PLAN */
body#plan .thumbnail {
  border: 0;
  padding: 0;
  margin-bottom: 7em;
}
body#plan .thumbnail h3 {margin-top: 10px;}
body#plan .thumbnail img {width: 75%;}
body#plan .thumbnail.macpro img {width: 55%;}
body#plan .thumbnail.iMac img.img-responsive {width: 51%;}
body#plan .thumbnail.macPro img.img-responsive {width: 26%;}
body#plan .thumbnail.macMini img.img-responsive {width: 50%;padding: 20px 0;}
body#plan .thumbnail .caption h3 {font-size: 30px;}
body#plan .thumbnail .caption dl {margin: 3em 0;}
body#plan .table {margin-bottom: 5px;}
body#plan .table th,
body#plan .table td {border-top: none;border-bottom: 1px solid #ddd;}
@media only screen and (min-width: 1024px){
  body#plan .thumbnail .caption h2 {font-size: 60px;}
  body#plan .thumbnail .caption .dl-horizontal dt {width: 170px;}
  body#plan .thumbnail .caption .dl-horizontal dd {text-align: left;margin-left: 200px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  body#plan .thumbnail .caption h2 {font-size: 60px;}
  body#plan .thumbnail .caption .dl-horizontal dt {width: 130px;}
  body#plan .thumbnail .caption .dl-horizontal dd {text-align: left;margin-left: 150px;}
}
@media only screen and (max-width: 767px){
  body#plan .thumbnail img {width: 85%;}
  body#plan .thumbnail.iMac img.img-responsive {width: 70%;}
  body#plan .thumbnail.macPro img.img-responsive {width: 35%;}
  body#plan .thumbnail.macMini img.img-responsive {width: 70%; padding: 0;}
  /*body#plan .thumbnail .caption img {width: 70%;}*/
  body#plan .thumbnail .caption dt {float: left;width: 120px;}
  body#plan .thumbnail .caption dd {text-align: left;}
  body#plan .thumbnail .caption dl:after {
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
  }
}
/* PLAN MODEL */
body#plan.model .thumbnail.macbook img {margin-bottom: 1em;}
body#plan.model .thumbnail.macmini h2 {margin-top: -30px;}

body#plan.model .bottomWrap .nav-tabs a.h3 {margin-bottom: 0;font-size: 21px;}
body#plan.model .bottomWrap .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
}
body#plan.model .bottomWrap .panel-default {border: none;}
body#plan.model .bottomWrap .panel-heading {
  border-bottom: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
body#plan.model .bottomWrap .panel dl {padding: 15px 0 0;}
body#plan.model .panel-heading .open {transform: rotate(180deg);}
body#plan.model .bottomWrap .panel-body .variationList {padding: 0;margin-bottom: 1.5em;}
body#plan.model .bottomWrap .panel-body .variationImg img {width: 15px; margin-right: 5px; border-radius: 50%;}
body#plan.model .bottomWrap .panel-body table {margin-bottom: 1em;}
body#plan.model .bottomWrap .panel-body th {color: #666;}
body#plan.model .bottomWrap .panel-body td {padding-left: 10px;}
body#plan.model .bottomWrap .panel-body dd {margin-bottom: 1.5em;}
@media only screen and (min-width:768px){
  body#plan.model .bottomWrap .panel-default i {display: none;}
}
@media only screen and (max-width:767px){
	body#plan.model .thumbnail.macbook img {margin-bottom: 0;}
	body#plan.model .thumbnail.macbookair h2,
	body#plan.model .thumbnail.macbookpro h2,
	body#plan.model .thumbnail.macpro h2 {margin-top: 15px;}
	body#plan.model .thumbnail.macmini h2 {margin-top: -5px;}
  body#plan.model #modelTabContent .glyphicon {top: 3px;right: 5px;color: #777;}
  body#plan.model .bottomWrap .panel {padding: 0;}
  body#plan.model .bottomWrap #panel dt {cursor: pointer;}
  body#plan.model .bottomWrap .panel-heading.active i {transform: rotate(180deg);}
  body#plan.model .bottomWrap .panel-body .variationImg {margin: auto;}
  body#plan.model .bottomWrap .panel-body caption {text-align: center;}
}


/* SHOP */
body#shop .nav-tabs li a {margin-top: 0;  margin-bottom: 0;}
body#shop .row div {margin: 1.5em 0;}
body#shop .media-list .media {height: 150px;}
body#shop .media-body ul {line-height: 1.6; padding-left: 2.5em;}
body#shop .media-body .media-heading {
  position: relative;
  margin-bottom: 10px;
  padding: 0 .5em .5em 2em;
}
body#shop .media-body .media-heading::before,
body#shop .media-body .media-heading::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
body#shop .media-body .media-heading::before {
  top: 0;
  left: .2em;
  z-index: 2;
  width: 16px;
  height: 16px;
  background: rgba(0,0,0,.5);
}
body#shop .media-body .media-heading::after {
  top: .5em;
  left: .7em;
  width: 12px;
  height: 12px;
  background: rgba(0,0,0,.25);
}
@media only screen and (max-width:767px){
  body#shop .nav-tabs li a {padding: 10px 12px;font-size: 14px;}
  body#shop .row div {padding-right: 0; padding-left: 0;}
  body#shop .small {font-size: 100%;}
}


/* SUPPORT */
body#support .topWrap {margin-bottom: 3em;}
body#support .media {margin-bottom: 3em;}
body#support .media i {color: #555;font-size: 21px;}
body#support .media .media-body {padding-top: 3px;}
@media only screen and (min-width:1200px){
  body#support .topWrap .row,
  body#support .bottomWrap .row {margin: 15px 0; padding-left: 10em;}
}
@media only screen and (max-width:767px){
  body#support .topWrap .row,
  body#support .bottomWrap .row {margin: 15px 0;}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++  CLEAR FIX
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#socialBTN:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
