@charset "utf-8";

/* CSS Document */

/* ----------------adingo側のcss流用のためのリンク */
@import "http://product.adingo.jp/whatday/css/layout2.css";

/*--------------------------------------------------
	common 
--------------------------------------------------*/
/* フォントの設定など */
.adcCommon {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif !important;
	text-align: left !important;
	letter-spacing: normal !important;
}

/* 大見出し */

/* ----------------iframeじゃなくなった版への調整▼ */
div#whatday-block {
	margin: 0;
	padding: 1px;
	border: #ccc solid 1px;
	border-collapse: collapse;
	border-bottom: none;
}

div#whatday-title {
	height: 22px;
	padding: 5px 5px 0;
	background: url(http://www.chance.com/img/base/sub-head01.gif) repeat-x;
}
/* ----------------iframeじゃなくなった版への調整▲ */

div#ProductLayout div#Prwhatday {
	height: 22px;
	padding: 5px 5px 0;
	background: url(http://www.chance.com/img/base/sub-head01.gif) repeat-x;
}

div#whatday-title p,
div#whatday-title p span,
div#ProductLayout div#Prwhatday p,
div#ProductLayout div#Prwhatday p span {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	background-image: none;
	font-weight: bold;
	font-size: 12px;
	color: #666 !important;
}

/* 外枠の線 */
div.AdingoProductinner {
	margin-bottom: 5px;
	padding: 1px;
	border: #ccc solid 1px;
	border-collapse: collapse;
	border-top: none;
}

/* レイアウト外枠 */
div#AdingoProduct0002-234px div#ProductLayoutInner,
div#AdingoProduct0002 div#ProductLayoutInner {
	margin: 10px 0;
}

/* 中見出し囲い共通 ----------------------- */
div#ProductLayoutInner div {
	width: auto;
	height: auto;
	margin: 10px 0 5px;
}

/* 中見出しを消したい時表示 */
div#ProductLayoutInner div#PrAnniversary {
/*display: none;*/
}

div#ProductLayoutInner div#PrEvent {
/*display: none;*/
}

div#ProductLayoutInner div#PrBirthday {
/*display: none;*/
}

/* 中見出し囲い　色 */
div#ProductLayoutInner div#PrAnniversary,
div#ProductLayoutInner div#PrEvent,
div#ProductLayoutInner div#PrBirthday {
	padding: 3px;
	border: none;
	background-color: #cee;
}

/* 中見出しテキスト共通 ------------------- */
div#ProductLayoutInner div p {
	height: 15px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

/* 中見出しテキスト　色 */
div#ProductLayoutInner div#PrAnniversary p,
div#ProductLayoutInner div#PrEvent p,
div#ProductLayoutInner div#PrBirthday p {
	margin: 0;
	padding-left: 15px;
	background: url("http://www.chance.com/img/oshiete/liststyle.gif") 1px -18px no-repeat;
	font-weight: bold;
	color: #099 !important;
}

/* 内容共通 ------------------- */
div#ProductLayoutInner dl {
	margin-left: 10px;
	padding: 0;
	font-size: 12px;
}

div#ProductLayoutInner dl dt {
	float: left;
	width: 45px;
	margin: 0 5px 5px 0;
	padding: 0;
	color: #666;
}

/* 「記念日・行事」項目のリストスタイル調整（IEはダメ） */
div#PrAnniversary + dl dt,
div#PrAnniversary + dl + dl dt,
div#PrAnniversary + dl + dl + dl dt {
	width: 8px;
	background: url("http://www.chance.com/img/oshiete/liststyle.gif") 3px -55px no-repeat;
	text-indent: -9999px;
	text-align: center;
}

div#ProductLayoutInner dl dd {
	line-height: 1.4;
	margin: 0 0 5px;
}

div#ProductLayoutInner dl dd a {
	margin: 0;
	text-decoration: underline;
	color: #06c;
}

div#ProductLayoutInner dl dd a:hover {
	text-decoration: underline;
	color: #0cf;
}

/*--------------------------------------------------
	AdingoProduct0002-234px
--------------------------------------------------*/
div#AdingoProduct0002,
div#AdingoProduct0002-234px {
	min-width: 234px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ProductLayout */
div#AdingoProduct0002 div.ProductLayout,
div#AdingoProduct0002-234px div.ProductLayout {
	min-width: 232px;
	width: 100%;
	height: auto;
}

