@charset "utf-8";

#locMain h1 {
	line-height: 1.1;
}
.locListCircleSmall {
	list-style: none;
}
.locListCircleSmall li {
	position: relative;
	padding-left: 1.1em;
}
.locListCircleSmall li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.smpDataTable03 table thead th,
.smpDataTable03 table thead td,
.smpDataTable03 table tbody th,
.smpDataTable03 table tbody td {
    text-align: left;
}

.locPickup img {
	width: 140px;
	display: block;
	margin: 10px auto;
	text-align: center;
}

.locPickup img:hover {
	cursor: pointer;
	opacity: .7;
}

.locTopics li {
	display: table;
	text-decoration: none;
	margin-bottom: 10px;
}
.locTopics li .locTopicsTime {
	display: table-cell;
	vertical-align: top;
	width: 120px;
}

.locMenuChild03 {
	display: none;
}

.locCatalogImg {
	width: 50px;
	border-right: 0 !important;
}
.locCatalogTtl {
	border-left: 0 !important;
}

a.locButtonBlue {
	min-width: 210px;
	border: 1px solid #0B4199;
	background: #0B4199 url(../img/icon-arrowR02.png) no-repeat right center;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
}
a.locButtonBlue:hover {
	color: #0B4199;
	background: #fff url(../img/icon-arrowR.png) no-repeat right center;
}


section h2 a, section h3 a, section h4 a,
section h2 a:link, section h3 a:link, section h4 a:link{
	color: #0B4199;
}


@media only screen and (max-width: 640px){
	.locTopics li {
		display: block;
		margin-bottom: 20px;
	}
	.locTopics li .locTopicsTime {
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}
}

