@charset "utf-8";
/* CSS Document */

body.searchModal {
  background: url(../images/back.png) left top repeat;
  /*background:red;*/
  /*★★★★★★★★★★★★★★けす★★★★★★★★★★★★★★*/
  opacity: 1 !important;
}



* {
  /* color: rgb(51, 51, 51) !important; */
  border-collapse: collapse;
}


/*select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;	
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
	*/
h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

h3,
p,
span {
  /* font-size: 18px; */
}

.left {
  float: left;
}

.right {
  float: right;
}

.cnt {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 5px solid #234697;
}



input {
  vertical-align: middle;
  margin-right: 5px;
  color: rgb(51, 51, 51);
}

label {
  font-size: 14px;
}

body #cnt1 {
  width: 850px;
  margin: 20px auto;
}

body #cnt1 .p-linkWrap {
  float: right;
}

body #cnt1 .p-linkWrap a {
  font-size: 1.6rem;
}


h1 {
  text-align: center;
}

h1 span {
  /* color: #234697 !important;
  font-size: 30px; */
  font-weight: bold;
}

h2 {
  /* border-left: 6px solid #234697;
  font-size: 22px;
  padding: 5px 0px 5px 5px;
  color: #234697 !important;
  font-weight: bold;
  margin-bottom: 10px; */
}

h3 span {
  /* color: #234697 !important; */
  font-size: 24px;
}

.ravel {
  font-size: 18px;
  color: rgb(141, 141, 141);
  width: 200px;
  background: #EDEDED;
  vertical-aligns: middle;
  text-align: center;
}



#wrapper {
  width: 850px;
  margin: 0 auto;
}

#cnt1 h2 {
  margin-left: 8px;
}

#cnt1 .table {
  /* width: 790px; */
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #b0b0b0;
}

#cnt1 .table th {
  width: 150px;
  background: #ededed none repeat scroll 0 0;
  color: rgb(51, 51, 51);
  font-size: 18px;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}


#cnt1 .table td {
  padding: 15px 5px 15px 15px;
  font-size: 14px;
  vertical-align: middle;
}

#cnt1 .table td a {
  width: 29px;
  display: block;
  margin: 0 auto;
}


#cnt1 .table td input {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 3px;
  color: #aaa;
  font-size: 1.2em;
  /*	padding:0px 0px 0px 6px;*/
  height: 22px;
  margin-top: 2px;
  vertical-align: middle;
}

#cnt1 .table td select {
  /*	background:url(../images/allow.png) right center no-repeat;*/
  /* border: 1px solid rgb(204, 204, 204);
  border-radius: 3px;
  color: rgb(51, 51, 51);
  font-size: 1.2em; */
  /*	padding:0px 20px 0px 6px;*/
  /*    height: 24px;*/
  /*    margin-right: 8px;*/
  /*    margin-top: 2px;*/
}


/*#cnt1 .hidden{
	overflow:hidden;
	}
	
#cnt1 .hidden select {
  width: 100%;
  } /* UI分を伸ばす */



#cnt1 .table .w0 {
  padding: 0;
  width: 30px;
}

#cnt1 .table .w0 a {
  margin-right: 20px;
}

#cnt1 .table .clearfix {
  display: table-cell;
}

#cnt1 .table .ravelbox {
  float: left;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  #cnt1 .table .ravelbox {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }
}

#cnt1 .table .ravelbox:last-of-type {
  margin-right: 0;
}

#cnt1 .table .t1 {
  width: 280px;
}

#cnt1 .table .t1 .txt {
  width: 240px;
}


#cnt1 .table .dotted td,
#cnt1 .table .dotted th {
  border-top: 2px dotted #b0b0b0;
}

#cnt1 #table1 tr td.first-child {
  padding-bottom: 0 !important;
}

#cnt2 {
  width: 850px;
}

#cnt2 table {
  width: 100%;
}

#cnt2 table tbody tr th {
  color: rgb(51, 51, 51);
  font-size: 18px;
  padding: 20px;
  background: #EDEDED;
  text-align: center;
  border-bottom: 2px dotted #b0b0b0;
}

#cnt2 table tbody tr td {
  /* width: 110px; */
  padding: 10px 10px;
  border-bottom: 2px dotted #b0b0b0;
  vertical-align: middle;
}

#cnt2 table tbody tr td imput {
  margin-right: 5px;
}

#cnt2 table tr.last-child th,
#cnt2 table tr.last-child td {
  border-bottom: none;
}

#cnt2 table {
  border: 1px solid #b0b0b0;
  border-collapse: separate;
  border-spacing: 0;
}

#buttonbox {
  text-align: center;
}

#buttonbox ul li {
  display: inline-block;
}

#buttonbox ul li.bottom1 a img {
  width: 150px;
  margin: 0 18px;
}

#buttonbox ul li.bottom2 a img {
  width: 85px;
}



#buttonbox #close {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

/*#buttonbox ul{
	display:block;
	width: 365px;
	margin:0 auto;
}
*/
/*#buttonbox ul li{
	float:left;
	margin: 20px;
	}*/


span.right {
  display: block;
  text-align: right;
  margin: 5px 24px 0 0;
}