﻿body {
  font-family:游ゴシック;
}

.TitleName
{	
	color:Black;
	font-weight:bold;
}

.LblDate 
{
    font-weight:bold;
}

.LblTime
{
    font-weight:bold;
}

.class1{ 
}

.class2{ 
  font-size:25px;
}

.brand_selery_23ss {
    display: flex;
    justify-content: center;
    margin: 40px 0 80px;
}
.brand_selery_23ss li {
	display: flex;
	padding-left:20px;
}

.bannerList {
    justify-content: center;
    margin: 40px 0 80px;
    list-style: none;
}
.bannerList li {
	align:center
	display: flex;
	padding-left:20px;
}

.meclib_22ss {
	position: relative;
	width:590px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-left:55px;
}

.meclib_22ss .btn_google_play {
	position: absolute;
	bottom: 9%;
    right: 20.5%;
	max-width: 135px;
}

.meclib_22ss .btn_app_store {
	position: absolute;
	bottom: 9%;
    right: 3.5%;
	max-width: 109px;
}


.opimg {
	-webkit-transition: .2s;
	transition: .2s;
}
.opimg:hover {
	opacity: .5;
}