@charset "UTF-8";

@media all and (min-width: 768px) {
  .layout-second .second-body article li p {
    margin-bottom: 15px;
    line-height: 2.4;
  }
}

/*  .list
----------------------------------------------------------------------*/

.layout-second .second-body article .list li {
	margin-right: 0;
	margin-bottom: 0;
	line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .layout-second .second-body article .list li { border-bottom: none; padding-bottom: 0; line-height: 1.6; }
}

/*----------------------------------------------------------------------
  FANCLUB
----------------------------------------------------------------------*/

/* 2017-18 */
table.fc-tbl {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	font-size:100%;
	position:relative;
	margin-bottom: 25px;
}

@media all and (max-width: 767px) {
	table.fc-tbl {
		width:100%;
	}
}

table.fc-tbl th, table.fc-tbl td {
	border:solid 1px #666;
	font-weight:normal;
	padding:0.5em;
	vertical-align:middle;
	color: #000;
}

table.fc-tbl th.fc-ex, table.fc-tbl th.fc-pr, table.fc-tbl th.fc-st { color: #fff; }

table.fc-tbl th.fc-ex {	text-align:center; background-color: #333; }
table.fc-tbl td.fc-ex {	text-align:center; background-color: #c2c2c2; }

table.fc-tbl th.fc-pr {	text-align:center; background-color: #b28e37; color: #fff; }
table.fc-tbl td.fc-pr {	text-align:center; background-color: #e8ddc3; }

table.fc-tbl th.fc-st {	text-align:center; background-color: #8f0038; }
table.fc-tbl td.fc-st {	text-align:center; background-color: #ffe0ec; }

table.fc-tbl sup { vertical-align: super; font-size: smaller; }
table.fc-tbl .b-red { border-top: 3px solid #f00; border-bottom: 3px solid #f00; }
table.fc-tbl .b-red-l { border-left: 3px solid #f00; }
table.fc-tbl .b-red-r { border-right: 3px solid #f00; }

p span.btn {
  border: 1px solid #8F0038;
  padding: 1em;
  background-color: #8F0038;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none !important;
}
/* /2017-18 */

#fcnote {
	padding: 25px 1.5em;
	border: 2px solid #8F0038;
}
#fcnote h4, #fcnote h5 {
	display: inline-block;
	margin: 0 0 1em;
	padding: 0.5em 1em;
	background-color: #f8dcdd;
	color: #444;
	font-weight: bold;
	font-size: 100%;
}

p.howto a {
	position: relative;
}

p.howto a[target=_blank]:after {
	position: absolute;
	bottom: 15px;
	right: 5px;
}

/*----------------------------------------------------------------------
  .contact
----------------------------------------------------------------------*/

article.body .contact dd {
	margin-top: 15px;
}

/*faq*/
#faq ul { list-style: none; }
#faq ul li {
	background: url(../img/faq/arrow.png) no-repeat 0 50%;
	padding: 0 0 0 24px;
	line-height: 2em;
}

#faq dl {
	margin: 0 0 3em 0;
}
#faq dl dt:first-letter { font-size: 24px; color: #0066cc; margin-right: 5px; }
#faq dl dt {
	text-indent: -29px;
	padding: 0 0 10px 29px;
	margin: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}
#faq dl dd:first-letter { font-size: 24px; color: #cc0000; font-weight: bold; margin-right: 5px; }
#faq dl dd {
	text-indent: -29px;
	padding: 0 0 0 29px;
}

.team-tk .layout-second .second-body article #faq dl dd a[target=_blank]:after {
	margin-right: -10px;
	padding-left: 20px;
}