@charset "utf-8";

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

html {
    overflow-y: scroll;
	}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%; 
    font-weight: normal;
	}

ol, ul {
    list-style: none;
	}

fieldset, img {
     border: 0;
	}

table {
	font-size: 11px;
    border-collapse: collapse; 
    border-spacing: 0;
	}

caption, th {
    text-align: left;
	}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal; 
    font-weight: normal;
	}
	
/* body */
body {
	font-family: meiryo;
	font-size: 11px;
	width: 920px;
	margin: 10px;
	}
	
ul {
	list-style-type: disc;
	margin: 0px 0 10px 20px;
	}
	
ol {
	list-style-type: decimal;
	margin: 0px 0 10px 25px;
	}
	
.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
.left {
	terxt-align: left;
	}
	
.title {
	background-color: #f0f0f0;
	}
		
/* table */	
td {
	padding: 3px 5px;
	}
	
/* input */
input, textarea, select {
	font-family: meiryo;
	border-radius: 2px;
	font-size: 11px;
	}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="url"], textarea, select {	
	border: 1px solid lightgrey;
	padding: 2px 5px;
	}
	
input[type="submit"],input[type="button"] {
	padding: 1px;
	border: #ccbcbc 1px solid;
	transition: all 1s ease-in;
	}
	
input[type="checkbox"],input[type="radio"] {
	vertical-align: -2px;
	margin-right: 3px;
	}
	
input[type="submit"]:hover, #menu input[type="submit"]:hover.everyHour, input[type="button"]:hover, #main input[type="submit"].selectHourNormal:hover {
	background-color: #d3ef89;
    transition: all 0.1s ease-out;
}
	
/* top */
#top {
	width: 920px;
	}
	
#top h1 {
	background-color: #669933;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 2px;
	}
	
#top a {
	color: white;
	text-decoration: none;
	}
	
#top table {
	font-size: 11px;
	color: #FFFFFF;
	border-collapse: separate;
}
	
#top td {
	border-top: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	}
	
#top td.dayChoice {
	border-left: 1px solid lightgrey;
	border-radius: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
/* content */
#content {
	width: 920px;
	background-color: #FFFFFF;
	margin-top: 10px;
	}
	
#content a {
	color: #3399CC;
	text-decoration: none;
	outline: none;
	}
	
#content a:link {
	}

#content a:visited {
	}
	
#content a:hover {
	background-color: #3399CC;
	color: #FFFFFF;
	}
	
#content a:active {
	}
	
#content a:focus {
	}
	
#content h4, #content h5 {
	border: 1px solid #999999;
	border-radius: 2px;
	background-color: lightgrey;
	padding: 2px 5px;
	float: left;
	clear: both;
	margin-top: 5px;
	}
	
#content h4 {
	color: blue;
	}
	
#content h5 {
	color: red;	
	}
	
#content h6 {
	color: red;
	}
	
#content table {
	border-collapse: separate;
	}
	
#content td {
	border-top: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	}

#content td:last-child {
	border-right: 1px solid lightgrey;
	}
	
#content tr:last-child td {
	border-bottom: 1px solid lightgrey;
	}
	
#content tr:first-child td:first-child {
	border-radius: 2px 0 0 0;
	}

#content tr:first-child td:last-child {
	border-radius: 0 2px 0 0;
	}
	
#content tr:last-child td:first-child {
	border-radius: 0 0 0 2px;
	}
	
#content tr:last-child td:last-child {
	border-radius: 0 0 2px 0;
	}

	
/* menu */
#menu {
	width: 120px;
	padding: 0 10px 0 0;
	margin-bottom: 20px;
	float: left;
	clear: both;
	}
	
#menu a {
	outline: none;
	display: block;
	padding: 2px 5px;
	}
	
#menu a:hover {
	border: 1px solid orange;
	padding: 1px 4px;
	}
	
#menu h1 {
	margin-bottom: 5px;
	background-color: #066668;
	padding: 5px;
	color: white;
	border-radius: 2px;
	text-align: center;
	}
	
#menu h1.selectGate {
	background-color: red;
	color: white;
	}
	
#menu input[type="submit"], #menu input[type="button"] {
	width: 100%;
	padding: 1px;
	margin-bottom: 3px;
	}
	
#menu input[type="submit"].everyHour {
	 background-color: #EECCDD;
	 transition: all 1s ease-in;
	 }
	
/* main */
#main {
	width: 790px;
	background-color: #FFFFFF;
	color: #000000;
	float: left;
	}
	
#main input.ticket {
	text-align: right;
	width: 67px;
	}
	
#main input.people {
	text-align: right;
	width: 50px;
	}
	
#main input.price {
	width: 52px;
	text-align: right;
}

#main #event input.event-price {
	width: 40px;
	text-align: right;
}

#main #event input.subtotal {
    width: 60px;
    text-align: right;
}

#main #event input.event-subtotal {
	width: 60px;
	text-align: right;
}

#main #event #commission {
    width: 32px;
    text-align: right;
}

#main #admin_agent input.price {
	width: 40px;
	text-align: right;
}
	
#main input.void {
	width: 37px;
	text-align: right;
	}
	
#main input.subtotal {
	width: 61px;
	text-align: right;
	}
	
#main input.kikakuPeople {
	width: 42px;
	text-align: right;
	}	
	
#main .adult {
	background-color: #FFCCCC;
	}
	
#main .high {
	background-color: #99CCCC;
	}
	
#main .kid {
	background-color: #FFFFCC;
	}
	
#main .sample {
	color: red;
	font-size: 11px;
	}
	
#main input.readonly, textarea.readonly {
	background-color: #EBEBE4;
	padding: 1px;
	border: solid 1px #7F9DB9;
	}
	
#main select.readonly {
	background-color: #EBEBE4;
	border: solid 1px #7F9DB9;
	}
	
#main input[type="text"].sortNo {
	width: 20px;
	text-align: right;
	}
	
#main h2.daily {
	border: 1px solid #D6D5CF;
	padding: 3px 5px;
	margin: 10px 0 5px 0;
	border-radius: 2px;
	}
	
#main td.total {
	background-color: #EEEEEE;
	}
	
#main a.calendarLinkOn {
	background-color: orange;
	padding: 2px 4px;
	display: block;
	}
	
#main a:hover.calendarLinkOn {
	background-color: #99CC99;
	padding: 2px 4px;
	}
	
#main a.calendarLinkOff {
	background-color: #EEEEEE;
	padding: 2px 4px;
	display: block;	
	}
	
#main a:hover.calendarLinkOff {
	background-color: #FFFFCC;
	padding: 2px 4px;
	}
	
#main tr.selectCursor, #list tr.selectCursor {
    transition: all 1s ease-in;	
}

#main tr:hover.selectCursor, #list tr:hover.selectCursor {
	background: #9ee8db;
    transition: all 1s ease-out;	
}

#main input[type="submit"].selectHour {
	width: 50px;
	border-color: #999999;
	}
	
#main input[type="submit"].selectHourNone {
	color: #999999;
	}
	
#main input[type="submit"].selectHourNow {
	background-color: red;
	color: white;
	transition: all 1s ease-in;
	}
	
#main input[type="submit"].selectHourNormal {
	background-color: lightblue;
	}
	
#main span.kikakuIcon {
	border-radius: 2px;
	padding: 2px 5px;
	}
	
#main span.iconKinken {
	background-color: #A8A300;
	color: white;
	}
	
#main span.iconMaeuri {
	background-color: #96C79A;
	}
	
#main span.iconUrikake {
	background-color: #EACC4C;
	}
	
#main span.iconKikaku {
	background-color: #82B7DB;
	}

#main #kikaku .td-kikakuIcon {
	min-width: 32px;
}

#main #kikaku .td-name{
	min-width: 231px;
}

#main #kikaku .kikakuPeople{
	width: 30px;
}

#main #kikaku .kikakuPeopleSubtotal{
	min-width: 30px;
}

#main #admin_credit input.price{
	width: 40px;
}

#main #admin_event input.price{
	width: 40px;
}

#main input.admin-maeuri-price{
	width: 40px;
    text-align: right;
}
#main input.admin-mabiki-ticket{
    width: 55px;
	text-align: right;
}
/* checkBlank */
#checkBlank {
	padding: 3px;
	background-color: #DDDDDD;
	float: left;
	margin: 0 3px 3px 0;
	border-radius: 2px;
	}

/* footer */
#footer {
	width: 920px;
	padding: 30px 0;
	clear: both;
	text-align: center;
	font-weight: bold;
	color: lightgrey;
	}
	
#footer a {
	text-decoration: none;
	color: lightgrey;
	transition: all 5s ease-out;
	}
	
#footer a:hover {
	color: #99CCFF;
	transition: all 5s ease-in;
	background-color: transparent;
	}

/* page */
#page {
	margin-top: 10px;
	width: 100%;
	clear: both;
	}
	
#page a {
	}
	
#page .pagePadding {
	padding: 0 3px;
	}
	
#beerCalendar .beer_meyasu {
	border-radius: 3px;
	padding: 1px 3px;
	border: none;
	float: left;
	font-size: 10px;
	margin: 0 5px 5px 0;
	}
	
#beerCalendar tr:last-child td:first-child a {
	border-radius: 0 0 0 2px;
	}
	
#beerCalendar tr:last-child td:last-child a {
	border-radius: 0 0 2px 0;
	}

#beerCalendar .beer_0 {
	background-color: white;
	}
	
#beerCalendar .beer_49 {
	background-color: yellow;
	}
	
#beerCalendar .beer_50 {
	background-color: #14b2ff;
	}
	
#beerCalendar .beer_80 {
	background-color: pink;
	}
	
#beerCalendar .beer_100 {
	background-color: #ff840a;
	color: black;
	}
	
#beerCalendar .beer_No {
	background-color: #EEEEEE;
	}
	
#beerCalendar a:hover {
	background-color: lightgreen;
	}
	
#list table {
	border-collapse: collapse;
	border: 1px solid black;
	}
	
#list td {
	border: 1px solid black;
	}
	
#lastLogin {
	float: right;
	position: relative;
	top: 6px;
	}
	
#lastLogin td {
	border: none;
	border-left: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
	text-align: center;
	}
	
#lastLogin td:last-child {
	border-right: 1px solid lightgrey;
	}
	
#lastLogin tr:first-child td:first-child {
	border-radius: 3px 0 0 0;
	}
	
#lastLogin tr:first-child td:last-child {
	border-radius: 0 3px 0 0;
	}
	
#lastLogin tr:last-child td {
	border-bottom: 1px solid lightgrey;
	}
	
#lastLogin tr:last-child td:first-child {
	border-radius: 0 0 0 3px;
	}
	
#lastLogin tr:last-child td:last-child {
	border-radius: 0 0 3px 0;
	}
	
.boxCal {
	display:none;
	}	
	
.boxInfo {
	display:none;
	}
	
#topCal td {
	border: none;
	border-left: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
	text-align: center;
	}
	
#topCal td:last-child {
	border-right: 1px solid lightgrey;
	}
	
#topCal tr:first-child td:first-child {
	border-radius: 3px 0 0 0;
	}
	
#topCal tr:first-child td:last-child {
	border-radius: 0 3px 0 0;
	}
	
#topCal tr:last-child td {
	border-bottom: 1px solid lightgrey;
	}
	
#topCal tr:last-child td:first-child {
	border-radius: 0 0 0 3px;
	}
	
#topCal tr:last-child td:last-child {
	border-radius: 0 0 3px 0;
	}
	
#quickMenu {
	background-color: #666666;
	border-radius: 2px;
	position: fixed;
	bottom: 35px;
	right: 20px;
	opacity: 0.7;
	padding: 3px;
	}
	
#quickMenu table {
	border-collapse:separate;
	}
	
#quickMenu td {
	border: none;
	border-left: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
	text-align: center;
	padding: 0;
	}
	
#quickMenu td:last-child {
	border-right: 1px solid lightgrey;
	}
	
#quickMenu tr:first-child td:first-child {
	border-top-left-radius: 2px;
	}
	
#quickMenu tr:first-child td:last-child {
	border-top-right-radius: 2px;
	}
	
#quickMenu tr:last-child td {
	border-bottom: 1px solid lightgrey;
	}
	
#quickMenu tr:last-child td:first-child {
	border-bottom-left-radius: 2px;
	}
	
#quickMenu tr:last-child td:last-child {
	border-bottom-right-radius: 2px;
	}
	
.creditGenreCredit {
	border: 1px solid orange;
	padding: 2px 5px; border-radius: 3px;
	background-color: orange;
	color: white;
	font-size: 8px;
	}
	
.creditGenreDenshi {
	border: 1px solid black;
	padding: 2px 5px; border-radius: 3px;
	background-color: black;
	color: white;
	font-size: 8px;
	}