@charset "utf-8";

/**
 * 「ネット総合病院」で処方せん薬通販
 * www.ns-hospi.com
 * container
 */

#container {
	width:100%;
}

/* 買い物カゴウィンドウ */

#container #basket {
	position:fixed;
	z-index:99;
	top:0px;
	left:0px;
	width:100%;
}

#container #basket div.inner {
	position:relative;
	max-width:980px;
	margin:0px auto;
}

#container #basket div.basket {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	padding:5px;
	border-radius:0px 0px 5px 5px;
	box-shadow:0px 0px 5px 3px rgba(0,0,0,0.2);
	background:#ffffff;
}

#container #basket div.basket div {
	line-height:20px;
	margin:0px 0px 5px;
	border-width:0px 0px 2px;
	border-color:#07519a;
	border-style:solid;
	font-size:12px;
	text-align:right;
}

#container #basket div.basket div span {
	font-weight:bold;
	font-size:14px;
}

#container #basket div.basket dl {
	margin:0px 0px 5px;
	padding:0px 5px;
}

#container #basket div.basket dl dt {
	clear:left;
	float:left;
	width:65px;
	line-height:20px;
	margin:0px 0px 2px;
	background:#eeeeee;
	color:#6c6c6c;
	text-align:center;
}

#container #basket div.basket dl dd {
	line-height:20px;
	margin:0px 0px 2px;
	padding:0px 0px 0px 70px;
	font-weight:bold;
}

#container #basket div.basket > a {
	display:block;
	height:35px;
	line-height:35px;
	margin:0px 5px;
	border-radius:5px;
	background:#07519a;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

#container #basket div.basket > a:hover {
	opacity:0.8;
}

/* 左側広告 */

#container #adware {
	position:relative;
	top:0px;
	left:-140px;
	width:980px;
	height:0px;
	margin:0px auto;
	z-index:50;
}

#container #adware div.typeA {
	position:absolute;
	top:0px;
	left:0px;
}