@charset "utf-8";
/**
* base CSS for CGI Form
*
* @body 				CGI-FORM / Base
* @version			0.0.1
* @lastmodified	2017/09/11
* @link					http://www.landcomp.co.jp/
* @copyright		Copyright 2017, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* COMMON BASE =========================================================== */
html {
  background-color: #325DA7;
  background-color: #09458b !important;
}
/* Header ---------- */
#cgiforms header {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

#cgiforms div.headerTop {
  display: block;
}
#cgiforms div.headerTop .logo a {
  display: block;
  text-indent: -9999px;
  height: 18px;
  width: 110px;
  background: url(../../img/common/gloabal_sprite_0016.png) no-repeat -10px -180px;
}
@media all and (min-width: 480px) {
  #cgiforms div.headerTop .logo a {
    height: 24px;
    width: 148px;
    background-position:-10px -150px;
  }
}
@media all and (min-width: 769px) {
  #cgiforms div.headerTop .logo a {
    height: 30px;
    width: 185px;
    background-position: -10px -110px;
  }
}

/* ELEMENT =============================================================== */
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
.fright {
	float: right;
}
.section table th.subItem {
	background-color: #fafafa !important
}
.boxBdrC1 {
	border: 1px solid #ccc;
}

/* javascript Notice --------- */
div.infoJs {
	color: #dc143c;
	padding: 10px 0 10px 80px;
	margin-bottom: 20px;
	border: double #999;
	background: url("../../images/icn_alert00.gif") no-repeat 20px center;
  background-color: #fff8dc;
}
div.infoJs p {
  margin: 0;
  padding: 0;
}
div.infoJs p:first-child {
  font-weight: bold;
}
/* Contents ---------- */
#cgiforms div#mainContents {
  margin-right: 0;
}

/* Submit Box ============================================================ */
.boxCgiSubmit {
  overflow: hidden;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f5f5ee;
}
.boxCgiSubmit ul li ,
.boxCgiSubmit span {
  display: inline-block;
}
.boxCgiSubmit ul li.prev ,
.boxCgiSubmit span.prev {
  float: left;
}
.boxCgiSubmit .btn.fright ,
.boxCgiSubmit ul li.next ,
.boxCgiSubmit span.next {
  float: right;
  padding: 4px;
  background-color: #dcdcdc;
  background-color: #F0E68C;
}
.boxCgiSubmit span.disable {
  background-color: #dcdcdc;
}

.boxCgiSubmit input {
  padding: 8px 10px;
}
.boxCgiSubmit span.next.submit input {
  padding: 8px 20px;
}
.boxCgiSubmit #inputMode ,
.boxCgiSubmit #confirmMode {
  display: block;
  overflow: hidden;
}
.boxCgiSubmit #tools {
  display: none;
}

/* SSL --------------------------- */
div#SSL {
  padding: 1rem 1.5rem;
  margin: 10px auto 10px;
  background-color: #f6f6f6;
}
div#SSL div.icon {
  display: none;
  float: none;
  width: auto;
  background-position: 50% 0;
}
div#SSL p {
  padding: 0;
  margin: 0;
}
@media all and (min-width: 480px) {
  div#SSL p {
    font-size: 0.9em;
    padding: 0;
  }
}

/* FOOTER ================================================================ */
#cgiforms footer {
  background-color: #09458b;
}
footer .footerLine {
  min-height: 44px;
  width: 100%;
}
footer .footerLine.company {
  background-color: #325da7;
}
footer .footerLine.copyRight {
  color: #e0e0e0;
  background-color: #09458b;
}
footer .footerLine ul {
  padding: 0 10px;
  margin: 0 auto;
}
@media all and (min-width: 960px) {
  footer .footerLine ul {
    max-width: 960px;
  }
}
footer .footerLine ul li {
  display: inline-block;
  padding: 18px 0;
}
footer .footerLine ul li span {
  display: inline-block;
}
footer .footerLine ul li span#year {
  margin-right: 0.8em;
}

span.err {
	background: url("../../images/icn_info01.gif") no-repeat 0 45%;
	color: #c00;
	padding-left: 18px;
}

.section ul.nonList {
  list-style: none;
  padding-left: 0;
}
ul.nonList li:hover {
  background-color: #f6f6f6;
}


/* INPUT ITEM / TABLE ==================================================== */
div#QLIST h3 {
  font-size: 1.15em;
}
table.inTable td textarea {
  box-sizing: border-box;
  width: 100%;
}
table.inTable td input[type=text] {
  width: 60%;
}
table.inTable {
  border-left: none;
  border-right: none;
}
table.inTable td {
  border-right: none;
}
select#sPrefecture {
  width: 8em;  
}

/* INPUT STATUS -------------- */
table.inTable td span.errTxt {
  display: block;
  color: #c00;
  padding-left: 18px;
  background: url("file:///D|/WorkSite/local/cgi/img/icn_caution.gif") no-repeat 0 50%;
}
.errorItem {
  background-color: #fef9fb;
}
.errorInput {
  background-color: #FFF0F5;
}
#confirm {
  line-height: 1.5;
}

/* link List ---------- */
.section ul.linkList {
  margin: 0 0 30px;
  padding: 0;
}
ul.linkList li {
  list-style: none;
  box-sizing: border-box;
  min-height: 44px;
}
ul.linkList li a {
  display: block;
  margin: 14px 5px 14px 0;
  padding: 0 0 0 10px;
  text-decoration: none;
  background: url('../../img5/link_p.png') no-repeat 0 0.4em;
}
ul.linkList li a:hover {
  text-decoration: underline;
  background: url('../../img5/link_pov.png') no-repeat 0 0.4em;
}
ul.compact li {
  list-style: none;
  display: inline-block;
  margin-right: 1rem;
}
@media all and (min-width:769px) {
  ul.linkList li {
    min-height: auto;
  }
  ul.linkList li a {
    margin: 0; 
  }
}

div.inquiry {
  margin-top: 2rem;
}
.inquiry div.notice {
  font-size: 1.20rem;
}
.inquiry p.closing {
  margin: 4rem 0 2rem;
}
.vBox {
  margin-top: 4rem;
  padding: 1rem 1rem;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.vBox li {
  min-height: 44px;
  margin: 0 0 0.0rem;
}
.illegal {
  color: crimson;
}
.note {
	color: crimson;
}