/* フォーム用
--------------------------------------------------------- */

.notice,.error,form em{
	color: #FF4E63;
	margin-bottom:.2em;
}

.notice p{
	padding: 20px 0;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #eb9d00;
}
p.annotation{margin: 15px;}
#inquiry{padding: 15px 0 5px 0;}


div#submit {
	text-align: center;
	padding: 35px 0 20px 0;
}
input#submit_button{
		padding: 10px 40px !important;
		font-size: 1.3em;
		letter-spacing: 0.1;
		font-weight: bold;
		border-radius: 6px;
		background:#FFAA00;
		color: #fff;
		border: none;
		box-shadow: 2px 2px #8E8E8E;
}

select#prefecture{
	background: #fff;
	border:1px solid #7B7B7B;;
}

#inquiry table,.data1{
	border: 1px solid  #eb9d00;
	border-radius: 5px;
}

#inquiry td,.data1 td{
	border-bottom: 1px solid #eb9d00!important;
}

#inquiry th,.data1 th {
	width:38%;
	padding: 16px;
	border-right: 1px solid #FFAA00;
	background: #FFF0D7;
	border-bottom: 1px solid #eb9d00!important;
}
#inquiry td,.data1 td {
	padding: 25px 30px;
	background: #fff;
}

#inquiry th,
#inquiry td,
.data1 th,
.data1 td {
	font-size: 1em;
	font-weight: bold;
	text-align: left;	
	color: #454545;
}


#inquiry input{padding: 4px 0;}

.hankaku{
	ime-mode: inactive;
}
textarea.comments {
	height: 200px;
	width: 570px;
}

span.necessary {
	color: #FF0000;
}
p.necessary {
	font-size: 10px;
}
input[type="text"], textarea {
	border:1px solid #7B7B7B;
	color: #4F4F4F;
	background: #fff;
	border-radius: 4px;
	/* Webkit */
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	zoom: 1;
	
	margin-bottom: 4px;

	width: 100%;
}
.text, .message {
	width: 50em;
}
input[type="text"].short{
	width: 60px;
}

input#return_button {
  border: 1px solid #8A1515;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  background-color: #B81111;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#e4685d', endColorstr='#B81111');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4685d), color-stop(100%, #B81111));
  background-image: -webkit-linear-gradient(#e4685d 0%, #B81111 100%);
  background-image: -moz-linear-gradient(#e4685d 0%, #B81111 100%);
  background-image: -o-linear-gradient(#e4685d 0%, #B81111 100%);
  background-image: linear-gradient(#e4685d 0%, #B81111 100%);
  text-shadow: -1px -1px 1px #801616;
  -webkit-box-shadow: inset 0px 1px 0px 0px #EFABAB;
  -moz-box-shadow: inset 0px 1px 0px 0px #EFABAB;
  box-shadow: inset 0px 1px 0px 0px #EFABAB;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}input#return_button:hover {
  background-color: #B81111;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B81111', endColorstr='#e4685d');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #B81111), color-stop(100%, #e4685d));
  background-image: -webkit-linear-gradient(#B81111 0%, #e4685d 100%);
  background-image: -moz-linear-gradient(#B81111 0%, #e4685d 100%);
  background-image: -o-linear-gradient(#B81111 0%, #e4685d 100%);
  background-image: linear-gradient(#B81111 0%, #e4685d 100%);
  color: #fff;
}
input[name="next"] {
  width: 22%;
  float: right;
  margin: 15px 25% 0 0;
  display: inline-block;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  *zoom: 1;
  font-size: 1.3em;
		letter-spacing: 0.1;
		font-weight: bold;
		border-radius: 6px;
		background:#FFAA00;
		color: #fff;
		border: none;
		box-shadow: 2px 2px #8E8E8E;
}
input[name="next"]:hover {
  *zoom: 1;
	background-color: #F7C86C;
}

input[name="prev"] {
  width: 22%;
  float: left;
  margin: 15px 0 0 25%;
  display: inline-block;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  *zoom: 1;
  font-size: 1.3em;
		letter-spacing: 0.1;
		font-weight: bold;
		border-radius: 6px;
		background:#06C3BF;
		color: #fff;
		border: none;
		box-shadow: 2px 2px #8E8E8E;
}
input[name="prev"]:hover {
	background-color: #49E1DE;
  *zoom: 1;
}

/* 住所入力エリア */
.zipArea{
	position:relative;
}
.zipArea input[type="text"]{
	margin-right: 185px;
}
.zipArea input[type="button"]{
	position: absolute;
	left: 140px;
}

/* 送信内容確認エリアのテーブル */
#container_inner table.mailform {
	table-layout:fixed;
}
#container_inner table.mailform td {
	background-color:transparent;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px dashed #999;
	word-break:break-all;
	word-wrap:break-word;
}

/* エラー表示 */
label.error{
	font-size:90%;
	color:#FF393C;
	}
input[type="text"].error,
textarea.error{
	background: #FFEEEE;
	}

/* ラジオ・チェックボックス用リスト */
ul.ichecklist{padding-left:0 !important; }
ul.ichecklist li { float:left; position: relative; margin-right:20px; background-image:none; list-style-type:none; margin-left: 0;}
ul.ichecklist li label{ cursor:pointer; margin-left:14px;}

.ichecklist input[type=radio],
.ichecklist input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.ichecklist input[type=radio] + label,
.ichecklist input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
    .ichecklist input[type=radio],
    .ichecklist input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .ichecklist input[type=radio] + label,
    .ichecklist input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .ichecklist input[type=radio] + label::before,
    .ichecklist input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .ichecklist input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .ichecklist input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .ichecklist input[type=radio]:checked + label::after,
    .ichecklist input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .ichecklist input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #e53e48;
        border-radius: 8px;
    }
    .ichecklist input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #e53e48;
        border-bottom: 3px solid #e53e48;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* セレクト */
.customSelect {
/* Styles For Your Select Box */
	-moz-box-shadow:inset 0px 39px 0px -24px #fff;
	-webkit-box-shadow:inset 0px 39px 0px -24px #fff;
	box-shadow:inset 0px 39px 0px -24px #fff;
	background-color:#eee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#333;
	border:1px solid #666;
	display:inline-block;
	cursor:pointer;
	font-size:14px;
	padding:6px 15px;
	text-decoration:none;
}.customSelect.changed {
/* You can use this if you want a different style after user has made a selection */
background-color:#ff8b85;
}.customSelectFocus {
/* You can use this if you want a different style after user has made a selection */
}.customSelectOpen {
/* You can use this if you want a different style after user has made a selection */
}.customSelectInner {
/* We can style the inner box, too */
background:url(customSelect-arrow.gif) no-repeat center right;
}

@media only screen and (max-width:768px){
}


@media only screen and (max-width:560px){

	#inquiry th {
		width:100% !important;
		display: block;
		padding: 10px 0;
		font-size: 0.9em;
	}
	#inquiry td {
		width:100% !important;
		display: block;
		padding: 18px 0;
		font-size: 0.9em;
	}
	input[type="text"], textarea{width: 91%;margin-left: 12px;}
	select#prefecture{margin-left: 12px;}
	
	#content.text1 {width: 91%;margin-left: 12px;}
	
	input#submit_button{padding: 10px 20px !important;}
	
	form label{margin-left: 4px;}
	form em{margin-left: 5px;}
}

@media only screen and (max-width:414px){
	input#submit_button{
		font-size: 1.1em !important;
		letter-spacing: 0;
		padding: 8px 10px !important;
	}
}

/* ---------------------------- フォーム用　end ----------------------------- */
