/* CSS Document */

body {
  background:#000;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.top_bnr {
	margin-bottom:20px;
	color: #FFF;
	font-size: small;
}

.top_bnr img {
	width:100%;
}

/* 臨時お知らせ */

#rinji_box {
	margin: 10px 20px;
	padding: 10px 15px;
	background: #222;
}

#tb_rinji {
  padding: 0 0 10px;
  text-align: center;
}

#tb_rinji h2 {
	font-size:108%;
	margin-bottom:10px;
	color:#FFF!important;
}

#tb_rinji p {
	color: #FFF;
}

/* Facebook ---------------------------- */

#tb_news {
  padding: 0 0 20px;
  text-align: center;
}

#tb_news h2 {
	font-size:108%;
	margin-bottom:10px;
	color:#FFF;
}

#facebook {
	padding:10px;
	font-size:85%;
	text-align:left;
	border:solid 1px #CCC;
	background:#FFF;
}

#facebook a {
	color:#000;
}

#facebook ul {
	list-style:none;
	margin:0;
	padding:0;
}

#facebook ul li {
	list-style:none;
	margin-bottom:5px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}