a{
	color:#1D2978;
}
body{
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}
.mincho{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	}
h1{
	display:none;
}
hr{
	margin:70px 0;
	}
#maincatch{
	font-size:3em;
	line-height:1.6em;
	letter-spacing:0.2em;	
text-align:center;
}
#maincatch span{
	font-size:1.2em;
}
#subcatch{
	letter-spacing:0.3em;	
	text-align:center;
	margin-bottom:0px;
}

h5{
	margin-top:10px;
}

.lbtn{
	font-size:38px;
	}
.logos img{
	height:80px;
	width:auto;
	padding:5px;
	float:left;
	}
.logos h5{
	margin-top:25px;
	}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

#timeselect li{
display:block;
float:left;
margin:10px !important;
width:100px;
height:40px;
}
.time input{
	display: none;

}
.time label{
	display: block;
	float: left;
	cursor: pointer;
	width: 140px!important;
	margin: 10px !important;
	padding: 12px 5px;
	background: #bdc3c7;
	color: #555e64;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.time label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.time label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.time input[type="radio"]:checked + label {
	background-color: #a1b91d;
	color: #fff;
}
.time label:hover {
	background-color: #CFDDBE;
}

.form-group{
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:9px;
	margin-bottom:0px;
}
.form-group>div{
	padding-top:4px;
	padding-bottom:3px;
}
.form-control{
	/* height:28px; */
	height:50px;
}
.form-group:hover{
	background-color:#f4f4f4;
}
.control-label{
	text-align:center !important;
}
.time label{
	line-height:1.2em;
}
.logos{
	background-image:url("../images/sougou_logo.png") !important;;
	height:122px;
	margin: 40px;
	background-repeat:no-repeat !important;;
	background-position:center center !important;
	max-width: 100%;
	background-size: contain;
}
.logos.shinyokohama{
	background-image:url("../images/sougou_logo.png.png") !important;
}
.hissu{
	width:3em !important;
	color:white;
	font-size:0.6em !important;
	background-color:#ea4c4c;
	border-radius:6px;
	padding:4px;
	vertical-align:middle;
	margin-left:10px;
}
.glyphicon-asterisk:before{
	font-size:0.8em;
}


.form-hidden{
	display:none;
}
.align-right{
	text-align:right;
}
legend{
	border-bottom:3px solid #e5e5e5;
	padding-top: 0px;
}
.form-horizontal .form-group{
	/* margin:0 25px; */
	margin:0;
}

.checkbox .has-error{
	display:none!important;;
}
.has-error{
	color:#a94442;
}
.privacy_hidden{
	display:none;
}
.scroll_box{
	margin:0 20px;
	border:1px solid #aaa;
	padding: 10px;
}

	.control-label{
		text-align:left!important;
	}

@media print{
	body {
		-webkit-print-color-adjust: exact;
		width:1100px !important;

	}

		a[href]:after {
			content: ""!important;
		}
		abbr[title]:after {
			content: ""!important;
		}
}

/* 追加CSS */
.form-horizontal .control-label{
	padding-top: 10px;
}