@charset "utf-8";

body.index > .main-container .contents ul.index-list {
	margin-top: -25px;
	margin-bottom: 70px;
}
body.index > .main-container .contents ul.index-list li {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #999999;
}
body.index > .main-container .contents ul.index-list li > .title {
	display: inline-block;
	vertical-align: top;
	width: 140px;
}
@media screen and (max-width: 780px){
	body.index > .main-container .contents ul li > .title {
		display: block;
		width: 100%;
	}
}
body.index > .main-container .contents ul.index-list li > p {
	display: inline-block;
	vertical-align: top;
}

body.detail > .main-container header {
	margin-bottom: 50px;
}
body > .main-container .contents > .textBlock {
	padding-bottom: 50px;
	margin-bottom: 0;
}
body > .main-container .contents > .textBlock.btborder {
	margin-bottom: 50px;
}
body > .main-container .contents > div.textBlock:last-child {
	padding-bottom: 0;
}

body > .main-container .contents > .textBlock > p {
	margin-bottom: 25px;
	line-height: 1.6;
}
body > .main-container .contents > .textBlock > p:last-child {
	margin-bottom: 0;
}
body > .main-container .contents > .textBlock .col-1,
body > .main-container .contents > .textBlock .col-2,
body > .main-container .contents > .textBlock .col-3,
body > .main-container .contents > .textBlock .col-4,
body > .main-container .contents > .textBlock .col-5,
body > .main-container .contents > .textBlock .col-6,
body > .main-container .contents > .textBlock .col-7,
body > .main-container .contents > .textBlock .col-8,
body > .main-container .contents > .textBlock .col-9,
body > .main-container .contents > .textBlock .col-10,
body > .main-container .contents > .textBlock .col-11,
body > .main-container .contents > .textBlock .col-12 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
body > .main-container .contents > .textBlock .col-auto {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
}
body > .main-container .contents > .textBlock .image {
	text-align: center;
}
body > .main-container .contents > .textBlock .image img {
	width: auto;
	height: auto;
	max-width: 100%;
}

body > .main-container .contents h2,
body > .main-container .contents h3,
body > .main-container .contents p {
	margin-bottom: 5px;
}
body > .main-container .contents > h2 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-size: 14px;
}
body > .main-container .contents > .btborder::after {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: -100px;
	width: 1100px;
	height: 1px;
	background-size: 100% auto;
	background-image: url(../../common/img/wh_line.jpg);
}
body > .main-container .contents > div:last-child::after {
	display: none;
}
@media screen and (max-width: 780px){
	body > .main-container .contents > .btborder::after {
		left: -2.5vw;
		width: 100vw;
	}
}

body > .main-container .contents > .textBlock .row.btborder {
	border-bottom: 1px dotted #999999;
	margin-bottom: 25px;
}
body > .main-container .contents > .textBlock .row:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

body > .main-container .contents > .textBlock .note {
	color: #999999;
}

body > .main-container .contents ul.decklist li {
	display: block;
	width: auto;
}

body > .main-container header nav .banner {
	display: inline-block;
	vertical-align: bottom;
	min-width: 250px;
}
body > .main-container header nav .banner > a{
	display: inline-block;
	vertical-align: bottom;
	width: 170px;
	background: none;
	padding: 0;
	max-width: 80%;
}
body > .main-container header nav .banner > a > img {
	width: 100%;
}
@media screen and (max-width: 780px) {
	body > .main-container header nav .banner {
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}
}