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

#contents .linkgroup{
	width: 90%;
	max-width: 840px;
	margin: auto auto 100px auto;
	display: flex;
	-ms-display: flex;
	-o-display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
}



#contents .linkgroup a,#contents .linkgroup .none,#contents .linkgroup .tume,#contents .linkgroup .sptume{
	width: 32%;
	height: 240px;
	text-decoration: none;
	margin: auto auto 10px auto;
}

#contents .linkgroup .none,#contents .linkgroup .tume,#contents .linkgroup .sptume{
	background-color: #FAFAFA;
	border: #EEEEEE solid 1px;
	border-radius: 5px;
	box-sizing: border-box;
}

#contents .linkgroup .tume{
	width: 32%;
	height: 0;
	margin: 0;
	border: hidden;
	display: none;
}

#contents .linkgroup .tume{
	display: block;
	margin: auto auto 10px auto;
}



#contents .linkgroup .linkblock{
	width: 100%;
	height: 100%;
	border: #EEEEEE solid 1px;
	border-radius: 5px;
	box-sizing: border-box;
	transition-duration:0.5s;
	transition-property: background-color;
}

#contents .linkgroup a:hover .linkblock{
	background-color: #F5FFEB;
	transition-duration:0.5s;
	transition-property: background-color;
}

#contents .linkgroup .linkblock .imagearea{
	width: 100%;
	height: 155px;
	margin: 10px auto auto auto;
	position: relative;
}

#contents .linkgroup .linkblock .imagearea img{
	display: block;
	width: 80%;
	height: auto;
	max-width: 155px;
	margin: auto;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}

#contents .linkgroup .linkblock .titlearea{
	margin: 5px auto auto auto;
	color: #000000;
	text-align: center;
}

#contents .linkgroup .linkblock .titlearea p{
	width:90%;
	margin: auto;
	font-size: 16px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	line-height: 24px;
}

#contents .linkgroup .linkblock .titlearea p .mini{
	font-size: 10px;
	line-height: 15px;
}



/*----------------------------------responsive------------------------------------------*/
@media screen and (max-width: 1140px){
}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 800px){
}

@media screen and (max-width: 640px){
	
#contents .linkgroup a,#contents .linkgroup .none,#contents .linkgroup .tume{
	width: 49%;
	height: 240px;
	text-decoration: none;
	border: #EEEEEE solid 1px;
}
	

	
#contents .linkgroup .tume{
	display: block;
	margin: auto auto 10px auto;
}
	
#contents .linkgroup .sptume{
	width: 32%;
	height: 0;
	margin: 0;
	border: hidden;
	display: none;
}
	
}

@media screen and (max-width: 480px){
}