/*
 * Globals


/* Links */
a,
a:focus,
a:hover {
  color: #000;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #000;
  border: 1px solid #000;
}


/*
 * Base structure
 */

html,
body {
	height: 100%;
	background-color: #fff;
	margin:0px;
	padding:0px;
}
body {
  color: #000;
  text-align: center;
  position: relative;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000; /* IE8 proofing */
  color: rgba(0,0,0,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #000;
  border-bottom-color: #000;
}

.background-showcase {
  background: url("/img/mainImageBG.jpg") no-repeat transparent;
  background-size: cover; 
}
.img-responsive-overwrite{
    margin: 0 auto;
}






/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * 業務案内
 */
 
 .background-white {
	background: #FFFFFF;
}
 
 h2{
	 font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
	 margin:0px;
	 font-size:36px;
 }
 .h2HeadRead{
	 font-family: 'Lora', serif;
	 margin:80px 0px 3px 0px;
 }


/*
 * 施工事例
 */
 
 .background-gray {
	background-color: #eeeeee;
}

.marginBottom50{
	margin-bottom:50px;
}
.sectionTopSpace{
	margin-top:100px;
}
.marginTop50{
	margin-top:50px;
}

.photoCopy{
	font-size:18px;
}

.table{
	font-size: 18px;
}

.table th{
	width:30%;
	padding:20px;
	text-align:center;
}

.table td{
	width:70%;
	padding:20px;
	text-align:left;
}

h1.mainCopy{
	margin-top:150px;
}

.scroll-down {
	height: 80px;
	width: 110px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 47%;
	background-color: #222222;
	text-align: center;
	z-index: 6;
}
.scroll-down .glyphicon {
	color: #FFFFFF;
	font-size: 30px;
	padding-right: 2px;
	padding-top: 20px;
	animation-name: wiggle;
	animation-duration: 1.2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
.scroll-down:hover .glyphicon {
	padding-top: 25px;
}

/*
 * Footer
 */

.footer {
  color: #000; /* IE8 proofing */
  color: rgba(0,0,0);
}

/*
 * Affix and center
 */


@media screen and (max-width: 767px)  {
	
h1.mainCopy{
	margin-top:80px;
}
.inner, .cover{
	margin:0px;
	padding:0px;
}

.scroll-down {
	height: 60px;
	width: 80px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0%;
	background-color: #222222;
	text-align: center;
	z-index: 6;
}
 .h2HeadRead{
	 font-family: 'Lora', serif;
	 margin:50px 0px 3px 0px;
 }

}