@charset "UTF-8";
/* CSS Document */
/*一覧*/
.sub_menu_list_img {
	width: 100%;
}
.sub_menu_list_img ul {
	padding: 0;
	margin: 0;
}
.sub_menu_list_img ul li {
	width: 30%;
	float: left;
	margin-top: 1%;
	margin-bottom: 2%;
	margin-left: 2%;
	text-align: center;
	color: #333333;
	font-size: 100%;
	margin-right: 1%;
	border-radius: 6px;
	min-height: 100px;
/*	border: 1px dotted #A8E7FE;*/
}

.sub_menu_list_img ul li a {
	min-height: 100px;
	text-decoration: none;
	color: #333333;
	display: block;
	border-radius: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-style: none;
	box-shadow: 0 0 5px #CCCCCC;
}
.sub_menu_list_img ul li a:hover {
	text-decoration: none;
	color: #0073BE;
	background-color: #D3EDFB;
	height: auto;
	width: 100%;
	position: relative;
	background-image: url(images/bk-rogo-w.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-style: none;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sub_menu_list_img ul li img {
	width: 50%;
	display: block;
margin-left:auto;
margin-right: auto;
}
@media screen and (max-width: 768px){
	.sub_menu_list_img ul li {
	width: 45%;
	float: left;
		font-size: 90%;
	}
	.sub_menu_list_img ul li a {
	min-height: 120px;
	}
}