@charset "utf-8";
/* CSS Document */
#header{
    text-align: center;
}
#contents table tr{
    background-image: none;
}
#detail h1{
    border-left: 10px solid #e0cb0b;
    padding-left: 20px;
    margin-bottom: 20px;
}
#detail h2{
    background-color: rgb(245, 233, 161);
    margin-bottom: 1rem;
    padding: .2rem .8rem;
    font-size: 1.25rem;
}
#detail .mov{
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center;
}
#detail .mov_ttl{
	background:#000;
    margin: 0 auto;
	color:#FFF;
	padding: 4px;
	width: 592px;
    text-align: left;
}

#detail figure img{
    width: 98%;
}
#detail .lnk{
    margin: 2rem 0 4rem;
    font-size: 1.125rem;
}

#detail dl{
    margin: 2em;
    font-size: 90%;
}
#detail dt{
    font-weight: bold;
}
#detail dd{
    line-height: 2em;
}
#detail .gotop{
	text-align: right;
}
table{
    border: none;
}