@charset "Shift_JIS"; 
@import url("header.css");

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
	color:#333333;
	font-family:Arial;
}
th, td {
	font-size:82%;
}
a:link    { color:#0033CC; }
a:visited { color:#9900CC; }
a:hover   { color:#0033CC; }
a:active  { color:#0033CC; }
img {
	border-style:none;
}
p, li {
	margin:0em 0em 0.75em;
	line-height:1.25em;
}
ul {
	margin:0px 0px 0px 2.0em;
	padding:0px;
}
em {
	font-style:normal;
	font-weight:bold;
	line-height:1.3em;
}
form {
	margin:0px;
	padding:0px;
}
/*---------------- 汎用 ----------------*/
table.body {
	background-image:url('../bg.gif');
	background-repeat:repeat-y;
	margin:auto;
}
div.body {
	margin:0px 26px;
}
table.header {
	margin:15px 0px 8px 11px;
}
table.header h1 {
	color:#666666;
	font-weight:normal;
	font-size:90%;
}
div.footer {
	margin:10px 15px 0px;
	border-top:solid 1px #C2C2C2;
	padding:10px 11px;
}
div.footer td.policy {
	padding-left:10px;
	white-space:nowrap;
}
div.footer div.copyright {
	margin-top:6px;
	font-size:90%;
	color:#666666;
	text-align:right;
}
div.hr {
	background-image:url('../bg_hr.gif');
	background-repeat:repeat-x;
	margin:20px 0px;
	clear:both;
}
div.hr_solid {
	background-image:url('../bg_hr_solid.gif');
	background-repeat:repeat-x;
	margin:25px 0px;
	clear:both;
}
div.title {
	margin-bottom:20px;
}
div.md {
	margin-bottom:15px;
}
div.km {
	margin-bottom:10px;
}
div.contIndent {
	margin:0px 11px;
}
div.float_right {
	float:right;
	padding:0px 0px 5px 19px;
}
div.float_left {
	float:left;
	padding:0px 7px 5px 0px;
}
div.clear {
	clear:both;
}
div.frame {
	border:solid 1px #999999;
	padding:8px;
	margin-bottom:0.75em;
}
div.cap {
	margin-top:0.35em;
}
div.pageTop {
	margin-top:45px;
	float:right;
}
div.pageBack {
	margin-top:45px;
}
span.noLink {
	color:#666666;
}
p.err {
   color:#ff0000;
   font-weight:bold;
}

/*---------------- HOME ----------------*/
div#HOME div.topics p {
	margin:5px 10px 5px 20px;
}
div#HOME div.hr {
	margin:6px 0px;
}
div#HOME td.feature {
	background-color:#C7DDF2;
}
div#HOME td.wellness {
	background-color:#BAE2E2;
}
div#HOME td.privacy {
	background-color:#E1E1E1;
}
div#HOME td.feature p, div#HOME td.wellness p, div#HOME td.privacy p {
	margin:5px 12px 3px 16px;
}

/* テーブル */
table.general {
	margin-bottom:25px;
	border-width:1px 0px 0px 1px;
	border-color:#333333;
	border-style:solid;
}
table.general th, table.general td {
	border-width:0px 1px 1px 0px;
	border-color:#333333;
	border-style:solid;
}
table.general thead th {
	font-weight:bold;
	background-color:#999999;
	color:#ffffff;
	border-right-color:#ffffff;
}
table.general thead td {
	background-color:#999999;
	color:#ffffff;
	font-weight:bold;
}
table.general tbody th {
	background-color:#dfe9f0;
	font-weight:bold;
}
/*---------------- 予約 ----------------*/
span.date {
	font-weight:bold;
	font-size:150%;
}
/* カレンダー */
table.general thead th.day, table.general thead td.day {
	font-weight:normal;
}
table.general tbody td div.single {
	padding-left:4px;
}
table.general tbody td.date {
	font-weight:bold;
	color:#666666;
	font-size:100%;
	padding-left:8px;
}
table.general tbody td.enough {
	background-image:url('../../reserve/img/bg_enough.gif');
	font-weight:bold;
	color:#666666;
	font-size:100%;
	padding-left:8px;
}
table.general tbody td.few {
	background-image:url('../../reserve/img/bg_few.gif');
	font-weight:bold;
	color:#666666;
	font-size:100%;
	padding-left:8px;
}
table.general tbody td.compare {
	background-image:url('../../reserve/img/bg_compare.gif');
	font-weight:bold;
	color:#666666;
	font-size:100%;
	padding-left:8px;
}
table.general tbody td.end {
	background-image:url('../../reserve/img/bg_end.gif');
	font-weight:bold;
	color:#666666;
	font-size:100%;
	padding-left:8px;
}
table.general tbody td.reservation {
	background-color:#ed9a24;
	color:#ffffff;
	font-weight:bold;
	font-size:100%;
	padding-left:8px;
}
div.man {
	background-image:url('../../reserve/img/icon_man.gif');
	background-repeat:no-repeat;
	background-position:60% 0%;
}
div.woman {
	background-image:url('../../reserve/img/icon_woman.gif');
	background-repeat:no-repeat;
	background-position:60% 0%;
}
div.end {
	background-image:url('../../reserve/img/txt_end.gif');
	background-repeat:no-repeat;
	background-position:65% 50%;
}
div.reservation {
	background-image:url('../../reserve/img/txt_reservation.gif');
	background-repeat:no-repeat;
	background-position:75% 50%;
}
span.mark {
	color:#3276bd;
	line-height:1.3em;
}
span.markNots {
	color:#dd910d;
	line-height:1.3em;
}
span.required {
	color:#ff0000;
}
/* フォーム部分 */
table.form th {
	border-bottom:1px solid #ffffff;
	background-color:#c7ddf2;
	text-align:left;
}
table.form th span {
	font-weight:normal;
}
table.form td {
	border-bottom:1px solid #ffffff;
	background-color:#dfe9f0;
}
.note {
	color:#666666;
}
table.form th.noBorder,table.form td.noBorder {
	border:none;
}
table.form th.dotted,table.form td.dotted {
	border-bottom-style:none;
	padding:0px;
}
div.dotted {
	background-image:url('../../reserve/img/dotted_line.gif');
	font-weight:normal;
	color:#b70000;
	font-size:80%;
}
/* ログイン */
td.loginBg {
	background-color:#dfe9f0;
}
div.login {
	padding:13px 10px;
}
div.forget {
	font-size:110%;
	margin-bottom:10px;
	color:#dd910d;
	font-weight:bold;
}
/* 健診予定日 */
table.frame {
	border:1px solid #666666;
	background-color:#f7f2e9;
	margin-bottom:25px;
}
div.schedule {
	margin:18px 10px 18px;
	font-size:120%;
}
span.schedule {
	color:#dd910d;
	font-weight:bold;
}
/* 同意 */
ul.agreement {
	margin:10px 25px 20px;
}
/*---------------- 知る：運動健診 ----------------*/
div.number {
	font-weight:bold;
	margin-bottom:5px;
}
/*---------------- お申し込み方法・料金 ----------------*/
div.apply {
	margin:18px;
	color:#666666;
}
div.pdf {
	background-color:#f3f3f3;
	margin-top:28px;
	padding:15px 11px;
}
/*---------------- Q&A ----------------*/
p.question {
	color:#1b50a9;
	font-weight:bold;
	margin-top:3px;
}
p.answer {
	margin-bottom:0px;
	margin-top:3px;
}
/*---------------- 個人情報保護方針 ----------------*/
div.privacyItem {
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
}
/*---------------- サイトマップ ----------------*/
div.sitemap {
	background-color:#f1f1f1;
	font-size:110%;
	font-weight:bold;
	padding:8px 9px;
	margin-bottom:15px;
}
div.sitemapList {
	margin:0px 20px 25px;
}
/*-------------管理画面ナビ--------------*/
table.admin_navi {
   border-width:1px 0px 0px 4px;
   border-style:solid;
   border-color:#c2c2c2;
   border-left-color:#002b57;
}
table.admin_navi td {
   border-width:0px 0px 1px 0px;
   border-style:solid;
   border-color:#c2c2c2;
   padding-left:20px;
}
table.admin_navi td.navi_now {
   border-width:0px 0px 1px 0px;
   border-style:solid;
   border-color:#c2c2c2;
   padding-left:20px;
   background-color:#eaeaea;
}
div.admin_md {
   background-color:#e8e8e8;
   padding:10px;
   font-weight:bold;
}
/*-------------管理画面予約枠編集--------------*/
table.schedule_date {
   border:1px solid #333333;
}
table.schedule_date th {
   color:#ffffff;
   background-color:#808080;
   text-align:left;
}
table.schedule_date td {
   border-width:1px 0px 0px 0px;
   border-style:dashed;
   border-color:#808080;
}
table.schedule_date td.week {
   border-right:1px solid #808080;
   border-left:1px solid #808080;
}
table.schedule_date td.sat {
   background-color:#e0ffff;
}
table.schedule_date td.sun {
   background-color:#ffecff;
}
table.schedule_date td.bet {
   background-color:#e0e0e0;
}
/*-------------管理画面予約者--------------*/
table.user_view {
   border:1px solid #333333;
}
table.user_view th {
   color:#ffffff;
   background-color:#808080;
   text-align:left;
   font-size:10px;
}
table.user_view td.bet {
   background-color:#e0e0e0;
}
table.user_view td.nomal {
   background-color:#ffffff;
}
