@charset "utf-8";
/* CSS Document */

/*商品詳細ページコンテンツ部分*/
#campain_contents {
	float: left;
	height: auto;
	width: 600px;
}
	#campain_contents #wrap {
	height: auto;
	width: auto;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#campain_side_links {
	height: auto;
	width: 195px;
	text-align: center;
	float: right;
	margin: 0px;
	padding: 0px;
	
}img.center_image {
	text-align: center;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FF3333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC3300;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(/image/contents/campaign/cherry.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

p {
	font-size: 14px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 6px;
	margin-left: 25px;
	line-height: 1.3em;
}
ol.subject {
	font-size: 14px;
	color: #330000;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 40px;
	line-height: 1.4em;
}


ol.matter {
	font-size: 16px;
	color: #669933;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 50px;
	line-height: 1.6em;
	font-weight: bold;
}



/*成分表示などを表示するテーブル定義 goods.cssからのコピー*/
table.element{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 10px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
	table.element th{
		color:#330000;
		background-color:#666666;
		background-position:left top;
		padding:0.3em 1em;
		text-align:center;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
	}
	table.element td{
		padding:0.3em 1em;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
		text-align: left;
	}
	table.element td#head_green{
		padding:0.3em 1em;
		background-color: #99cc66;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
		text-align: center;
	}
table.element td.head_ruby_red {
	color: #FFFFFF;
	background: #B90B50;
	font-weight: bold;
}
table.element td.head_tomato {
	background: #FF6347;
}
table.element td.head_braun {
	color: #FFFFFF;
	background: #330000;
}

table.element td.head_orange {
	background: #FFA500;
}

table.element td.pink {
	background: #FFC0CB;
}
table.element td.lightgreen {
	background: #90EE90;
}
table.element td.khaki {
	background: #F0E68C;
}
table.element td.head_moss_green {
	padding:0.3em 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	color: #FFFFFF;
	background-color: #003333;
}
table.element td.head_flesh {
	background-color: #FFCC99;
}


	table.element td.head_yello{
		padding:0.3em 1em;
		background-color: #FFFFCC;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color:#CCCCCC;
		border-bottom-color: #CCCCCC;
		text-align: center;
	}
table.element tr.hedden {
	border-style: none;
	background: #FFFFFF;
}


table.inside_borderless ,table.inside_borderless td,table.inside_borderless tr{
	border: 0px;
	font-size: 12px;
}
