ul.smneu  {
  text-align: right;
  margin-bottom: 20px;
}
ul.smneu li {
  display: inline-block;
}
ul.smneu li:not(:last-child):after {
  content: " |";
}

.block h2.title {
  font-size: 1.15em;
  margin: 10px 0;
}

table.list {
  margin: 0 0 30px;
}
p
table.list th, table.list td {
  padding: 12px 12px 10px 12px;
  font-size: 1.1em;
  line-height: 1.4em;
  border-bottom: dashed 1px #3E92CC;
}

table.list th {
  text-align: left;
  white-space: nowrap;
}

table.list td {
  text-align: left;
}

table.list td span {
  display: block;
  font-size: .85em;
  color: #444;
}

table.list strong {
  color: #000;
}

.block h2 {
  margin-bottom: 30px;
}


.block a {
  color: #1E3C91;
}


.box-wrap {
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.box-wrap div {
  width: 42%;
  text-align: center;
  padding: 20px;
  line-height: 1.2em;
}

.box-wrap div img {
  border: solid 1px #ccc;
  margin-bottom: 10px;
}

.box-wrap a {
  color: #1E3C91;
}

.tejun-box {
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tejun-box div {
  width: 47%;
  padding: 10px 0;
  text-align: center;
}

.tejun-box div h4 {
  color: #fff;
  background-color:#3E92CC;
  padding: 10px 5px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.tejun-box div li {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 30px;
  list-style: disc;
}

ol.list li {
  list-style: decimal;
  padding-bottom: 20px;
  margin-left: 40px;
  line-height: 1.6em;
}

div.gaiyo {
  padding-bottom: 10px;
}

div.attention {
  font-size: .85em;
}

table.price {
  width: 98%;
  margin-bottom: 30px;
}

.price th, .price td {
  padding: 10px 0;
  text-align: center;
  border-left: solid 1px #fff;
}

.price th {
  color: #fff;
  background-color:#3E92CC;
   
}

small {
  display: block;
  font-size: .95em;
  line-height: 1.2em;
}
.block h3.title {
  color: #3E92CC;
  font-size: 1.2em;
  margin: 20px 0 10px;
  line-height: 1.4em;
}
table.yoko {
  width: 98%;
  margin-bottom: 30px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
}

.yoko th, .yoko td {
  padding: 10px;
  border-left: solid 1px #666;
  border-bottom: solid 1px #666;
  line-height: 1.4em;
  vertical-align: middle;
}

.yoko th {
  background-color:#eee;
  vertical-align: middle;
}
td.head {
  background-color:#eee;
}
.new {
  line-height: 1em !important;
}
.nowrap {
  white-space: nowrap;
}
.block-inner strong.bk {
  font-weight: bold;
  color: #333;
}
.yoko ol.alpha {
  padding-top: 5px;
  padding-bottom: 10px;
}
.yoko ol.alpha li {
  margin-bottom: 10px;
  margin-left: 30px;
  list-style-type: lower-alpha;
  line-height: 1.4em;
}
ol.num {
  margin-bottom: 30px;
}
ol.num li {
  margin-bottom: 10px;
  margin-left: 30px;
  list-style-type: decimal;
  line-height: 1.4em;
}

.new:after {
  content: "NEW";
  display: inline-block;
  background-color: #740038;
  border: solid 1px #740038;;
  border-radius: 5px;
  color: #fff;
  font-size: .6em;
  line-height: 1.8em;
  margin-left: 10px;
  padding: 0 5px;
}

#entry {
  width: 85%;
  margin: 0 auto;
}

#entry table p {
  padding: 5px 0;
  line-height: 1.4em;
}

#entry table {
  margin-bottom: 40px;
}

#entry th {
	color: #3E92CC;
	padding: 15px;
	border-bottom: dashed 1px #999;
  width: 32%;
  text-align: left;
  line-height: 1.4em;
}

#entry th small {
  font-size: .8em;
  line-height: 1.2em;
  display: block;
  margin-top: 3px;
}

#entry td {
	padding: 15px;
	vertical-align: top;
	border-bottom: dashed 1px #999;
  line-height: 1.4em;
}


#entry td table {
  margin-bottom: 0;
}
#entry td th, #entry td td {
  width: auto;
  color: #000;
  border-bottom: none;
}

input, textarea {
	padding: 5px;
  border: solid 1px #aaa;
  color: #000;
  font-size: 1.1em;
  margin-bottom: 5px;
}

input[type=text]  {
  width: 250px;
}

input.short {
  width: 100px;
}

input.wide {
  width: 500px;
}

input[type=radio] {
  border: 0;
  vertical-align: middle;
  height: 20px;
}
select {
  border: solid 1px #aaa;
  color: #000;
  font-size: 1.1em;
  margin-bottom: 5px;
}

input.btn {
	width: 200px;
  font-size: 1.4em;
  padding: 15px 0;
  background-color: #eee;
  border: solid 1px #ccc;
  border-radius: 5px;
  transition: all ease 0.1s;
}

input.btn:hover {
  background-color: #ccc;
  color: #fff;
  cursor: pointer;
}


textarea {
  width: 95%;
  height: 100px;
}

#ssl-wrap {
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
}
#ssl {
	width: 80%;
}

#seal {
	width: 18%;
  text-align: right;
}

input.error {
  background-color: #ffffcc;
  outline: double 2px #ffffcc;
}

select.error {
  background-color: #ffffcc;
}


label {
}
label.error { display: none; }	

@media screen and (max-width: 640px) {
ul.smneu  {
  text-align: center;
  margin-bottom: 20px;
}


table.list th, table.list td {
  display: block;
}

table.list th {
  border-bottom: none;
  padding-bottom: 0;
}

table.list td.noline {
  border-bottom: none;
}

.box-wrap div {
  width: 42%;
  padding: 10px;
}

.box-wrap a {
  font-size: .9em;
}
.price th, .price td{
  font-size: .85em;
}


#entry {
  width: auto;
}

#entry th {
  display: block;
  width: auto;
  padding: 10px 0;
  border-bottom: none;
}

#entry td {
  display: block;
  width: auto;
  padding: 10px 0 30px 0;
}

#entry td th, #entry td td {
  padding: 10px 0;
}

#entry td span {
  display: block;
}
input[type=text]  {
  width: 200px;
}

input.short {
  width: 100px;
}

input.wide {
  width: 300px;
}

select {
  width: 95%;
  margin-bottom: 5px;
}
textarea {
  width: 90%;
}
}

@media screen and (max-width: 320px) {

input.wide {
  width: 270px;
}

}
