@charset "UTF-8";
/* CSS Document */
/** {
    -webkit-appearance: none;
}*/


/*---------------------------------------------------
　共通
----------------------------------------------------*/
select {
	font-size: 16px;
	font-size: 1.6rem;	
}



.txt {
	width:100%;
	border: 1px #bbb solid;
	padding: 5px;
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1.5;
    -webkit-appearance: none; /* */
	/* CSS3
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease; */
	margin:0 3px;
	box-sizing:border-box;
　　-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.select-box {
	background: #fff;
	border: 1px #ddd solid;
	border-radius: 2px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 40px;
	text-align: left;
	vertical-align: middle;
}

.txt-area {
	width:100%;
	border: 1px #bbb solid;
	padding: 5px;
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1.5;	
    -webkit-appearance: none; /* */
	/* CSS3
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease; */
	margin:0 0 13px;
	box-sizing:border-box;
　　-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	height:200px;
}

.txt.size-ss { width:50px}
.txt.size-s { width:100px}

br + .txt {
	margin-top:8px !important;
}

/* アラート */
/*--------------------------------------------*/
.txt.alert,
select.alert {
	background:#fff1f1;
}

em.alert {
	display:block;
}
td em.alert {
	font-size:14px;
	font-size:1.4rem;
	line-height:1;
	margin:5px 0 0;
}


/* 名前 */
.txt.name {
	width:120px;
	margin:0 10px 0 0;
}

.txt.name-guest {
	width:200px;
}

.txt.postcode {
	width:120px;
}

.txt.phone {
	width:160px;
}

/* 確認　未登録 */
.non {
	color:#888;
	letter-spacing:0.1em;
}

.upload {
	padding: 10px;
	background: #fff;		
}

.txt:hover,
.txt:hover {
	border: 1px #888 solid;	
}

.radio {
	margin:0 0 0 5px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;	
}

.select-box {
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	/*height: 40px;
	line-height: 40px;*/
	text-align: left;
	/*text-indent: 5px;*/
	vertical-align: middle;
	padding:3px;
}

textarea {
	height: 100px;
	width:100%;
}


/* 登録・削除ボタン */
/*--------------------------------------------*/
.finish input {
	width:100%;
    -webkit-appearance: none;/* iphone用 */		
	margin:0 auto;
	clear: both;
	border: none;
	margin: 10px auto 0;
	background:#F00;
	font-size: 20px;
	font-size: 2.0rem;	
	font-weight: 600;
	color: #FFF;
	/* CSS3 */
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
	padding:10px 0;
　　-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor:pointer;
}

/* 戻るボタン */
/*--------------------------------------------*/
.back input {
	width:100%;
	display:block;
	text-align:center;
	margin:34px auto;
	clear: both;
	border: none;
	margin: 10px auto 0;
	background:#999;
	font-size: 18px;
	font-size: 1.8rem;	
	font-weight: 500;
	color: #FFF;
	/* CSS3 */
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
	padding:8px 0;
　　-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor:pointer;
}


span.customSelect {
	background-color: #fff;
	color:#474747;
	padding:0 30px 0 15px;
	border:2px solid #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="radio"],input[type="checkbox"] {
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.2 , 1.2 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.2 , 1.2 );
	margin:0 5px 10px 0;
}

label {
	margin:0 10px 0 0;
}

/*---------------------------------------------------
　ヘッダー
----------------------------------------------------*/
#header-cart-btn.submit input {
    -webkit-appearance: none;/* iphone用 */		
	font-size:15px;/* 固定 */	
	margin:0;
	padding:0;
	height:37px;
	line-height:1;
	background:#df0000;
	width:100%;
}

#header-cart-btn.submit input:hover {
	background:#46a92b;
}

.item #cart-btn-area select {
	margin:0 5px;
}

/*---------------------------------------------------
　商品詳細
----------------------------------------------------*/
#item-details #cart-btn-area input,
#item-details #cart-btn-area a,
.submit input {
    -webkit-appearance: none;/* iphone用 */		
	display:block;
	clear: both;
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	width:100%;
	font-weight:600;
	color: #444040;
	padding:13px 0;
	cursor:pointer;
	box-sizing:border-box;
	/*background:url(../img/icon_cart_btn_details.png) 34px center no-repeat;*/
	background-color:#fff;
	border:2px solid #444040;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
　　-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	margin:0 0 55px;
}

#item-details #cart-btn-area p a {
	margin:0;
	border: none;
	transition:none;
	text-align:inherit;
	text-decoration:underline;
	display: inline;
	font-size:inherit;
	width:auto;
	color:inherit;
	padding:inherit;
	box-sizing:inherit;
}

#item-details #cart-btn-area p a:hover {
	background:none;
}


#item-details #cart-btn-area a {
	text-align:center;
	text-decoration:none;
}

#item-details #cart-btn-area .far {
	font-size:21px;
	font-size:2.1rem;
	margin:0 5px 0 0;
}

/*---------------------------------------------------
　テーブル内
----------------------------------------------------*/
td .txt,
td .txt-area {
	width:100%;
}

th label {
	margin:0;
}

/*---------------------------------------------------
　placeholder
----------------------------------------------------*/
input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

input:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

input::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}



/*---------------------------------------------------
　dropdown
----------------------------------------------------*/
.dropdown {
  vertical-align: top;
}

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-sizing:border-box;
}

#sort-area .dropdown {
  width:49%;
  margin:0 1% 0 0;
}

#sort-area .dropdown:nth-of-type(2) {
  margin:0;
}


.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #999 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 25px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 16px;
  font-size:1.6rem;
  transform: scale(0.8);
  transform-origin: center left; 
  color: #111;  
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f1f1f1;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown select:focus {
  z-index: 3;
  width: 100%;
  color: #000;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

.dropdown select:disabled {
	color:#ccc;
  background: #f9f9f9;	
}


/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown select {
  z-index: -1;
}
.lt-ie9 .dropdown select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-dark {
  background: #444;
  border-color: #111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.dropdown-dark:before {
  border-bottom-color: #aaa;
}
.dropdown-dark:after {
  border-top-color: #aaa;
}
.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  /* Fallback for IE 8 */
  background: #444;
}
.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}
.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

/*---------------------------------------------------------------*/
/*media Queries / min-width: 768px */
/*---------------------------------------------------------------*/
@media screen and (min-width:768px){

td .txt.size-m { width:40%}
td .txt.size-l { width:60%}

/*---------------------------------------------------
  送信ボタン
----------------------------------------------------*/
.submit {
	text-align:center;
	clear:both;
}

.submit input {
	width:35%;
	margin:0 auto;	
}

/*---------------------------------------------------
  登録・削除ボタン
----------------------------------------------------*/
.finish {
	text-align:center;
	clear:both;
}

.finish input {
	width:35%;
	margin:0 auto;	
}

/*---------------------------------------------------
　戻るボタン
----------------------------------------------------*/
.back input {
	width:35%;
	margin:0 auto;	
}


/*---------------------------------------------------
　dropdown
----------------------------------------------------*/
#sort-area .dropdown {
  width: auto;
  margin:0 13px 0 0;
}

#sort-area .dropdown:nth-of-type(2) {
  margin:0;
}

/*---------------------------------------------------------------*/
/*media Queries / min-width: 1024px */
/*---------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
textarea {
	height: 200px;
}

/*---------------------------------------------------
  登録・削除ボタン
----------------------------------------------------*/
.finish input:hover {
	background: #de0000;
}

/*---------------------------------------------------
　戻るボタン
----------------------------------------------------*/
.back input:hover {
	background:#555;
}
	
/*---------------------------------------------------
　商品詳細
----------------------------------------------------*/	
#item-details #cart-btn-area input:hover,
#item-details #cart-btn-area a:hover,
.submit input:hover {
	border-color:#e2aa23;
	background-color:#e2aa23;
	color:#fff;
}

#item-details #cart-btn-area input,
#item-details #cart-btn-area a {
	width:55%;
}

/*---------------------------------------------------
　dropdown
----------------------------------------------------*/	
.dropdown select {
  line-height: 13px;
  font-size: 13px;
  font-size:1.3rem;
  transform:none;

/* EOF */