@charset "UTF-8";
@media screen and (max-width:840px) {
.lead2 {
    position: relative;
    color: #ffffff ;
    background: #b17dcd;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #f9f34c;
}
.lead2:after, lead2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.lead2:after {
    left: 0;
    border-right: 5px solid #333;
}
.lead2:before {
    right: 0;
    border-left: 5px solid #333;
}

div.article-body dt {
	font-weight: normal;
	font-size: 11px;
}

div#article-contents dd.t_b {
        font-size: 16px;
}

div.article-body dd {
    margin-left: 1em;
    margin-top: 7px;
    margin-bottom: 14px;
    font-weight: bold;
    line-height: 1.3;
}

.sc {
	text-align: right;
	font-size: 12px;
}
.aa {
	font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
	font-size:16px;
	line-height:18px;
}
]