/* CSS Document */

@charset "utf-8"; 

*{
	margin:0px;
	padding:0px;
	color:#000000;
}
/* body基本設定 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ロゴ部分 */
.pop_headLogomark{
	width:121px;
	height:62px;
	font-size:0px;
	text-align:right;
}

/* ロゴ画像部分 */
.pop_headLogomark img{
	margin-top:16px;
}

/* ヘッダーエリア */
#pop_areaHeader{
	height:60px;
	background:url("/common/img/header_popup_bg.gif") repeat-x left bottom;
}


/* 閉じるボタン */
#pop_close{
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
}

/* h1タグ調整 */
#pop_areaHeader h1{
	margin: 0px;
	padding: 0px;
	height: 72px;
}



/* コピーライト部分 */
#pop_copylight{
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* フッダーエリア */
#pop_areaFooter{
	height:42px;
	background:url("/common/img/footer_popup_bg.gif") repeat-x left bottom;
}

#pop_areaFooter .footer{
	margin: 0px;
	padding: 16px 10px 0 0px;
	height: 5px;
}

.fl {float: left;}
.fr {float: right;}
.ft {
	overflow: hidden;
	zoom: 1;
}

/*
*	clearfix
*/
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.clearfix {
	>display: inline-block;
}
