body {
-webkit-appearance:none;
-webkit-text-size-adjust:100%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#000000;
line-height:35px;
font-size:30px;



}



input[type="submit"] {
  -webkit-appearance:none;
}








.sub-title {
	-webkit-appearance:none;
	font-size:30px;
	font-weight: bold;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.note {
	-webkit-appearance:none;
	margin-left: 30px;
	font-size: 0.8em;
	text-align: left;
}

table.editform,
table.list {
	-webkit-appearance:none;
	font-size:25px;
	table-layout: fixed;
	width:90%;
	border-collapse: collapse;
	border-collapse: collapse;
	margin: 15px;
	white-space: normal;
	text-align: center;
}
table.editform th,
table.list th {
	-webkit-appearance:none;
	width: 150px;
	padding: 5px;
	border: 1px solid  #CCCCCC;
	background-color: #E4E2DE;
	empty-cells: show;
	color: #333333;
	font-weight: normal;}

table.editform td,
table.list td {
	-webkit-appearance:none;
	width: 350px;
	padding: 5px;
	border: 1px solid  #CCCCCC;
	empty-cells: show;
	vertical-align: middle;
	text-align: left;
}

table.adminlist {
	-webkit-appearance:none;
	font-size: 0.9em;
	table-layout: fixed;
	width: 900px;
	border-collapse: collapse;
	border-collapse: collapse;
	margin: 15px;
	white-space: normal;
	text-align: center;
}

table.adminlist th {
	-webkit-appearance:none;
	padding: 5px;
	border: 1px solid  #CCCCCC;
	background-color: #E4E2DE;
	empty-cells: show;
	color: #333333;
	font-weight: normal;
}
th.width60 {
	width: 60px;
}
th.width100 {
	width: 100px;
}
th.width120 {
	width: 120px;
}
th.width150 {
	width: 150px;
}
th.width200 {
	width: 200px;
}
table.adminlist td {
	-webkit-appearance:none;
	padding: 5px;
	border: 1px solid  #CCCCCC;
	empty-cells: show;
	vertical-align: middle;
	text-align: left;
	word-break:break-all;
	word-wrap: break-word;
}













