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

.contents{
	width: 80%;
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	margin: 1% 0px 10px auto;
	color: #d3d3d3;
	height: auto;
	padding: 5px 10px 10px 10px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}
.contents2{
	width: 80%;
	margin:1% 0 10px auto;
	padding: 5px 10px 10px 10px;
	background-color: rgba(0,0,0,0.4);
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	border-radius: 5px;
	color: #d3d3d3;
	height:auto;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	justify-content: space-between;
}


dl{
	margin-top: 0px;
}

dt{
	background-color: rgba(255,255,255,0.3);
	border-radius: 5px;
	padding:2px 5px;
	box-sizing:border-box;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(50, 50, 50);
}
dt a{
	color: rgb(50, 50, 50);
}

dd{
	margin-top:5px;
	margin-left:10px;
	line-height:180%;
}

.column{
	width: 100%;
	/*background-color: rgba(0,0,0,0.4);
	border-radius: 5px;*/
	box-sizing: border-box;
	padding: 5px 5px 5px 5px;
	/*box-shadow:5px 5px 5px rgba(0,0,0,0.2);*/
}
.column+.column{
	margin-left: 10px;
	border-left: dotted 2px rgba(255,255,255,0.3);
	padding-left: 15px;
	/*border-spacing: 6px;*/
}

.pagetitle{
	text-align:right;
	font-size:20px;
	font-weight:bold;
	 margin : 0 2%;
		   }

.comment{
	font-weight:lighter;
	font-size: 11px;
}
.bannerurl br{
	display:none;
}

@media (max-width: 641px){
}
