@charset "utf-8";
.sub_board_certification{text-align:center;}
.board_photo_area{width: calc( 100%/5 );display:inline-block;margin:30px 20px;border:0px solid #dedede;}
.photo_area_photo{width:100%;height:290px;background-color:#ffffff;text-align:center; border:0px solid #dedede;background-size:cover;background-repeat:no-repeat;box-shadow: 0px 0px 11px 1px rgba(0,0,0,.1);}
.photo_area_text {margin-top:20px;margin-bottom:20px;text-align:center;}
.board_photo_area a{font-size:16px;font-family: S-CoreDream-6;}
.mini_category{text-align:Center;}
.mini_category a {margin-right:10px;
	background-color:#f9f9f9;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#2e355c;
	border:1px solid #2e355c;
	font-size:14px;
	font-weight:bold;
	padding:11px 40px;
	text-decoration:none;
	transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.mini_category a:hover {
	background-color:#2e355c;
		transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
	color:#ffffff;
}
.mini_category_selected{color:#ffffff;background-color:#2e355c;}

@media all and (max-width:870px)
{
.mini_category a{font-size:14px;margin-right:5px;padding:10px 20px 8px;}
.board_photo_area{width: calc(99% /2 );margin:5px 0px;}
.board_photo_area a{font-size:13px;}
}
