@media (max-width: 767px) {
	.navbar {
		min-height: 62px;
	}
	#slider img {
		width: 100% !important;
		height: auto !important;
	}
	.navbar .navbar-brand img {
		max-width: 230px !important;
		height: auto !important;
	}
}
.border {
	border: 1px solid #dcdcdc;
	padding: 20px;
}
.borderW {
	border: 1px solid #fff;
	padding: 5px;
}

#greeting a {
	color:#fff;
	text-decoration: underline;
	word-break: break-all;
}

table.defaultTb {
	width:100%;
	border:solid 1px #dcdcdc;
	margin-bottom:20px;
}
table.defaultTb thead th {
	background-color: #666;
	color: #fff;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	padding:10px 5px;
}
table.defaultTb tbody th, table.defaultTb tbody td {
	border-right:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-bottom: dotted 1px #dcdcdc;
	font-size:14px;
	line-height:140%;
	padding:10px;
}
table.defaultTb tbody th {
	background-color:#efefef;
	text-align:left;
	vertical-align:middle;
}
table.defaultTb tbody td {
	background-color: #fff;
}
table.defaultTb tbody td p {
	margin-bottom:10px;
}
table.defaultTb h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
table.registrationTb tbody td {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
table.registrationTb tbody td span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
}
.map-info h5 {
	font-size: 16px;
}
.map-info p {
	font-size: 12px;
}

span.required {
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 2px 5px;
	background-color: #ff0000;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
span.optional {
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 2px 5px;
	background-color: #999;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}
span.error_blank,
span.error_match,
span.error_format {
	display: block;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

.icon-l i {
	font-size: 66px;
}

.defaultList li {
	font-size: 14px;
}
.link {
	display: block;
	padding: 10px;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none !important;
}
.link-ghost {
	border: 1px solid #fff;
	background-color: none;
	color: #fff;
}
.link-ghost:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.w10 {width: 10%;}
.w12 {width: 12%;}
.w15 {width: 15%;}
.w18 {width: 18%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w33 {width: 33%;}
.w80 {width: 80%;}
.w90 {width: 90%;}

.layer {
	position: relative;
}
.full {
	display: none;
}
a.btn-l:hover .full {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 93%;
	padding: 0.8em;
	background-color: rgba(255, 255, 255, 0.7);
	color: #556BA7;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

@media screen and (min-width: 650px){
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){
  .br-sp { display:block; }
	table.defaultTb thead th,
	table.defaultTb tbody th,
	table.defaultTb tbody td {
		font-size: 2.5vw;
	}
	table.registrationTb tbody td {
		font-size: 4.375vw;
	}
	a.btn-l:hover .full {
		height: 96%;
		padding: 2em 1em;
	}
}
