/* CSS Document */

/*--------------------------------------
  ヘッダー
--------------------------------------*/

header {
  background-color: #e0eaff;
  padding-top: 15px;
  padding-bottom: 12px;
}

header .detail_text {
  text-align: right;
  font-size: 120%;
  line-height: 160%;
  margin-top: 12px;
}

/*--------------------------------------
  フッター
--------------------------------------*/

footer {
  background-color: #e0eaff;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 22px;
}

footer .detail_text {
  text-align: right;
}

/*--------------------------------------------------
  画像透過度選択[image_opacity]
---------------------------------------------------*/
.image_opacity a:hover {
	filter:alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity:0.8;
}

/*--------------------------------------
  ボタンデザイン
--------------------------------------*/
.btn-design {
  padding: 18px 100px 15px 100px;
  text-decoration: none;
  border-radius: 15px;
  color: #ffffff;
  background: #505050;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border: solid 1px #000000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.5s;
  display: inline-block;
  font-size: 110%;
}
.btn-design:hover {
  border: solid 1px #111177;
  background: #5555aa;
}

/*--------------------------------------
  サブタイトル
--------------------------------------*/
.sub_title {
  margin: 0px 0px 0px 0px;
  text-align: left;
}

.sub_title h1 {
  position: relative;
  padding: 10px 0px 5px 20px;
  border-bottom: 2px solid #013893;
  font-size: 120%;
  font-weight: bold;
  color: #013893;
}

.sub_title h1::after {
  position: absolute;
  top: 10px;
  left: 5px;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #013893;
  border-radius: 4px;
}

/*--------------------------------------
  エラータイトル
--------------------------------------*/
.errer_title {
  text-align: center;
  margin: 30px 0px 10px 0px;
  color: #013893;
  font-size: 120%;
  line-height: 200%;
}

/*--------------------------------------
  表示テーブル
--------------------------------------*/
.output_table {
  margin: 0px;
  width: 100%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
.output_table td {
  padding: 9px 5px 7px 5px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}
.output_table .item{
  width: 20%;
  white-space: nowrap;
  background-color: #e6f7f7;
}

/*--------------------------------------
  個人情報テーブル
--------------------------------------*/
#kojin_area{
  border: 1px solid #013893;
  border-radius: 5px;
}
#kojin_area_detail{
  overflow: auto;
  height: 200px;
  margin: 5px;
  padding: 5px 10px 5px 10px;
}

/*--------------------------------------
  COCOAテーブル
--------------------------------------*/
#cocoa_area{
  border: 1px solid #013893;
  border-radius: 5px;
}
#cocoa_area_detail{
  margin: 5px;
  padding: 5px 10px 5px 10px;
}


.textbox {
  width: 300px;
  padding: 10px 10px 7px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 120%;
}
.textbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


/*--------------------------------------
bootstrap オリジナル CSS
--------------------------------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

.col-xs-1-2, .col-sm-1-2, .col-md-1-2, .col-lg-1-2,{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}   
.col-xs-1-2 {
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-2 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-2 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-2 {
    width: 50%;
    float: left;
  }
}

