


/*テキストボックスレイアウト↓*/
.txtbox_layout {
		height: 40px;
		border:0;
		padding:0 10px;
		font-size:14pt;
		font-family:Arial, sans-serif;
		color:#212529;
		border:solid 1px #ccc;
		margin:0.5em 0 0;
		width:300px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;	
		border-radius: 0px;
}
/*テキストボックスレイアウト↑*/

div.p10{
	padding-top:10px;
}
div.padding{
	float: right;
}

ul.btn_area{
    display: table-cell;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.btn_area{
    width: 99%;
}

.cap.cap{
	color:#333;
}

@-moz-document url-prefix(){
    th.odd{
      background-image:url(/images/lists_color_bg_01-3f88252ce4abd9d1e79a9d683aeef3da.gif);
    }
    th.even{
       background: #ecf3fc;
    }

}

