@charset "UTF-8";
/* CSS Document */

/*!
 * Based on Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2014 CORAL, Inc.
 */


/* contents */
/* General
 * navbar
 * button
 * footer
 * home
 * text
 * badge
 */


/* -- General -- */
body {
	color: #424242;
	font-family: YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , メイリオ , sans-serif ;
	line-height: 170%;
	font-size: 16px;
	color: #777777;
	background-color: #ffffff;
	font-weight: normal;
}

p { 
	color: #424242;
	line-height: 180%;
	font-size: 16px;
}

.text_12 {
	font-size: 12px;
	font-weight: normal;
}

.text_14 {
	font-size: 14px;
	font-weight: normal;
}

.text_16 {
	font-size: 16px;
	font-weight: normal;
}

.text_18 {
	font-size: 18px;
	font-weight: normal;
}

.text_20 {
	font-size: 20px;
	font-weight: normal;
}

.text_22 {
	font-size: 22px;
	font-weight: normal;
}

.text_24 {
	font-size: 24px;
	font-weight: normal;
}

.text-bold {
	font-weight: bold;
}

.color-blue {
	color: #1f618d;
}

.color-red {
	color: #FF4F69;
}


.text-center { 
	text-align: center;
}

.hrline {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCC;
	margin-bottom: 10px;
}

.space_t10 {
	margin-top: 10px;
}
.space_t20 {
	margin-top: 20px;
}
.space_t30 {
	margin-top: 30px;
}
.space_t40 {
	margin-top: 40px;
}
.space_t50 {
	margin-top: 50px;
}

.space_t-10 {
	margin-top: -10px;
}
.space_t-20 {
	margin-top: -20px;
}
.space_t-30 {
	margin-top: -30px;
}
.space_t-40 {
	margin-top: -40px;
}
.space_t-50 {
	margin-top: -50px;
}

.space_b10 {
	margin-bottom: 10px;
}
.space_b20 {
	margin-bottom: 20px;
}
.space_b30 {
	margin-bottom: 30px;
}
.space_b40 {
	margin-bottom: 40px;
}
.space_b50 {
	margin-bottom: 50px;
}

.space_b-10 {
	margin-bottom: -10px;
}
.space_b-20 {
	margin-bottom: -20px;
}
.space_b-30 {
	margin-bottom: -30px;
}
.space_b-40 {
	margin-bottom: -40px;
}
.space_b-50 {
	margin-bottom: -50px;
}
.pdt-3{
	padding-top:3em;
}
.tx_lfbd {
    position: relative;
    padding: 5em 0 .5em .5em;
	border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
}

.standard-1 table {
	width: 100%;
	padding: 400px;
}

.standard-1 td {
	border: 1px solid #fff;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	font-weight: normal;
}

.standard-1 th {
	border: 1px solid #fff;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #1f618d;
}

.ml-15per {
	margin-left: 15%;
}

/* button */
.btn-original {
  color: #fff;
  background-color: #1e90ff;
  border-color: #479fe0;
}
.btn-original:hover {
  color: #fff;
  background-color: #3099ff;
  border-color: #479fe0;
}


/* footer */
footer { 
}


/* home */



/* フォーム */
.form-signin {
	padding: 3% 6% 6%;
	margin: 0 auto;
	border: 1px solid #999;
	border-radius: 10px;
	background-color:#fff;
}

.form-signin a {
	color: #FFF;	
}

.form-signin-heading {
	font-size: 20px;
	text-align: center;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.signin-btn {
  color: #fff;
  background-color:#1e90ff;
}
.signin-btn:hover {
  color: #f1f1f1;
  background-color:#2b96ff;
}


/* 枠 */
.waku {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
	padding: 40px;
}


/* メインメニュー */
.site-navigation .nav-menu a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 14px;
  line-height: 100px;
  color: #818a91;
  transition: color 0.2s linear, line-height 0.2s linear;
}

@media (max-width: 991px) {
.site-navigation .nav-menu a {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 14px;
  line-height: 100px;
  color: #818a91;
  transition: color 0.2s linear, line-height 0.2s linear;
}

.site-navigation .nav-menu ul li a {
  line-height: 40px;
  white-space: nowrap;
  display: block;
  min-width: 150px;
  font-weight: normal;
  border-bottom: 1px solid #f8f9fa;
}
}