﻿/*■■■■■■お気に入り登録時の星選択ダイアログのスタイル■■■■■■*/
#star_dialog {
	display: none;
}
#rank_table {
	height:70px;
	font-size: 80px;
	width: 100%;
}
#rank_table div.rank_on, .star_yellow {
	color: #EFD310;
}
#star_dialog div.cancellation_button {
	float: left;
}
#star_dialog div.save_button {
	float: right;
}
#star_dialog div.cancellation_button, #star_dialog div.save_button {
	cursor:pointer;
	padding: 8px 20px;
	border: 1px solid #aed0ea;
	font-weight: bold;
	color: #2779aa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4F2FB), color-stop(50%, #DBEDF9), to(#E4F2FB));
	background-image: -moz-linear-gradient(middle, #E4F2FB 0%, #DBEDF9 99%);
	background-position: right center;
	background-repeat: no-repeat;
}