@charset "utf-8";
/* CSS Document */




/* detail */
#detail {
	
}
#detail article {
	padding-left:13.3%;
	padding-right:8.3%;
}
#detail article div.date {
	font-size:1.7em;
}
#detail article h1 {
	font-size:1.8em;
	padding:0;
	font-weight:bold;
}
#detail article img {
	width:80%;
	max-width:800px;
	height:auto;
}
#detail article p {
	margin-bottom:2em;
}
#detail article p a {
	text-decoration:underline;
}
#detail article p a:link {text-decoration:underline;}
#detail article p a:hover {text-decoration:none;}

#detail article div.share {
	font-size:1.6em;
	margin-bottom:3em;
}
#detail article div.back a {
	font-size:1.6em;
	text-decoration:underline;
}
#detail article div.back a:link {text-decoration:underline;}
#detail article div.back a:hover {text-decoration:none;}

@media only screen and (max-width:768px){
	#detail article {
		padding:0;
	}
	#detail article div.date {
		font-size:1.4em;
	}
	#detail article h1 {
		font-size:1.4em;
	}
	#detail article img {
		width:100%;
		max-width:auto;
		max-width:initial;
	}
	#detail article div.share {
		margin-bottom:1em;
	}
}






/* list */
#list {
	
}
#list dl {
	padding-left:13.3%;
	padding-right:5%;
	text-align:left;
}
#list dl dt {
	float:left;

	font-size:1.6em;
	width:6em;
	font-family:'rfa_gothic_stdregular';
}
#list dl dd {
	font-size:1.3em;
	margin-left:6em;
	margin-bottom:1em;
}
#list dl dd:after {
  content: '';
  display: block;
  clear: both;
}
#list dl dd a			{text-decoration:underline;}
#list dl dd a:link		{text-decoration:underline;}
#list dl dd a:hover	{text-decoration:none;}


#list h2 {
	font-size:2em;
	
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	
	width:75%;
	box-sizing:border-box;
	margin:1em auto;
	margin-right:10%;
}
#list h2 span:before,#list h2 span:after {
	content: "";
	display: inline-block;
	position: relative;
	height: 2px;
	left: 0;
	bottom: 0.4em;
	bottom:calc(0.4em - 1px);
	background-color:white;
}
#list h2 span:before {
	width: 5%;
	margin-right:2%;
}
#list h2 span:after {
	width: 100%;
	margin-left:2%;
}

@media only screen and (max-width:768px){
	#list dl {
		padding-left:0;
		font-size:1em;
	}
	#list dl dt {
		float:none;
		width:100%;
		font-size:1.4em;
		display:block;
	}
	#list dl dd {
		font-size:1em;
		margin-left:0;
		margin-bottom:2em;
	}
	#list dl dd:last-child {
		margin-bottom:4em;
	}
	
	#list h2 {
		width:100%;
		margin-top:0;
		margin-right:0;
		font-size:1.6em;
	}
	#list h2 span:before {
		margin-right:4%;
	}
	#list h2 span:after {
		margin-left:4%;
	}
	
}



