@charset "utf-8";

img, object {
	max-width : 100%;
	height: auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.fixed {
	position: fixed;
	top: 0px;
}
.clear {
	clear: both;
}
h2 {
  font-size: 22px;
  color: #777;
}
#contents {
  max-width:650px;
  margin: 20px auto 80px;
}

/*----forms -----*/
form {
  font-size: 14px;
}
.form_name {
  font-size: 18px;
}
.btn_submit {
	display: inline-block;
	background-origin: border-box;
	position: relative;
	cursor: pointer;
	font-weight: normal;
	text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
	background-color: #666666;
 *zoom: 1;
 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF808080', endColorstr='#FF666666');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #808080), color-stop(100%, #666666));
	background-image: -webkit-linear-gradient(#808080 0%, #666666 100%);
	background-image: -moz-linear-gradient(#808080 0%, #666666 100%);
	background-image: -o-linear-gradient(#808080 0%, #666666 100%);
	background-image: linear-gradient(#808080 0%, #666666 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.1) -1px 1px 0 inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.1) -1px 1px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.1) -1px 1px 0 inset;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-size: 14px;
	padding: 0 21px;
	height: 34px;
	line-height: 30px;
}

.btn_submit:hover {
	background: gray;
	text-decoration: none;
	color: white;
}

.btn_submit:active {
	background: #616161;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 5px;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
}
.form-control {
	display: block;
	width: 85%;
	height: 20px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fdfdfd;
	background-image: none;
	border: 1px solid #bbb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.015);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.015);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #aadbe8;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.3);
}
 .form-control::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #999999;
}
 .form-control::-webkit-input-placeholder {
 color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type="text"] {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.form-group {
	margin-bottom: 15px;
}
img#captcha {
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: rgba(255, 255, 255, 0.5) -1px 1px 1px inset, rgba(255, 255, 255, 0.8) -1px 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.5) -1px 1px 1px inset, rgba(255, 255, 255, 0.8) -1px 1px 0;
	box-shadow: rgba(255, 255, 255, 0.5) -1px 1px 1px inset, rgba(255, 255, 255, 0.8) -1px 1px 0;
}
a#different_img {
	display: block;
  text-decoration: none;
}

img#dif_img {
	width: 27px;
	padding: 0 5px 0 10px;
	opacity: .7;
}

#errorDispaly {
	color: red;
}

#confirmArea {
	background-color: #fefefe;
	padding: 20px;
	width: 80%;
	margin-bottom: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: rgba(255, 255, 255, 0.5) -1px 1px 1px inset, rgba(255, 255, 255, 0.8) -1px 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.5) -1px 1px 1px inset, rgba(255, 255, 255, 0.8) -1px 1px 0;
	box-shadow: rgba(255, 255, 255, 0.5) -1px 1px 1px inset, rgba(255, 255, 255, 0.8) -1px 1px 0;
}
#confirmArea dl {
	margin: 20px auto;
}

/*480px*/
@media screen and (min-width : 480px) {
.float_dl dt {
	float: left;
	width: 5em;
	clear: both;
}
.float_dl dd {
	margin-left: 5em;
}
.float_dl2 dt {
	float: left;
	width: 7em;
	clear: both;
}
.float_dl2 dd {
	margin-left: 7em;
}
.float_dl dd, .float_dl2 dd {
	max-width: 420px;
}
a#different_img {
	display: inline;
}
}

@media screen and (min-width: 630px) {
  .form-control {
    width: 70%;
  }
  .form-control.input_name, .form-control.input_email, .form-control.input_captcha {
    width: 30%;
  }
  .form-control.input_subject {
    width: 40%;
  }
  .form-control.input_captcha {
    width: 30%;
  }
}

@media screen and (min-width: 930px) {
  .form-control {
    width: 60%;
  }
}
