@charset "utf-8";
/*----------------------------------------
Name: popup.css
Developed by: Yuya Amano
Date Created: 2010-04-12
Last Updated: -
Copyright: Copyright 2010 CAYENNE Inc. All rights reserved
----------------------------------------*/

.closeBtn,
.popupBoxInner .title,
.popupContentBox ul.cardList
{_height: 1px;min-height: 1px;}

.closeBtn:after,
.popupBoxInner .title:after,
.popupContentBox ul.cardList:after
{height: 0;visibility: hidden;content: ".";display: block;clear: both;}



div#container{
	background: none;
}
.popupBox,
.popupBoxTop,
.popupBoxBottom{
	width: 460px;
}
.popupBox{
	margin: 0 auto;
	background: url(../images/popup_bg.gif) repeat-y;
}
.popupBoxTop{
	padding-top: 20px;
	background: top url(../images/popup_top.gif) no-repeat;
}
.popupBoxBottom{
	padding-bottom: 20px;
	background: bottom url(../images/popup_bottom.gif) no-repeat;
}

.popupBoxInner .title h1{
	float: left;
	width: 330px;
	font-size: 16px;
	padding: 5px 0px 7px 3px;
	margin-bottom: 7px;
	border-bottom: 1px dashed #CCCCCC;
}
.closeBtn .btn_popupClose{
	float:right;
}

.popupBoxInner{
	width: 430px;
	margin: 0 auto;
}
.popupBoxInner table th,
.popupBoxInner table td{
	padding: 4px 5px 4px 5px;
}
.popupBoxInner ul{
	padding: 5px 0px 5px 0px;
}
.popupBoxInner ul li{
	text-indent: -1em;
	margin-left: 1em;
}




.popupBoxInner .rank th{
	width: 70px;
} 


.popupContentBox{
	padding: 5px 0px 15px 0px;
}
.popupContentBox h2{
	font-size: 13px;
	background: #CCCCCC;
	padding: 5px 5px 3px 5px;
	margin-bottom: 8px;
}

.popupContentBox ul.cardList{
	padding: 20px 0px 20px 0px;
}
.popupContentBox ul.cardList li{
	float: left;
	width: 100px;
	text-align: center;
	padding: 0px 8px 0px 8px;
}
.popupContentBox ul.cardList li a{
	display: block;
	text-align: center;	
}



