@charset "utf-8";
table.toki {
	border-collapse:collapse;
	border-spacing: 0px;
    text-align: left;
    line-height: 1.5em;
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;

	width:90%;
}
table th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
	background: #ffc;
	text-align: center;
}
table td {
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
}
ol {
	list-style:decimal;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
}
ol li{
	padding-left:0.5em;
	margin-left:3.0em;
	list-style-position:outside;
	text-align:left;
	text-indent:0;
}
table > ul > li{
	font-size:1.2em;
	
}
.udon{
	display: flex;
	align-items:center;
	justify-content: center;
}
div ul{
	margin: 1em;
}
div p{
	margin: 1em;
}
/* PC tablet */
@media only screen and (min-width: 920px){
.udon{
	height:300px;
}
}
