@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

@media print {
  body { display: none }
}

body {
	width: 100%;
	/*bootstrap対応*/
	/*min-width: 1000px;*/
	height: 100%;
	color: #333333;
	background-color: #ffffff;
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
p, h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}
img {
	border-width: 0;
	vertical-align: bottom;
}
table {
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0;
}
a {
	color: #0088ff;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0066ff;
	text-decoration: underline;
}
ul, ol {
	list-style-type: none;
}
input[type=text],
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=zip],
input[type=number],
input[type=date],
input[type=time] {
	/*bootstrap対応*/
	/*height: 16px;*/
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	padding: 1px;
}
select {
	/*bootstrap対応*/
	/*height: 22px;*/
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	padding: 0;
}
textarea {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	padding: 1px;
	resize: vertical;
	display: block;
}
.clear {
	height: 0;
	line-height: 0;
	clear: both;
}
.input-file .preview {
  background-image: url(/hoge.jpg);
  background-repeat: no-repeat;
}
.input-file input[type="file"] {
  opacity: 0;
}

#wrap {
	/*bootstrap対応*/
	/*width: 1160px;*/
	background-color: #ffffff;
	padding: 20px;
	margin: 0 auto;
}

#header {
	background-color: #3b5998;
	background: -moz-linear-gradient(top, #ffffff, #5881d7);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#5881d7));
	border: 1px solid #5881d7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 5px;
}
#header h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px 20px;
	margin: 0;
}

#whoami {
	margin: 0 5px 0 5px;
	text-align: right;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	float: right;
}

#navi {
	margin: 0 5px 20px 5px;
}
#navi .right {
	float: right;
}
#navi .list {
	float: left;
	margin-right: 8px;
}
#navi p {
	background: url(../img/nav_icon.png) no-repeat 0 2px;
	padding-left: 14px;
}
#navi a {
	background: url(../img/nav_icon.png) no-repeat 0 2px;
	padding-left: 14px;
	display: block;
}

#main {
}
#main .mess {
	color: #0000ff;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	border: 1px solid #9999ff;
	padding: 10px;
	margin: 0 auto 15px auto;
}

#top_menu {
	/*bootstrap対応*/
	/*width: 500px;*/
	margin-bottom: -20px;
	/*float: left;*/
}
#top_menu ul {
}
#top_menu li a {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #e5fff5;
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	border: 1px solid #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 10px 20px;
	margin-bottom: 20px;
	display: block;
}
#top_menu li a:hover {
	color: #333333;
	background-color: #ccffee;
	background: -moz-linear-gradient(top, #ffffff, #33ccee);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#33ccee));
	border: 1px solid #3366cc;
	text-decoration: none;
	cursor: pointer;
}
#index_sub {
	/*bootstrap対応*/
	/*width: 608px;*/
	border: 1px solid #999999;
	padding: 15px;
	/*float: right;*/
	margin-bottom: 20px;
}

.login_table {
	width: 300px;
	margin: 0 auto 15px auto;
}
.login_table th {
	width: 120px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding: 10px 5px;
}
.login_table td {
	height: 20px;
	padding: 10px 5px;
}
.login_mess {
	width: 300px;
	height: 16px;
	color: #ff0000;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin: 0 auto 15px auto;
}
.login_button {
	text-align: center;
}
.login_button input[type=submit] {
	width: 300px;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #e5f5ff;
	background: -moz-linear-gradient(top, #ffffff, #e5f5ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5f5ff));
	border: 1px solid #99ddff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 10px 20px;
}
.login_button input[type=submit]:hover {
	color: #333333;
	background-color: #cceeff;
	background: -moz-linear-gradient(top, #ffffff, #cceeff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cceeff));
	border: 1px solid #66ccff;
	text-decoration: none;
	cursor: pointer;
}

.list_table {
	width: 100%;
	margin-bottom: 15px;
}
.list_table th {
	min-height: 22px;
	/*background-color: #f5f5f5;*/
	background-color: #b8daff;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	/*line-height: 22px;*/
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.list_table td {
	min-height: 22px;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	/*line-height: 22px;*/
	vertical-align: top;
	padding: 5px;
	overflow: hidden;
}
.list_table th a {
	color: #333333;
}
.list_table th a:hover {
	color: #111111;
}
.list_table td.date {
	width: 90px;
	text-align: center;
}
.list_table td.time {
	width: 150px;
	text-align: center;
}
.list_table td.day {
	width: 50px;
	text-align: right;
}
.list_table td.id {
	width: 90px;
	text-align: right;
}
.list_table td.num {
	width: 130px;
	text-align: right;
}
.list_table td.state {
	width: 90px;
	text-align: center;
}
.list_table td.state2 {
	width: 140px;
	text-align: center;
}
.list_table td.nmae {
	min-width: 90px;
	text-align: left;
}
.list_table td.addr {
	text-align: left;
}
.list_table td.price {
	width: 110px;
	text-align: right;
}
.list_table td.small {
	font-size: 11px;
}
.list_page {
	color: #666666;
	text-align: center;
	margin-bottom: 15px;
}

.search_table {
	width: 100%;
	margin-bottom: 15px;
}
.search_table th {
	width: 150px;
	min-height: 22px;
	background-color: #f5f5f5;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	/*line-height: 22px;*/
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.search_table td {
	min-height: 22px;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	/*line-height: 22px;*/
	padding: 5px;
}
.search_table td input[type=radio]{
	margin: 0px 3px 0px 15px;
}
.edit_table {
	width: 100%;
	margin-bottom: 15px;
}
.edit_table th {
	/*width: 200px;*/
	min-height: 22px;
	/*background-color: #f5f5f5;*/
	background-color: #b8daff;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	max-width: 100px;
}
.edit_table td {
	min-height: 22px;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	line-height: 22px;
	vertical-align: middle;
	padding: 5px;
}
.edit_table th.his {
	background-image: url(../img/his_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.edit_table th.sub1 {
	width: 320px;
}
.edit_table th.sub2 {
	width: 356px;
}
.edit_table th.sub3 {
	width: 120px;
}
.edit_table th.none {
	width: auto;
}
.edit_table td.total {
	color: #999999;
	text-align: right;
}
.edit_table td .war {
	color: #ff0000;
	font-size: 12px;
}
.edit_table td input.butt {
	width: 100px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
}
.edit_table td input[type=radio]{
	margin: 0px 3px 0px 15px;
}
.edit_title {
	text-align: left;
	margin-bottom: 15px;
}
.edit_title p {
	font-weight: bold;
}
.edit_button {
	text-align: right;
	margin-bottom: 15px;
}
.edit_button input[type=submit],
.edit_button input[type=button] {
	width: 140px;
	height: 32px;
	font-size: 12px;
	line-height: 20px;
	color: #0088ff;
	background-color: #e5f5ff;
	background: -moz-linear-gradient(top, #ffffff, #e5f5ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5f5ff));
	border: 1px solid #99ddff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.edit_button input[type=submit]:hover,
.edit_button input[type=button]:hover {
	color: #0066ff;
	background-color: #cceeff;
	background: -moz-linear-gradient(top, #ffffff, #cceeff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cceeff));
	border: 1px solid #66ccff;
	cursor: pointer;
}
.copy_table {
	display:none;
}

#footer {
	border-top: 1px solid #999999;
	padding-top: 20px;
	margin-top: 20px;
}
#footer p {
	color: #666666;
	text-align: center;
}

.edit {
	/*width: 70px;*/
	height: 32px;
	font-size: 12px;
	line-height: 20px;
	color: #0088ff;
	background-color: #e5f5ff;
	background: -moz-linear-gradient(top, #ffffff, #e5f5ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5f5ff));
	border: 1px solid #99ddff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.edit:hover {
	color: #0066ff;
	background-color: #cceeff;
	background: -moz-linear-gradient(top, #ffffff, #cceeff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cceeff));
	border: 1px solid #66ccff;
	cursor: pointer;
}

.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}

.readonly {
	color: #000000;
	background-color: #d6d3ce
}

.fontsize_8 {
	font-size: 8pt !important;
}
.fontsize_9 {
	font-size: 9pt !important;
}
.fontsize_10 {
	font-size: 10pt !important;
}

@media (min-width: 768px){
	#wrap {
	    max-width: 100%;
	}
}
@media(min-width: 576px){
	#wrap{
		max-width: 100%;
	}
}
