/********************************************公共型样式**********************************************/
html,body {
	font-family: メイリオ !important;
	 min-width:1200px !important;
}
.container{
	width:1200px !important;
}

.a-link {
	outline: none;
	cursor: pointer;
}

.font-size-1 {
	font-size: 12px !important;
}

.font-size-2 {
	font-size: 14px !important;
}

.font-size-3 {
	font-size: 16px !important;
}

.font-size-4 {
	font-size: 18px !important;
}

.font-weight-900 {
	font-weight: 900;
}

.a-link:hover {
	color: #de0808;
}

.btn-primary {
	color: #fff;
	background-color: #de0808;
	border-color: #c11414;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #c11414;
	border-color: #de0808;
}

.btn-primary:hover {
	color: #fff;
	background-color: #c11414;
	border-color: #de0808;
}
/**垂直水平居中（未知高度和宽度元素）*/
.z-g-vetically {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* 使用css3的transform来实现 */
}

.entrust_pub {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/*dxs 2019/06/26 add start*/
.item-list-address {
	border-style: solid;
	border-width: 1px 1px 1px;
	_border-width: 1px;
	border-color: #f1f1f1 #f1f1f1 #f1f1f1;
	background: #fff;
}
/*dxs 2019/06/26 add end*/

.z-u-btn-primary {
	color: #fff;
	background-color: #de0808;
	border-color: #de0808;
}

.hide {
	display: none;
}

.kensu-hide {
	display: none;
}

.float-right {
	float: right;
}

.has-error .form-control {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.line-border {
	border: 1px solid #aaaaaa
}

.line-border-top-none {
	border-top: none ! important
}

.line-border-bottom-none {
	border-bottom: none ! important
}

.line-border-left-none {
	border-left: none ! important
}

.line-border-right-none {
	border-left: none ! important
}

.line-border-top {
	border-top: 1px solid #aaaaaa
}

.line-border-bottom {
	border-bottom: 1px solid #aaaaaa
}

.line-border-left {
	border-left: 1px solid #aaaaaa
}

.line-border-right {
	border-right: 1px solid #aaaaaa
}

.theme-color {
	color: #de0808;
}

.border-color-1 {
	border-color: #f3efef !important;
}
/*price show*/
.title-bold {
	font-size: 14px;
	font-weight: bold;
}

.common-font {
	font-size: 12px !important;
}
.total-price {
	font-size: 16px;
	font-weight: bold;
	color: #de0808;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left !important;
}

.text-align-right {
	text-align: right !important;
}

.padding-none {
	padding: 0px;
}

.padding-left-none {
	padding-left: 0px;
}

.padding-right-none {
	padding-right: 0px;
}

.padding-top-none {
	padding-top: 0px;
}

.padding-bottom-none {
	padding-bottom: 0px !important;
}

.padding-top-bottom {
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn-theme {
	width: 100%;
	background-color: #de0808;
	border-color: #de0808;
	text-shadow: 0 0px 0;
	color: #fff;
}

.btn-theme .disabled {
	background-color: #de0808 !important;;
}

.btn-theme:hover {
	background-color: #ffffff;
	color: #de0808;
}

.btn-theme-common {
	background-color: #de0808;
	border-color: #de0808;
	text-shadow: 0 0px 0;
	color: #fff;
}

.btn-theme-common .disabled {
	background-color: #de0808 !important;;
}

.btn-theme-common:hover {
	background-color: #ffffff;
	color: #de0808;
}


.common-font-14 {
	font-size: 14px;
}

input::-webkit-input-placeholder {
	font-size: 12px;
}

.uploader__input-box:before{
    width: 0.1em;
    height: 3em;
}
.uploader__input-box:before,
.uploader__input-box:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #D9D9D9;
}
.uploader__input-box:after {
    width: 3em;
    height: 0.1em;
}
.uploader__input{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.uploader-img{
    width:100%;
    height:100%;
}
.uploader-avatar-img {
    width:100%;
    height:100%;
    border-radius: 50%;
}
.uploader__input-box, .uploader-img-box{
    float: left;
    position: relative;
    width: 16em;
    height: 8em;
    border: 0.05em solid #D9D9D9;
}
input {
	outline: none !important;
	border: 1px #cccccc solid !important;
	box-shadow: none !important;
	color: black;
}

input:focus, select:focus {
	border: 1px #de0808 solid !important;
	box-shadow: 0px 0px 3px #de0808 !important;
	outline: 2px #de0808 !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-image: linear-gradient(to bottom,#de0808 0,#de0808 100%)  !important;
}