@charset "EUC-JP";

/* ELEMENT */
h1.specialTitle {
	font-size		: 15px;
	margin			: 5px;
}

ul.zero {
	list-style-type	: none;
	margin			: 0px;
	padding			: 0px;
}

table.gridTable {
	margin-top		: 10px;
	width: 100%;
}

td.gridRow1 {
	display: flex;
	justify-content: space-between;
	border: 3px solid #fb8ba2;
	border-bottom: none;
	padding: 15px 28px 9px !important;
	background-color: #fff7f7;
}

td.gridRow1 a {
	font-size: 16px;
	color: #666;
}

td.gridRow2 {
	width: 100%;
	border: 3px solid #fb8ba2;
	border-top: none;
	padding: 15px 25px 28px !important;
}

td.gridRow2 img {
	width: 150px;
	height: auto;
	margin-right: 15px;
}

td.gridRow4 {
	border: 3px solid #fb8ba2;
	border-top: none;
	padding: 10px;
	vertical-align: top;
}

.special_detail {
	display: flex;
	margin-bottom: 11px;
}

.special_ContentsTitle span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.special_tel {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.special_tel img {
	margin-right: 5px;
}

.special_Btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 38px;
	background-image: linear-gradient(to bottom, #ffa8be, #ff7597);
	border: solid 1px #ff89a6;
	border-radius: 4px;
}

.special_Btn a img {
	width: 12px;
	height: auto;
	margin-right: 8px;
}

.special_Btn a span {
	text-shadow: 0 0 4px #ff0a74;
	color: #fff;
}

.special_Btn a:hover {
	opacity: .7;
}

/* ID */

/* CLASS */
