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

#main section ol{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:28px;
}

div.waku{
	display:block;
	width:90%;
	max-width:300px;
	padding:5%;
	background-color:rgb(255,240,247);
	border:1px solid rgb(130,97,125);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

#main section#school_nintei ol{
	margin-bottom:28px;
}

#main section#nyukai ol>li{
	margin-bottom:14px;
}

div.waku p{
	margin-bottom:0;
}

.ta_center{
	text-align:center;
}

.fw_bold{
	font-weight:bold;
}

.ta_right{
	text-align:right;
}

li.wakuwaku{
	width:90%;
	max-width:300px;
}

li.shita_yajirushi{
	padding-bottom:40px;
	background-image:url(../img/arrow-d.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

li#gokaku{
	padding-bottom:20px;;
}

#main section ul{
	list-style-position:outside;
	margin-left:14px;
}

#main section table{
	width:100%;
	max-width:450px;
	border-collapse:collapse;
	margin-bottom:14px;
}

#main section th,
#main section td{
	width:26%;
	padding:5px 2%;
	border:1px solid #999;
}

#main section th.th0{
	background-color:rgb(240,240,240);
}

#main section th.th1{
	background-color:rgb(232,240,255);
}

#main section th.th2{
	background-color:rgb(255,240,247);
}

a.download_btn img{
	width:48px;
	margin-left:14px;
}