@charset "utf-8";

body{
	font-family: font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",d;
}

a {
  text-decoration: none;
  color: #333;
}

.whiteSpace{
	height: 7.5vw;
}
@media screen and (max-width: 1024px){
	.whiteSpace{
		height: 14.5vw
	}
}

.dateTopic-bg{
	height: 18.75vw;
	text-align: center;
    background-color: #145CB2;
}

.dateTopic{
	font-size: 5vw;
	padding: 5.5vw;
}

.result{
	width: 80%;
    margin: 6.4% 0% 0% 10%;
    border: solid 1.5px;
    box-shadow: 10px 10px 0 0 #145CB2;
}


.result:hover{opacity:0.5;}
.resultDate{
	margin-top: 4% !important;
}

.resultTitle{
	margin: 0% 0 1.4% 2%;
	font-weight: bold;
	font-size: 4.2vw;
}

.typeTag{
	width: 10vw !important;
}

.resultOther{
	margin: 0% 0 1.4% 2%;
	font-size:2.55vw;
}

.resultOther a{
	color: blue;
	border-bottom: 1px solid blue;
}
.detailCaption{
	margin: 0 1.2% 0 0;
}