@charset "UTF-8";


# css
div#sasata299-form {
	margin-left:30px;
}
div#sasata299-form label input#staff,
div#sasata299-form label input#pass {
	width:150px;
	border:1px solid silver;
	font-size:1.4em;
	color:#666666;
}
div#sasata299-form label {
	display:block;
	margin-bottom:4px;
	color:gray;
}
div#sasata299-form label span {
    display:block;
    float:left;
    padding-right:6px;
    padding-top:6px; /* おまじない */
    width:80px;
    text-align:right;
    font-weight:bold;
}

div#sasata299-form #button {
    display:block;
    float:left;
    padding-right:6px;
    padding-top:6px; /* おまじない */
    width:120px;
    text-align:right;
    font-weight:bold;
}







#sample01 div {
	width: 200px;
	text-align: center;
}
#sample01 p:first-child {
	margin-bottom: 20px;
}
#sample01 p a { text-decoration: underline;}
#sample01 p a:hover { text-decoration: none;}

#sample02 p {
	overflow: hidden;
}
input[type="text"] {
	float: left;
	width: 200px;
	height: 22px;
	padding: 4px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="submit"] {
	width: 80px;
	height: 28px;
	background-color: #666;
	border: none;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="submit"]:hover {
	background-color: #59b1eb;
}
input[type="submit"][disabled] {
	background-color: #ccc;
	cursor: default;
}

.caution {
	font-size: 15px;
	color: #31221c;
	background-color: #daa520;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
	width:100%;
}

.caution_type2 {
	font-size: 15px;
	color: #31221c;
	background-color: #daa520;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	width:100%;
}


tr.even {
	color: #4f6b72;
}
tr.odd {
	color: #797268;
}

thead th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: center;
	padding: 6px;
	background: #CAE8EA url(../images/bg_header.jpg) repeat-x;
	height: 23px;
}

thead td {
	border-right: 1px solid #C1DAD7;
	background: none;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

tbody th {
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #FFFFFF;
	border: 1px solid #C1DAD7;
}

tbody td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #FFFFFF;
	padding: 6px 6px 6px 12px;
}

tbody .even th {
	background: #fff url(../images/bullet2.gif) no-repeat;
}

tbody .odd th {
	background: #fff url(../images/bullet1.gif) no-repeat;
}
