/* Preload images */
body:after {
  content: url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@charset "utf-8";
/* 基本はbootstrap.cssに準ずる */

/* font
--------------------*/
body,h1,h2,h3,h4,h5,h6 {
	color: #FFF;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
	'メイリオ', Meiryo,
	Osaka,
	'ＭＳ Ｐゴシック', "MS P Gothic",
	sans-serif;
}

/* IE7 HACK（IE9.jsを使うため効かないかも）*/
*:first-child+html *{
	font-family: 'メイリオ', Meiryo,
	'ＭＳ Ｐゴシック', "MS P Gothic",
	sans-serif;
}
/* IE6 HACK（IE9.jsを使うため効かないかも）*/
*html *{
	font-family: 'メイリオ', Meiryo,
	'ＭＳ Ｐゴシック', "MS P Gothic",
	sans-serif;
}
/* IE8 HACK */
html>/**/body {
	font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

/* google font
--------------------*/
.russo {
	font-family: 'Russo One', sans-serif;
}

/* link
--------------------*/
a:hover img {
	filter: alpha(opacity=50);
	-ms-filter: alpha(opacity=50);
	opacity: 0.5;
	background: #FFF;
}
a {
	color: #0C6;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #FC6;
	text-decoration: none;
}

/* bootstrap reset
--------------------*/
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.000em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1.0;
	color: #FFF;
	font-size: 0.786em;
}

/* img center middle
--------------------*/
.imgvmd {
	width: 230px;
}
.imgvmd li {
	float: left;
	display: inline;
}
.imgvmd li div {
	display: table-cell;
	width: 76px;
	height: 76px;
	layout-grid-line: 76px; /*IE7以下用*/
	vertical-align: middle;
	text-align: center;
}

/* body page
--------------------*/
body {
	height: 100%;
	background: #000 url(../img/bg.min.jpg) center top no-repeat;
}
#page {
	min-height: 100%;
}

/* header
--------------------*/
header {
	position: relative;
	width: 100%;
	min-height: 200px;
	max-height: 540px;
	background: url(../img/header_bg.jpg) center top no-repeat;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 138px;
	border: none;
}
header .navbar h1,
.navbar>.container-fluid .navbar-brand {
	font-size: 1.000em;
	margin: 0;
	padding: 0;
	height: auto;
	color: #FFF;
}
header .navbar-header {
	padding-left: 460px;
	padding-top: 60px;
	font-size: 0.857em;
}
header .navbar-text {
	padding-top: 30px;
	line-height: 1.2;
}
header .navbar-link {
	font-size: 2.429em;
	color: #FFF;
}
header .navbar-link:hover,
.navbar>.container-fluid .navbar-brand:hover {
	color: #FC6;
}
.navbutton {
	display: none;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: #0C6;
}

@media (min-width: 1200px) {
	.nav-pills span {
		display: none;
	}
	.nav-pills {
		background: url(../img/globalmenu.png) 0 0 no-repeat;
		width: 100%;
		height: 62px;
	}
	.nav-pills li,
	.nav-pills li a,
	.nav-pills>li+li {
		margin: 0;
		padding: 0;
		height: 62px;
	}
	.nav>li>a:hover,
	.nav>li>a:focus {
		text-decoration: none;
		background-color: transparent;
	}
	.nav-pills>li>a {
		border-radius: 0;
	}
	.nav-pills li:first-child,
	.nav-pills li:first-child a {
		width: 111px;
	}
	.nav-pills li:nth-child(2),
	.nav-pills li:nth-child(2) a {
		width: 231px;
	}
	.nav-pills li:nth-child(3),
	.nav-pills li:nth-child(3) a {
		width: 146px;
	}
	.nav-pills li:nth-child(4),
	.nav-pills li:nth-child(4) a {
		width: 150px;
	}
	.nav-pills li:nth-child(5),
	.nav-pills li:nth-child(5) a {
		width: 126px;
	}
	.nav-pills li:nth-child(6),
	.nav-pills li:nth-child(6) a {
		width: 107px;
	}
	.nav-pills li:nth-child(7),
	.nav-pills li:nth-child(7) a {
		width: 102px;
	}
	.nav-pills li:last-child,
	.nav-pills li:last-child a {
		width: 167px;
	}
	.nav-pills li:first-child a:hover,
	.nav-pills li:first-child a:focus,
	.nav-pills li.active:first-child a {
		background: url(../img/globalmenu.png) 0px -62px no-repeat;
	}
	.nav-pills li:nth-child(2) a:hover,
	.nav-pills li:nth-child(2) a:focus,
	.nav-pills li.active:nth-child(2) a {
		background: url(../img/globalmenu.png) -111px -62px no-repeat;
	}
	.nav-pills li:nth-child(3) a:hover,
	.nav-pills li:nth-child(3) a:focus,
	.nav-pills li.active:nth-child(3) a {
		background: url(../img/globalmenu.png) -342px -62px no-repeat;
	}
	.nav-pills li:nth-child(4) a:hover,
	.nav-pills li:nth-child(4) a:focus,
	.nav-pills li.active:nth-child(4) a {
		background: url(../img/globalmenu.png) -488px -62px no-repeat;
	}
	.nav-pills li:nth-child(5) a:hover,
	.nav-pills li:nth-child(5) a:focus,
	.nav-pills li.active:nth-child(5) a {
		background: url(../img/globalmenu.png) -638px -62px no-repeat;
	}
	.nav-pills li:nth-child(6) a:hover,
	.nav-pills li:nth-child(6) a:focus,
	.nav-pills li.active:nth-child(6) a {
		background: url(../img/globalmenu.png) -764px -62px no-repeat;
	}
	.nav-pills li:nth-child(7) a:hover,
	.nav-pills li:nth-child(7) a:focus,
	.nav-pills li.active:nth-child(7) a {
		background: url(../img/globalmenu.png) -871px -62px no-repeat;
	}
	.nav-pills li:last-child a:hover,
	.nav-pills li:last-child a:focus,
	.nav-pills li.active:last-child a {
		background: url(../img/globalmenu.png) -973px -62px no-repeat;
	}
}

@media (max-width: 1199px) {
	body {
		background: #000 url(../img/bg_xs.min.jpg) center top no-repeat;
	}
	header {
		width: 100%;
		min-height: 100px;
		max-height: none;
		background: url(../img/header_bg_sm.png) top left no-repeat;
	}
	.navbar {
		min-height: 50px;
	}
	header .navbar h1,
	.navbar>.container-fluid .navbar-brand {
		float: none;
		font-size: 1.000em;
		margin: 0;
		padding: 0;
		height: auto;
	}
	header .navbar-header {
		padding-left: 180px;
		padding-top: 10px;
		font-size: 0.857em;
	}
	header .navbar-text {
		padding-top: 0px;
		line-height: 1.2;
		font-size: 0.857em;
	}
	header .navbar-link {
		font-size: 1.500em;
	}
	.nav-pills>li>a {
		border-radius: 0;
	}
	.nav>li>a {
		padding: 10px 15px;
		font-size: 0.857em;
		font-weight: bold;
		color: #FFF;
	}
	.nav>li>a:hover, .nav>li>a:focus {
		background-color: #000;
	}
}

@media (max-width: 991px) {
	header .navbar-header {
		padding-left: 170px;
		font-size: 0.786em;
	}
	header .navbar-text {
		font-size: 0.786em;
	}
}

@media (max-width: 767px) {
	header {
		background: url(../img/header_bg_xs.png) top left no-repeat;
		margin-bottom: 20px;
	}
	header .navbar-header {
		padding-left: 0;
		padding-top: 60px;
		font-size: 0.714em;
		border-bottom: 1px #000 solid;
	}
	.navbar-right {
		float: left!important;
	}
	header .navbar-text {
		padding: 10px 0;
		margin: 0 0 0 -15px;
		font-size: 0.857em;
	}
	.nav-pills {
		display: none;
	}
	.navbutton {
		display: inline-block;
		position: absolute;
		background: #000;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		z-index: 100;
		overflow: hidden;
	}
	.navbutton i {
		padding: 12px;
		line-height: 1.0;
	}
}

/* footer
--------------------*/
#footer {
	background: #353526;
	padding: 15px 0;
}
#footer p {
	font-size: 0.857em;
	text-align: left;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FC6;
}
#footer .copyright {
	float: left;
}
#footer .copyright+p {
	float: left;
	margin-left: 30px;
}

@media (max-width: 767px) {
	#footer .copyright {
		float: none;
		font-size: 0.786em;
	}
	#footer .copyright+p {
		float: none;
		margin-left: 0;
		font-size: 0.786em;
	}
}

/* main
--------------------*/
main {
	padding-bottom: 40px;
}
.bgblack {
	background-color: #222;
	position: relative;
	margin-bottom: 40px;
}
.bgcamouflage {
	background-image: url(../img/camouflage_bg.gif);
}
.contents {
	margin: 40px;
	line-height: 1.8;
}
.page-header+.contents {
	margin-top: 20px;
}
.contents.bgwhite {
	background-color: #FFF;
	padding: 20px;
	color: #333;
}

.page-header {
	position: relative;
	padding-bottom: 0;
	margin: 0;
	border-bottom: none;
}
.page-header h1 span {
	float: left;
	display: inline-block;
}
.page-header h1 small {
	display: block;
	padding: 20px 20px 0 0;
	line-height: 1.5;
}
.kurux2 {
	position: absolute;
	background: url(../img/kurukuru.png) no-repeat;
	width: 55px;
	height: 95px;
	top: -15px;
	left: 160px;
	z-index: 5;
}
.contents .h2 {
	border-bottom: 1px #888 solid;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 1.286em;
	line-height: 1.2;
}
.contents h3 {
	font-weight: bold;
	line-height: 1.8;
}
.contents>.h2:nth-child(n+2) {
	margin-top: 30px;
}
.contents .h2 small {
	float: right;
	font-size: 0.714em;
}
.contents.bgwhite .h2 {
	color: #333;
}
.well .russo {
	font-size: 3.0em;
}

.page-header h1:before,
.page-header h1:after,
.bgblack:before,
.bgblack:after,
.contents .h2:before,
.contents .h2:after,
article footer:before,
article footer:after {
	display: table;
	content: " ";
}
.page-header h1:after,
.bgblack:after,
.contents .h2:after,
article footer:after {
	clear: both;
}
/*
youtube レスポンシブル対応
*/
.content iframe{ width:100%; }
iframe{ max-width:100%; }

/* articleはブログのみ
--------------------*/
article .blogText {
	display: block;
	position: relative;
	line-height: 1.8;
}
article time {
	display: block;
	margin-bottom: 5px;
}
article .blogText .pull-left img {
	margin-right: 20px;
	margin-bottom: 20px;
}
article .blogText .pull-right img {
	margin-left: 20px;
	margin-bottom: 20px;
}
article footer {
	border-top: 1px dashed #999;
	padding-top: 15px;
	margin-top: 30px;
}
article footer .snsbutton {
	display: inline-block;
	width: auto;
	margin-right: 15px;
}
.media {
	border-bottom: 1px solid #444;
}
.media .media {
	margin-left: 50px;
	padding-top: 10px;
	border-top: 1px dashed #444;
	border-bottom: none;
}

@media (min-width: 768px) {
	.contents .dl-horizontal {
		margin-bottom: 0;
	}
	.contents.infoBox .dl-horizontal dt {
		width: 100px;
		margin-bottom: 10px;
		text-align: left;
		font-weight: normal;
	}
	.contents.infoBox .dl-horizontal dd {
		margin-left: 120px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.page-header h1 span {
		float: none;
	}
	.page-header h1 span img {
		width: 75%;
	}
	.kurux2 {
		background: url(../img/kurukuru_xs.png) no-repeat;
		width: 42px;
		height: 73px;
		top: -10px;
		left: 120px;
	}
	.page-header h1 small {
		padding: 10px 20px 0 20px;
		line-height: 1.5;
	}
	.contents {
		margin: 20px;
		padding: 0;
	}
	.contents.bgwhite {
		margin: 20px;
		padding: 20px;
	}
	.contents .h2 small {
		float: right;
		font-size: 0.714em;
	}
	.contents .dl-horizontal {
		margin-bottom: 0;
	}
	.contents.infoBox .dl-horizontal dt {
		margin-bottom: 0;
		text-align: left;
		font-weight: normal;
	}
	.contents.infoBox .dl-horizontal dd {
		margin-bottom: 10px;
	}
	article .blogText .pull-left img {
		width: auto;
		max-width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	article .blogText .pull-right img {
		width: auto;
		max-width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

/* googleCalendar
----------------------*/
.googleCalendar {

}

/* aside
----------------------*/
aside {
	overflow: hidden;
}
.adsBox,
.twitterBox,
.imgBox,
.imgBox p {
	margin-bottom: 15px;
	text-align: center;
}
aside .adsbygoogle {
	margin: 6px auto;
	margin-bottom: 0;
}
aside img {
	max-width: 100%;
}
aside .panel-default {
	border: none;
	border-color: transparent;
}
aside .panel {
	background-color: transparent;
	border: 1px solid #999;
	border-radius: 0;
	box-shadow: none;
}
aside .panel-default>.panel-heading {
	color: #FFF;
	background-color: #555;
	border-color: transparent;
}
aside .panel-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
aside .panel-body {
	padding: 0;
}
aside .panel-body .list-group {
	padding-left: 0;
	margin-bottom: 0;
}
aside .panel-body .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
aside .panel-body a.list-group-item {
	color: #FFF;
}
aside .panel-body .list-group-item {
	background-color: #222;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-color: #999;
}
aside .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
aside a.list-group-item:hover,
aside a.list-group-item:focus {
	color: #FC6;
	text-decoration: none;
	background: url(../img/camouflage_bg.gif);
}
aside a.list-group-item .list-group-item-heading {
	color: inherit;
	font-size: 1.000em;
}
aside a.list-group-item .list-group-item-text,
aside a.list-group-item time {
	font-size: 0.786em;
}

/* twitter
----------------------*/
.twitterBox #twitter-widget-0 {
	width:100% !important;
}

/* Facebook
----------------------*/
.facebookBox .fb-comments,
.facebookBox .fb_iframe_widget,
.facebookBox .fb_iframe_widget[style],
.facebookBox .fb_iframe_widget iframe[style],
.facebookBox .fbcomments iframe[style],
.facebookBox .fb_iframe_widget span {
    width: 100% !important;
}

/* Google Map
----------------------*/
.GoogleMap {
	overflow: hidden;
	position: relative;
	margin: 15px 0;
	height: 0;
	padding-bottom: 75%;
}
.GoogleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*
----------------------*/
.pagetop {
	position: fixed;
	bottom: -100px;
	right: 0px;
	margin: 0;
	z-index: 13000;
}
.pagetop a {
	display: block;
	background: #000;
	width: auto;
	height: auto;
	padding: 10px;
	font-size: 0.786em;
}

/* bootstrap custom
----------------------*/
.well {
	background-color: transparent;
	border: 1px solid #999;
	border-radius: 0;
	box-shadow: none;
}
.text-danger {
	color: #F00;
}
.text-info {
	color: #0CF;
}

.breadcrumb {
	padding: 5px 15px;
	margin-bottom: 0;
	list-style: none;
	background-color: rgba(34,34,34,0.5);
	border-radius: 0;
}
.breadcrumb>.active {
	color: #FFF;
}
.breadcrumb>li+li:before {
	color: #FFF;
	content: "/\00a0";
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background: url(../img/camouflage_bg.gif);
	width: 40%;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #999;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
	border-top: 1px solid #999;
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #333;
}
.label {
	border-radius: 0;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
}
.btn {
	border-radius: 0;
}
.fb-like iframe,
.item-facebook-like iframe {
    max-width: none !important;
}

.contents img {
	max-width: 100%;
    height: auto;
}