﻿@charset "utf-8";

html,body,
#bgvideo,#fullScreen,#baseFilter,#meikei,#tiki-hcd,
#wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	overflow: hidden;
	position: absolute;
}

body {
  font-size: 14px;
  line-height: 1.6em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #FFFFFF;
  background-image: url(../img/bg_pat.jpg);
  background-repeat: repeat;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:active, a:focus {
	outline: 0;
}

#description {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;	
}

#container {
	z-index: 1;
	width: 100%;
	position: absolute;	
}


#layer{
  position: fixed;
  top: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: hsla(0,0%,0%,0.00);
}

#menu {
  display: block;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
  z-index: 2;
}
#menu_list{
  background-color: hsla(0,0%,100%,0.85);
  z-index: 3;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  width: 250px;
  height: 100%;
  float: right;
  top: 0px;
  right: 0px;
  display: none;
  position: fixed;
}
#menu_list ul{
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#menu_list ul li{
  width: 220px;
  border-bottom: 1px dotted #4d3042;
  text-align: left;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #4d3042;
  clear: both;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#menu_list ul li:hover{
	color: #861B5D;
}
#menu_close{
  width: 12px;
  border: 1px solid #4d3042;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.8rem;
  margin-bottom: 0px;
  padding-left: 10px;
  color: #4d3042;
  padding-right: 10px;
  cursor: pointer;
  white-space: nowrap;
  z-index: 4;
  margin-left: 178px;
}
#menu_close:hover{
  color: #861B5D;
}


/* ------------- Table -------------  */
	ul.list-table {
  display: table;
  border-collapse: collapse;
  overflow : hidden;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
	}
	ul.list-table li {
  display: table-row;
	}
	span.lt-cell {
  display: table-cell;
  padding-right: 20px;
  font-size: 1rem;
  padding-left: 10px;
  padding-bottom: 10px;
  vertical-align: top;
	}
	span.lt-cell-s {
  display: table-cell;
  font-size: 1rem;
  width: 60px;
  text-align: right;
  vertical-align: top;
	}
span.lt-cell input, span.lt-cell textarea {
  margin-bottom: 6px;
  font-size: 0.9rem;
  width: 100%;
}

.tbl_a {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #DAC7EF;
}
.hissu {
  color: #FFF;
  background: #ED1C24;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  font-size: 0.7rem;
  white-space: nowrap;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  display: inline-block;
  margin-bottom: 5px;
}
.tbl_a #submitbtn {
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 120px;
  padding: 5px;
}
#gs_form_errortxt {
  display: block;
  color: #FF0000;
  font-size: 0.9rem;
  line-height: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 12px;
}
#form_set {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
