@charset "utf-8";
/*========================================

STYLE

=======================================*/

select{
	font-size:100%;
    font-family: sans-serif;
}
div span.selecter{
	display:inline-block;
	padding:1% 3%;
	margin:10px 10px 10px;
	background-color:#FFF;
	width:20%;
	text-decoration:none;
	color:#333;
	border:1px solid #aaa;
	font-size:140%;
}
div span.now{
	background-color:#EFEFEF;
}
p.line{
	display:inline-block;
	margin:10px
}



/*========================================

input

=======================================*/

input[type="password"] {
    border: 1px solid #bbb;
    border-radius: 7px;
    box-shadow: 0 0 0 rgba(97, 97, 97, 0), 0 0 5px rgba(133, 133, 133, 0.6) inset;
    padding: 7px 0 7px 15px;
    width: 550px;
}
input[name="login"] {
	margin:15px auto;
	padding:1% 3%;
}

@media screen and (max-width: 736px) {
input[type="password"]{
	width:90%;
	padding:7px 0 7px 15px;
	-moz-box-shadow:
		0px 0px 0px rgba(97,97,97,0),
		inset 0px 0px 5px rgba(133,133,133,0.6);
	-webkit-box-shadow:
		0px 0px 0px rgba(97,97,97,0),
		inset 0px 0px 5px rgba(133,133,133,0.6);
	box-shadow:
		0px 0px 0px rgba(97,97,97,0),
		inset 0px 0px 5px rgba(133,133,133,0.6);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #BBB;
}
}

@media screen and (max-width: 736px) {
label[name="user_id"]{
	margin-left:0;
}
label[name="password"]{
	margin-left:0;
}
}

table.table_t1{
	margin:20px 0 0 0 ;
}


div.error,
p.error,
p.default{
  padding-top:15px;
  margin-left:20px;
  color:#FF0000;
}

input.adminbutton{
	display: inline-block;
	margin: 10px 15px;
}

input.userbutton{
    display: inline-block;
    margin:10px 20px;
}

input#reset{
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 38px;
  border: none;
  text-indent: -9999px;
  background: url(../image/system/return.jpg) no-repeat 0 0;
}


input#update{
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 38px;
  border: none;
  text-indent: -9999px;
  background: url(../image/system/reload.jpg) no-repeat 0 0;
}

input#input{
  cursor: pointer;
  display: inline-block;
  width: 151px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  background:url(../image/system/btn_confirm.jpg) no-repeat 0 0;
}

input#send{
  cursor: pointer;
  display: inline-block;
  width: 151px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  background:url(../image/system/btn_send.jpg) no-repeat 0 0;
}

input#back{
  cursor: pointer;
  display: inline-block;
  width: 151px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  background:url(../image/system/btn_back.jpg) no-repeat 0 0;
}

form.inline{
    display:inline-block;
}