body {
	padding-top: 60px;
}

.navbar {

}

header div.jumbotron {
	height: 350px;
	background: url("../../img/top.jpg") center top no-repeat;
	background-size: cover;
}

@media (max-width: 768px){
	header div.jumbotron {
		height: 300px;
	}
}

@media (max-width: 480px){
	header div.jumbotron {
		height: 200px;
	}
}

#gnavi li a {
	font-size: 110%;
	margin-top: 2px;
}

#gnavi .fa-twitter {
	font-size: 130%;
	margin-top: 2px;
}

.navbar-toggle .fa-bars {
	font-size: 150%;
}

dt {
	float: left;
	clear: both;
	padding-right: 50px;
	font-weight: normal;
}

dd {
	border-bottom: dotted 1px #8091a1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

@media (max-width: 480px){
	dt {
		padding-right: 20px;
	}
}

@media (max-width: 768px){
	.gallery .container {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.gallery {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.gallery ul {
	list-style:none;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.thu {
	padding: 0;
}

.thu:hover { 
	opacity: 0.6;
}

.thumbnail {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.t-twitter {
	padding: 20px 10px;
}

.apw p {
	margin-bottom: 40px;
}

.apw .btn {
	margin-top: -10px;
}

.wrap {
	padding-bottom: 20px;
}