@charset "Shift_JIS";

.topBlockMenu{
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.JS .topBlockMenu{
		margin-bottom: 30px;
	}
	.JS .topBlockMenu + .topBlockMenu{
		margin-top: 30px;
	}

}

.topListMenu01{
	margin-left: -15px;
	margin-top: 15px;
}


@media screen and (max-width: 767px) {

	.JS .topListMenu01{
	}
}

.topListMenu01:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.topListMenu01 .box{
	display: block;
	margin-bottom: 20px;
	float: left;
	width: 50%;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	color:#333;
}
.topListMenu01 .box:hover{
	color: #b1000e;
}
.topListMenu01 .box:visited{
	color: #a94657;
}
.topListMenu01 .box.wide{
	width:100%;
}

.topListMenu01 .box.small{
	width:33.3333%;
}

@media screen and (max-width: 767px) {

	.JS .topListMenu01 .box{
		width: 50%;
	}

	.topListMenu01 .box.wide{
		width:100%;
	}

	.topListMenu01 .box.small{
		width:50%;
	}

	.JS .topListMenu01 .box:not(:last-child){
		margin-bottom: 8px;
	}

}

.topListMenu01 a.box:hover{
	text-decoration: underline;
	color: #b1000e;
}

.topListMenu01 a.box:hover img{
	opacity: 0.8;
}


.topListMenu01 .box .inner{
	border:solid 1px #cdcdcd;
	padding: 16px;
}


@media screen and (max-width: 767px) {
	.JS .topListMenu01 .box .inner{
		padding: 10px;
	}
}

.topListMenu01 .box .image{
	text-align: center;
}


.topListMenu01 .box .image img{
	max-width: 100%;
	height: auto;
}


.topListMenu01 .box .title{
	display: block;
	font-weight: bold;
	font-size: 90%;
	background-image: url(../../../image/jp/r1/icon/icon_link_right_xl_hd.gif);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	margin-top: 22px;
	padding-right: 10px;
	text-decoration: none;
}

.topListMenu01 .box .title:hover{
	color: #b1000e;
}

@media screen and (max-width: 767px) {
	.JS .topListMenu01 .box .title{
		display: inline-block;
		margin-top: 15px;
		padding-right: 20px;
		-webkit-background-size: 10px auto;
		background-size: 10px auto;
	}
}

.topListMenu01 .box .txt{
	margin-top: 12px;
	font-size: 90%;
}

@media screen and (max-width: 767px) {
	.JS .topListMenu01 .box .txt{
	}
}
