@charset 'utf-8';

p#user {
	display: inline-block;
	padding: 0.6em 0.8em;
	color: #88929e;
	font-size: 18px;
	font-family: 'Mplus 1p';
	letter-spacing: 1px;
	text-indent: 0.4in;
	background-image: url('../img/userlogin.png');
	background-repeat: no-repeat;
	background-position: 20px;
	background-size: 27px 27px;
}
#switch {
	float: left;
	width: 100%;
	height: 70px;
	text-align: center;
	padding-top: 70px;
}
.staff {
	float: left;
	width: 100%;
	height: 75px;
	text-align: center;
	padding-top: 80px;
}
.store {
	float: left;
	width: 100%;
	height: 75px;
	text-align: center;
	padding-top: 80px;
}
select.choose_staff {
	width: 550px;
	height: 90px;
	margin: 0px auto;
	font-size: 25px;
	color: #88929e;
	font-family: 'Mplus 1p';
	-webkit-appearance: none;
	text-indent: 0.8in;
	line-height: 2.2rem;
	outline: none;
	-moz-border-radius: 5px;
	border-radius: 10px;
	letter-spacing: 3px;
	background-image: url('../img/user.png'), url('../img/select_arrow.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 12px, 480px;
	background-size: 53px 53px;
	background-color: #fff;
	border: solid 2px #88929e;
}
select.choose_staff:hover {
	background-image: url('../img/user_on.png'), url('../img/select_arrow_on.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 12px, 480px;
	background-size: 53px 53px;
	box-shadow: 0 0 7px #EF810F;
	border: 1px solid #EF810F;
	background-color: #FEFAF5;
}
select.choose_staff:active {
	background-image: url('../img/user_on.png'), url('../img/select_arrow_on.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 12px, 480px;
	background-size: 53px 53px;
	box-shadow: 0 0 7px #EF810F;
	border: 1px solid #EF810F;
	background-color: #FEFAF5;
}
select.choose_store {
	width: 550px;
	height: 90px;
	margin: 0px auto;
	font-size: 25px;
	color: #88929e;
	font-family: 'Mplus 1p';
	-webkit-appearance: none;
	text-indent: 0.8in;
	line-height: 2.2rem;
	outline: none;
	-moz-border-radius: 5px;
	border-radius: 10px;
	letter-spacing: 3px;
	background-image: url('../img/store.png'), url('../img/select_arrow.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 12px, 480px;
	background-size: 53px 53px;
	background-color: #fff;
	border: solid 2px #88929e;
}
select.choose_store:hover {
	background-image: url('../img/store_on.png'), url('../img/select_arrow_on.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 12px, 480px;
	background-size: 53px 53px;
	box-shadow: 0 0 7px #EF810F;
	border: 1px solid #EF810F;
	background-color: #FEFAF5;
}
select.choose_store:active {
	background-image: url('../img/store_on.png'), url('../img/select_arrow_on.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 12px, 480px;
	background-size: 53px 53px;
	box-shadow: 0 0 7px #EF810F;
	border: 1px solid #EF810F;
	background-color: #FEFAF5;
}
input.free_word {
	outline: none;
}
input.free_word[type=search] {
	border: solid 2px #88929e;
	padding-left: 50px;
	padding-right: 30px;
	width: 530px;
	height: 90px;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-moz-transition: all .5s;
	transition: all .5s;
	color: #000;
	font-family: 'Mplus 1p';
	font-size: 25px;
	background-color: #fff;
}
input.free_word[type=search]:focus {
	box-shadow: 0 0 7px #EF810F;
	border: 1px solid #EF810F;
}
input.free_word:-moz-placeholder {
	color: #999;
}
input.free_word::-webkit-input.free_word-placeholder {
	color: #999;
}
input.free_word[type=reset] {
	position: absolute;
	top: 170px;
	left: 510px;
	right: 0px;
	margin: auto;
	border: solid 5px rgba(255,255,255,0);
	color: #3AABD2;
	font-size: 40px;
	background-color: rgba(255,255,255,0);
}
input.free_word[type=reset]:focus {
	color: #DD9296;
	background-color: #fff;
}
.search_results {
	float: left;
	width: 100%;
	height: 75px;
	padding-top: 50px;
}
p.match {
	color: #555 !important;
	text-align: center;
	font-size: 26px;
}
span.number {
	color: #3CB371;
	text-align: center;
	font-size: 30px;
}
.box_block_1 {
	float: left;
	width: 100%;
	height: 30px;
	text-align: center;
	padding-top: 40px;
}
.box_block_2 {
	float: left;
	width: 100%;
	height: 90px;
	text-align: center;
	font-size: 20px;
	color: #666;
	padding-top: 80px;
}
.box_block_3 {
	float: left;
	width: 100%;
	height: 110px;
	text-align: center;
	padding-top: 50px;
}
.box_block_4 {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.box_block_5 {
	float: left;
	width: 100%;
	height: 150px;
	text-align: center;
	padding-top: 50px;
}
#tab {
	width: 545px;
	display: table;
	border-collapse: collapse;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.rowlist {
	display: table-row;
}
.rowlist > div {
	display: table-cell;
	margin: 15px;
	padding: 15px;
	border: 1px solid #ccc;
}
.tab_left {
	width: 30%;
	font-size: 22px;
	font-family: 'Mplus 1p';
	background-color: #E5F2FF;
}
.tab_right {
	width: 70%;
	color: #444;
	font-size: 22px;
	font-family: 'Mplus 1p';
	background-color: #FEFAF5;
}
span.text_weight {
	font-weight: bold;
	color: #444;
	font-family: 'Josefin Sans';
}