@charset "utf-8";
/* CSS Document */

body{
font-size:11pt;
}

#content{
}

th,td{
padding-right:10px;
}

@media screen and (max-width:468px){
table{
table-layout: fixed;
}
td{
word-wrap: break-word;
}
}

ul{

}

h1,h2,h3{
font-size:16px;
}

li{
margin-bottom:10px;
white-space: nowrap;
}

.footer p{
font-size:12px;
text-align:center;
}

.number{
	font-size:24px;
}

p.update{
	font-size:12px;
	margin:0 0 20px 40px;
}

#imgpage{
text-align:left;
}

@media screen and (max-width:468px){
#imgpage img{
width:100%;
height:auto;
}