
button {border:0 none; background-color:transparent; cursor:pointer; vertical-align: 0;}

table.type09 {
    border-collapse: collapse;
    text-align: center;
    line-height: 1.5;
	width:100%;
}
table.type09 thead th {
	width:200px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
	text-align: center;
}
table.type09 tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
	text-align: center;
}
table.type09 td {
    width: 350px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
	text-align: center;
}


table.type03 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;
	width:100%;
	margin:auto;
}
table.type03 th {
    width: 45px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #153d73;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}
table.type03 td {
    width: 500px;;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.type03 td input {
    width:100%;
}

.sub_menu {width:100px; height:25px; border:1px solid; text-align:center;border-radius:10px;}
.sub_menu p {padding: 5px 0px;}
.sub_menu:hover {background:#fff;}

.modify {
	width: 120px !important;
    padding: 10px;
    border-bottom: 1px solid #ccc;
	text-align:center !important;
}

.modify a:hover {
	color:red;
}

.modify button:hover {
	color:red;
}



#mb_list_chk {width: 100px !important;}

/*»ó´ã°¡ ÀÔ·ÂÆû css*/
.add_form{position: relative;
    margin-bottom: 50px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 30px;}
/*»ó´ã°¡ ÀÔ·ÂÆû css end*/

/* ¹öÆ° css */
.add_button {
  display: inline-block;
  border-radius: 4px;
  background-color: #2E2EFE;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 140px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  float:right;
}

.add_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.add_button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.add_button:hover span {
  padding-right: 25px;
}

.add_button:hover span:after {
  opacity: 1;
  right: 0;
/* ¹öÆ° css end */

.tit {}
