@charset "utf-8";
h2 {
	background-image: url(img/header.jpg?v5);
	color: rgba(255,255,255,1.00);
	text-shadow: 0 0 20px rgba(51,51,51,0.70);
}
h4 span {
	display: inline-block;
}

/* LEAD */
#lead::after {
	display: block;
	clear: both;
	width: 100%;
	content: "";
}
#lead > div {
	margin-bottom: 0.5em;
	line-height: 150%;
	text-align: right;
}
#lead .lead {
	/*margin-left: 45%;*/
	text-align: left;
	margin-bottom: 1em;
	font-weight: 700;
	letter-spacing: -0.01em;
}


/*YOUKOU*/
#youkou dl dt {
	background-color: #eee;
	line-height: 1;
	padding: .5em;
	font-weight: 600;
	font-size: 80%;
}
#youkou dl dd {
	padding: .5em 2em 2em;
}
@media (max-width:480px) {
	#youkou dl dd {
		padding: .5em 1em 1em;
	}
}
#youkou dl dd table {
	border-collapse: collapse;
}
#youkou dl dd table td {
	vertical-align: top;
	padding: 5px 0;
	border-bottom: dotted 2px #ccc;
}
#youkou dl dd table tr > td:nth-child(4) {
	padding-left: .5em;
}



/*GYOMU*/
#gyomu table {
	border-collapse: collapse;
}
#gyomu table td,
#gyomu table th {
	vertical-align: top;
	padding: 5px 0;
	border-bottom: dotted 2px #ccc;
	text-align: left;
}
#gyomu table th {
	white-space: nowrap;
}
#gyomu table td {
	padding-left: .5em;
}



/*STUDIO*/
#studio dt {
	background-color: #eee;
	padding: 10px 10px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
#studio dd {
	background-color: #eee;
	display: flex;
	padding: 0 10px 10px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
}
#studio dd div {
	padding: 0 5px;
}
#studio dd img {
	max-width: 100%;
}
@media (max-width:480px) {
	#studio dd {
		padding: 0 5px 5px;
	}
}


#info dt {
	font-weight: 600;
}
#info dd {
	padding: 5px 15px 0;
}


/*common*/
.red {
	color: #FF0000;
}
.strong {
	font-weight: 600;
}
ul > li {
	margin-bottom: .2em;
}
ul > li:last-child {
	margin-bottom: 0;
}
ul.attention > li,
ul.dot > li,
ul.circle > li,
span.attention {
	display: block;
	padding-left: 1.2em;
}
ul.attention > li::before,
span.attention::before {
	content: '※';
	display: inline-block;
	margin-left: -1.2em;
}
ul.dot > li::before {
	content: '・';
	display: inline-block;
	margin-left: -1.2em;
}
ul.circle > li::before {
	content: '●';
	display: inline-block;
	margin-left: -1.2em;
}

