input.btn_list {
	width:302px;
	height:42px;
	font-size:14pt;
	color:#0055aa;
	background:url(img/btn_list.jpg);
	border: 0px;
	text-align:left;
}
input.btn {
	width:148px;
	height:28px;
	font-size:12pt;
	font-weight:bold;
	color:#0055ff;
	background:url(img/btn.jpg);
	border: 0px;
	text-align:center;
}
input.menubtn {
	width:280px;
	height:50px;
	font-size:16pt;
	font-weight:bold;
	color:#0055ff;
	background:url(img/menubar.jpg);
	border: 0px;
	text-align:center;
}
input.menubtns {
	width:230px;
	height:50px;
	font-size:16pt;
	font-weight:bold;
	color:#0055ff;
	background:url(img/menubars.jpg);
	border: 0px;
	text-align:center;
}
input.txt_log {
	font-size:14pt;
}
select.sel {
	font-size:14pt;
	width:120px;
}
textarea.iPadclasstxtarea {
	font-size:13pt;
}

table.table_line11 {
  border-collapse: collapse;
  border: solid 1px #4169E1;
  background-color: #F0F8FF;
  color: #4169E1;
  font-size:90%;
}
table.table_line11 td {
  border: solid 1px #4169E1;
  padding: 4px 6px;
  margin:0px;
}
#td12 {color:#F8FFFF;background-color:#4169E1;border: solid 1px #F8FFFF;}
#td13 {background-color:#FFFFFF}
.msgbtn_01{
	border: 1px #a6a6a6 solid;
	cursor:pointer;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color:#f0fff0;
	background-color:#3B5998;
	text-align:center;
	padding-top:0px;
	height:40px;
	line-height:40px;
}
.spanbtn{
	border: 1px #404040 solid;
	cursor:pointer;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-appearance: none;
	margin: 2px;
	padding: 10px 10px 10px 10px;
	color:#404040;
	background-color:#ffffff;
	text-align:center;
	line-height:20px;
	display: inline-block;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.spantabbtn{
	border: 0px #404040 solid;
	cursor:pointer;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-appearance: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color:#404040;
	background-color:#ffffff;
	text-align:center;
	line-height:20px;
	display: inline-block;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.square_btn{
	display: inline-block;
	padding: 2px;
	margin: 0px 5px;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #c00000;/*左線*/
	color: #c00000;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
