@import url(/mt/mt-static/support/theme_static/eiger/css/base.css);
@import url(/mt/mt-static/support/theme_static/eiger/css/screen.css);

/* コメント、トラックバック用 */
@import url(/mt/mt-static/support/theme_static/eiger/css/feedback.css);



/* 商品検索用 */
	.related-content #mailorderForm{
		width :208px;
		margin: 10px auto 10px;
		padding: 0;
		border: 1px solid #aaa;
	}
	
	.related-content #mailorderForm p.HeadlineForm {
margin: 0;
padding: 3px 0;
border-bottom: 0px solid #DFDFDF;
font-size: 16px;
text-align: center;
background: #696569;
color: white;
font-weight: bold;
	
	}
	
	.related-content #mailorderForm div.formWrapper {
margin: 5px 5px 5px 5px;
padding: 2px 3px;
border: 1px solid #D1D3BF;
background: #F3F5EF;
border-left: 3px solid #696569;
overflow: hidden;
	}
	.related-content #mailorderForm div.formWrapper p.HeadingForm{
margin: 0;
padding: 2px 3px;
font-size:12px;
	}
	
	
	.related-content #mailorderForm div.formWrapper form.tuuhanMatometeForm, 
	.related-content #mailorderForm div.formWrapper form.amzonJpOnlyForm {
margin: 0;
padding: 2px 3px;	
	}
	.related-content #mailorderForm div.formWrapper form input {
vertical-align: middle;
	}
	.related-content #mailorderForm div.formWrapper form input.mailorderFormText {
width: 120px;
padding: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 2px solid #BBB;
	}
	
	.related-content #mailorderForm div.formWrapper form input.tuuhanMatometeSubmit {
padding: 3px 2px;
width: 40px;
margin-left: 4px;

background: -moz-linear-gradient(#f9f9f9, #f2f2f2); 
background: -ms-linear-gradient(#f9f9f9, #f2f2f2); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
background: -webkit-linear-gradient(#f9f9f9, #f2f2f2);  
background: -o-linear-gradient(#f9f9f9, #f2f2f2);
background: linear-gradient(#f9f9f9, #f2f2f2);
box-shadow: 0 0 2px white inset, 0 0 1px #ccc;
border: 1px solid #aaa;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear 0;
cursor: pointer;
outline:none;
font-size: 12px;
	}

	.related-content #mailorderForm div.formWrapper form input.tuuhanMatometeSubmit:hover {
padding: 3px 2px;
width: 40px;
background: -moz-linear-gradient(#F2F2F2, #F9F9F9);
background: -ms-linear-gradient(#F2F2F2, #F9F9F9);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2F2F2), color-stop(100%, #F9F9F9));
background: -webkit-linear-gradient(#F2F2F2, #F9F9F9);
background: -o-linear-gradient(#F2F2F2, #F9F9F9);
background: linear-gradient(#F2F2F2, #F9F9F9);
box-shadow: 0 0 2px white inset, 0 0 1px #ddd;
border: 1px solid #ccc;
color: #666;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
outline:none;
	}

	.related-content #mailorderForm div.formWrapper form input.tuuhanMatometeSubmit:active {
box-shadow: 0 0 3px #ccc inset, 0 0 1px #ddd;
background: -moz-linear-gradient(#F9F9F9, #F2F2F2);
background: -ms-linear-gradient(#F9F9F9, #F2F2F2);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #F2F2F2));
background: -webkit-linear-gradient(#F9F9F9, #F2F2F2);
background: -o-linear-gradient(#F9F9F9, #F2F2F2);
background: linear-gradient(#F9F9F9, #F2F2F2);
	}

	*:first-child+html .related-content #mailorderForm div.formWrapper form input.tuuhanMatometeSubmit { 
		padding: 3px 2px 1px 2px;
 	} 

	
	.related-content #mailorderForm div.formWrapper form input.amzonJpOnlySubmit {
padding: 0 0 0 13px;
	}
	*:first-child+html .related-content #mailorderForm div.formWrapper form input.amzonJpOnlySubmit {
padding: 0 0 0 0;
	} 

/*
/ サンプルスタイル
*/

/* Body
body {
    font-size: 16px;
    font-family: sans-serif;
}
*/

/* カテゴリラベルカラー
.label {
  border-radius: 3px;
}

.label.category_basename {
  background-color: green;
}
*/

/* Responsive (Media Query)
body {
  background-color: lightgrey;
}

@media (min-width: 700px) {
  background-color: whitesmoke;
}

@media (min-width: 930px) {
  background-color: white;
}
*/
