/* =Overwrite bootstrap settings
-------------------------------------------------------------- */

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 20px;
	color: #666;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
}

.ie8 label,
.ie8 input,
.ie8 button,
.ie8 select,
.ie8 textarea {
	font-family: 'メイリオ', sans-serif;
}

a {
	outline: none;
}

a:hover,
a:focus {
	outline: none;
}

.btn {
	line-height: 20px;
	font-weight: normal;
}

.img-responsive {
	display: inline-block;
}

.section-headline {
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	font-weight: bold;
	font-size: 14px;
	padding: 9px;
	margin: 0 0 20px;
}

@media (max-width: 767px) {
	.margin-top-xs {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.margin-top-sm {
		margin-top: 20px;
	}
}

/* =Overwrite facebook widget style
-------------------------------------------------------------- */

.fb-widget .fb_iframe_widget,
.fb-widget .fb_iframe_widget iframe[style],
.fb-widget .fb_iframe_widget span {
	width: 100% !important;
	overflow: hidden;
}

/* =Layout
-------------------------------------------------------------- */

#header {
	position: relative;
	z-index: 1;
	background-color: #FFF;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#brand {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 10px 0;
	padding: 0;
}

#catchcopy {
	color: #888;
	line-height: 20px;
	font-size: 11px;
	margin-top: 33px;
	margin-left: 230px;
}

#apply {
	margin-top: 25px;
}

@media (min-width: 768px) {
	#cover {
		background: url('../img/cover.jpg') no-repeat 50% 50%;
	}
}

#cover:after {
	clear: both;
}

#cover:before,
#cover:after {
	content: "";
	display: table;
}

#cover-desc {
	text-align: center;
}

@media (max-width: 1199px) {
	#cover-desc {
		padding: 15px;
		margin: 35px 0;
	}
}

@media (min-width: 1200px) {
	#cover-desc {
		margin: 70px 0;
	}
}

@media (max-width: 767px) {
	#cover-logos {
		padding-right: 15px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#cover-logos {
		margin-top: 70px;
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	#cover-logos {
		margin-top: 110px;
	}
}

#cover-logos h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #00528f;
	margin-bottom: 20px;
}

#cover-logos > .row > .col-xs-4 {
	padding-right: 0;
}

#schedule {
	background: url('../img/schedule.png') no-repeat 50% 50%;
}

#schedule .schedule {
	padding: 15px;
}

#schedule .schedule.schedule-kanto { background: #31708F; }
#schedule .schedule.schedule-kansai { background: #3C763D; }

@media (min-width: 768px) {
	#schedule .schedule.schedule-kanto { padding-right: 0; }
	#schedule .schedule.schedule-kansai { padding-left: 0; }
}

@media (min-width: 992px) {
	.timeline-content {
		height: 298px;
	}
}

#timeline {
	margin-bottom: 30px;
}

#cast {
	margin-bottom: 30px;
}

#cast p {
	margin-bottom: 5px;
}

#cast .media {
	margin-top: 0;
	margin-bottom: 20px;
}

.cast-logo {
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.cast-logo {
	}
}

@media (min-width: 992px) {
	.cast-logo {
		padding: 0 0 20px 0;
		margin-bottom: 30px;
		border-bottom: 1px solid #DDD;
	}
}

#outline {
	margin-bottom: 30px;
}

#outline .media {
	margin-top: 0;
	margin-bottom: 5px;
}

#outline .access {

}

@media (min-width: 768px) {
	#outline .access {
		min-height: 80px;
		text-align: right;
	}
}

#content {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	#content-main {
		float: right;
	}
}

#footer {
	background: #02386d;
	padding: 30px 0;
	margin-top: 30px;
}

#footer-nav {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

#footer-nav > li {
	display: inline-block;
	margin-left: -5px;
	margin-right: 15px;
}

#footer-nav > li > a {
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #DDDDDD;
}

/* =Compornent
-------------------------------------------------------------- */

.label {
	font-size: 12px;
	font-weight: normal;
}

.label-kanto {
	background: #31708F;
}

.label-kansai {
	background: #3C763D;
}

/* =Map widgets
-------------------------------------------------------------- */

.map-widget-wrapper {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.map-widget.collapse {
		display: block !important;
		float: right;
	}
}

/* =SNS widgets
-------------------------------------------------------------- */

.sns-widgets-wrapper {
	margin: 20px 0;
}

.sns-widgets-wrapper:after {
	clear: both;
}

.sns-widgets-wrapper:before,
.sns-widgets-wrapper:after {
	content: "";
	display: table;
}

.sns-widgets {
	list-style: none;
	padding: 0;
}

@media (min-width: 768px) {
	.sns-widgets.collapse {
		display: block !important;
		float: right;
	}
}

.sns-widgets:after {
	clear: both;
}

.sns-widgets:before,
.sns-widgets:after {
	content: "";
	display: table;
}

.sns-widgets > li {
	height: 23px;
	float: left;
	margin: 20px 10px 0 0;
}

.sns-widgets img{
	border: 0 !important;
	padding: 0;
	margin: 0;
	vertical-align: top !important;
}

.sns-widget-twitter-tweet {
	width: 100px;
	overflow: hidden;
}

.sns-widget-facebook-page {
	margin-top: 20px;
	background: #FFF;
	padding: 9px;
	border: 1px solid #DDD;
	border-radius: 4px;
}
