@charset "UTF-8";
/* CSS Document */

/*===================================================
	お見合い申込みページ用CSS
===================================================*/
.reserveCnt h2 {
	background: url("../../usagi/common/img/1x/bg_main_title.png") no-repeat;
	background-size: 250px auto;
}
.reserveCnt h2 {
	color: #F19EC2;
}
.reserveCnt .chart li.current {
	color: #F19EC2;
}
.reserveCnt .chart + div aside + p a {
	color: #E3488D;
}

#complete .contBox .btnPink {
	width: 240px;
}
	#complete .contBox .btnPink input {
		height: 40px;
		font-size: 14px;
		text-indent: 1em;
		background:  url("../../publics/img/reserve/1x/icon_calendar.png") 15px center no-repeat #F19EC2;
		background-size: 16px auto;
	}

/*===================================================
	Retina対応
===================================================*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and ( min-resolution: 2dppx){

	/*タイトル*/
	.reserveCnt h2 {
		background: url("../../usagi/common/img/2x/bg_main_title.png") no-repeat;
		background-size: 250px auto;
	}

	/* カレンダーアイコン */
	#complete .contBox .btnPink input {
		background:  url("../../publics/img/reserve/2x/icon_calendar.png") 15px center no-repeat #F19EC2;
		background-size: 16px auto;
	}

}
