@charset "utf-8";
/*
* CSS for Form Base
*
* @version			0.0.0
* @lastmodified 2019/06/26
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2019, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

h1.bbline {
  margin: 1rem 0;
  padding: 0 0.5rem 0.25rem 0.5rem;
  border-bottom: 2px solid #4472C4;
}
div#QLIST h3 {
  padding: 0.25rem 0.5rem;
  border: none;
  background-color: #DEEBF6;
}
div#QLIST ul {
  list-style: none;
}
div#QLIST ul li:hover {
  background-color: #F3F6F9; 
  background-color: #F0F9FF;
}
div#QLIST ul.qlist li {
  margin: 0.25rem 0;
}
div#QLIST ul#anyList  {
  margin-bottom: 1rem;
}
div#QLIST ul.sublist {
  margin-bottom: 0.5rem;
}
div#QLIST input[type="email"]:focus ,
div#QLIST input[type="number"]:focus ,
div#QLIST input[type="text"]:focus ,
div#QLIST textarea:focus ,
div#QLIST ul li:focus {
  background-color: #F3FAFF;
}
div#QLIST input.required ,
div#QLIST textarea.required {
  background-color: #FFF0F5;
}
div#QLIST .disable {
  background-color: #e0e0e0;
}

div#QLIST div#xsubmit {
  padding: 1rem 1rem;
  background-color: #f2f2ec;
}
div#QLIST div#xsubmit span.frame {
  display: inline-block;
  border: 3px solid #f0e68c;
}
