/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	金
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*ナビ*/
nav ul.g_navi li.menu_plan {
	background: -moz-linear-gradient(top, rgba(53,85,121,0.3) 1%, rgba(255,255,255,0.5) 73%);
	background: -webkit-linear-gradient(top, rgba(53,85,121,0.3) 1%,rgba(255,255,255,0.5) 73%);
	background: linear-gradient(to bottom, rgba(53,85,121,0.3) 1%,rgba(255,255,255,0.5) 73%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(53,85,121,0.3)', endColorstr='rgba(255,255,255,0.5)',GradientType=0 );
}

/*おすすめ*/
.recommended {
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f2ef 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f2ef 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f7f2ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f2ef',GradientType=0 );
}
#plan_rec ul li p {
	background-color: #516b88;
}
#plan_rec ul li a {
	background-color: #5f534f;
}

/*一覧*/
#plan .list_box .list_txt h3 {
    background-color: #516b88;
}
#plan table.conditions tr th {
    background-color: #a39b94;
}

/*詳細*/
#plan .detail h3 {
    background-color: #516b88;
}
#plan .detail .detail_list table tr th {
	background-color: #f2f2f2;
}
#plan .list_box .list_txt .btn_detail a {
	background-color: #5f534f;
}