#info-easyrep {
	/* rakuraku-replace */
}

#info-easyrep ul {
	font-size: 18px;
}

#info-easyrep li#repair-header {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	background: #327232;
	padding: 10px 0 6px 0;
	border-radius: 5px 5px 0 0;
}

#info-easyrep li#easyrep-header {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	background: #F29600;
	padding: 10px 0 6px 0;
	border-radius: 5px 5px 0 0;
}

#info-easyrep li#repair-content {
	margin-bottom: 0;
	padding: 30px 40px;
	border-radius: 0 0 5px 5px;
}

#info-easyrep li#repair-content strong {
	font-weight: normal !important;
}

#info-easyrep li#repair-content strong a {
	color: #f00 !important;
	font-weight: bold;
}

#info-easyrep li#easyrep-content {
	margin-bottom: 0;
	padding: 30px 20px;
	border-radius: 0 0 5px 5px;
	text-align: center;
}

#info-easyrep #total-price {
	font-size: 20px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#info-easyrep #total-price span {
	vertical-align: sub;
	vertical-align: -webkit-baseline-middle;
}

#info-easyrep #price-detail {
	margin-bottom: 45px;
}

#info-easyrep li#easyrep-content div#easyrep-merit {
	background: #fff;
	width: 100%;
	padding: 10px 0 20px 0;
	margin-bottom: 30px;
}

#info-easyrep #easyrep-img {
	margin-bottom: 5px;
}

#info-easyrep .easyrep-button.detail {
	font-size: 16px;
	padding: 8px 20px 14px 20px; 
	background:#F29600 !important;
	color: #fff;
	text-align:center;
	letter-spacing: 1px;
	width: calc(100% - 40px);
	margin-left: 20px;
	display: table;
	border-radius: 5px;
	line-height: 1.3;
	text-decoration: none;
	vertical-align: middle;
	background-color: #eee;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 1px #999;
	box-shadow: 0 1px 1px #999;
}

#info-easyrep .easyrep-button.detail:hover {
	background:#F29600 !important;
}

#info-easyrep .easyrep-button.detail:before {
	content: "";
	position: relative;
	display: block;
	left: 100%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(150%) rotate(45deg);
	transform: translateY(150%) rotate(45deg);
}

#info-easyrep .easyrep-button.inquire {
	font-size: 20px;
	padding: 12px 20px 18px 20px; 
	background:#c00 !important;
	color: #fff;
	text-align:center;
	letter-spacing: 2px;
	width: calc(100% - 40px);
	margin-left: 20px;
}

#info-easyrep .easyrep-button.inquire:hover {
	background:#a00 !important;
}

#info-easyrep .easyrep-button.inquire:before {
	content: "";
	position: relative;
	display: block;
	left: 100%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(150%) rotate(45deg);
	transform: translateY(150%) rotate(45deg);
}

#info-easyrep .txt-l {
	font-size: 24px;
}

#info-easyrep .txt-ll {
	font-size: 28px;
}

#info-easyrep .txt-r {
	color: #c00;
}

#info-easyrep .txt-right {
	float: right;
}

#info-easyrep .txt-center {
	text-align: center;
}



