<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.darts2018 .contents {
    font-size: 87.5%;
    background: #ffffff;
}

.darts2018 .content {
    width: 100%;
    word-wrap: break-word;
}

.darts2018 .content h2 {
    padding: 0;
    border: none;
}

.darts2018 .content h3 {
    font-size: 150%;
    margin-top: 30px;
    border-bottom: 4px solid #b6d700;
}

.darts2018 .content h4 {
    clear: both;
    color: #000000;
    font-size: 164%;
    margin-bottom: 20px;
    background: #b6d700;
    padding: 5px 5px 5px 10px;
    border-left: 9px solid #000000;
    border-bottom: 1px solid #000000;
}

.darts2018 .content h5{
	font-size: 105%;
	font-weight: bold;
	margin-top: 30px;
}
.darts2018 .content .lead {
    margin-top: 10px;
    margin-bottom: 50px;
}

.darts2018 .keyvisual {
	margin-bottom: 15px;
}

.darts2018 .content .lead span {
    color: #00b84a;
    margin-right: 1em;
}

.darts2018 .content .table {
    margin: 0 15px;
    width: 46%;
}

.darts2018 .content table {
    width: 100%;
    font-size: 100%;
    margin-top: 10px;
    background-color: #eeeeee;
}

.darts2018 .content table,
.darts2018 .content table th,
.darts2018 .content table td {
    padding: 10px;
    border: 3px #ffffff solid;
    border-collapse: collapse;
}

.darts2018 .content .key  {
    width: 30%;
    text-align:center;
    font-weight:bold;
    background-color: #c7c7c7;
}

.darts2018 .content .term .key  {
    width: 15%;
}

.darts2018 .content .term span {
    color: #00b84a;
}

.darts2018 .content .count th  {
    width: 25%;
    background-color: #c7c7c7;
}

.darts2018 .content .count span {
    font-size: 80%;
}

.darts2018 .content .count .value:nth-child(2) {
    border-right: 10px #ffffff solid;
}

.darts2018 .content .warning_note {
    text-indent: -1em;
    margin-top: 10px;
    margin-left: 1em;
}

.darts2018 .content .backnumber td {
    padding: 5px;
    background-color: #ffffff;
}


.darts2018 .content .text,
.darts2018 .content .photo {
    margin-top: 20px;
    margin-bottom: 40px;
}

.darts2018 .content .text {
    width: 52%;
    margin-right: 3%;
}

.darts2018 .content .photo {
    width: 30%;
    margin: 4% auto;
}

.darts2018 .content .photo img {
    width: 100%;
	  margin-bottom: 3px;
}

.darts2018 .content .photos {
  margin: 15px auto 0;
}

.darts2018 .content .photos .photo {
  width: 49%;
  margin: 0 2% 0 0;
}

.darts2018 .content .photos .photo:last-of-type {
  margin: 0;
}

.darts2018 .content .photo.right {
	 text-align: right;
    margin-left: 4%;
}

.darts2018 .content .attention {
  margin-top: 20px;
  text-align: center;
}

.darts2018 .content .offer {
  font-size: 0.8em;
  text-align: right;
  margin: 10px 40px 0 0;
}

.darts2018 .content .pagetop {
    float: none;
    font-size: 75%;
    background: none;
    text-align: right;
    margin: 70px 0 15px;
}

.darts2018 .content .pagetop a {
    padding-left: 15px;
    background: url("/images/base/pagetop_mark.gif") 0 center no-repeat;
}

.darts2018 .images {
    margin: 20px auto 30px;
	  width: 80%;
}

.darts2018 .images .left {
    margin-right: 4%;
}


.darts2018 .images .image {
    width: 48%;
}

.darts2018 .images figcaption {
    display: block;
    margin: 5px 0 0;
}

.darts2018 .images img {
    width: 100%;
	  margin-bottom: 5px;
}

.darts2018 .lately .num {
    text-align: right;
}
.darts2018 table th{
	  background-color: #ccc;
}
.darts2018 table td{
	text-align: center;
}
.darts2018 table .character{
	width: 45%;
	text-align: left;
}
.darts2018 table.score{
	width: 60%;
	text-align: left;
	margin-bottom: 5px;
}
.darts2018 table.score th{
	width: 15%;
}
.darts2018 table.score td{
	text-align: center;
}
.darts2018 p.small{
	font-size:75%;
	text-align: right;
}

.darts2018  .content .photo.flr{
	float: right;
	margin-right: 4%;
}

.darts2018  .content .photo.fll{
	float: left;
}
.darts2018  .content .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.darts2018 .mb15 {
	margin-bottom: 15px;
}
</pre></body></html>