@charset "utf-8";
/*CSS Document*/



/*MEDICのボックス　----------*/

.contents .minibox {
	width: auto;
	margin-bottom: 20px;
	padding: 20px 25px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	overflow: hidden;
}

.half_l {/*左寄せ枠*/
	float: left;
}

.half_r {/*右寄せ枠*/
	width: auto;
	height: auto;
	padding-right: 10px;
	float: right;
}

.half_r img {
	width: 200px;
	height: auto;
}

dl {/*寄せ枠内に入るボックス*/
	width: 70%;
	padding: 5px;
/*	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;*/
}

dt {/*製品画像*/
	width: auto;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
}

dt img {
	width: 160px;
	height: auto;
	text-align: center;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	box-shadow: 1px 1px 1px #eeeeee;
}

dd {/*製品名・価格・説明文*/
	/*margin-bottom: 5px;*/
	text-align: left;
	line-height: 1.3;
	vertical-align: top;
}

dd img {/*ボタン*/
	margin-bottom: 18px;
	margin-top: 12px;
	margin-left: 20px;
	text-align: center;
	vertical-align: top;
}