@charset 'utf-8';

.pl-wrapper {
    width: 940px;
    margin-bottom: 20px;
    padding: 9px;
    border: 1px solid #003894;
    border-radius: 4px;
}

.pl-2col__leftSide {
    float: left;
}

.pl-2col__rightSide {
    float: left;
}

.rc-searchBox {
    margin: 0 10px 0 0;
}

.pl-alliance_mv {
    width: 610px;
    height: 182px;
    margin-bottom: 9px;
}

.pl-allianceGuide {
    width: 610px;
    border: 1px solid #003894;
    border-radius: 4px;
}

.pl-allianceGuide__header {
    padding: 8px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #003894;
    border-bottom: 1px solid #003894;
}

.pl-allianceGuide__buttonList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
    padding: 10px 20px 12px;
}

.pl-allianceGuide__buttonList li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 132px;
    height: 44px;
    background-color: #aaa;
    border-radius: 4px;
    color: #fff;
    line-height: 1.2;
    padding-left: 40px;
    font-size: 13px;
    font-weight: bold;
}

.pl-allianceGuide__buttonList__guide a {
    background-image: url(../images/btn38_guide.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: 34px 34px;
}

.pl-allianceGuide__buttonList__faq a {
    background-image: url(../images/btn38_faq.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: 34px 34px;
}

.pl-allianceGuide__buttonList__reserve a {
    background-image: url(../images/btn38_reserve.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: 34px 34px;
}

.pl-allianceGuide__buttonList__disclaimer a {
    background-image: url(../images/btn38_disclaimer.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: 34px 34px;
}

.pl-allianceGuide__buttonList li a:hover,
.pl-allianceGuide__buttonList li a:visited {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}

.pl-allianceGuide__subHeader {
    margin: 0 12px;
    padding: 6px 0 6px 8px;
    border-radius: 4px;
    border-left: 4px solid #003894;
    font-size: 14px;
    font-weight: bold;
    color: #003894;
    background: #eee;
}

.pl-allianceGuide__list {
    padding: 8px 16px;
}

.pl-allianceGuide__list li a {
    display: inline-block;
    padding: 0 0 2px 18px;
    background: url(/car/common/images/ui/ui__arrow-01.png) no-repeat 3px center;
}

.pl-bnrAndMap {
    float: left;
    margin: 0;
}

.pl-mapWrapper {
    width: 610px;
    height: 717px;
}

.pl-map {
    margin: 90px auto 0;
}

.pl-threeMerits {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 20px;
}

.pl-threeMerits__box {
	width: 310px;
	height: 120px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.pl-threeMerits__box.\--theLeastExpensive::after {
	content: url(/car/common/images/top/three_merits_bg_car.png);
    position: absolute;
	right: -10px;
	bottom: -4px;
}

.pl-threeMerits__subHeader {
    padding: 14px 0 12px;
    line-height: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #003894;
}

.pl-threeMerits__logoList,
.pl-threeMerits__includeList {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	box-sizing: border-box;
    width: 100%;
    padding: 1%;
    height: 72px;
}

.pl-threeMerits__logoList a,
.pl-threeMerits__logoList a:hover {
    pointer-events: none;
}

.pl-threeMerits__priceTable {
    display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 210px;
    height: 48px;
    padding: 6px 2px 0px;
}

.pl-threeMerits__priceTableContent.\--class {
	width: 72px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    margin-right: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #111;
    border-radius: 10px;
}

.pl-threeMerits__priceTableContent.\--price {
    font-size: 24px;
    font-weight: bold;
    color: #f00;
}

.pl-threeMerits__priceTableContent.\--price span {
	font-size: 16px;
}

.pl-threeMerits__caution {
    width: 200px;
    text-align: right;
    font-size: 10px;
}

.pl-allianceCaution {
    position: relative;
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto 10px;
    padding: 18px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.pl-allianceCaution__list {
    padding-top: 10px;
}

.pl-allianceCaution__logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
