/* ************************************************ 
 *  additional styles (pc)
 * ************************************************ */  

/* universal style */
body {
	background-color:#7BBFE9;
	background: url(../images/background.jpg) #7BBFE9 !important;
}

header h1 img { width:100px; }

.order-title .show-name     { font-weight: normal; }

/* prefix/suffix */
.show-open-time:before      { content: "開場"; }
.show-start-time:before     { content: "開演"; }
.seat-name:before           { content: "座席番号"; }
.sales-price:after          { content: "円"; }

/* creditcard thumb */
.creditCardThumb            { height: 50px; }

/* navigation submit button */
	.button-prev,
	.button-next {
		cursor: pointer;
	}
