/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
	font-size: 11pt;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
		font-size: 11pt;
  }
}

.shusai_logo {
	width: 100%;
	margin: 10px 0px ;
}

#center .row {
	font-size: 10pt;
}

#toppage{
	display: flex;
	flex-flow: row wrap;
}
#toppage #schedule{order:1}
#toppage #center{order:2}
#toppage #news{order:3}
@media (max-width: 992px){
	#toppage #news{order:1}
	#toppage #center{order:2}
	#toppage #schedule{order:3}
}


.navbar-dark .navbar-nav .nav-link {
	color: yellow;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: yellow;
}

.itemize > li {
	font-size: 12pt;
}

.py-5{
	margin-top: 40px;
}

.card-header{
	border-top: 1px solid black;
	font-size: 13pt;
}

.card-body{
	padding: 10px 1.25rem ;
	vertical-align: middle;
	font-size: 11pt;
}

.sub-card{
	margin-bottom: 0;
}

.badge{
	float:right;
	display: inline-block;
	background-color: #fd9;
	border-radius: 10px;
	padding: 5px 7px;
	text-align: center;
	line-height: 125%;
	font-size: 11pt;
}

.badge_passed{
	float:right;
	display: inline-block;
	background-color: #ccc;
	border-radius: 10px;
	padding: 5px 7px;
	text-align: center;
	line-height: 125%;
	font-size: 11pt;
}

.sign{
	color: red;
}

.logo{
	width: 100%;
}

.title-panel{
	text-align: center;
	font-size: 15pt;
}

.title{
	margin-top: 30px;
	font-size: 120%;
}

.subtitle{
	margin-top: 5px;
	font-size: 110%;
}

.section-header{
	margin-top: 20px;
	font-size: 13pt;
	background-color: #eee;
	padding: 5px 10px;
}

.subsection-header{
	font-size: 13pt;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
}

.subsubsection-header{
	font-size: 13pt;
	font-weight: bold;
}

.page-header{
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #eee;
}

.page-header-box{
	border: 1px solid black;
	border-radius: 10px;
	padding: 15px 20px;
	margin-top: 20px;
}

.page-header-box > ul {
	margin: 0;
}

#dews-kun{
	position: absolute;
	top: 54px;
	right: 50%;
	z-index:100;
	opacity: 0.5;
}

#dews-kun > img{
	width: 30px;
}

.sight-img{
	height: 150px;
	float: left;
	margin-right: 20px;
}

.map-icon{
	height: 20px;
	margin-left: 1em;
}

.continuous{
	border-top: 1px grey dashed;
}

.organization{
	width: 100%;
}

.organization > tbody {
	border-bottom: 1px grey solid;
}

.organization > tbody > tr {
	border-top: 1px grey solid;
}

.organization > tbody > tr > td:nth-child(1) {
	width: 8em;
}

.organization > tbody > tr > td:nth-child(2) {
	border-left: 1px grey solid;
}

.organization > tbody > tr > td {
	padding: 1px 1em;
}

.organization > tbody > .continuous{
	border-top: 1px #ccc dashed;
}

.award_table {
	width: 100%;
	border-bottom: 1px grey solid;
}

.award_table > tbody > tr {
	border-top: 1px grey solid;
}

.award_table > tbody > tr > td:nth-child(1) {
	width: 7em;
	padding-left: 2em;
}

.award_table > tbody > tr > td:nth-child(3) {
	padding-right: 2em;
	padding-left: 2em;
	width: 45%;
}

.fee{
	width: 100%;
	text-align: center;
	border-top: 1px grey solid;
	border-bottom: 1px grey solid;
	margin-bottom: 15px;
}

.fee > thead {
	border-bottom: 1px grey solid;
}

.fee > thead > tr > th:nth-child(2) {
	border-left: 1px grey solid;
}

.fee > thead > tr > th:nth-child(3) {
	border-left: 1px grey solid;
}

.fee > tbody > tr > td {
	padding: 0 2em;
	border-top: 1px #ccc dashed;
}

.fee > tbody > tr > td:nth-child(2) {
	border-left: 1px grey solid;
}

.fee > tbody > tr > td:nth-child(3) {
	border-left: 1px grey solid;
	width: 600px;
	text-align: left;
}

.session-table{
	width: 100%;
	margin-bottom: 30px;
	border-top: 1px grey solid;
	border-bottom: 1px grey solid;
}

/**
.session-table > tbody > tr {
	border-bottom: 1px grey dashed;
}

.session-table > tbody > tr:nth-child(1) {
	border-top: 1px gray solid;
	border-bottom: none;
}
**/

.session-table > thead > tr > th {
	text-align: center;
}

.session-table > tbody > tr > td:nth-child(1) {
	width: 4em;
}

.session-table > tbody > tr > td:last-child {
	width: 3em;
	text-align: center;
}

.session-table_separator {
	border-top: 1px gray solid;
}

.submission_button{
	text-align: center;
	font-size: 25pt;
	margin-top: 40px;
}
.submission_button > a{
	padding: 10px 100px;
	background-color: #F8EF98;
	text-decoration: none;
}
.submission_button > a:hover{
	background-color: #FFE80D; 
}

.invited{
	margin-bottom: 20px;
}
