@charset "utf-8";

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

html {
}

body {
	line-height: 135%;
	text-align: center;
	background-image: url(../images/common/header_background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

body.nobg {
	background-image: none;
}

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 .shop_link {
	position: absolute;
	top: 10px;
	right: 10px;
}

#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;
}

.main {
	overflow: scroll;
	width: calc(100vw - 10px);
	height: calc(100vh - 250px);
}

.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;
}

#header 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;*/
}

#header 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: 2px solid #aaa;
}

table.reserve_list tr.time th,
table.reserve_list tr.time td {
	height: 24px;
	border: 2px solid #aaa;
	text-align: left;
	background-image: url(../images/common/info_line2.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 3px;
	position: sticky;
	top: 0;
	background-clip: padding-box;
}

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;
	background-color: #FFF;
	left: 0;
	z-index: 2;
	background-clip: padding-box;
}

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: 65px;
	white-space: nowrap;
}

table.reserve_list tr.line td.res2 div {
	width: 125px;
}

/* 見出し */
table.reserve_list tr.line th.caption {
	height: 120px;
	border: 1px solid #ccc;
	position: sticky;
	background-color: #FFF;
	left: 0;
	background-clip: padding-box;
}

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: 45px;
	background-color: #a0b9ce;
}

table.reserve_list tr.line td.time00 {
	border-left: 2px solid #aaa;
}

table.reserve_list tr.line td.time30 {
	border-left: 2px dashed #aaa;
}

/* 来院中：ピンク */
table.reserve_list tr.line td.status6 {
	background-color: #f9e2cd;
}

/* 来院済：グレー */
table.reserve_list tr.line td.status7 {
	background-color: #ababab !important;
}

/* 予約枠hover */
table.reserve_list tr.line td.hover {
	background-color: #eeeeee;
}

table.reserve_list tr.line td .res {
	width: 65px;
	min-height: 110px;
}

table.reserve_list tr.line td .res .h {
	width: 49px;
	height: 16px;
	font-size: 85%;
	line-height: 120%;
	background-image: url(../images/icon/time.png);
	background-repeat: no-repeat;
	padding: 1px 0 0 14px;
}

table.reserve_list tr.line td .res .s {
	width: 54px;
	height: 16px;
	font-size: 85%;
	line-height: 120%;
	background-image: url(../images/icon/man.png);
	background-repeat: no-repeat;
	margin: 5px 0;
	padding: 1px 0 0 11px;
	overflow: hidden;
}

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: 55px;
	font-size: 93%;
	line-height: 120%;
	border: 1px solid #333;
	margin: 2px;
	padding: 2px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

table.reserve_list tr.line td .res .c.c_new {
	background-color:#ffff80;
	font-weight: bold;
}

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 .n {
	font-size: 93%;
	overflow: hidden;
	white-space: nowrap;
}

table.reserve_list tr.line td .res_l .h {
	width: 96px;
	height: 16px;
	font-size: 85%;
	line-height: 120%;
	background-image: url(../images/icon/time.png);
	background-repeat: no-repeat;
	padding: 1px 0 0 14px;
}

table.reserve_list tr.line td .res_l .h span {
	padding-left: 3px;
}

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: 125px;
	font-size: 93%;
	line-height: 120%;
	border: 1px solid #333;
	margin: 2px;
	padding: 3px 2px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

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.line td img {
	vertical-align: middle;
}

/*********************
* 予約一覧（ポップアップ）
*********************/
		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.wt350 {
	width: 350px;
	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;
	white-space: nowrap;
}

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.reserve_tbl tr.gray td {
	background-color:#CCCCCC;
}

table.reserve_tbl #customer_no {
	position: relative;
}

table.reserve_tbl #search_name {
	display: none;
	position: absolute;
	top: 25px;
	left: 20px;
	width: 300px;
	z-index: 10000;
	background-color: #fefefe;
	border: 1px solid #ccc;
	padding: 7px;
}

table.reserve_tbl #search_name h3 {
	margin-bottom: 5px;
	padding: 3px;
	background-color: #a0cfdb;
}

table.reserve_tbl #search_name #name_list {
	width: 290px;
}

table.reserve_tbl tr.pay_credit td {
	background-color: hotpink;
}

table.reserve_tbl td textarea.message {
	background-image: url("/images/customer/caution.png");
	background-color: rgba(255,255,255,0.4);
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-position: center left;
}

table.reserve_tbl td.alert {
	background-color: #f0b300;
}

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 .credit label {
  cursor: pointer;
  padding:5px;
  border: 1px solid #434343;
  border-radius: 5px;
  background-color: #eee;
}
.change_status_buttons .credit input{
  display: none;
}
.change_status_buttons .credit input:checked + label {
  background-color: orange;
  font-weight: bold;
}

.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;
}

/*********************
* 検索
*********************/
.customer_detail_box {
	padding: 20px 0;
}

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: 460px;
	padding: 10px;
}

.customer_search_info {
	float: left;
	width: 700px;
	border-left: 3px solid #c7c7c7;
	padding: 10px;
}

@media all and (max-device-width: 896px) {
	.customer_search_info {
		width: 696px;
	}
}

.w750 {
	width: 750px;
}

.w900 {
	width: 900px;
}

.w1000 {
	width: 1000px;
}

.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: 1182px; background-image: url(../images/karte/karte_graph3.jpg); }
.karte table.result2_tbl td.c4 { background-image: url(../images/karte/karte_graph4.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;
}

.shiokawa_karte_menu {
}

.shiokawa_karte_menu ul {
	height: 43px;
	margin: 2px 0;
	border-left: 2px solid #336699;
}

.shiokawa_karte_menu ul li {
	float: left;
	list-style-type: none;
	height: 43px;
}

.shiokawa_karte_menu ul li a {
	display: block;
	width: 170px;
	height: 18px;
	padding: 11px 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #73a7d9;
	text-align: center;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 18px;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
	border-right: 2px solid #336699;
}

.shiokawa_karte_menu ul li a:hover {
	text-decoration: underline;
	background-color: #336699;
}

.s_karte {
	position: relative;
	width: 100%;
	margin: 10px;
}

.s_karte.w1600 {
	width: 1600px;
}

.s_karte h2,
h2.s_karte {
	border-left: 12px solid #336699;
	margin-bottom: 15px;
	padding: 5px;
	font-size: large;
}

.s_karte .s_karte_left {
	float: left;
	width: 820px;
}

.s_karte .s_karte_center {
	float: left;
	width: 240px;
	padding-top: 20px;
}

.s_karte .s_karte_right {
}

.s_karte .s_karte_tbl {
}

.s_karte .s_karte_tbl.w770 {
	width: 770px;
	margin-bottom: 20px;
}

.s_karte .s_karte_tbl th,
.s_karte .s_karte_tbl td {
	padding: 10px 5px;
}

.s_karte .s_karte_tbl th {
	background-color: #336699;
	color: #FFFFFF;
	white-space: nowrap;
	font-weight: bold;
}

.s_karte .s_karte_tbl th.w200 {
	width: 200px;
}

.s_karte .s_karte_tbl th.w400 {
	width: 400px;
}

.s_karte .s_karte_tbl td.v_middle {
	vertical-align: top;
}

.s_karte .s_karte_tbl td.v_middle .button {
	vertical-align: top;
}

.s_karte .s_karte_tbl td input {
	width: 15%;
}

.s_karte .s_karte_tbl td input.w50 {
	width: 50%;
}

.s_karte .s_karte_tbl td input.w20 {
	width: 20%;
}

.s_karte .s_karte_tbl td input.w10 {
	width: 10%;
}

.s_karte .s_karte_tbl td input.w7 {
	width: 7%;
}

.s_karte .s_karte_tbl td .listing_left {
	float: left;
	margin-right: 10px;
}

.s_karte .s_karte_tbl td .listing_right {
	float: right;
}

.s_karte .s_karte_tbl td textarea.listing {
	width: 280px;
	height: 100px;
	margin-bottom: 10px;
	padding: 5px;
}

.s_karte .s_karte_tbl td.checkbox_list div {
	float: left;
	margin-right: 8px;
}

.s_karte .s_karte_box {
	width: 760px;
	margin: 20px;
}

.s_karte .s_karte_box .w100 {
	width: 100%;
}

a.button {
    background-color: #336699; /* Green */
    border: none;
    color: white;
	margin: 0 10px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

a.button_s {
    background-color: #336699; /* Green */
    border: none;
    color: white;
	margin: 0 5px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: small;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

a.button_ss {
    background-color: #336699; /* Green */
    border: none;
    color: white;
	margin: 0;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: small;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

a.button:hover,
a.button_s:hover {
	background-color: #5386b9;
}

a.button_s_red {
    background-color: #e32629; /* Green */
    border: none;
    color: white;
	margin: 0 5px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: small;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
a.button_ss_red {
    background-color: #e32629; /* Green */
    border: none;
    color: white;
	margin: 0;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: small;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

a.button_s_red:hover,
a.button_ss_red:hover {
	background-color: #fd6867;
}

.s_karte table.bone_tbl {
	width: 161px;
	height: 667px;
	margin: 0 20px 20px 100px;
	background-image:url(../images/shiokawa_karte/bone.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-collapse: collapse;
}

.s_karte table.bone_tbl tr th,
.s_karte table.bone_tbl tr td {
	padding: 0;
	border: none;
	height: 19px;
}
/*
.s_karte table.bone_tbl tr:hover th {
	background-color: #cf9c69;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.s_karte table.bone_tbl tr:hover td {
	background-color: #FFCC99;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
*/

.s_karte table.bone_tbl tr th.hl {
	width: 22px;
/*	background: #ccc;*/
}

.s_karte table.bone_tbl tr td {
	width: 39px;
	text-align: center;
}

.s_karte table.bone_tbl tr td input[type=checkbox] {
	display: none;
}

.s_karte table.bone_tbl tr th.hr {
	width: 23px;
/*	background: #ccc;*/
}

.s_karte table.bone_tbl tr.head th {
	height: 14px;
}

.s_karte table.bone_tbl tr.occ td {
	height: 91px;
}

.s_karte table.bone_tbl tr.s2 td {
/*	height: 57px;*/
}

.s_karte table.bone_tbl tr td.checked {
	background-color: #ff9999;
}

.s_karte table.bone_tbl2 {
	width: 247px;
	height: 689px;
	background-image:url(../images/shiokawa_karte/bone2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-collapse: collapse;
}

.s_karte table.bone_tbl2 tr th,
.s_karte table.bone_tbl2 tr td {
	padding: 0;
	border: none;
	height: 20px;
}

.s_karte table.bone_tbl2 tr th.hl {
	width: 22px;
/*	background: #ccc;*/
}

.s_karte table.bone_tbl2 tr td {
	width: 39px;
	text-align: center;
}

.s_karte table.bone_tbl2 tr td input[type=checkbox] {
	display: none;
}

.s_karte table.bone_tbl2 tr th.hr {
	width: 23px;
/*	background: #ccc;*/
}

.s_karte table.bone_tbl2 tr.head th {
	height: 15px;
}

.s_karte table.bone_tbl2 tr.occ td {
	height: 94px;
}
/*
.s_karte table.bone_tbl2 tr.s2 td {
	height: 60px;
}
*/
.s_karte table.bone_tbl2 tr td.checked {
	background-color: #dc143c;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.s_karte .twist {
	float: left;
	width: 176px;
	height: 650px;
	margin: 20px 0 0 40px;
	background-color: #ccc;
}

.s_karte .twist_select {
	float: right;
	width: 150px;
	margin: 20px 0 0 10px;
}

.s_karte .twist_select ul {
}

.s_karte .twist_select ul li {
	float: left;
	list-style-type: none;
	margin: 0 20px 10px 0;
}

.s_karte .adjustment_left {
	float: left;
	padding-top: 20px;
}

.s_karte #adj_parts {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 370px;
	background-color: #fffacd;
	border: 1px solid #ccc;
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.s_karte .patient_left {
	float: left;
}

.s_karte .patient_right {
	float: right;
}

.s_karte .syuso {
	width: 350px;
	margin: 0 auto;
}

.s_karte .syuso .syuso_img {
	position: relative;
	width: 350px;
	height: 390px;
	background-image:url(../images/shiokawa_karte/syuso.jpg);
	background-repeat: no-repeat;
}

.s_karte .syuso .mark {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image:url(../images/shiokawa_karte/batsu.png);
	background-repeat: no-repeat;
}

ul.upload_image_list {

}

ul.upload_image_list li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	text-align: center;
}

/*********************
* dream weaver対策（本番で消すこと）
*********************/
/*
.clearfix {
	overflow:hidden;
	width:auto;
}
*/