.navbar{
  margin-bottom: 0;
}

/* ヘッダー背景を入れる場合下記()内に画像を指定 */
.jumbotron{
  background-image:url(https://blog-imgs-90.fc2.com/w/e/b/webnetachou/topimage_sample.jpg);
  background-size:cover;
  background-position:center;

}


.col-md-9>article {
  position: relative;
  margin-bottom: 16px;
}
.col-md-9>article img {
  border: 4px solid #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px #999999;
  -moz-box-shadow: 0px 1px 1px 0px #999999;
  box-shadow: 0px 1px 1px 0px #999999;
}
.col-md-9>article .media img {
  max-width:150px;
}
.col-md-9>article:nth-child(1) .media img{
  max-width:150px;
}

.media-body{
	height:100px;
}
.media-body .btn {
	position: absolute;
	right: 12px;
	bottom:16px;
}
.col-md-9>article:nth-child(1) h3{
	font-size: 36px;
}


.media-footer p{
	text-align:right;
}

/* back to top */
#page-top {
  position: fixed;
  right: 10%;
  bottom: 80px;
  font-size: 600%;
  opacity: 0.8;
  z-index: 500;
}

#page-top a {
color:#2a9fd6;
text-shadow: 1px 8px 4px #336;
}

img{
max-widht:100%;
}