.btn,
input[type="submit"],
input[type="button"]{
    display: inline-block;
    background: #006286;
    padding: 10px 20px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    margin: 20px 0;
    border-style: none;
}

.backBtn {
    display: inline-block;
    border-radius: 20px;
    padding: 8px 20px 8px 20px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    border-style: none;
}

td .btn {
    margin: 0px;
}

input[type=button]:hover {
    opacity: 0.8;
    cursor: pointer;
}

table{
  width: 100%;
    max-width: 800px;
  border-collapse:collapse;
  margin:0;
  table-layout: auto;
  word-break: break-all;
  word-wrap: break-all;
}
tr{
    border-bottom: 1px solid #fff;
}
td,th{
  padding:15px 20px;
}
th{
  color:#fff;
  background:#666;
    width: 200px;
    padding-right: 30px;
    background-clip: padding-box;
}
td{
    background: #eee;
}

.pager{text-align:center;}
.pager span{border:1px solid #005ab3; text-align:center; cursor:pointer; width:23px; display:inline-block; padding:1px 0;}
.pager span.active, #info .pager span:hover{background:#005ab3; color:#fff;}
.pager span.active{cursor:default;}
.pager span.btn{color:#005ab3; border:none;}
.pager span.btn:hover{background:none;}
.pager span#next{padding-left:10px;}
.pager span#prev{padding-right:10px;}
.pager span.vv{color:#005ab3; border:none;}

.txt {
	margin: 0 0 20px 0;
}

#nav {
  list-style: none;
  overflow: hidden;
}

#nav li {
  text-align: center;
  background-color: #56b43c;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 5px 15px 0;
  border-radius: 10px;
  padding: 0px 15px;
}

#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 13px;
}

#nav li a span {
	margin: 0 0 0 5px;
	background: #ff3300;
	color: #fff;
	border-radius: 50%;
	padding: 2px 6px;
	font-size: 12px;
}

.selectList {
    text-align: right;
    margin: 0 auto 30px;
}

.selectList ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.selectList select {
    display: inline-block;
    background: #e9e9e9 url(../../img/common/select_bg.png) no-repeat right 2px center;
    border: 0;
    border-radius: 2px;
    padding: 9px 50px 9px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
}

.selectList input[type=text] {
    width: 40%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin: 0 5px 0 0;
}

.selectList input[type=submit] {
    float: right;
    width: 13%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
    background: #f4f4f4;
    font-weight: bold;
    font-size: 16px;
}

.selectList input[type=text].stext {
    width: 15%;
}

.selectList input[type=text].mtext {
    width: 30%;
}

.selectList ul li input[type=text], .selectList ul li input[type=submit]  {
    width: auto;
}

// ポップアップメッセージ
.popup {
    position: relative;
}
.popup span.remark {
    display: none;
}
.popup a:hover span.remark {
    background: none repeat scroll 0 0 #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    width: 30em;
}