﻿/* CSS Document */

.card {
width: 22%;
background: #fff;
border-radius: 5px;
box-shadow: 0 0 3px #989898;
margin: 10px;
}

.card-img {
border-radius: 5px 5px 0 0;
max-width: 100%;
height: auto;
}
.card-content {
padding: 20px;
}
.card-title {
font-size: 20px;
margin-bottom: 20px;
text-align: center;
}
.card-text {
color: #777;
font-size: 14px;
line-height: 1.5;
}
.card-link {
text-align: center;
border-top: 1px solid #eee;
padding: 20px;
}
.card-link a {
text-decoration: none;
color: #0bd;
margin: 0 10px;
}
.card-link a:hover {
color: #0090aa;
}

/* 空の要素用のスタイル */
.card-empty {
width: 22%;
height: 0;
margin: 10px;
}

@media screen and (max-width: 767px) {/* スマホここから */
.card {
width: 93%;
margin: 0 auto 15px;
}

.card-img {
width: 100%;
}

.outlet {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.outlet select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.outlet select::-ms-expand {
    display: none;
}
.outlet.outlet-in-01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	background: #ffffff;
}
.outlet.outlet-in-01::before {
	position: absolute;
	top: 45%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.outlet.outlet-in-01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
/* スマホここまで */}