﻿@charset "utf-8";

/* cart */
.mcd_idname {
	margin-left: 10px;
}
.mcd_idname_id input {
	width: 120px;
}


/* 検収画面で使用 */
.mcd_input input,.mcd_select select {
	/* bootstrap-css .form-controlの代替 */
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mcd_input input,.mcd_select select,.mcd_searchtextarea input {
	/* =.input-smの代替 */
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mcd_select select {
	width: 25%;
	display: inline;
}
.mcd_kakutei .mcd_select select {
	width: 15%;
	display: inline;
}
.mcd_kakutei label {
	width: 100px;
}
.mcd_kensyubi .mcd_select select {
	width: 8%;
	display: inline;
}
@media screen and (max-width:640px) {
	.mcd_kensyubi label {
		display: block;
	}
	.mcd_kensyubi .mcd_select select {
	width: 20%;
	}
	.mcd_orderhistory { 
	white-space: nowrap;
	}
	.mcd_scroll{
	overflow: auto;
	}
	.mcd_scroll::-webkit-scrollbar{
		height: 5px;
	}
	.mcd_scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.mcd_scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
}

	.mcd_etxtarea_idbangou input {
		width: 100px;
	}
	.mcd_etxtarea_simei input {
		width: 160px;
	}
@media screen and (max-width:640px) {
	.mcd_etxtarea_idbangou input {
		width: 120px;
	}
}

.mcd_searchtextarea label {
	width: 100px;
}
.mcd_searchtextarea input {
	width: 50%;
	display: inline;
}
.mcd_radio input {
	vertical-align: -0.2em;
}
.mcd_checkboxfont {
	font-size: 12px;
	font-weight: 300;
}
.mcd_checkbox {
	margin-top: 27px;
}
.table_center {
	text-align: center;
}
.table_vline {
	margin-top: 0.3em;
}
.mcd_kensyu_table table {
	width: 100%;
	white-space: nowrap;
}
.mcd_henpinreason {
	white-space: normal;
}
.mcd_block {
	display: block;
}
.mcd_kensyu-ckeck_color {
	background-color: #F58A8C;
}
.mcd_table-idnamelist > tbody > tr > td {
	padding: 2px 15px 2px 15px;
}
.mcd_searchspace > div {
	/* 検索スペースのpadding labelが横並びの場合使用 */
	padding-top: 12px;
	padding-left: 12px;
}

/* STG展開後追加した記述 */
.loginname_ {
	font-size: 23px;
	margin-top: 20px;
	font-weight: 400;
}
@media (min-width: 769px) {
	.loginname_ {
		text-align: center;
		padding-left: 0px;
		text-indent: -500px;
	}
}
.bizlogin_ {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}
@media (min-width: 769px) {
	.bizlogin_ {
		width: 50%;
		margin: 0 auto;
	}
}
div.cart_order + div > label {
    vertical-align: middle;
}
label.mcd_color {
    color: #a71616;
    font-weight: bold;
}
label.mcd_color {
    font-size: 2rem;
}
.mcd_color > input[type=checkbox] {
    -moz-transform: scale(1.5, 1.5);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}