@charset "UTF-8";
/* CSS Document */

#infomation_done{ height:500px;}


#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}

#form_check table.formTable tr{
	    border: 1px solid #dddddd;
    text-align: left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

/*———————————–———————————–
　　ENTRY FORM
———————————–———————————–*/
/* プライバシーリンク */
#formWrap a>em{ font-size:12px; color:#999999; position:relative;left:20px; border-bottom:1px groove #999;}

#entry,#contact_form{ background:#e6e6e6;}
#contact_form div.clm_header{
	background-image:url('../images/contact_1400.jpg');
    background-size: cover;
    background-attachment: fixed;
	background-position:center top;
	height:300px;
}
#entry .clm_cell_txt,#contact_form .clm_cell_txt{ background:#fff ; text-align:center; margin:0; max-width:100%;}
#formWrap {
    max-width: 700px;
    margin: 30px auto 0 auto;
    color: #555;
    width: 100%;
    line-height: 120%;
    padding: 0 20px 40px 20px;
    box-sizing: border-box;
}
table.formTable{
	    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
	margin-bottom:20px;
}
#formWrap tr {
    text-align: left;
}
table.formTable td,table.formTable th{
	border:none;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:none;
	text-align:left;
	vertical-align: top;
}
#form_check table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: top;
}

span.asterisk {color:red; padding-left:5px;}
/* submitボタン */


#formWrap input[type="submit"]#entry_submit_button {
    max-width: 500px;
    width: 100%;
    height: 60px;
    -webkit-appearance: none;
    -webkit-appearance: button;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #333;
    padding: 0;
    box-sizing: border-box;
	margin:50px 0 140px 0;
}


#formWrap input[type="submit"]#entry_submit_button:hover{	cursor:pointer;}
/* inputフィームスタイル */
#formWrap input[type="text"]{
    border: none;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    height: 30px;
    padding: 3px;
    box-sizing: border-box;
}

/*  textareaスタイル */
#formWrap textarea{width:100%;resize: horizontal; height:180px;border:none;   -webkit-appearance: none;   border-radius: 0;    padding: 5px;    box-sizing:border-box;}

/* セレクトボックススタイル*/

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 100%;
  background: #ffffff;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 26px;
  line-height: 17px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }}
/* /セレクトボックススタイル */



