@charset "utf-8";
/*/--------------------------------------------------------------------------/*/
/* ===== SUCCESS ===== */
/*/--------------------------------------------------------------------------/*/

/*/--------------------------------------------------------------------------/*/
/* =====section ===== */
/*/--------------------------------------------------------------------------/*/

section ul:nth-child(2) li{
margin-bottom: 0.3em;
}


section ul:nth-child(2) li a:link,
section ul:nth-child(2) li a:visited{
color:#3366CC;
text-decoration: underline;
}

section ul:nth-child(2) li a:hover{
text-decoration: none;
}

section a img{
height: 1.5em;
vertical-align: middle;
}

section caption, 
section th,
section td{
text-align: center;
}

section caption{
font-size: 120%;
font-weight: bold;
}

.doboku caption{
color: #9C6A32;
}
.kenchiku caption{
color: #BB3335;
}
.kankouji caption{
color: #8E28D3;
}



section .notice{
border:2px dotted #999;
padding: 1em 0;
margin: 20px;
}

section .notice ul{
list-style-type:'※';
}