﻿@charset "UTF-8";

/* ---------------------------------------------------------------
	ポップアップ 会員情報
--------------------------------------------------------------- */
#popup {
	width: 100%;
	margin: 0;
	overflow-x: hidden;
}

#popup_header {
	width: 100%;
	min-height: 50px;
	background-color: #0064b4;
	margin-bottom: 0;
}

#popup_header.header_fixed_ {
	position: fixed;
	top: 0;
	left:0;
	z-index: 10;
	margin-bottom: 0;
	-moz-box-shadow: 0 2px 4px rgba(30,30,30,0.3);
	-webkit-box-shadow: 0 2px 4px rgba(30,30,30,0.3);
	box-shadow: 0 2px 4px rgba(30,30,30,0.3);
}

#popup_header #header_utility_content {
	float: right;
	height: auto;
}

#popup_header #title_popup {
	float:left;
	padding-top: 3px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

#popup_header .header_utility_ {
	float: right;
	position: relative;
	padding-right: 46px;
	font-size: 0;
}

#popup_header .list_header_utility_ {
	margin-top:0;
}

#popup_header #bt_close {
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(../img/header/bt_close.png) no-repeat 0 0;
}

#popup_header #bt_close:hover {
	background-position:0 -24px;
}

.popup_inner_ {
	width: 940px;
	padding-left: 40px;
}

#popup #footer {
	min-height: 85px;
}

#popup #bt_topagetop,
#popup .footer_copyright_area_ {
	width: 940px;
}

#popup #footer_copyright_wrapper {
	border-top: 1px solid #0064b4;
}

/* ---------------------------------------------------------------
	ポップアップ 会員詳細
--------------------------------------------------------------- */
#popup #content {
	width: 940px;
	margin: 30px auto 20px 0;
	padding-left: 40px;
}

#popup #content,
#popup #content_inner {
	width: 940px;
	margin: 0 auto 20px 0;
	padding-left: 40px;
}
#popup #content h1 {
	margin-bottom: 3px;
	font-size: 18px;
}

/* ---------------------------------------------------------------
	ポップアップ（ミニ）
--------------------------------------------------------------- */

#popup #content.popup_mini_ {
	width: 600px;
}

#popup #content.popup_mini_ #popup #footer {
	min-height: 30px;
}

#popup #content.popup_mini_ #popup .footer_copyright_area_ {
	background-color: #fff;
}

#popup.popup_nav_fix_ .header_utility_ li {
	margin-left: 15px;
	padding: 0;
	background: none;
	font-size: 12px;
}

#popup.popup_nav_fix_ .list_header_utility_ {
	margin-top: 14px;
}

#popup.popup_nav_fix_ .header_utility_ li a {
	padding-left: 15px;
	background: url(../img/contents/bg_arrow_white_down.png) no-repeat 0 4px;
	color: #fff;
	font-weight: bold;
}

#popup.popup_nav_fix_ .header_utility_ li a:hover {
	color: #C71749;
	text-decoration: none;
}


#popup.popup_nav_fix_ #footer {
	width: 100%;
	min-height: 64px;
	background-color: #0064b4;
}

#popup.popup_nav_fix_ .footer_fixed_ {
	position: fixed;
	bottom: 0;
	left: 0;	
}

#popup.popup_nav_fix_ #footer_utility_wrapper {
	padding: 10px 40px 0;
}

#popup.popup_nav_fix_ .left_section_.section_footer_bt_ {
	padding-top: 5px;
}

#popup.popup_nav_fix_ .left_section_.section_footer_bt_ input {
	margin-right: 15px;
}

#popup.popup_nav_fix_ .right_section_.section_footer_bt_ input {
	margin-left: 15px;
}

#popup.popup_nav_fix_ .right_section_.section_footer_bt_ a,
#popup.popup_nav_fix_ .right_section_.section_footer_bt_ span {
	position: relative;
	top: 4px;
	margin-left: 5px;
}

#popup.popup_nav_fix_ .bt_footer_confirm_ {
	padding: 8px 18px 6px;
	background-color: #ff6e00;
	border: none;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	-moz-box-shadow: inset 0px -3px 1px rgba(146,89,0,1);
	-webkit-box-shadow: inset 0px -3px 1px rgba(146,89,0,1);
	box-shadow: inset 0px -3px 1px rgba(146,89,0,1);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#popup.popup_nav_fix_ .bt_footer_confirm_:hover {
	background-color: #ff8d37;
	-moz-box-shadow: inset 0px -3px 1px rgba(146,114,55,1);
	-webkit-box-shadow: inset 0px -3px 1px rgba(146,114,55,1);
	box-shadow: inset 0px -3px 1px rgba(146,114,55,1);
	color: #fdf68a;
}

#popup.popup_nav_fix_ #content {
	margin: 0 auto 0 0;
	padding: 80px 0 94px 40px;
}

/*bt_close*/
#popup_header #bt_close {
	display: block;
	position: absolute;
	top: 15px;
	right: 40px;
	width: 24px;
	height: 24px;
	background: url(../img/header/bt_close.png) no-repeat 0 0;
}

#popup_header #bt_close:hover {
	background-position:0 -24px;
}

/*header_utility_nav_*/
#popup_header #header_utility_content .header_utility_nav_ {
	margin-top: 14px;
}

#popup_header #header_utility_content .header_utility_nav_ ul li {
	float: left;
	margin-left: 15px;
	padding: 0;
	background: none;
	font-size: 12px;
	font-weight: bold;
}

#popup_header #header_utility_content .header_utility_nav_ li a {
	padding-left: 15px;
	background: url(../img/contents/bg_arrow_white_down.png) no-repeat 0 4px;
	color: #fff;
	font-weight: bold;
}

#popup_header #header_utility_content .header_utility_nav_ li a:hover {
	color: #C71749;
	text-decoration: none;
}

/* header_utility_select_ */
#popup_header #header_utility_content .header_utility_select_ {
	margin-top: 6px;
}

#popup_header #header_utility_content .header_utility_select_ select {
	margin-left: 20px;
	font-size: 12px;
	width: 158px;
}

/* ---------------------------------------------------------------
	content
--------------------------------------------------------------- */
#popup #content {
	padding-top: 30px;	
}

/* ---------------------------------------------------------------
	footer
--------------------------------------------------------------- */
#popup #bt_topagetop, #popup .footer_copyright_area_ {
    width: auto;
	padding-right: 40px;
}

