body {
  /*min-height: 75rem;*/ /* Can be removed; just added for demo purposes */
}

.navbar {
  margin-bottom: 0;
}

.navbar-collapse .container-fluid {
  padding: 2rem 2.5rem;
  border-bottom: 1px solid #55595c;
}

.navbar-collapse h4 {
  color: #818a91;
}

.navbar-collapse .text-muted {
  color: #818a91;
}

.about {
  float: left;
  max-width: 30rem;
  margin-right: 3rem;
}

.social a {
  font-weight: 500;
  color: #eceeef;
}
.social a:hover {
  color: #fff;
}

.jumbotron {
  padding-top: 4rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  /*max-width: 40rem;*/
}

.album {
  /*min-height: 50rem;*/ /* Can be removed; just added for demo purposes */
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.jumbotron-heading {
	font-size: 4rem!important;
}

.card {
  /*float: left;*/
  width: 100%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
  background-color: #fff;
  min-height: 60px;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
	text-align: left;
	padding: 5px;
	font-size: 13px!important;
	margin-bottom: 0;
	font-weight: 700;
}
.card-text small {
	font-size: 10px!important;
	display: block;
	color: #444;
	font-family: 'Proza Libre', sans-serif;
	font-weight: normal;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*background-image: url(images/sasaki-message-bg.jpg);*/
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.modal-content {
	border-radius: 0;
}
.modal-in-box {
	padding: 50px 70px;
}
.modal-in-box p {
	font-size: 120%;
	font-family: 'Proza Libre', sans-serif;
}
.modal-header {
    border-radius: 0px 0px 0px 0px;
    background-color: #333;
    color: #eee;
}
.modal-footer {
    border-radius: 0px 0px 0px 0px;
    background-color: #333;
    color: #666;    
}
.modal-header .close,
.modal-footer .close{
	color: #fff;
    text-shadow: 0 1px 0 #000;
	opacity: .6;
}
.modal-header .close:hover,
.modal-footer .close:hover{
	opacity: 1;
}
.modal-body {
	background-image: url(images/sasaki-message-bg.jpg);
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

@media (max-width: 767px) {
	.card {
	  /*float: left;*/
	  width: 100%;
	  padding: .75rem;
	  margin-bottom: 2rem;
	  border: 0;
	}
	footer p {
		font-size: 10px;
		text-align: center;
	}
	.modal-in-box {
		padding: 0 20px;
	}
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
}

/* 全体 ============================================================ */
	.modal-backdrop {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.95);
		box-shadow: 0 5px 15px rgba(0,0,0,.95);
		background-color: rgba(0,0,0,.95);
	}
a {
	color: #990000;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.width-100 {
	width: 100%;
}