@charset "utf-8";

a.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color :#fff !important;
  font-size:12px;
  padding: 3px;
  margin: 1px 2px;
  border: 1px;
  text-align:center;
  letter-spacing: .1em;
}

a.button, a.button:visited{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color : #fff;
  font-size: 12px;
  padding: 3px;
  margin: 1px 2px;
  border: 1px;
  text-align: center;
  letter-spacing: .1em;
  text-decoration: none;
}

a.button:hover{
  color: #fff ;
  text-decoration: none;
}

table.list tbody a.button,
table.profile-layout tbody a.button {
  min-width: 0;
  padding: 1px 3px;
}

button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color : #fff;
  font-size: 12px;
  padding: 3px;
  margin: 1px 2px;
  border: 1px;
  text-align: center;
  min-width: 80px;
  letter-spacing: .1em;
  cursor: pointer;
  border:0;
}

table.list tbody button,
table.profile-layout tbody button,
table.pl_list tbody button {
  min-width: 0;
  padding: 1px 3px;
}

button.delete{
  background: #de685c;
  border-bottom: 3px solid #cc3c2e !important;
}

input.button{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color :#fff;
  font-size:12px;
  padding: 3px;
  margin: 1px 2px;
  border: 1px;
  text-align:center;
  letter-spacing: .1em;
  cursor: pointer;
}

input.delete{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color :#fff;
  font-size:12px;
  padding: 3px;
  margin: 1px 2px;
  border: 1px;
  text-align:center;
  letter-spacing: .1em;
  cursor: pointer;
  background: #de685c;
  border-bottom: 3px solid #cc3c2e !important;
}


a.btn-back{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 0 5px 10px;
  margin: 1px 2px;
  text-align: center;
  letter-spacing: .1em;
  text-decoration: none;
  width: 70px;
  border: 1px solid #c7c7c7;
  border-bottom:  3px solid #bbb;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #fff;
  background-position: 12px center;
  background-repeat: no-repeat;
}

/*右側検索ボタン*/
a.tutorial-button-student,
a.tutorial-button-teacher,
a.tutorial-button-noposition {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 5px 5px 20px;
  margin: 3px;
  border: 1px;
  text-align: center;
  letter-spacing: .1em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-bottom:  3px solid #bbb;
  background-image: url("../../../images/flat/basic/tutorial/icon_student_m.png");
  background-position: 5px center;
  background-repeat: no-repeat;
}
a.tutorial-button-student{
  background-image: url("../../../images/flat/basic/tutorial/icon_student_m.png");
}
a.tutorial-button-teacher{
  background-image: url("../../../images/flat/basic/tutorial/icon_teacher_m.png");
}
a.tutorial-button-noposition{
  background-image: url("../../../images/flat/basic/tutorial/icon_noposition.png");
}

table.info tbody button,
table.list tbody button,
table.profile-layout tbody button,
table.info tbody input.button,
table.list tbody input.button,
table.profile-layout tbody input.button,
table.info tbody input.delete,
table.list tbody input.delete,
table.profile-layout tbody input.delete {
  min-width: 0;
  padding: 1px 3px;
}

button:hover,
input.button:hover {
  opacity: .80 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
}


button[disabled],
input.button[disabled],
input.delete[disabled],
input[type="submit"][disabled],
button[disabled]:hover,
input.button[disabled]:hover,
input.delete[disabled]:hover,
input[type="submit"][disabled]:hover
 {
  background-color: #aaaaaa !important;
  border-color: #a1a1a1 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
  cursor: default !important;
}
