.font-big{
	font-size:18px;
	line-height: 180%;
}

.font-bold{
	font-weight: bold;
}

.font-12px{
	font-size: 12px;
}

.mbt40{
	margin: 40px 0;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}

/**
* ドロップダウンリストの横幅を可変にする
**/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: auto!important;
}

/**
* CSS設定
**/
.navbar{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#container{
	margin: 20px auto;
	width: 1200px;
}

#content{
	border-top: 4px solid #315A94;
	border-bottom: 4px solid #315A94;
}

#header{
}

#header .hd-logo{
	text-align: left;
}

#header .hd-tel{
	text-align: right;
}

#footer{
	text-align: center;
	margin: 20px 0;
}

/**
* ログインフォーム
**/
.login-form{
	background-color: #466BA7;
	height: 475px;
	width: 449px;
	border-radius: 5px;
}

.login-form a{
	color: white;
	font-size: 14px;
	font-weight: normal;
}
.login-form .lostpwd{
	font-size: 14px;
	color: white;
}

.login-form input[type=checkbox]{
	margin: 3px 6px 7px 2px;
}

.login-form .login-tit{
	text-align: center;
	padding-top: 2em;
	padding: 2em 0;
}

.login-form .input-sec{
	width:420px;
	padding-left:2em;
	padding-top: 0.5em;
	clear:both;
}

.login-form .input-sec .left{
	float:left;
	line-height:200%;
	font-size:120%;
	width:120px;
	color: white;
}

.shoplogin{
	padding: 70px 0 0 60px;

}

.subtitle{
	background-color: #466AA7;
	color: white;
	font-size:16px;
	line-height: 180%;
	border-radius: 5px;
	margin: 0 auto;
	padding:0.5em 1em;
	text-align: center;
	width: 1140px;
}
.subtitle span{
	font-size:24px;
}

.subtitle2{
	border: 1px solid #466AA7;
	color: #466AA7;
	font-size:16px;
	line-height: 180%;
	border-radius: 5px;
	margin: 0 auto;
	padding:0.5em 1em;
	text-align: center;
	width: 1140px;
}
.subtitle2 span{
	font-size:24px;
}

.green{
	background-color: #79BF34;
}

.blue{
	background-color: #0074BF;
}

.entry_sheet{
	width:90%;
	margin: 2em auto;
}

.entry_sheet th{
	width:160px;
	background-color: #caf2a2;
}

.entry_sheet_blue th{
	background-color: #bcddf2;
}

.entry_sheet th span{
	color:red;
}

.entry_sheet td{
}

.hyouka{
}

.hyouka .title{
	font-size: 25px;
	font-weight: bold;
	background-color: #F8B5CC;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
}

.hyouka .price{
	font-size:35px;
	font-weight: bold;
	background-color: #FBDAE6;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
}

.button {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	margin-left: 55px;
	font-size: 16px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

.button {
  border: 1px solid #15aeec;
  background-color: #49c0f0;
  background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
  background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
  border-radius: 4px;
  color: #fff;
  line-height: 50px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
  border:1px solid #1090c3;
  background-color: #1ab0ec;
  background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
  background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
  text-decoration: none;
}
.button:active {
  background: #1a92c2;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
