@charset "utf-8";
/* CSS Document */
#lpmain{
	background-color: #020204;
	text-align: center;
    clear: both;
    float: left;
    width: 100%;
    /* margin: 15px 0 0 0; */
}
#lpmain img{
	width: 100%;
	height: auto;
	max-width: 1280px;
	margin: auto;
}
#lp_007_txt01{
	background-color: #3f3f3f;
	text-align: center;
	clear: both;
	margin: 0px;
	color: #fff;
	padding: 150px 0;
	background-image:url("img/007_coin_back.jpg");
	background-position: center -200px;
	background-repeat: no-repeat;
	background-size: 2500px auto;
	font-size: 16px;
	line-height: 200%;
}
#lp_007_txt01 h2{
	font-family: 'Spartan', sans-serif;
	font-size: 50px;
	font-weight: normal;
	line-height: 150%;
	margin: 0px auto;
}
#lp_007_txt01 h3{
	font-family: 'Spartan', sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 180%;
	margin: 0px auto;
}
#lp_007_txt01 strong{
	background-color: #928019;
}
#lp_007_txt01 img{
	margin: auto;
	width: 300px;
	height: auto;
}
#lp2row{
	display: table;
	margin: 0 0 -10px 0;
}
#lp2row dl{
	display: table-row;
}
#lp2row dl dt{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
#lp2row dl dt img{
	width: 100%;
	height: auto;
}
#lp007wrap {
	
	background-color: #3f3f3f;
	color: #fff;
	clear: both;
	padding: 0 0 100px 0;
    margin: 0 0 -80px 0;
}
/*--------------*/
#ligtimg {
	display: table;
	margin: 30px auto;
}
#ligtimg dl {
	display: table-row;
}
#ligtimg dl dt{
	display: table-cell;
	width: 100px;
	padding: 10px;
}
#ligtimg dl dt img{
	width: 100%;
	height: auto;
	border: 1px solid #adadad;
}
#ligtimg dl dt img:hover{
	border: 1px solid #F2E424;
}
#lp007wrap h3{
	
	font-family: 'Spartan', sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin: 100px auto auto auto;
	padding: 0;
}
#lp007wrap h3 b{
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fff;
	margin: 30px auto auto auto;
}
/*-----------------*/
.text-divider {
  display: flex;
  align-items: center;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #fff;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: 1rem;
}
.text-divider::after {
  margin-left: 1rem;
}
.gold::before,
.gold::after{
  background-color: #fbd475;
}
.silver::before,
.silver::after{
  background-color: #d6d6d6;
}
/*-----------------*/
#coinlist_4row_lp{
	display: table;
	width: 1120px;
	margin: auto;
}
#coinlist_4row_lp dl{display: table-row}
#coinlist_4row_lp dl dd{display: table-cell; width: 7%;}
#coinlist_4row_lp dl dt{
	width: 20%;
	display: table-cell;
	padding: 30px 0 0 0;
}
#coinlist_4row_lp dl dt h4{
	line-height: 160%;
	margin: 10px auto;
	font-weight: normal;
	color: #fbd475;
	font-size: 16px;
	text-align: center;
}
#coinlist_4row_lp dl dt h5{
	line-height: 160%;
	margin: 10px auto;
	font-weight: normal;
	color: #d6d6d6;
	font-size: 16px;
	text-align: center;
}
#coinlist_4row_lp dl dt img{
	width: 100%;
	height: auto;
}
#coinlist_4row_lp dl dt p{
	text-align: center;
}
#coinlist_4row_lp dl dt a{
	color: #fff;
	text-decoration: none;
}
#coinlist_4row_lp dl dt p a{
    display: block;
    margin: auto;
    border: 2px solid white;
    width: 150px;
    padding: 5px 0;
    text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*-------------*/
#lpbanar3cell {
	display: table;
	width: 1150px;
	margin: 100px auto 50px auto;
}
#lpbanar3cell dl{display: table-row}
#lpbanar3cell dl dt{
	display: table-cell;
	width: 33%;
	padding: 10px;
}
#lpbanar3cell dl dt img{
	width: 100%;
	height: auto;
}

#coinlist_4row_lp img:hover,
#lpbanar3cell img:hover{
  filter: brightness(110%);
}