@charset "shift_jis";

/* 各基本レイアウトの設定
--------------------------------------------------*/
#popup body {
	text-align:center;
	}

#popup #container {
	text-align:left;
	width:604px;
	margin:0 auto;
	padding-bottom:26px;
	background:url(../img/popup/pu_bg.gif) no-repeat top center;
	}

#popup .btn_close p {
	float:right;
	width:69px;
	height:19px;
	padding:8px 20px 0 0;
}

/* 下地(角丸ボックス) */
#popup #box {
	width:549px;
	margin:0 auto;
	padding-left:15px;
	padding-top:8px;
	background:#ffffff url(../img/popup/box_mid.gif) no-repeat top center;
	}
#popup #box_top {
	clear:both;
	width:564px;
	margin:0 auto;
	background:url(../img/popup/box_top.gif) no-repeat bottom center;
	height:5px;
	_line-height:5px;
	}
#popup #box_btm {
	margin:0 auto;
	width:564px;
	background:url(../img/popup/box_btm.gif) no-repeat top center;
	height:5px;
	}

#popup .inner_boxL {
	float:left;
	width:255px;
	color:#666666;
	}
#popup .inner_boxL img {
	*padding-bottom:3px;
}

#popup .inner_boxR {
	float:left;
	width:255px;
	padding-left:13px;
	}

/* 下部、セットメニューエリア */
#popup .setMenu {
	padding-top:16px;
	background:url(../img/popup/border_dotted.gif) no-repeat top left;
	color:#b56c40;
	}

#popup .btn {
	width:534px;
	height:33px;
	padding:8px 0;
	background:url(../img/popup/bg_btnarea.gif) no-repeat top center;
	text-align:center;
}

/* 各セレクターの調整
--------------------------------------------------*/
#popup p {
	*line-height:1.2em;
}

#popup h1 {
	width:534px;
	height:27px;
	}

#popup .inner_boxR h2,
#popup .inner_boxL h2 {
	height:19px;
}

#popup .setMenu h2 img {
	*padding-bottom:2px;
}

#popup .txt12 {
	font-size:1.2em;
	}

#popup .hosoku {
	color:#777777;
	font-size:1em;
	}

/* 文字の設定
--------------------------------------------------*/
#popup .houkokuTtl{
	font-size:18px;
	color:#941e56;
	font-weight:bold;
	border-bottom:1px solid #941e56;
}
#popup .houkokuSe{
	width:534px;
	margin:15px 0 0 0;
	font-size:1.2em;
	line-height:1.8em;
	color:#333333;
}
#popup .houkokuSe span{
 display:block;
 width:534px;
 text-align:right;
}
#popup .sign{
	font-size:1.2em;
	line-height:1.6em;
	color:#333333;
	text-align:right;
	padding-right:15px;
}