em.pico_notice { font-weight: bold; font-style: normal; color: #FF0000; }

table.pico_form_table th.pico_waiting { color: red; }
table.pico_form_table td.pico_waiting { color: red; background-color: white ; }

input.pico_ascii_only { ime-mode: disabled; }
input.pico_number_only { ime-mode: disabled; text-align: right; }

pre.pico_history_diff del { color: red; }
pre.pico_history_diff ins { color: blue; }



/* メニューブロック */
dl.plan_right_menu dt {
	background: url(https://takahasikanko.or.jp/themes/takahashi/images/arrow_14px_999900.gif) no-repeat 18px 50%;
	padding-left: 42px;
	border-bottom: solid #ffcc33 1px;
	font-weight: bold;
}



/* リストコンテンツ */
dl.pico_list_contents {
}
dl.pico_list_contents dt {
	font-size: 1.43em;
	font-weight: bold;
}
dl.pico_list_contents dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid #CCC 1px;
	overflow: hidden;
	_zoom: 1;
}
dl.pico_list_contents dd a {
	background: url(https://takahasikanko.or.jp/themes/takahashi/images/arrow_12px_990000.gif) no-repeat right;
	padding-right: 12px;
	font-size: .9em;
}
dl.pico_list_contents dd .photo {
	width: 158px;
	float: left;
}
dl.pico_list_contents dd .indexintro {
	margin-left: 158px;
}



/* コンテンツ */
#plan_container {
	position:relative;
}


#plan_body .photo {
	width: 340px;
	float: left;
}
#plan_body .photo img {
	margin-bottom: 25px;
	vertical-align: bottom;
}
#plan_body table.outline {
	border-top: solid #990000 1px;
	border-right: solid #990000 1px;
}
#plan_body table.outline td {
	border-bottom: solid #990000 1px;
	border-left: solid #990000 1px;
}
#plan_body table.outline td.left {
	width: 8em;
}


/* コンテンツ　申込みフォーム　送信前確認画面 */
.plan_confirmMsg {
	width: 680px;
	background: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	position:fixed;
	top: 204px;
	border: solid #990000 1px;
	text-align:center;
	color: #990000;
	font-weight:bold;
}
.plan_errorMsg {
	width: 648px;
	background: #fff;
	padding: 16px;
	position:fixed;
	top: 0;
	border: solid #990000 1px;
	color: #990000;
	font-weight:bold;
}
.plan_errorMsg ul li {
	list-style:none;
}


/* コンテンツ　申込みフォーム　送信完了画面 */
.planform_finished {
	width: 680px;
	background: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	position:fixed;
	top: 204px;
	border: solid #990000 1px;
	text-align:center;
	color: #990000;
	font-weight:bold;
}