/**
 * 独自CSS
**/

.origin_body {
	width : 100%;
	//background-color : #b0c4de;
	padding : 5px;
	
}

.origin_container {
	width : 99%;
	padding : 0px;
	background-color : #eee;
	color : #000;
	/*border : 1px solid #777;*/
	border-radius : 5px;
	margin : 5px;
}

.origin_select_list_style {
	width : 180px;
	padding : 4px;
	height : 30px;
}

.search_store_result th {
	height : 20px;
	font-size : 13px;
	padding : 5px;
}

.store_upload_img {
	border-radius : 10px;
}

.search_store_result td {
	font-size : 13px;
}

table tr td {
	padding : 2px !important;
}

.coin_input_form_wrapper {
	display: -webkit-flex;
	display:flex;
	list-style:  none;
	 -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: left;
	padding : 0px;
	margin-left : 2px;
}

.coin_input_form {
	width : 60px !important;
	padding-right : 10px !important;
	padding-left : 5px !important;
}

.side_wrapper {
	margin-bottom: 20px;
}

.side_wrapper ul li {
	margin-bottom : 10px;
	font-size : 50px;
}

.side_header {
	width : 100%;
	padding : 7px 0px;
	background-color : #777;
	color : #fff;
	text-align : center;
	font-size : 25px;
	border-radius : 3px;
}

.footer_container {
	text-align: center;
}

.footer_container li {
	display : inline-block;
	list-style: none;
	margin-right : 70px;
	border-bottom : none !important;
	font-size : 13px !important;
}

.search_more_container {
	width : 100%;
	margin-top:20px;
	margin-bottom:20px;
	margin : 0 auto;
}

.search_more {
	color : #2ACE5E;
	text-align : center;
}