@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * ショッピングカートアイテム表示スタイル定義
 * ===========================================
 *
 * $Id: cartDetail.css,v 1.9 2012-02-13 16:28:27 cvsuser Exp $
 *
 * @author S.Sugaya(sugaya@technohead.jp)
 */

/*
 * ===========================================
 * コンテンツ(メイン部分)指定
 * ===========================================
 */
#contents {
	text-align: left;
}

#contents H1 {
	display: block;

	font-size: 100%;
	font-weight: bold;

	background: #E0FBF9 url(../_img/title_header.jpg) no-repeat left center;
	border: 1px solid #32C2B8;

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 15px;
}

#contents.en H1 {
	background: #CCDDEE none repeat;
	border: 0px;

	text-align: center;
}


#contents UL {
	list-style-position: inside;
}

#contents UL LI {
	margin: 10px 0px;
}

#contents UL LI LABEL.title, #contents UL LI SPAN.title {
	display: block;
	float: left;

	width: 200px;

	font-size: 100%;

	background-color: #FFDEDE;

	border: 1px solid #FFA7A7;

	padding: 3px 5px;

	margin-right: 10px;
}

#contents.en UL LI LABEL.title, #contents.en UL LI SPAN.title {

	background-color: transparent;

	border: 0px solid;
}

#contents BUTTON {
	color: #FFFFFF;
	background-color: #26157F;

	font-size: 100%;
	font-weight: bold;

	padding: 3px;

	border: 1px solid #000000;
}

#contents BUTTON.modify {
	margin-left: 3px;
}

#contents INPUT {
	font-size: 100%;

	width: 20px;
}

#contents INPUT.noime {
	ime-mode: disabled;
}

#contents DIV.shoppingyet {
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents TABLE {
	caption-side: top;
	table-layout: fixed;
	width: 800px;

	border-collapse: collapse;
}

#contents.en TABLE {
	width: 630px;

	font-size: small;
}

#contents TABLE CAPTION {
	font-weight: bold;

	margin-top: 20px;
}

#contents TABLE COL.delbtn {
	width: 60px;
}

#contents.en TABLE COL.delbtn {
	width: 5em;
}

#contents TABLE COL.name {
	width: 440px;
}

#contents.en TABLE COL.name {
	width: 20em;
}

#contents TABLE COL.count {
	width: 80px;
}

#contents.en TABLE COL.count {
	width: 6em;
}

#contents TABLE COL.price {
	width: 110px;
}

#contents TABLE COL.subtotal {
	width: 110px;
}

#contents.en TABLE COL.price,
#contents TABLE COL.subtotal {
	width: 8em;
}

#contents TABLE TH {
	font-weight: normal;
	background-color: #FFC8C8;

	text-align: center;

	border: 1px solid #999999;

	padding: 3px;
}

#contents TABLE TH.reserve {
	background-color: #F0C0E0;
}

#contents TABLE TD {
	border: 1px solid #999999;

	padding: 3px;
}

#contents TABLE TD.right {
	text-align: right;
}

#contents TABLE TD.center {
	text-align: center;
}

#contents TABLE TD SPAN.title {
	padding-left: 10px;
}

#contents TABLE IMG.vcenter {
	vertical-align: middle;
}

#contents DIV.purchase_buttonarea {
	float: left;

	width: 300px;

	padding-top: 20px;
}
#contents DIV.purchase_messagearea {
	float: left;

	width: 500px;
}

*html #contents DIV.purchase_buttonarea { /* for ie 6 */
	width: 450px;
}
*:first-child+html #contents DIV.purchase_buttonarea { /* for ie 7 */
	width: 450px;
}

*html #contents DIV.purchase_messagearea { /* for ie 6 */
	width: 390px;
}
*:first-child+html #contents DIV.purchase_messagearea { /* for ie 7 */
	width: 390px;
}

#contents FORM.purchase {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */
}

*html #contents FORM.purchase { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #contents FORM.purchase { /* for ie 7 */
    display: inline !important;
}
