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


/*==================================
 * input_soto
 *==================================*/
#input_soto{
	border:1px #6ca6fc solid;
	padding:20xp;
}

#input_soto .input_title{
	padding:0;
	margin:o;
	background:#6ca6fc;
	color:#FFF;
	text-align:center;
}

div.input_th {
	padding:0;
	margin:5px 10px 0;
	font-size:18px;
	color:#333;
}
div.input_td {
	padding:0;
	margin:0 20px;
}

.input_td input[type=text],
.input_td input[type=tel],
.input_td input[type=email],
.input_td input[type=number],
.input_td select{
	border:#6ca6fc 1px solid;
	border-radius: 3px;
	padding:3px;
	width:98%;
}
.input_td input[name=kaisha]{
	max-width:400px;
}
.input_td input[name=busho]{
	max-width:400px;
}
.input_td input[name=name1],
.input_td input[name=name2],
.input_td input[name=kana1],
.input_td input[name=kana2]{
	max-width:200px;
}
.input_td input[name=add_number]{
	max-width:150px;
}
.input_td select[name=address1]{
	max-width:150px;
}
.input_td input[name=address2],
.input_td input[name=address3]{
	max-width:500px;
}
.input_td input[name=tel]{
	max-width:200px;
}
.input_td input[name=fax]{
	max-width:200px;
}
.input_td input[name=mail]{
	max-width:500px;
}
.input_td input[name=entry]{
	size:2em;
}

/**
線
*/
#input_soto div:nth-child(2){
	padding:30px 0 0 0 ;
}
#input_soto div:nth-child(5){
	padding-bottom:40px;
	border-bottom:1px #CCC solid;
}
#input_soto div:nth-child(5)+div{
	padding:30px 0 0 0 ;
}
#input_soto div:nth-child(9){
	padding-bottom:40px;
	border-bottom:1px #CCC solid;
}
#input_soto div:nth-child(9)+div{
	padding:30px 0 0 0 ;
}
#input_soto div:nth-child(18){
	padding-bottom:40px;
	border-bottom:1px #CCC solid;
}
#input_soto div:nth-child(18)+div{
	padding:30px 0 0 0 ;
}
#input_soto div:nth-child(24){
	padding-bottom:40px;
	border-bottom:1px #CCC solid;
}
#input_soto div:nth-child(24)+div{
	padding:30px 0 0 0 ;
}
#input_soto div:nth-child(26){
	padding:50px 0 ;
}

/*============================================
 *checkbox
 *===========================================*/
input[type=checkbox] {
  display: none;
}
.check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
.check_css:hover:after {
  border-color: #0171bd;
}
.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: '';
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0171bd;
  border-bottom: 3px solid #0171bd;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}

/**
 * button
*/
.button-css {
    max-width:200px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#49a9d4;
    border-radius:5px;
}

.button-css:hover {
	 background-color: #5fc3ef;
}

.ui-datepicker {
		font-size: 80%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{
	width:38%;
}

/**
 * errorMsg
*/
#errorMsg {
	margin:0 0 0 20px;
}
#errorMsg > ul {
	list-style-type:disc;
	color:#F00;
	font-size:17px;
}
