a {
	text-decoration: none !important;
}
a,
a:link,
a:visited,
a:hover {
	color: #1558d6;
}
ul, dl {
	list-style: none;
	padding: 0;
	margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, dt, th {
	font-size: inherit;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.small {
	font-size: 12px;
}
.xsmall {
	font-size: 10px;
}
.text-gothic {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.text-italic {
	font-style: italic;
}
.shadow {
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.bold {
	font-weight: bold;
}
.row-sm {
	margin-left: 0px;
	margin-right: 0px;
}
.col-sm {
	padding-left: 5px;
	padding-right: 5px;
}
.col-none {
	padding-left: 0px;
	padding-right: 0px;
}
.mg-top-sm {
	margin-top: 5px;
}
.mg-top {
	margin-top: 15px;
}
.mg-bottom-sm {
	margin-bottom: 5px;
}
.mg-bottom {
	margin-bottom: 15px;
}
.mg-bottom-lg {
	margin-bottom: 25px;
}
.mg-bottom-xl {
	margin-bottom: 40px;
}
.mg-bottom-none {
	margin-bottom: 0px;
}
.mg-bottom-xxl {
	margin-bottom: 60px;
}
.mg-right-sm {
	margin-right: 5px;
}
.mg-right {
	margin-right: 15px;
}
.mg-left-sm {
	margin-left: 5px;
}
.mg-left {
	margin-left: 15px;
}
.pd-sm {
	padding: 5px;
}
.pd {
	padding: 10px;
}
.pd-left {
	padding-left: 10px;
}
.pd-right {
	padding-right: 10px;
}
.text-lg {
	font-size: 18px;
}
.text-white {
	color: #FFF !important;
}
.nowrap {
	white-space: nowrap;
}
.opacity {
	opacity: .9;
}
.list-tbl {
	display: table;
	margin-bottom: 0px;
}
.list-tbl > li {
	display: table-cell;
	padding: 2px;
}
.hidden {
	display: none;
}
.horizon-list {
	width: 100%;
	display: table;
	margin-bottom: 0px;
}
.horizon-list > li {
	display: table-cell;
}

@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
	}
}
