@charset "utf-8";
/*青#1273a8*/
table.form {
     width: 100%;
     text-align: left;
     margin-top:5px;
     
     
     
}

table.form th {
     border: 1px solid #9B9B9B;
     font-size: 14px;
     padding: 5px;
     width: 20%;
     background-color: #f5f5f5;

    
}

table.form th.number {
     border: 1px solid #9B9B9B;
     font-size: 14px;
     padding: 7px;
     width: 5%;
     background-color: #f5f5f5;

    
}

table.form th.number 7day {
     border: 1px solid #9B9B9B;
     font-size: 14px;
     padding: 7px;
     width: 5%;
     background-color: yellow;

    
}



table.form th.price {
     border: 1px solid #9B9B9B;
     font-size: 14px;
     padding: 7px;
     width: 10%;
     background-color: #f5f5f5;

    
}




table.form td.check {
     border: 1px solid #9B9B9B;
     font-size: 14px;
     padding: 7px;
     width: 5%;
     background-color: #ffffe0;
     text-align: center;

    
}

table.check th {

     padding: 10px;
     background-color: #f5f5f5;

    
}

table.form td.checkno {
     border: 1px solid #9B9B9B;
     font-size: 14px;
     padding: 7px;
     width: 5%;
     background-color: #ffffff;
     text-align: center;

    
}




table.form td {
     border: 1px solid #9B9B9B;
     font-size: 14px;
     padding: 5px;
     background-color: #fffafa;

    
}


table.check {
     width: 100%;
     text-align: left;
     margin-top:5px;
     
     
     
}



table.check tr {
     width: 100%;
     text-align: left;
     border-bottom: 1px dotted #636363;
   

}

table.check th {
     text-align: left;
     padding: 10px;
     width:170px;

}



table.check td {
     text-align: left;
     padding: 10px;

}


select {
    padding: 5px;

}


input[type='text']{
  width: 100%;
  max-width: 600px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  
  -moz-appearance: none;
}

input[type='tel']{
  width: 100%;
  max-width: 600px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  
  -moz-appearance: none;
}


hr.dot {
   border-bottom: 0.5px solid #d3d3d3;
}

input.sizeS[type='text']{
  width: 50%;
  max-width: 170px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   
}

input.sizeS[type='tel']{
  width: 50%;
  max-width: 200px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   
}





input.sizeSS[type='text']{
  width: 50%;
  max-width: 300px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   
}



input.sizeSSS[type='text']{
  width: 10%;
  max-width: 50px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   
}


input.sizeS2[type='text']{
  width: 50px;
  max-width: 50px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: 20px;
   
}



input.sizeM[type='text']{
  width: 80%;
  max-width: 250px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   
}



input[type='number']{
  width: 100%;
  max-width: 300px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input.sizeS[type='number']{
  width: 50%;
  max-width: 200px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  float: left;
  margin-right: 10px;
}


input.sizeS[type='tel']{
  width: 50%;
  max-width: 200px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  float: left;
  margin-right: 10px;
}


input[type='password']{
  width: 100%;
  max-width: 300px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


input.sizeS[type='tel']{
  width: 50%;
  max-width: 200px;
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  float: left;
  margin-right: 10px;
}


.select-wrap {
  position: relative;
  width: 100%;
  max-width: 250px;
}

.select-wrap:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/select.png) no-repeat;
  background-size: contain;
}

.select-wrap select{
  width: 100%;
  outline:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 10px;
  border:1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.select-wrap select::-ms-expand {
  display: none;
}




a.hensyuu {
    background-color: #729925;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 50px;
    color: #fff;
    text-align: center;
}

a.hensyuu:hover {
    background-color: #9acd32;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 50px;
    color: #fff;
    text-align: center;
}


a.hensyuu2 {
    background-color: #fff;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 50px;
    color: #729925;
    text-align: center;
    border: 1px solid #729925;
}

a.hensyuu2:hover {
    background-color: #fff;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 50px;
    color: #729000;
    text-align: center;
    border: 1px solid #729925;
}







a.hensyuu3 {
    background-color: #729925;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width:100px;
    color: #fff;
    text-align: center;
}

a.hensyuu3:hover {
    background-color: #9acd32;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 100px;
    color: #fff;
    text-align: center;
}



a.delete {
    background-color: #333333;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 50px;
    color: #fff;
    text-align: center;
}

a.delete:hover {
    background-color: #696969;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 50px;
    color: #fff;
    text-align: center;
}



a.dl {
    background-color: #6495ed;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 100px;
    color: #fff;
    text-align: center;
}

a.dl:hover {
    background-color: #4b6fb3;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 100px;
    color: #fff;
    text-align: center;
}




a.complete {
    background-color: #ccffcc;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 100px;
    color: #000;
    text-align: center;
}

a.complete:hover {
    background-color: #f0fff0;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 100px;
    color: #000;
    text-align: center;
}





a.koukai {
    background-color: #fff;
    border-radius:20px;
    display:inline-block;

    width: 50px;
    color: red;
    text-align: center;
    border: 1px solid red;
    
}



a.hikoukai {
    background-color: #696969;
    border-radius:20px;
    display:inline-block;
   
    width: 50px;
    color: red;
    text-align: center;
   
    color: #fff;
  
}



a.touroku {
    background-color: #ff8c00;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 80px;
    color: #fff;
    text-align: center;
}

a.touroku:hover {
    background-color: #ffaf4d;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 80px;
    color: #fff;
    text-align: center;
}





a.kenpin {
    border: 1px solid #ff8c00;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 80px;
    color: #ff8c00;
    text-align: center;
}

a.kenpin:hover {
    border: 1px solid #ff8c00;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width:80px;
    color: #ff8c00;
    text-align: center;
}




a.area2 {
    border: 1px solid #87cefa;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 90px;
    color: #fff;
    text-align: center;
    background-color: #87cefa;
}

a.area2:hover {
    border: 1px solid #6ea8cc;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 90px;
    text-align: center;
    background-color: #6ea8cc;
}






a.rireki {
    border: 1px solid #ff8c00;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 80px;
    color: #ff8c00;
    text-align: center;
}

a.rireki:hover {
    border: 1px solid #ff8c00;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 80px;
    color: #ff8c00;
    text-align: center;
}



.sagasu {
    background-color: #4781ed;
    border-radius:5px;
    display:inline-block;
    padding: 13px;
    width: 200px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    border: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.sagasu:hover {
    background-color: #4682b4;
    border-radius:5px;
    display:inline-block;
    padding: 10px;
    width: 200px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    margin-top: 10px;
     border: 0px;
     margin-bottom: 10px;
}




.tourokuL {
    background-color: #ff8c00;
    border-radius:5px;
    display:inline-block;
    padding: 10px;
    width: 200px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tourokuL:hover {
    background-color: #ffaf4d;
    border-radius:5px;
    display:inline-block;
    padding: 10px;
    width: 200px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    margin-top: 10px;
     border: 0px;
     margin-bottom: 10px;
}





.tourokuLo {
    background-color: #6495ed;
    border-radius:5px;
    display:inline-block;
    padding: 10px;
    width: 200px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tourokuLo:hover {
    background-color: #6495ed;
    border-radius:5px;
    display:inline-block;
    padding: 10px;
    width: 200px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    margin-top: 10px;
     border: 0px;
     margin-bottom: 10px;
}





.tourokuL2 {
    background-color: #ff8c00;
    border-radius:5px;
    display:inline-block;
    padding: 15px;
    width: 400px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.tourokuL2:hover {
    background-color:#ffaf4d;
    border-radius:5px;
    display:inline-block;
    padding: 15px;
    width: 400px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.modoruL {
    
    border: 1px solid #696969;
    border-radius:5px;
    display:inline-block;
    padding: 10px;
    width: 200px;
    color:  #696969;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}



.sample input {
	display: none;
}
.sample label{
	display: block;
	float: left;
	cursor: pointer;
	width: 80px;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.sample label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.sample label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.sample input[type="radio"]:checked + .switch-on {
	background-color: #a1b91d;
	color: #fff;
}
.sample input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}


p.hissu {
     background-color: red;
     color: #fff;
     padding: 2px;
     display: inline-block;
     float: right;
     font-weight: normal;
     font-size: 12px;
}



p.on {
     background-color: red;
     color: #fff;
     padding: 2px;
     display: inline-block;
     font-weight: normal;
     font-size: 12px;
     border-radius:3px;
}

p.to {
     background-color: #696969;
     color: #fff;
     padding: 2px;
     display: inline-block;
     font-weight: normal;
     font-size: 12px;
     border-radius:3px;
}

p.took {
     background-color: #fff;
     color: #696969;
     border: 1px solid #696969;
     padding: 2px;
     display: inline-block;
     font-weight: normal;
     font-size: 12px;
     border-radius:3px;
     width: 100%;
     text-align: center;

}







.sample3 input{
	display: none;
}
.sample3 label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
.sample3 label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}
.sample3 input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #879c18;
}





.opbox input{
	display: none;
}
.opbox label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
.opbox label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}
.opbox input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #879c18;
}



.category4 input{
	display: none;
}
.category4 label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
.category4 label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}
.category4 input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #879c18;
}




/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 30px;
    width: 300px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}




/* 元々のチェックボックス（非表示） */
.mbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 30px;
    width: 20px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}

p.setbi {
    border-bottom: 1px dotted #696969;
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
   
}

li.midasi {
    border-bottom: 1px dotted #696969;
    padding: 10px;
    font-weight: bold;
    width: 30%;
    display: inline-block;
    margin-right: 10px;
    float: left;
} 

li.naiyou {
    border-bottom: 1px dotted #696969;
    padding: 10px;
    width: 66%;
    display: inline-block;
} 

.menu {
  width: 100%;
  background: #f0f8ff;
  position: fixed;
  bottom: 0;
  z-index:999;
  text-align: center;
  border-top:1px solid #2e6799;
}

p.price {
  color: red;
  font-weight: bold;
  font-size: 17px;
  float: left;
}

p.price2 {
  color: blue;
  font-weight: bold;
  font-size: 17px;
  float: left;
}

.textarea-primary {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-height: 170px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  outline: none;
  line-height: 1.6;
  resize: vertical;
  
}



p.errori {
   background-image: url(images/error.png);
   width:350px;
   height: 25px;
   background-repeat: no-repeat;
   padding-left: 20px;   
   padding-bottom: 5px;
   float: right;
  
  

}
.error { background-color:#FFCCCC; border:1px solid #C70032;}
.alert { color:#C70032; font-size:small;}
.error_m { color:#C70032;}



.error2 { background-color:#FFCCCC; border:1px solid #C70032; padding: 10px;}


section {
  position: absolute;
  display: none;
}

/* 表示スタイル（動作に無関係） */
section {
  margin-top: 3rem;
  border: 1px solid #ccc;
  padding: 3rem;
  width: 100%;
  box-sizing: border-box;
}
#a01 {
  background: #D8DBE2;
}
#a02 {
  background: #A9BCD0;
}
#a03 {
  background: #58A4B0;
}

p.box {
  border: 2px solid #d3d3d3;
  border-radius: 3px;
  padding: 5px;
  background-color: #fff;
}

label.midasi {
    width: 200px;
    display: inline-block;
}


.parea {
   width: 100%;
   background-color: #fff;
   display: inline-block;
   padding: 10px;
   border: 5px solid #efefef;
}


.pbox {
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 23px;
}

.pbox li {
   font-weight: bold;
    list-style: none;
    float: left;
    margin-right: 10px;
    width: 150px;
    display: inline-block;
    
}


.abox {
    width: 100%;
    line-height: 45px;
}

.abox li {
   font-weight: bold;
    list-style: none;
    float: left;
    width: 150px;
    display: inline-block;
    
}

.upload {
    background-color: #ff8c00;
    border-radius:5px;
    display:inline-block;
    padding: 10px;
    width: 200px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

p.kanri {
    background-color: red;
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    width: 50px;
    float: left;
}


p.master {
    background-color: yellow;
    color: red;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    width: 50px;
    float: left;
}



a.menu2 {
    background-color: #efefef;
    border: 1px solid #d3d3d3;
    padding: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 94%;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;

}

#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
    background-color: #F5F7FA;
    border-top: 2px solid #4A89DC;
    
}





a.jplink {
    font-size: 14px;
    display: inline-block;
    padding: 6px;
    background-color: #fff;
    color: #4A89DC;
    
}



div.photo {
    border: 1px solid #d3d3d3;
    padding: 10px;
}
p.Lsize {
 
    font-size: 16px;
    display: inline-block;
    padding: 3px;
    border: 1px solid red;
    
}

p.kigen {
     background-color: red;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 0px;
    text-align: center;
    width: 50px;

    
}


p.kigenm {
     
    color: red;
    font-size: 11px;
    display: inline-block;
    padding: 0px;
    text-align: center;
    width: 50px;
    

    
}

p.question {
    background-color: yellow;
    color: red;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    

}





.touroku {
    background-color: #ff8c00;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 80px;
    color: #fff;
    text-align: center;
}

.touroku:hover {
    background-color: #ffaf4d;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 80px;
    color: #fff;
    text-align: center;
}



#pagenation {
     list-style: none;
   }

#pagenation li {
    float: left;
    padding: 5px;
    border: 1px solid #efefef;
    margin-top: 10px;
    margin-right: 5px;
}


#pagenation li.koko {
    float: left;
    padding: 5px;
    border: 1px solid #efefef;
    margin-top: 10px;
    margin-right: 5px;
    color: red;
}

p.deletem {
    color: red;
}

.area {
    width: 85%;
    height: 200px;
}


input[type=checkbox] {
  transform: scale(1.5);
}


input[type=radio] {
  transform: scale(1.8);
  margin-right: 10px;
  margin-left: 10px;
 
}


.reg {
    background: #696969;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    width: 200px;
    float: right;
    margin: 10px;
}

.reg2 {
    background: #fff;
    color: #696969;
    border: 1px solid #696969;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    width: 250px;
    margin: 10px;
}

div.logoa {
     border: 1px solid #d3d3d3;
     padding: 15px;
     border-radius: 3px;
     width: 400px;
     display: inline-block;
     margin-bottom: 10px;
     float: left;
     
}

img.logoa {
    width: 160px;
   
}

a.htconvert {
    border: 1px solid #d3d3d3;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 80px;
    color: #000;
    text-align: center;
    background-color: #ffff00;
    
}

a.htconvert2 {
    border: 1px solid #d3d3d3;
    border-radius:20px;
    display:inline-block;
    padding: 3px;
    width: 80px;
    color: #fff;
    text-align: center;
    background-color: #d3d3d3;
    
}

p.mojileft {
   float: left;
}


span.2toti {
    float: left;

}

div.photoarea {
   width: 20%;
   float: left;
   margin-right: 20px;
}


div.naiyouarea {
   width: 77%;
   float: right;
}


img.photocheck {

  width: 100%;
  height: 150px;
  object-fit: contain;

}

p.comment {
    background-color: #efefef;
    
}



label.ck {
    width: 190px;
    display: inline-block;
    padding: 10px;
}



.imgView {
  width: 200px;
}

.convertgo {
   background-color: #f44336;
   padding: 15px;
   color: #fff;
   font-weight: bold;
   display: inline-block;
   margin-top: 10px;
   border-radius: 3px;
   font-size: 16px;
   float: right;
   width: 300px;
   text-align: center;
}




.optext {
  display: none;
}
.optext01 {
  display: block;
}

p.orange {
   border: 1px solid orange;
   color: orange;
   padding: 5px;
   
}

li.setudou {
   width: 200px;
   display: inline-block;
   padding: 10px;
   font-weight: bold;
}


li.spot {
   width: 180px;
   display: inline-block;
   padding: 10px;
   font-weight: bold;
}

li.spot2 {
   width:400px;
   display: inline-block;


}

input + #setudoubtn{
  display: none;
}
input:checked + #setudoubtn {
  display:block;
}


input + #areabtn{
  display: none;
}
input:checked + #areabtn {
  display:block;
}


input + #totibtn{
  display: none;
}
input:checked + #totibtn {
  display:block;
}


#check{
  display:none;
  
}


#check2{
  display:none;
  
}

#check3{
  display:none;
  
}




input + #btn3{
  display: none;
}
input:checked + #btn3 {
  display:block;
}


#check3{
  display:none;
  
}





p.morebtn {
   text-decoration: underline;
   padding: 5px;
   float: right;
   color: #0000ff;
}

.conbox{
  width:100%;
  height:800px;
  padding:0px;
  margin:0px;
}

.infobox{
  width:100%;
  height:300px;
  padding:0px;
  margin:0px;
}


.scroll{
  overflow:scroll;
}
.scrollx{
  overflow:hidden;
  overflow-x:scroll;
}
.scrolly{
  overflow:hidden;
  overflow-y:scroll;
}

a.kaijyo {
   background-color: #efefef;
   padding: 3px;
   border: 1px solid #d3d3d3;
}


p.no_irai {
  background-color: #696969; 
  color: #fff;
  text-align: center;
  

}

p.ok_irai {
  background-color: red; 
  color: #fff;
  text-align: center;
  

}

p.infomoji {
    font-weight: bold;
    font-size: 17px;
}

p.irai {
  text-align: center;
  border: 1px solid #696969;
  

}


a.detail2 {
    font-size: 20px;
    float: right;
  
}


p.priceon {
    border: 1px solid #696969;
    padding: 10px;
    font-size: 17px;
}

p.prcoment {
   background-color: #fff5ee;
   padding: 15px;
   font-size: 15px;
   border: 1px solid #ff974d;

}

p.open_comment {
   background-color: yellow;
   color: red;
   padding: 10px;
   font-size: 18px;
}

p.delete {
   background-color: #696969;
   color: #fff;
   padding: 5px;
}

.error2 { background-color:#FFCCCC; border:1px solid #C70032; padding:5px;}


#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}

p.buy {
    background-color: #9acd32;
    text-align: center;
    color: #fff;
    font-weight: bold;

}

p.invest {
    background-color: #efefef;
    text-align: center;
    font-weight: bold;
   
}


p.rent {
    background-color: orange;
    text-align: center;
    color: #fff;
    font-weight: bold;

}

.thback {
    background-color: #1e384d;
    color: #fff;
}


.thback_rent {
    background-color: #ff8c00;
    color: #fff;
}


.spbox {
    width: 250px;
    display: inline-display;
    margin-right: 10px;
    float: left;
   }


.spbox2 {
    width: 400px;
    display: inline-display;
    margin-right: 10px;
    float: left;
    
}

.spbox3 {
    width: 250px;
    display: inline-display;
    margin-top: 30px;
    float: left;
   }


p.sumi {
    
    border-radius:5px;
    display:inline-block;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    border: 0px;
    margin-top: 10px;
    width: 40px;
    padding: 5px;
    border: 1px solid #dc143c;
    
    
}


div.areaphoto {

    background-color: #fff;
    float: left;
    width: 100%;
    margin-left: 3px;
    margin-right: 3px;
    padding: 10px;

    display: inline-block;
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
    
    
    
}


