@charset "utf-8";
/* CSS Document */
/* ハガキ系 */


/* 汎用 */
ul.legend {
	min-height: 30px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #f0f0f0;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}

* html ul.legend {
	height: 30px;

}

ul.legend li {
	margin-right: 10px;	
}

/* 商品デザイン画像コンテナ
--------------------------------*/

div.postcardImgContainer {
	position: relative;
	display: inline;
	float: left;
	width: 144px;
	min-height: 190px;
	margin: 0 2px 0 0;
	padding: 10px 0 3px 0; 
	text-align: center;
	font-size: 80%;
}

* html div.postcardImgContainer {
	position: relative;
	height: 190px;
	margin: 0 0 0 0;
}

div.postcardImgContainer p {
	margin: 0 0 2px 0;	
}

/* 切り抜き説明 */
div.postcardImgContainer img.ico {
	position: absolute;
	top: 120px;
	right: 0;
}


.h140 {
	vertical-align: middle;
	margin: 0;
	width: auto;
	text-align: center;
	height: 144px;
	margin-bottom: 2px;
}

.h140 a {
	margin: auto;
}

.h140WideImg {
	vertical-align: middle;
	text-align: center;
	width: auto;
	height: 120px;
	margin: 0;
	margin-bottom: 2px;
	padding-top: 24px;
}

.h140 img, .h140WideImg img {
	border: 1px solid #ccc;
}




