body {
	font-size: 16px;
	letter-spacing: 0.04em;
}

#header {
    background: #382653;
    z-index: 1030;
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.2);
}

#main {
	margin-top: 70px;
}

.logo {
	color: white;
	font-family: serif;
}

h1, h2, h3, h4, h5 {
	font-family: serif;
}

.logo h1 {
	margin: 0;
}

.logo a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 375px) {
	.logo h1 {
		font-size: 20px;
	}
}

h2 {
	margin-top: 8px;
	margin-bottom: 8px;
}

hr {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.top-menu .guide a {
	color: #666;
	margin-left: 1em;
	font-size: 95%;
}

.top-menu {
	margin-bottom: 4px;
}

.page-footer {
	margin: 2em auto;
	color: #888888;
	font-size: 90%;
	font-style:italic;
	text-align: center;
}

.box {
	position: relative;
/*	padding: 45px 15px 15px;*/
	padding: 15px;
	margin: 0 -15px 15px;
	border-color: #e5e5e5 #eee #eee;
	border-style: solid;
	border-width: 1px 0;
	-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
	box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
	margin-right: 0;
	margin-left: 0;
	background-color: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 12px;
}

.side-menu .login-form {
	border-color: #ed6d00;
	background-color: #fffebb;
}
.side-menu .login-form h5 {
	font-size: 100%;
	color: #ed6d00;
}
.side-menu .login-form input {
	background-color: #fff;
}
.side-menu h4 {
	font-size: 100%;
	margin:0;
	text-align: center;
}

.profile-icon {
	max-width: 100%;
	padding: 0px;
	max-height: 72px;
}

#menu-modal:not(.in) .modal-dialog {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

#menu-modal .container img {
	padding: 8px;
	padding-right: 12px;
	width: 15%;
}
#menu-modal .container .row {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #ddd;
	font-size: 110%;
}
#menu-modal .menu-element {
	cursor: pointer;
}
#menu-modal .menu-element:hover {
	background-color: #eee;
}

.input-form .row {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #ddd;
}

.menu-button {
	text-align: center;
	background-color: #eee;
}
.menu-button img {
	max-width: 20%;
	width: 80px;
}

.content {
/*
	max-width: 460px;
	margin: 0 auto;
*/
}

.users {
	background-color: #ffffff;
}

.price {
	color: #bb1111;
	font-size: 150%;
}
.amount {
	
}

.photo-delete-button {
	font-size: 30px;
}

.dummy-box {
	border: 1px solid black;
}
.top-logo {
	height: 60px;
}

.categories {
	background-color: #ffefd5;
	padding-top: 10px;
	padding-bottom: 4px;
}
.head-category, .head-category-top {
	padding:4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	border: 1px solid orange;
	font-size: 90%;
	background-color: white;
}

.cart-price {
	font-size: 130%;
	color: #cc0000;
}

.cart-summary {
	
}
.cart-summary th {
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}
.cart-summary td {
	text-align: right;
	padding: 0;
}

@media screen and (min-width: 992px) {
	.cart-summary th {
		max-width: 107px;
	}
}

.item-element {
	margin-bottom: 8px;
	background-color: #fafafa;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1); 
}
.item-element h3 {
	margin: 0;
	font-size: 110%;
}
.item-element h3, .item-element .description {
	font-family: serif;
}

.item-element .image-box {
	cursor: pointer;
}
.item-element img {
	max-width: 180px;
	max-height:120px;
	margin-top: 0px;
	margin-bottom: 0;
}

.price-excluding-tax {
	font-size: 133%;
}
.price-tax-in {
	font-size: 85%;
}



.full-browsing {
	display: none;
}
.narrow-browsing {
	display: block;
}
@media screen and (min-width: 992px) {
	.full-browsing {
		display: block;
	}
	.narrow-browsing {
		display: none;
	}
}

.inline-auto {
	display: inline;
	width: auto;
}

textarea.full-description-input {
	height: 14em;
}




.main-area {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 225px rgba(255,255,255,.55);
    border: 1px solid rgba(0,0,0,0.1);
}

.form-group {
    margin-top: 0.7em;
    border-bottom: solid #ddd 1px;
    padding-bottom: 0.6em;
}

.form-horizontal .control-label {
    text-align: left;
}

.el-h {
    background-color: #f8f8f8;
    font-weight: normal;
}

.el-b {
    background-color: #ffffff;
}

.ruby {
	font-size: 80%;
	margin:0;
}

.floor-table-box {
	height: 650px;
}

.floor-table p {
	margin: 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.floor-table {
	overflow: hidden;
    background-color: #fff;
	font-size: 90%;
	border: solid 1px #aaa;
    border-radius: 6px;
    box-shadow: 0 0 225px rgba(255,255,255,.55);
}

.floor-table .table-name {
	background-color: #ccffdd;
}

/* .actor-button {
	z-index: 10;
}
 */

.floor-table-hover {
 	background-color: #ffdddd;
 	border-color: #ff7777;
}
 
.taku-detail .modal-dialog {
 	margin: 0 5%;
 	width: 90%;
 	min-width: 600px;
}
.taku-detail .modal-dialog .container-fluid {
 	min-height: 460px;
}


.no-data {
	color: #888;
}

.op-result {
	position:fixed;
	bottom: 0;
	margin-bottom: 0;
	width:96%;
	margin-left: 2%;
	display:none;
	z-index:1000;
}
@media (max-width: 767px) {
	.op-result {
		width: 100%;
		margin-left: auto;
	}
}

.note {
	color: #777;
	font-size: 95%;
}
