/* general settings */

body{
	background-color: #fff2df;
	line-height: 2;
	font-family: "Hiragino Kaku Gothic ProN",
	             "ヒラギノ角ゴ ProN W3",
	             Meiryo,
	             メイリオ,
	             Osaka,
	             "MS PGothic",
	             arial,
	             helvetica,
	             sans-serif;
	color: #390000;
	margin-top: 15px;
}


/* common */
img{
	margin:0 auto;
}

a>img:hover{
	opacity: 0.8;
}

figcaption{
	text-align: center;
	font-size: smaller;
}

dt{
	margin-top: 15px;
}

dd{
	padding-left: 1em;
}

.centered{
	text-align: center;
}

.frame-top{
	background: url(../img/birds-c.png) no-repeat;
	background-position: center center;
	background-size: contain;
	height: 53px;
}

.header-decoration{
	border-bottom: 1px solid #cacaca;
	border-left: 5px solid orange;
	padding: 5px 0 5px 1em;
}

/* main navigation */
nav{
	margin: 0 15px;
	font-size: larger;
}

.nav>li{
	border-bottom: solid 1px white;
}

.nav>li:hover, .nav>li:active{
	border-bottom: solid 1px #777;
}

nav li a span::before{
	display: inline-block;
	margin-right: 5px;
	content: "\0025b2";
	-webkit-transform: rotate(-30deg);
	   -moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	     -o-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}

.navbar-header .text{
	line-height: 50px;
	margin-left: 15px;
	color: black;
}

/* carousel */
.carousel-caption{
	bottom: 10px;
	padding-bottom: 20px;
}

.carousel-indicators{
	bottom: 0;
}


.frame-top{
	max-width: 100%;
	margin: 0 auto 15px;
}

.st_comment{
	background-color: white;
	border-radius: 15px;
	margin-top: 18px;
	padding: 15px;
}

.st_portrait{
	margin-top: 18px;
}

.carousel-control.right, .carousel-control.left{
	background-image: none;
}

.banner-single{
	margin: 0 auto;
}

.banner-single img{
	margin: 0;
}

/* sidebar */
.sidebar img{
	max-width: 100%;
	margin-bottom: 15px;
}


/* footer */
.footer{
	background-color: #a17a51;
	color: white;
	margin-top: 15px;
	padding: 10px;
	font-size: smaller;
	line-height: 1.0;
}

.footer p{
	margin-bottom: 3px;
}

/* media queries */
@media screen and (min-width:768px){
	.frame-top{
		background-image: url(../img/birds-cr.png);
	}

	.gh-title{
		background: url('../img/birds-cr.png') no-repeat center right;
	}

	.navbar-header .text{
		display: none;
	}
}

@media screen and (min-width:992px){
	.header .slide1, .header .slide2{
		font-size: 3em;
	}

	.frame-top{
		background-image: url(../img/birds-lcr.png);
	}

}

@media screen and (min-width:1200px){
	.st_comment, .st_portrait{
		margin-top: 15px;
	}

	.banner-single{
		margin-left: 15px;
	}
}