/* --------------------------------------------------
	#form
-------------------------------------------------- */
#form {
  position: relative;
}
/*-- .form-header --*/
#form .form-header {
}
#form .form-header h2 {
  line-height: 70px;
  font-size: 16px;
  font-weight: bold;
  background-image: url('img/common/border-shadow.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #111;
}

#form .form-header .form-header_title{
  line-height:1.6;
  padding-bottom:20px;
  margin:25px 0 10px;
}
#form .form-header h3.seminar-title {
  padding: 20px 0 10px;
  line-height: 1.5;
  font-size: 18px;
}
#form .form-header .logo-image {
  padding: 20px 0 10px 0;
}
#form .form-header .flow {
  margin: 30px 0;
  text-align: center;
}

/*-- .form-main --*/
#form .form-main .form-group {
  margin: 0 0 30px 0;
}
#form .form-main .form-group legend {
  font-size: 16px;
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
#form .form-main .form-group .group {
  margin: 10px 0;
  padding: 0 20px 10px 40px;
  border-bottom: 1px solid #ccc;
}
#form .form-main .form-group .group .item {
  font-size: 14px;
  color: #000;
  float: left;
  display: inline;
  width: 23%;
  margin: 0;
}
#form .form-main .form-group .group .item span{
  font-size: 11px;
  vertical-align: top;
}
#form .form-main .form-group .group .item .required {
  color: red;
  margin: 0 0 0 3px;
}
#form .form-main .form-group .group .item .optional {
  margin: 0 0 0 3px;
}
#form .form-main .form-group .group .data {
  font-size: 12px;
  font-weight: bold;
  float: right;
  display: inline;
  width: 70%;
}
#form .form-main .form-group .group .data p {
  font-weight: bold;
}
#form .form-main .form-group .group .data label {
  line-height: 1.8em;
}
#form .form-main .form-group .group .data label:hover {
  color: black;
}
#form .form-main .error {
  color: red;
}
#form .form-main .form-group .group .list {
  font-size: 12px;
  font-weight: bold;
  float: right;
  display: inline;
  width: 70%;
}
#form .form-main .form-group .group .list ul {
  margin: 5px 0 0;
  padding: 0 0 0 15px;
}
#form .form-main .form-group .group .list ul li {
  list-style: disc;
}
#form .form-main .form-group .group .list ul li span {
  font-weight: bold;
}

/*-- base field style --*/
#form textarea {
  width: 100%;
  height: 6em;
  overflow: auto;
}
#form textarea,
#form input[type=text] {
  background: #F7F7F7;
  font-size: 13px;
  border-top: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
#form textarea:focus,
#form input:focus {
  background: white;
}

#form .check-list input {
  margin: 0 8px 0 0;
}
#form .check-list label {
  cursor: pointer;
  _cursor: normal;
}

/*-- unique style --*/
/* #dowonload-file */
#select-download ul {
  vertical-align: middle;
}
#select-download ul li {
  vertical-align: middle;
}
#select-download .dlG {
  width: 100%;
  display: table;
  padding: 5px 0;
}
#select-download  label.dlG:hover {
  background: #FFFFE6;
}
#select-download .dlG div {
  display: table-cell;
  vertical-align: middle;
}
#select-download .dlG div.chkbox {
  width: 15px;
}
#select-download .dlG div.thumb {
  width: 140px;
  text-align: center;
  margin: 0 5px;
}
#select-download .dlG div.thumb img {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 5px;
}
#select-download .dlG div.title {
  font-weight: bold;
  padding: 0 0 0 20px;
}

/* #name, #kana */
#form #name label.left,
#form #kana label.left {
  float: left;
}
#form #name label.right,
#form #kana label.right {
  float: right;
}
#form #name input,
#form #kana input {
  width: 190px;
}
#form #name span,
#form #kana span {
  padding: 0 3px 0 0;
}
/* #company-name */
#form #company-name .left,
#form #company-name .middle {
  float: left;
}
#form #company-name .right {
  float: right;
}
#form #company-name .middle {
  padding: 0 0 0 9px;
  padding: 0 0 0 14px \9;
}
#form #company-name .middle input {
  width: 320px;
}
/* #department-name */
#form #department-name input {
  width: 100%;
}
/* #post-name */
#form #post-name input {
  width: 100%;
}
/* #e-mail */
#form #e-mail input {
  width: 100%;
}
/* #tel */
#form #tel input {
  width: 4em;
}
/* #fax */
#form #fax input {
  width: 4em;
}
/* #address */
#form #address a:hover {
  text-decoration: none;
}
#form #address a span {
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
#form #address a:hover span {
  color: #666;
}
#form #address .zipcode,
#form #address .pref,
#form #address .city{
  margin: 0 0 10px;
}
/* #role-other */
#form #role-other {
  padding: 5px 0 0 0;
}
#form #role-other input {
  width: 100%;
}
/* #person */
#form #person input {
  width: 100%;
}
/* #code */
#form #code input {
  width: 180px;
}
/* #season */
#form #season input {
  width: 100%;
}

/* #use-mokuteki */
#form #use-mokuteki input {
  width: 100%;
}
/* #hope-shubetsu */
#form #hope-shubetsu  input {
  width: 100%;
}
/* #hope-kikan */
#form #hope-kikan  input {
  width: 100%;
}

/*-- .form-sub --*/
#form .form-sub {
  margin: 0 0 50px 0;
}
#form .form-sub .privacy {
  margin: 0 0 20px 0;
}
#form .form-sub .privacy a:link {
  text-decoration: underline;
}
#form .form-sub .privacy a:hover {
  text-decoration: none;
}
#form .form-sub .button-area p {
  margin: 0 0 20px 0;
}
#form .form-sub .button-area .button {
  text-align: center;
}
#form .form-sub .button-area .button .submit {
  font-size: 15px;
  color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  width: 150px;
  height: 35px;
  border: none;
  margin: 0 20px;
  cursor: pointer;
}
#form .form-sub .button-area .button .pink {
  background-image: url('img/common/button-submit-pink.png');
}
#form .form-sub .button-area .button .green {
  background-image: url('img/common/button-submit-green.png');
}
#form .form-sub .button-area .button .orange {
  background-image: url('img/common/button-submit-orange.png');
}

/*-- .spiral-ssl --*/
#form .spiral-ssl {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#form .spiral-ssl .text {
  width: 600px;
  float: left;
}
#form .spiral-ssl .mark {
  width: 140px;
  float: right;
}

/*-- .thanks --*/
.thanks .message {
  font-weight: bold;
  font-size: 16px;
  padding: 30px 0 50px 0;
  text-align: center;
}
.thanks .form-main {
  padding: 0 0 50px 0;
  text-align: center;
}
.thanks .form-main .dl-message {
  text-align: left;
  font-weight: bold;
  margin: 0 0 2px 0;
}
.thanks .form-main .download-files {
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
}
.thanks .form-main .download-files ul li {
  list-style-type: circle;
  list-style-position: inside;
  line-height: 2.0;
}
.thanks .form-main .download-files ul li a {
  font-weight: bold;
}
.thanks footer {
  padding: 0 0 30px 0;
  text-align: center;
}
.thanks footer a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline !important;
}
.thanks footer a:hover {
  text-decoration: none !important;
}

/* --------------------------------------------------
	clearfix
-------------------------------------------------- */
.group:after,
.cf:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
.group,
.cf {
	*zoom: 1;
}
