@charset "utf-8";

#form_u h3{
	color:#005BAC;
	text-align:center;
	padding-top: 20px;
}

#form_u{
	width:96%;
	margin:30px auto;
	color:#333;
}
.comment{
	margin-bottom:20px;
}
div.form{
	width:96%;
	margin:20px auto;
}


/*
table.formtable2{
	width: 96% ;
	border-collapse: collapse;
	margin:30px auto;
}
formtable2 > br{
	margin:5px 0 !important;
}
table.formtable2 tr{
	width: 100% !important;
	position: relative;
	display: block;
	border-top:1px solid #595757;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:10px 0;
}

table.formtable2 tr:last-of-type{
	padding-bottom:40px !important;
}

table.formtable2 tr th{
	width:100%;
	font-weight: bold;
	font-size:1.1rem;
	text-align: left;
	height:35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

table.formtable2 tr td{
	display: block;
	width:100%;
	height:auto;
	margin-bottom:10px;
}
table.formtable2 tr > td{
	font-size: 0.8rem;
} 
table.formtable2 tr td.hisu{
	width:40px;
   	position: absolute;
	top: 14px;
	right: 5px;
	margin-bottom:none;
}

table.formtable2 tr td.hisu span{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	color:#fff;
	background:#e60012;
	display: block;
	padding:0 2px;
	text-align:center;
	font-size:12px;
	width:40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

table.formtable2 tr td a{
	font-size:13px;
	display: block;
	text-decoration: none;
	padding:6px 10px;
	color:#fff;
	background:#737373;
	width:160px;
	text-align: center;
	margin-top:6px;
}

table.formtable2 tr td div{
	font-size:12px;
	margin:0;
	padding:0;
}

table.formtable2 input[type="text"]{
	background:none;
	border:none;
	color:#333;
	background-color: #fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	width: 100%;
	height:40px;
	padding:2px 0 2px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:8px 0;
}

table.formtable2 select{
	background:none;
	border:none;
	color:#333;
	background-color: #fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	width:90%;
	height:30px;
	padding:2px 0 2px 10px;
	box-sizing: border-box;
	margin:15px 0;
	font-size:16px;
}

table.formtable2 input.err{
	background:pink;
}

table.formtable2 textarea{
	background:none;
	border:none;
	color:#333;
	background-color: #fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	width:100%;
	height:200px;
	padding:2px 0 2px 10px;
	box-sizing: border-box;
	margin:20px 0;
	resize: none;
}


table.formtable2 textarea.err{
	background:pink;
}

table.formtable2 td.col3{
	width: 100%;
	border:1px solid #fff;
	text-align:center;
}
table.formtable2 td.col3:after{
    content: "";
    display: block;
    clear: both;
}


.btn_box_left{
	width:48%;
	float:left;
}

.btn_box_right{
	width:48%;
	float:right;
}

/*----------------------------- 
フォーム部品
----------------------------- */
/*p.red{
	font-size:14px;
	padding:10px 20px 10px 0;
	margin:30px 0 30px 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 0 0 10px;
	padding: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 1.2 , 1.2);
}

label.ra{
	display: block;
	font-size:14px;
	margin:5px 0 10px;
}

label.ra input[type="checkbox"] + span,
label.ra input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 27px;
}


label.ra span {
  display: inline-block;
}
/*
label.ra input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.ra input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 18px;
}
label.ra input[type="radio"] + span::before {
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 1px #78909c solid;
}
label.ra input[type="radio"]:checked + span::before {
  border-width: 5px;
	border-color :#8ad0c5;
}*/
/*
select,
input[type="text"],
input[type="password"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width: 90%;
}

select.err,
input[type="text"].err,
input[type="password"].err,
textarea.err {
    padding: 0.8em;
    outline: none;
    border: 1px solid #e34264;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width: 90%;
	background:#fcecef;
}


select:focus,
input[type="text"]:focus,
textarea:focus {
    background:#effcfe;
    border: 2px solid #8ad0c5;
}

input[type="radio"]:focus{
	background:#effcfe;
}

input.s_btn02 {
	margin:15px 0 0 0;
    border-radius: 0;   
   	background:#fff;
    border: 2px solid #3e98db;
    color: #3e98db;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size:14px;
	width:90%;
}
input.s_btn02:hover {
   background:#3e98db;
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input.s_btn01 {
	width:90%;
	margin:15px 0 0 0;
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 2px solid #ccc;
    color: #999;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size:14px;
}
input.s_btn01:hover {
	
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.shop_text_waku_bg{
	text-align:center;
	padding:20px;
	background-color:#FCFCFC;
	margin:0 auto 50px auto;
	width:90%;
}*/


div.contact_box{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
	background: #fff;
	margin:20px 0 0 0;
	padding:0 10px 50px 10px;
	position: relative;
	text-align: center;
	background:#f3f3f3;

}
table.formtable2{
	font-family: "NSJapanese";
	text-align: left;
}

table.formtable2 tr{
	clear: both;
	
}
table.formtable2 th{
	width:100%;
	padding:20px 0 0 0;
	display: block;
	font-weight: bold;
	position: relative;
	border:none;
	
}
table.formtable2 th:first-child{
	border-top:none;
}
table.formtable2 td{
	clear: both!important;
	font-size:13px;
	padding:10px 0 40px 0;
	border-bottom:1px dashed #CCC;
	display: block;
	width:100%;
}
table.formtable2 td.col3{
	border-bottom:none;
}
table.formtable2 th span.hisu{
	float:right;
	display: block;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;  
	width:35px;
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	margin-right:40px;
	padding:5px;
}

table.formtable2 th span.nini{
	display: block;
	float:right;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;  
	width:35px;
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	margin-right:40px;
	padding:5px;
}
p.mess{
	margin:30px auto 0 auto;
	width:600px;
	font-size:14px;
}


.btn_box_left{
	width:48%;
	float:left;
}

.btn_box_right{
	width:48%;
	float:right;
}
.h100{
	height:50px;
}
.h120{
	height:70px;
}
/*----------------------------- 
フォーム部品
----------------------------- */

p.red{
	font-size:14px;
	padding:10px 20px 10px 0;
	margin:30px 0 30px 0;
}
label.ra{
	display: block;
	width:200px;
	float:left;
	font-size:14px;
	margin:5px 0;
}
label.ra span {
  display: inline-block;
}
select,
input[type="text"],
input[type="password"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width: 250px;
}

select.err,
input[type="text"].err,
input[type="password"].err,
textarea.err {
    padding: 0.8em;
    outline: none;
    border: 1px solid #e34264;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width: 250px;
	background:#fcecef;
}
select:focus,
input[type="text"]:focus,
textarea:focus {
    background:#effcfe;
    border: 2px solid #B7DDF9;
}
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
	
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after,
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label,
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #3e98db;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #3e98db!important;
}

input.s_btn02 {
	margin:15px 0 0 0;
    border-radius: 0;   
   	background:#fff;
    border: 2px solid #3e98db;
    color: #3e98db;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size:14px;
	width:90%;
}
input.s_btn02:hover {
   background:#3e98db;
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input.s_btn01 {
	width:90%;
	margin:15px 0 0 0;
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 2px solid #ccc;
    color: #999;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size:14px;
}
input.s_btn01:hover {
	
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.shop_text_waku_bg{
	text-align:center;
	padding:20px;
	background-color:#FCFCFC;
	margin:0 auto 50px auto;
	width:90%;
}