@charset "utf-8";

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

html {
	background-image: url(../images/common/header_background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

body {
	line-height: 135%;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font: 13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*for IE6*/
	_font-size:small;
	line-height: 135%;
}

/*for IE7*/
*+html body div, *+html body h1, *+html body h2, *+html body h3, *+html body h4, *+html body h5, *+html body h6,
*+html body pre, *+html body li, *+html body dt, *+html body dd, *+html body th, *+html body td, *+html body p {
font-size:small;
}

/*for IE8*/
html>/**/body div, html>/**/body h1, html>/**/body h2, html>/**/body h3, html>/**/body h4, html>/**/body h5, html>/**/body h6,
html>/**/body pre, html>/**/body li, html>/**/body dt, html>/**/body dd, html>/**/body th, html>/**/body td, html>/**/body p {
font-size/*\**/:small\9;
}

/*********************
* main structure
*********************/

#container {
	margin: 0 auto;
	text-align: left;
}

#container.nobackground {
	background-color: #FFFFFF;
}

#header {
	position: relative;
}

#header ul.informations {
	position: absolute;
	top: 7px;
	left: 330px;
	width: 1000px; 
}

#header ul.informations li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

#header ul.informations li a {
	text-decoration: none;
}

#header ul.informations li a:hover {
	text-decoration: underline;
}

#contents {
	min-width: 1200px;
}

#footer {
}

/*********************
* common tags
*********************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}

html>/**/body .clearfix { display /*\**/: block\9 }

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img {
	border: 0;
}

p {
	padding-bottom: 10px;
}

table {
	font-size:inherit;
	font:100%;
	border-collapse: collapse;
}

table th,
table td {
	padding: 5px;
	border: 1px solid #aaaaaa;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/*********************
* main contents
*********************/
.menu {
	background-color: #ebebeb;
/*	width: 100%;*/
	min-width: 1100px;
	height: 125px;
}

.menu .memo {
	width: 400px;
	margin: 10px;
	float: left;
}

.menu .memo_box {
	background: url(../images/common/memo_tl.png) no-repeat top left;
}
.menu .memo_top {
	background: url(../images/common/memo_tr.png) no-repeat top right;
}
.menu .memo_bottom {
	background: url(../images/common/memo_bl.png) no-repeat bottom left;
}
.menu .memo_bottom div {
	background: url(../images/common/memo_br.png) no-repeat bottom right;
}
.menu .memo_content {
	background: url(../images/common/memo_r.png) top right repeat-y;
	min-height: 85px;
	margin-top: -10px;
}

.menu .memo_content .memo_edit {
	text-align: right;
	margin-top: 5px;
}

.menu .memo_content .memo_edit a {
	text-decoration: none;
	color: #333;
	border: 3px double #666;
	padding: 1px 3px;
	font-size: 10px;
	line-height: 100%;
	font-weight: bold;
}

.menu .memo_content .memo_edit a:hover {
	text-decoration: underline;
	background-color: #ccc;
}

.menu .memo_top div, .menu .memo_top,
.menu .memo_bottom div, .menu .memo_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}

.menu .memo_content p {
	padding: 1px 0;
	z-index: 10;
}

.menu .memo_bottom {
	margin: -5px 0 5px 0;
}

.menu .memo_content { padding: 0 10px; }


.menu .menu_button {
	float: left;
	width: 688px;
	margin-top: 10px;
}

.menu .menu_button ul li {
	float: left;
	list-style-type: none;
}

.menu .menu_button ul li a {
	display: block;
	width: 86px;
	height: 102px;
	background-image: url(../images/common/top_menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.menu .menu_button ul li.m1 a { background-position: 0 0; }
.menu .menu_button ul li.m2 a { background-position: -86px 0; }
.menu .menu_button ul li.m3 a { background-position: -172px 0; }
.menu .menu_button ul li.m4 a { background-position: -258px 0; }
.menu .menu_button ul li.m5 a { background-position: -344px 0; }
.menu .menu_button ul li.m6 a { background-position: -430px 0; }
.menu .menu_button ul li.m7 a { background-position: -516px 0; }
.menu .menu_button ul li.m8 a { background-position: -602px 0; }

.menu .menu_button ul li.m1 a:hover { background-position: 0 -102px; }
.menu .menu_button ul li.m2 a:hover { background-position: -86px -102px; }
.menu .menu_button ul li.m3 a:hover { background-position: -172px -102px; }
.menu .menu_button ul li.m4 a:hover { background-position: -258px -102px; }
.menu .menu_button ul li.m5 a:hover { background-position: -344px -102px; }
.menu .menu_button ul li.m6 a:hover { background-position: -430px -102px; }
.menu .menu_button ul li.m7 a:hover { background-position: -516px -102px; }
.menu .menu_button ul li.m8 a:hover { background-position: -602px -102px; }

ul.second_menu {
	border-top: 1px solid #ccc;
	width: 900px;
}

ul.second_menu li {
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	width: 900px;
}

ul.second_menu li.pink {
	background-color: #fcf0fe;
}

ul.second_menu li div {
	float: left;
}

ul.second_menu li div.button {
 	width: 305px;
 	margin-right: 10px;
}

ul.second_menu li div.button a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.info {
	height: 51px;
	background-image: url(../images/common/info_line1.jpg);
	background-repeat: repeat-x;
}

.info h2 {
	padding: 13px 0 0 10px;
	font-weight: bold;
	font-size: 125%;
}

.info .date_box {
	width: 240px;
}

.info .date_box .date {
	float: left;
	margin: 17px 10px 0 10px;
	font-size: 130%;
	font-weight: bold;
}

.info .date_box .month_list {
	float: left;
	margin: 7px 0 0 3px;
}

.info .date_box .hour_change {
	margin: 3px 10px 0 10px;
}

.info .date_move {
	margin: 0 10px;
}

.info .date_move ul {
}

.info .date_move ul li {
	float: left;
	list-style-type: none;
}

.info .date_move ul li a {
	display: block;
	width: 72px;
	height: 51px;
	background-image: url(../images/common/cursor.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.info .date_move ul li.d1 a { background-position: 0 0; }
.info .date_move ul li.d2 a { background-position: -72px 0; }
.info .date_move ul li.d3 a { background-position: -144px 0; }
.info .date_move ul li.d4 a { background-position: -216px 0; }
.info .date_move ul li.d5 a { background-position: -288px 0; }

.info .date_move ul li.d1 a:hover { background-position: 0 -51px; }
.info .date_move ul li.d2 a:hover { background-position: -72px -51px; }
.info .date_move ul li.d3 a:hover { background-position: -144px -51px; }
.info .date_move ul li.d4 a:hover { background-position: -216px -51px; }
.info .date_move ul li.d5 a:hover { background-position: -288px -51px; }

.info .calendar {
	float: left;
	padding-top: 3px;
}
.info #show_calendar_date {
	/*display: none;*/
}

.info .yui-calcontainer {
	top: 220px;
	left: 500px;
}

.info .reserve_count {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 2px solid #746a6d;
	font-weight: bold;
}

.move_hour {
	text-align: left;
	margin: 10px 0 0 10px;
	width: 266px;
	height: 35px;
}

.move_hour ul {
	background-image: url(../images/top/move_hour.png);
	background-repeat: no-repeat;
}

.move_hour ul li {
	list-style-type: none;
	height: 35px;
	float: left;
}

.move_hour ul li a {
	height: 35px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/top/move_hour.png);
	background-repeat: no-repeat;
}

.move_hour ul li.m1 { width: 107px; text-indent: -9999px; }
.move_hour ul li.m2 a { width: 53px; background-position: -107px 0; }
.move_hour ul li.m3 a { width: 53px; background-position: -160px 0; }
.move_hour ul li.m4 a { width: 53px; background-position: -213px 0; }
.move_hour ul li.m2 a.check, .move_hour ul li.m2 a:hover { background-position: -107px -35px; }
.move_hour ul li.m3 a.check, .move_hour ul li.m3 a:hover { background-position: -160px -35px; }
.move_hour ul li.m4 a.check, .move_hour ul li.m4 a:hover { background-position: -213px -35px; }

.w1400 {
	width: 1400px;
}

h1 {
	height: 63px;
	background-image: url(../images/common/title.jpg);
	background-repeat: no-repeat;
/*	font-size: 153.9%;
	background-color: #408d3b;
	padding: 5px;
	color: #FFFFFF;*/
}

h1 a {
	display: block;
	width: 350px;
	height: 63px;
	text-indent: -9999px;
}

.popup h2 {
	max-width: 1000px;
	height: 40px;
	background-image: url(../images/common/h2.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 5px;
}

.popup #contents {
	width: auto;
}

.error-message {
	font-weight: bold;
	color: #FF0000;
}

.no_ime {
	ime-mode: disabled;
}

fieldset {
	width: 600px;
	margin: 10px 5px;
	padding: 5px;
}

/*********************
* 予約一覧
*********************/
.noset_customers {
	font-weight: bold;
	background-color: #f0c0c0;
	color: #FF0000;
	padding: 5px;
	border: 3px double #ccc;
	margin: 10px;
}

.noset_customers span {
	padding-right: 15px;
}

.noset_customers a {
	text-decoration: none;
	color: #000000;
}

.noset_customers a:hover {
	text-decoration: underline;
}

form.header_form {
	position: relative;
}

table.reserve_list {
	border-collapse: collapse;
	margin: 10px;
	border: 1px solid #ccc;
}

table.reserve_list tr.time th,
table.reserve_list tr.time td {
	height: 24px;
	border: 1px solid #ccc;
	text-align: left;
	background-image: url(../images/common/info_line2.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 3px;
}

table.reserve_list tr.time th {
	text-align: center;
}

table.reserve_list tr.time th.caption {
	width: 98px;
	background-color: #00cfce;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.reserve_list tr.time td {
	min-width: 210px;
}

table.reserve_list tr.line th,
table.reserve_list tr.line td {
	border: 1px solid #ccc;
}

table.reserve_list tr.line td {
	padding: 5px 2px;
	vertical-align: top;
}

table.reserve_list tr.line td div {
	width: 80px;
	white-space: nowrap;
}

table.reserve_list tr.line td.res2 div {
	width: 160px;
}

/* 見出し */
table.reserve_list tr.line th.caption {
	height: 120px;
	border: 1px solid #ccc;
}

table.reserve_list tr.line th.caption div {
	width: 107px;
}

table.reserve_list tr.line th.caption .l {
	font-size: 85%;
	line-height: 100%;
}

table.reserve_list tr.line th.caption .n {
	font-size: 85%;
	line-height: 100%;
}

table.reserve_list tr.line th.caption .s {
	text-align: center;
	margin: 2px 0;
}

table.reserve_list tr.line td.gray {
	width: 55px;
	background-color: #a0b9ce;
}

/* 予約枠hover */
table.reserve_list tr.line td.hover {
	background-color: #eeeeee;
}

table.reserve_list tr.line td .res {
	width: 80px;
	min-height: 110px;
}

table.reserve_list tr.line td .res .h {
	width: 58px;
	height: 16px;
	font-size: 85%;
	line-height: 120%;
	background-image: url(../images/icon/time.png);
	background-repeat: no-repeat;
	padding: 3px 0 0 22px;
}

table.reserve_list tr.line td .res .s {
	width: 58px;
	height: 16px;
	font-size: 85%;
	line-height: 120%;
	background-image: url(../images/icon/man.png);
	background-repeat: no-repeat;
	margin: 5px 0;
	padding: 3px 0 0 22px;
}

table.reserve_list tr.line td .res .s a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

table.reserve_list tr.line td .res .s a:hover {
	text-decoration: underline;
}

table.reserve_list tr.line td .res .c {
	width: 72px;
	font-size: 93%;
	line-height: 120%;
	border: 1px solid #333;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

table.reserve_list tr.line td .res .c a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

table.reserve_list tr.line td .res .c a:hover {
	text-decoration: underline;
}


table.reserve_list tr.line td .res .i {
	font-size: 93%;
	line-height: 100%;
	text-align: right;
}

table.reserve_list tr.line td .res_l .h {
	width: 138px;
	height: 16px;
	font-size: 85%;
	line-height: 110%;
	background-image: url(../images/icon/time.png);
	background-repeat: no-repeat;
	margin: 8px 0 10px 0;
	padding: 3px 0 0 22px;
}

table.reserve_list tr.line td .res_l .h span {
	padding-left: 15px;
}

table.reserve_list tr.line td .res_l .h span a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

table.reserve_list tr.line td .res_l .h span a:hover {
	text-decoration: underline;
}

table.reserve_list tr.line td .res_l .c {
	width: 152px;
	font-size: 93%;
	line-height: 120%;
	border: 1px solid #333;
	margin: 2px 2px 5px 2px;
	padding: 10px 2px;
	text-align: center;
}

table.reserve_list tr.line td .res_l .c a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

table.reserve_list tr.line td .res_l .c a:hover {
	text-decoration: underline;
}

table.reserve_list tr.line td .res_l .i {
	font-size: 93%;
	line-height: 120%;
	text-align: right;
}

table.reserve_list tr.hidden {
	
}

table.reserve_list tr.hidden td {
	width: 80px;
	height: 1px;
	padding: 0;
}

/*********************
* 予約一覧（ポップアップ）
*********************/
table.reserve_detail {
	border-collapse: collapse;
}

table.reserve_detail tr th,
table.reserve_detail tr td {
	border: 1px solid #ccc;
	padding: 2px 4px;
	line-height: 125%;
}

table.reserve_detail tr th {
	background-color: #00cfce;
	font-weight: bold;
}


/*********************
* 予約取得
*********************/
table.reserve_tbl {
	min-width: 450px;
	border-collapse: collapse;
}
table.w300 {
	min-width: 300px;
	margin: 0 10px;
}

table.w350 {
	min-width: 350px;
	margin: 0 10px;
}

table.reserve_tbl th,
table.reserve_tbl td {
	padding: 5px;
	border: 1px solid #aaaaaa;
}

table.reserve_tbl th {
	background-color: #f0ffeb;
	font-weight: bold;
	text-align: center;
}

table.reserve_tbl td.bg200,
table.reserve_tbl td.bg175,
table.reserve_tbl td.bg166,
table.reserve_tbl td.bg150,
table.reserve_tbl td.bg133,
table.reserve_tbl td.bg125 {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}

table.reserve_tbl td.bg100 {
	background-color: #006600;
	color: #FFFFFF;
	font-weight: bold;
}

table.reserve_tbl td.bg75,
table.reserve_tbl td.bg66,
table.reserve_tbl td.bg50,
table.reserve_tbl td.bg33,
table.reserve_tbl td.bg25 {
	background-color: #80FF80;
}

table.reserve_tbl tr.sat td {
	background-color: #B3D4FF;
}

table.reserve_tbl tr.sun td {
	background-color: #FFCCCC;
}

table.place_list td {
	width: 15px;
	text-align: center;
}

input, select {
	margin: 2px;
}

input:disabled,
input.noinput {
    background-color: #e8e8e8;
}

.change_status_buttons {
	text-align: center;
}

.change_status_buttons button {
	width: 200px;
	margin: 5px;
	padding: 5px;
	font-size: 110%;
}

#visit_term {
	width: 50px;
	border: 1px solid #ccc;
	padding: 3px;
}

.long_term {
	background-color: #FF0000;
	color: #FFFFFF;
}

/*********************
* 検索
*********************/
h3.customer_search {
	width: 134px;
	height: 27px;
	float: left;
	background-image: url(../images/customer/customer_h3.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px 0 0 0;
}

h3.customer_detail {
	width: 310px;
	height: 32px;
	background-image: url(../images/customer/customer_h3-2.jpg);
	background-repeat: no-repeat;
	margin: 10px 10px 5px 0;
	padding: 7px 0 0 20px;
}

.customer_search_input {
	padding: 10px;
}

.customer_search_input .clearfix {
	margin: 3px 0;
}

.customer_search_bottom {
	width: 100%;
	border-top: 3px solid #c7c7c7;
	border-bottom: 3px solid #c7c7c7;
}

.customer_search_list {
	float: left;
	width: 430px;
	padding: 10px;
}

.customer_search_info {
	float: left;
	width: 730px;
	border-left: 3px solid #c7c7c7;
	padding: 10px;
}

.w750 {
	width: 750px;
}

.customer_search_info .m5 {
	margin: 5px;
}

.single_detail {
	margin: 10px 20px;
}

.return_list {
	margin: 10px;
}

h3.schedule {
	border-left: 10px solid #408d3b;
	margin: 10px;
	padding: 3px;
}

ul.mail_magaezine_menu {
	margin: 5px 0;
}

ul.mail_magaezine_menu li {
	float: left;
	list-style-type: none;
	margin: 3px;
}

ul.mail_magaezine_menu li a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

/*********************
* カルテ
*********************/
.karte h3 {
	width: 987px;
	height: 33px;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	background-image: url(../images/karte/karte_title_background.jpg);
	background-repeat:no-repeat;
}

.karte table.result_tbl th {
	width: 180px;
	height: 40px;
	border: none;
	font-weight: bold;
	background-image: url(../images/karte/karte_result_background.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:middle;
}

.karte table.result_tbl td {
	width: 200px;
	height: 40px;
	border: none;
	background-image: url(../images/karte/karte_result_background.jpg);
	background-repeat:no-repeat;
	background-position:right center;
}

.karte table.result2_tbl td {
	width: 286px;
	height: 321px;
	border: none;
	background-repeat:no-repeat;
	padding: 30px 0 0 30px;
}

.karte table.result2_tbl td.c1 { background-image: url(../images/karte/karte_graph1.jpg); }
.karte table.result2_tbl td.c2 { background-image: url(../images/karte/karte_graph2.jpg); }
.karte table.result2_tbl td.c3 { width: 632px; height: 642px; background-image: url(../images/karte/karte_graph3.jpg); }

.karte .show_sum_price {
	width: 150px;
	border: 1px solid #333333;
	padding: 3px;
	color: #3c68d5;
	font-weight:bold;
}

.karte h4 {
	margin: 5px 0 10px 0;
}

.karte .show_analysis_detail img {
	margin: 15px 0 10px 0;
}

.karte .analysis {
	display: none;
	width: 1000px;
	border: 1px solid #ccc;
	padding: 10px;
}

.information_entry {
	width: 600px;
}

h3.information_title {
	border-left: 12px solid #9dcde4;
	padding: 5px 3px;
}

.information_detail {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 5px;
}

/*********************
* dream weaver対策（本番で消すこと）
*********************/

.clearfix {
	overflow:hidden;
	width:auto;
}
