@charset "utf-8";
/* CSS Document */

#contents section article .pt01 iframe {
	margin: 10px auto 20px;
}
#contents section article .pt01 h4{
	border-left: 5px solid #ccc;
	padding-left: 6px;
	margin: 25px 0 18px 0;
	font-weight: bold;
	font-size: 16px;
}
#contents section article .pt01 span.red{
	color: #f00;
}
#contents section article .pt01 .subTitle {
    font-size: 22px;
    border-left: none;
    border-bottom: 4px solid #f00;
    padding-bottom: 4px;
}
#contents section article .pt01 .imgThumb {
	display: inline-block;
    margin-left: 20px;
	max-width: 200px;
}
#contents section article .archives .ul01 li {
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dotted;
    float: none;
    box-shadow: none;
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
#contents section article .archives h3 + .ul01 li:first-child {
    border-top: 1px dotted;
}