﻿@charset "UTF-8";
/* CSS Document */

/*=======================================================================

	CSS for 樋口整形外科予約システム：患者側

========================================================================*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #434343;
	background-color: #9DB8CA;
}
hr {
	display: none;
}
body, /*
h1,
h2,
h3,
h4,
h5,
h6,
*/ dl, dt, dd, ul, li, div, span, table, td, th, tr, a, img, address, form {
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-size: 100%;
	font-weight: normal;
	vertical-align: top;
}
strong {
	margin: 0px;
	padding: 0px;
	border-style: none;
	/*font-size: 11px;*/
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6,p {
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: 100%;
	font-weight: normal;
}
dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1em;/*IE・FF*/
	vertical-align: top;/*IE*/
}
address {
	font-style: normal;
}
a {
	color: #004CBC;
	text-decoration: underline;
}
a:hover {
	color: #537DCF;
	text-decoration: none;
}
input {
	margin: 0px;
    font-weight: 700;
}

/* --------------------------------------
   micro clearfix 2011/4/26 Update
-------------------------------------- */

/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}


#container {
	background-color: #F0F0F0;
}


/* ----- ヘッダーここから ----- */
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#headerBtn {
	float: right;
}
#headerBtn .inputBtn {
	font-size: 18px;
	background-color: #9CCAAE;
	-webkit-bottom-right-radius: 5px;
	-webkit-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	cursor:pointer;
}
#headerBtn .inputBtn:hover {
	background-color: #8AB39A;
}
/* ----- ヘッダーここまで ----- */


/* ----- メインエリアここから ----- */
#contents {
	font-size: 18px;
	width: 960px;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#mainArea {
	background-color: #FFF;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 100px;
	margin-bottom: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 0px 5px #F2F2F2;
	-webkit-box-shadow: 0px 0px 5px #F2F2F2;
}
/* ----- メインエリアここまで ----- */


/* ----- フッターここから ----- */
#footer {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
#footer p {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/* ----- フッターここまで ----- */


h1 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
h2 {
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #E8E3E0;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
h2 span {
	font-size: 15px;
	color: #7E3332;
	margin-left: 15px;
	vertical-align: bottom;
}
h3 {
	color: #A02A44;
	margin-bottom: 30px;
}
h4 {
	color: #A02A44;
	text-align: center;
	margin-bottom: 30px;
}
h5 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #E8E3E0;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

/* ----- ボタン要素ここから ----- */
.btnWrap {
	text-align: center;
	margin-bottom: 10px;
    width: 960px;
}
.btnWrap a.btn { /* フォーム通常ボタン用 */
	background-color: #93b8ca;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 25px;
	padding-bottom: 13px;
	padding-left: 25px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
.btnWrap .inputBtn { /* フォームinput用 */
	font-size: 18px;
	background-color: #93b8ca;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 40px;
	padding-bottom: 13px;
	padding-left: 40px;
	cursor:pointer;
}
.btnWrap a.btn:hover,
.btnWrap .inputBtn:hover {
	background-color: #7B9BAA;
}

.btnWrap .inputBtn2 { /* フォームinput用(日付選択(患者)) */
	font-size: 14px;
	background-color: #93b8ca;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor:pointer;
}

.btnWrap .radiobtnlist {
	margin: 0px;
    text-align: left;
}

/* ----- ボタン要素ここまで ----- */


/* ----- ログイン入力部分ここから ----- */
table.customerNo {
	line-height: 1.8;
	width: 660px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-collapse: collapse;
}
table.customerNo th {
	background-color: #E0E9F4;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 198px;
	padding-top: 18px;
	padding-bottom: 15px;
	border: 1px solid #C3C3C3;
}
table.customerNo td {
	width: 398px;
	padding-top: 18px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #C3C3C3;
}
table.customerNo input[type=text],
table.customerNo input[type=password] {
	font-size: 18px;
	width: 400px;
	height: 26px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border:#a9a9a9 1px solid;
}
table.customerNo input[type=text]:focus,
table.customerNo input[type=password]:focus {
   border:solid 1px #20b2aa;
}
table.customerNo input[type=text], select,
table.customerNo input[type=password], select {
   outline: none;
}
/* ----- ログイン入力部分ここまで ----- */

table.list {
	font-size: 16px;
	line-height: 1.3;
	width: 100%;
	margin-bottom: 50px;
	border-collapse: collapse;
}
table.list th {
	background-color: #E0E9F4;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #C7CAD5;
}
table.list td {
	background-color: #F9F9F9;
	text-align: center;
	vertical-align: middle;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	border: 1px solid #C7CAD5;
}
table.list td.txt {
	text-align: left;
	padding-left: 25px;
}
table.list td.item {
	background-color: #F0EFEC;
}
table.list td span {
	color: #7E3332;
}


/* ----- 個人情報保護へのリンクここから ----- */
#pip {
	text-align: center;
	padding-bottom: 30px;
}
#pip a {
	background-image: url(../img/linkIcon.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-top: 2px;
	padding-right: 22px;
	padding-bottom: 2px;
}
/* ----- 個人情報保護へのりんくここまで ----- */


/* ----- 注意書きリストここから ----- */
ul#noteList {
	padding-bottom: 30px;
	padding-left: 15px;
}
ul#noteList li {
	line-height: 1.3;
	list-style-type: disc;
	padding: 0px;
	margin-right: 1em;
	margin-bottom: 10px;
	margin-left: 1em;
}
ul#noteList li span {
	color: #C20000;
}
/* ----- 注意書きリストここまで ----- */


/* ----- カレンダーここから ----- */
.month {
	text-align: center;
	margin-bottom: 20px;
}
.month p {
	font-size: 24px;
	display: inline-block;
	font-weight: 600;
}
.month .left {
	float: left;
}
.month .right {
	float: right;
}
.month a {
	background-color: #D6D2A8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.month a:hover {
	background-color: #B8B491;
}

table.calendar {
	line-height: 1.4;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
table.calendar th {
	font-weight: bold;
	background-color: #E0E9F4;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 5px;
	border: 1px solid #C3C3C3;
}
table.calendar td {
	padding-top: 13px;
	padding-bottom: 10px;
	border: 1px solid #C3C3C3;
}
table.calendar td.available {
	background-color: #E5F7F7;
}
/* ----- 日付スタイル追加ここから ----- */
.daystyle
{
background-color : #E5F7F7;
}
.daystyle a
{
display : block;
width   : 100%;
height  : 22px;
}
.daystyle a:hover
{
background-color : #F6E4E4;
}
/* ----- 日付スタイル追加ここまで ----- */
/* ----- 予約状況スタイル追加ここから ----- */
table.CalendarSituation {
	line-height: 1.4;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
table.CalendarSituation th {
	font-weight: bold;
	background-color: #E0E9F4;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 5px;
	border: 1px solid #C3C3C3;
}
table.CalendarSituation td {
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #C3C3C3;
}
table.CalendarSituation td.available {
	background-color: #E5F7F7;
}
/* ----- 予約状況スタイル追加ここまで ----- */
/* ----- カレンダーここまで ----- */


/* ----- 時間選択ここから ----- */
table.time {
	line-height: 1.4;
	text-align: center;
	width: 370px;
	margin-bottom: 30px;
	border-collapse: collapse;
}
table.left {
	float: left;
}
table.right {
	float: right;
}
table.time th {
	font-weight: bold;
	background-color: #E0E9F4;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 5px;
	border: 1px solid #C3C3C3;
}
table.time td {
	padding-top: 13px;
	padding-bottom: 10px;
	border: 1px solid #C3C3C3;
}
table.time td.available {
	background-color: #E5F7F7;
}
/* ----- 時間選択ここまで ----- */


/* ----- 必要項目入力ここから ----- */
table.necessary {
	line-height: 1.8;
	width: 660px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-collapse: collapse;
}
table.necessary th {
	background-color: #E0E9F4;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 198px;
	padding-top: 18px;
	padding-bottom: 15px;
	border: 1px solid #C3C3C3;
}
table.necessary td {
	width: 398px;
	padding-top: 18px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #C3C3C3;
}
table.necessary #iptLstName1 {
	width: 190px;
	float: left;
}
table.necessary #iptFstName1 {
	width: 190px;
	float: right;
}
table.necessary #iptTelephone {
	width: 400px;
}
table.necessary input[type=text] {
	font-size: 18px;
	height: 26px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border:#a9a9a9 1px solid;
}
table.necessary input[type=text]:focus {
   border:solid 1px #20b2aa;
}
table.necessary input[type=text], select {
   outline: none;
}
table.necessary td p {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* ----- 必要項目入力ここまで ----- */


/* ----- 予約内容確認ここから ----- */
table.confirm {
	line-height: 1.4;
	width: 660px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-collapse: collapse;
}
table.confirm th {
	background-color: #E0E9F4;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 5px;
	border: 1px solid #C3C3C3;
}
table.confirm td {
	vertical-align: middle;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px solid #C3C3C3;
}
table.confirm input[type="checkbox"] {
}
/* ----- 予約内容確認ここまで ----- */


/* ----- 個人情報保護への取り組みここから ----- */
ul#privacyList {
	padding-bottom: 40px;
	padding-left: 10px;
}
ul#privacyList li {
	line-height: 1.3;
	list-style-type: decimal;
	margin-left: 1em;
	margin-bottom: 10px;
}
/* ----- 個人情報保護への取り組みここまで ----- */