@import url(../common/commons.css);

@charset "shift_jis";
/* CSS Document */


/* --------------- ラップ */
#contents {
	margin: auto;
	width: 85%;
}


/* --------------- タイトル */
#contents p#ttl {
	color: #696969;
	font-size: 80%;
	margin-top: 10px;
	text-align: center;
}


/* --------------- 買い物かごへ */
table#price  {
	text-align: left;
	font-size: 80%;
	margin-left: 150px;
}

table#price th  {
	color: #FFFFFF;
	background-color: #1439A6;
	padding: 5px;
	text-align: center;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 60px;
}

table#price td  {
	padding: 10px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

table#price b {
	font-weight: bold;
	color: #FF0000;
	font-size: 150%;
	margin-left: 0px;
}



/* --------------- 説明 */
				/* (説明タイトル) */
#contents #setsumei h2 {
	text-align: left;
	font-size: medium;
	letter-spacing: 0.2em;
	color: #ffffff;
	background-color: #0066ff;
	padding-left: 10px;
	line-height: 1.7em;
	margin-bottom: 10px;
}

				/* (説明の文章) */
#contents #setsumei p {
	text-align: left;
	padding: 0 5px;
	font-size: 85%;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}

#contents #setsumei p .pink {
	color: #f37885;
}
	
				/* (説明のテーブル) */
#contents #setsumei table {	 margin-left: 80px; }

#contents #setsumei table td {
	vertical-align: top;
	font-size: 85%;	
}













