@CHARSET "UTF-8";
.container {
   max-width: 99.9%;
   width:100%;
}
a:active, a:hover, a:link, a:visited {
	text-decoration: none;
}
table.type01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.0;
    font-size:12px;
    width: 99.9%;
}
table.type01 thead th {
    padding: 8px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    text-align: center;
    border-bottom: 3px solid #036;
}
table.type01 tbody th {
    padding: 8px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}
table.type01 thead td {
    padding: 8px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

table.type01 tbody td {
    padding: 8px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
table.type02 thead th a{
	color:#fff;
}

table.type02 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    line-height: 1.0;
    font-size:12px;
    margin-top: 2px;
}
table.type02 th {
    padding: 8px;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    background: #369 ;
}

table.type03 {
	margin:15px auto;
	text-align:left;
    width: 99.9%;
    font-size:12px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table.type03 tbody th {
	padding:15px;
    font-weight: bold;
    background: #f3f6f7;
}
table.type03 tbody td {
	vertical-align: middle;
    padding: 8px;
	/*min-width:992px;*/
	min-width:85%;
}
form {
	margin-bottom : 0;
}
.info { 
	white-space:nowrap; 
	margin: 0 10 0 11px;
	float: left;
}
.clear {
	clear:both;
}
.btn {
	background: #369;
	border:2px solid #369;
	color:white;
}
.btn_none {
	background: #99B2CC;
	border:2px solid #99B2CC;
	color:white;
}
.searchBar {
	white-space:nowrap;
	margin-left:10px;
	padding:0;
	/*width:80%;
	min-width:768px;*/
	min-width:85%;
	display : inline-block;
	border : 8px solid #369;
	border-radius : 3px;
}
.searchBar select, .searchBar input[type=text]{
	padding:7px 0;
	border:0;
	font-size:13px;
}
.searchBar select:focus, .searchBar input[type=text]:focus {
	outline: none;
}
.btn:hover {
	background : #2c5885;
	cursor: pointer;
}
.btn_none:hover {

}