@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400);
/* ##########  */
/*   $GLOBAL   */
/* ##########  */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
/*
  background: url(/assets/login/img/bg1.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
  background: url(/assets/web-kouza/img/gplay.png) repeat;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media (min-width: 979px) {
  body {
    padding-top: 80px;
  }
}

.blue {
  color: #447fc8;
}

.btn-black {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 20px;
  background-color: #222222;
  background-image: none;
  color: white;
  text-shadow: none;
}
.btn-black:hover {
  background: #333333;
  color: white;
}

.red {
  color: red;
}
.smaller{
  font-size: smaller;
}

a:visited {
  color: #669;
}

/* ########### */
/* $NAVIGATION */
/* ########### */
.navbar .brand {
  margin-top: 20px;
  padding-bottom: 8px;
  max-height: 40px;
  width: auto;
}
.navbar .navbar-inner {
  height: 95px;
  background: white;
  filter: none;
  border-top: 7px solid #22426a;
}
.navbar .nav {
  margin-top: 29px;
}
.navbar .nav > li > a {
  padding: 10px 10px 11px;
  color: #333;
  text-shadow: none;
}
.navbar .nav > li > a:hover {
  color: #111;
  background-color: #eee;
}
.navbar .nav > li.active > a {
  background: none;
  color: #111;
}
.navbar .nav > li.active > a:hover {
  background: none;
  color: #111;
}

/* ####### */
/* $LOGIN  */
/* ####### */
#wraper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
/*
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -185px;
  margin-left: -235px;
  padding: 25px;
*/
  position: relative;
  top: 0;
    
  width: 90%;
  margin: 50px auto 50px auto;

  padding-top: 25px;
  padding-bottom: 5px;

/*   height: 350px; */
  background: white;
/*   text-align: center; */
}


.body {
	width: 90%;
  max-width: 700px;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

/*
.body h3, .body h4, .body h5, .body p{
	text-align: left;
}
*/

.footer {
  margin-top: 20px;
  margin-bottom: 20px; 
}
.footer .checkbox.inline {
  display: inline;
}
.footer .checkbox.inline input[type="checkbox"] {
  float: none;
  margin-top: -4px;
}
.footer .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 15px;
  padding: 7px 25px;
  background-image: none;
}

#smoothup { 
	height: 40px; 
	width: 50px; 
	position:fixed;
	bottom:10px;
	right:20px;
	text-indent:-9999px;
	display:none;
	background: #000 url(/assets/web-kouza/img/top_button.png) no-repeat center; 
	-webkit-transition-duration: 0.4s; 
	-moz-transition-duration: 0.4s; transition-duration: 0.4s; 
	border-radius: 0.2em;
}

#smoothup:hover {
	background-color: #10b9b9;
}



/* ######### */
/* $REGISTER */
/* ######### */
/* line 127, ../sass/typica-login.scss */
#register-wraper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin-top: 25px;
  margin-bottom: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: white;
  text-align: center;
}

/* line 137, ../sass/typica-login.scss */
#register-form {
  margin: 0 auto;
  width: 350px;
}
/* line 140, ../sass/typica-login.scss */
#register-form .control-inline {
  display: inline-block;
}
/* line 143, ../sass/typica-login.scss */
#register-form legend {
  margin-bottom: 15px;
  border-bottom: none;
}
/* line 147, ../sass/typica-login.scss */
#register-form input.input-huge {
  width: 318px;
}
/* line 150, ../sass/typica-login.scss */
#register-form .control-group {
  margin-bottom: 0;
}
/* line 153, ../sass/typica-login.scss */
#register-form .checkbox.inline {
  margin-bottom: 10px;
  padding: 0;
  font-size: 98%;
}
/* line 157, ../sass/typica-login.scss */
#register-form .checkbox.inline input {
  margin-right: 10px;
}
/* line 161, ../sass/typica-login.scss */
#register-form .body {
  overflow-y: auto;
  height: auto;
}
/* line 165, ../sass/typica-login.scss */
#register-form .btn {
  padding: 10px 40px;
  background-image: none;
  box-shadow: none;
}

/* line 171, ../sass/typica-login.scss */
.register-info-wraper {
  background: rgba(0, 0, 0, 0.2);
}

/* line 174, ../sass/typica-login.scss */
#register-info {
  position: relative;
  padding: 25px;
}
/* line 177, ../sass/typica-login.scss */
#register-info ul {
  margin-right: 25px;
}
/* line 179, ../sass/typica-login.scss */
#register-info ul li {
  margin-bottom: 25px;
}

/* ####### */
/* $FOOTER */
/* ####### */
/* line 185, ../sass/typica-login.scss */
footer.white {
  padding-top: 20px;
  height: 50px;
  background: white;
  text-align: center;
  border-top: 1px solid #d4d4d4;
}

/* ###### */
/* $FONTS */
/* ###### */
/* navigation */
/* line 7, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.navbar {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
/*   text-transform: uppercase; */
}

/* login form */
/* line 17, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.login-form legend {
/*   font-family: 'Lato', Helvetica, sans-serif; */
  font-size: 25px;
/*   font-weight: 300; */
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 24, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.login-form label {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 20px;
  color: #333333;
  font-weight: 300;
}

/* register form */
/* line 32, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-form legend {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 39, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-form label {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 300;
}

/* register info */
/* line 48, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-info h1 {
  font-size: 42px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  line-height: 55px;
  font-weight: 700;
  text-align: right;
  padding-bottom: 50px;
  color: white;
}
/* line 57, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-info ul {
  text-align: right;
  color: white;
  font-size: 24px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

/* footer */
/* line 66, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
footer.navbar-fixed-bottom {
  font-size: 16px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: 400;
}

/* ######## */
/* $QUERIES */
/* ######## */
/* Portrait tablet*/
@media (max-width: 980px) {
  /* logo margin fix */
  /* line 8, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  .navbar {
    height: auto;
    margin-bottom: 0;
  }
  /* line 9, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  .navbar .brand {
    margin-top: 0;
  }
  /* line 14, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  .navbar .navbar-inner {
    height: auto;
  }

  /* line 18, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  .navbar .nav > li > a:hover {
/*     color: white; */
  }

  /* line 21, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #wraper {
    position: relative;
    top: 0;
    margin-top: 25px;
  }
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

iframe{
  max-width: 100%;
}

@media (max-width: 495px) {
  #wraper {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top:5px;
    padding-bottom:5px;
  }

  .body {
    width: 94%;
    margin-top: 5px;
  }
  /* line 36, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form {
    width: auto;
  }
  /* line 38, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form .control-inline {
    display: block;
  }
  /* line 41, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form input {
    display: block;
    margin: 0 auto;
  }
  /* line 44, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form input.input-huge, #register-form input.input-medium {
    width: auto;
    display: block;
  }
  /* line 49, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form .btn {
    display: block;
    margin: 0 auto;
  }
}

/* custom */
.alert-warning{
  background-color: #eee;
  border: 1px solid #ccc;
  color: #333;
}
.alert-danger, .alert-error {
  color: #F13636;
  background-color: #FFDCDC;
  border-color: #EEAEAE;
}
legend, .body{
  border-bottom: 1px solid #ddd;
}
.login_alert {
  width:90%;
  max-width:300px;
  margin: 0px auto 20px auto;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

/* 講座申込みフォーム */
.form-group {
  border:1px solid #b6b6b6;
  padding: 15px;
  background-color: #eee;
  border-radius: 5px;
}
.form-group fieldset {
  width:95%;
  max-width: 480px;
  margin: 20px auto;
  text-align:left;
  /*border:1px solid #ddd;*/
}

.order_form h3{
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
.order_form h4{
  margin-top: 30px;
}
.order_form div.th{
  font-size: 18px;
  font-size: 1.8rem;
}
.order_form input, .order_form textarea, .order_form select {
  font-size: 18px;
  font-size: 1.8rem;
  height: 28px;
  height: 2.8rem;
}
.order_form select#pref {
  width:125px;
}
/*.order_form #hon_name, .order_form #hon_kana, .order_form #kinmusaki {
  width:100%;
  max-width: 300px;
}*/
.order_form #hon_name, .order_form #hon_kana, .order_form #kinmusaki, .order_form #addr1, .order_form #addr2, .order_form #email, .order_form #email2 {
  width:100%;
}


.order_form table {
  width: 100%;
  border: 1px solid #999;
}
.order_form th, .order_form td {
  border: 1px solid #999;
}
.order_form th {
  background-color: #149;
  color: #fff;
  font-weight: bold;
}
.order_form fieldset {
  margin-top: 20px;
  margin-bottom: 40px;
}
.order_form legend {
  font-size: 17px;
  font-size: 1.7rem;
}
.order_form label.inline {
  display: inline;
  vertical-align: bottom;
  font-size: 16px;
  font-size: 1.6rem;
}
.submit_area {
  margin:50px 0;
}
.submit_area button {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
}
.siteSeal {
  margin-top: 40px;
}
