@charset "utf-8";

#modalwindow {
	margin:0;
	overflow-x:hidden;
	background: url(../images/bg_teducon_detail.gif) #fff repeat-y;
}

/* モーダル共通 */

#modal_wrapper {
	width: 675px;
	position:relative;
	background: url(../images/bg_teducon_detail.gif) repeat-y;
}
#photo p {
	text-align:center;
	padding:47px;
	z-index:1;bg_head_detail_grp.jpg
}
#detail {
	width:574px;
	margin:0 auto;
	padding:0 0 70px;
}
#detail h2 {
	font-size:150%;
	padding:12px 5px;
	background: url(../images/bg_h2_title.gif) no-repeat left top;
}
#detail p.name {
	text-align:right;
	margin:6px 0 15px;
}
#detail dl {
	line-height:1.6;
}
#detail dl dt {
	margin:0 0 10px;
	padding:0 0 0 32px;
	font-weight:bold;
}
#detail dl dd {
	margin:0 0 25px;
}
#detail dl dt span {
	display:block;
}
#detail dl dt.comment {
	height:18px;
	background: url(../images/icon_comment.gif) no-repeat left center;
}
#detail dl dt.item {
	height:27px;
	background: url(../images/icon_item.gif) no-repeat left center;
}
#detail dl dt.item span {
	padding:4px 0 0;
}
#nav {
	width:675px;
	height:48px;
	position:fixed;
	bottom:0;
	background: url(../images/bg_teducon_detail.gif) repeat-y;
}
nav a {
	display:block;
	width:131px;
}
#nav a.btn_prev {
	float:left;
}
#nav a.btn_next {
	float:right;
}

/*  花びらデコレーション
------------------------------------------- */

.deco_detail_01 {
	position:absolute;
	width:126px;
	height:66px;
	top:150px;
	left:16px;
	background:url(../images/bg_deco_detail_01.png) no-repeat left bottom;
}
.deco_detail_02 {
	position:absolute;
	width:56px;
	height:83px;
	top:256px;
	right:76px;
	background:url(../images/bg_deco_detail_02.png) no-repeat left bottom;
}

/* グランプリだけ */

#modal_head.grp {
	position:relative;
	background: url(../images/bg_head_detail_grp.jpg) no-repeat left top;
}
#modal_wrapper h1.grp {
	position:absolute;
	top:9px;
	left:190px;
	margin:0;
	z-index:2:
}
