@charset "utf-8";
/* CSS Document */
.listttl_bg h2 img{
	width: 100%;
}
.tabInnerMainImg{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 6rem;
}
.tabInnerMainImg img{
	width: 100%;
}
section.typeA .tabLabel {
	border-radius: 5px 5px 0 0;
	position: relative;
}
#list_wrap .tabLabel .tabLabel_img{
	height: 40px;
	width: auto;
}

#list_wrap p.name{
	font-weight: bold;
	color: #0E2F8F;
}


@media screen and (min-width: 768px){
	#list_wrap .tabLabel .tabLabel_img{
		height: 60px;
	}
}
@media screen and (min-width: 991px){
	#list_wrap .tabLabel .tabLabel_img{
		height: 60px;
	}
}



/*
商品詳細
----------------*/
.acd-contentFlexItem {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.acd-contentFlexItem .thum {
	width: 30%;
}
.acd-contentFlexItem .flextext{
	width: 70%;
	padding-left: 20px;
	padding-top: 10px;
}
.acd-contentFlexItem .flextext p{
	text-align: left !important;
}
.acd-contentFlexItem .flextext p.coupon {
	text-align: center !important;
}
.acd-contentFlexItem .flexlinkWrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.acd-contentFlexItem .flexlinkWrap .btn,
.acd-contentFlexItem .flexlinkWrap .btnt {
	width: 100%;
}