@charset "UTF-8";

/* !global--------------------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

html,body {
	color:#333;
	font:12px/1.6 Arial ,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	text-align:center;
	background:#434343;
	min-width: 960px;
}

a:link,
a:visited{ color:#333;text-decoration: underline;}
a:hover,
a:active { color:#FFF;text-decoration: none;background:#25cfde;}
a.nb:hover  { background:none; }/* for opera */

img {border:0;}

h1,h2,h3,h4,h5,h6 {
	font-size:14px;
	font-weight:normal;
}

input,textarea {
	font:12px/1.5 Arial ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
}

hr {
	display:none;
}
.alert {color: #a9291f;}


/* !レイアウト --------------------------------------------------------------------------------------------*/

#main_bgcolor{
	background: #000;
}

#container:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}

#container {
	zoom:1;
	width:890px;
	margin:0 auto;
	text-align: left;
	background:#FFF;
}

/* レイアウト2カラム */
#main {
	width:630px;
	float:right;
	padding-top: 5px;
}

#side {
	width:230px;
	float:left;
	padding-top: 5px;
}


/* レイアウト2カラム_オプション選択 */
#album_option #main {
	width:630px;
	float:left;
	padding-top: 5px;
}

#album_option #side {
	position: relative;
	width:230px;
	float:right;
	padding-top: 5px;
}



/* 2カラム共通スタイル */

/* main */
#main h3 {

}

#main p.intro {
	color:#666;
	margin-bottom:20px;
	font-weight: bolder;
}

/* メニュー */
	#side #side_menu {
		padding-top:20px;
	}

	#side #side_menu h4 {
		margin: 20px 0 10px;
		font-size: 12px;
		font-weight: bolder;
	}


	#side #side_menu ul.menu {
		list-style-type: none;
	}
	
	#side #side_menu ul.menu li {
		margin-bottom:5px;
	}
	
	#side #side_menu ul.menu li a,
	#side #side_menu ul.menu li a:link,
	#side #side_menu ul.menu li a:visited,
	#side #side_menu ul.menu li a:hover,
	#side #side_menu ul.menu li a:active {
		display: block;
		color:#000;
		background:transparent url(/images/common/side_list_bg.gif) no-repeat;
		padding-left:23px;
		padding-top:7px;
		height:28px;/* total:35px */
		text-decoration: none;
	}
	
	#side #side_menu ul.menu li a:hover {
		background: transparent url(/images/common/side_list_bg_active.gif) no-repeat;
		font-weight: bolder;
	}



	/* サブメニュー */

	#side #side_menu ul.menu li ul.sub_menu {
		padding-left:15px;
		list-style-type: none;		
	}

	#side #side_menu ul.sub_menu li a,
	#side #side_menu ul.sub_menu li a:link,
	#side #side_menu ul.sub_menu li a:visited,
	#side #side_menu ul.sub_menu li a:hover,
	#side #side_menu ul.sub_menu li a:active {
		height:20px;
		background: #FFF url(/images/support/menu_li_bg.gif) no-repeat 0 7px;
	}



	#page_days_tour #tour_option #side_menu ul.sub_menu li a {
		background: #FFF url(/images/support/menu_li_bg.gif) no-repeat 0 7px;
	}

	
	/* 現在開いているメニューをハイライト */

	/* ツアーmenu */

	#page_days_tour #tour_top #side_menu ul.menu li a.top,
	#page_days_tour #tour_option #side_menu ul.menu li a.option,
	#page_days_tour #tour_sample #side_menu ul.menu li a.sample,
	#page_days_tour #tour_video #side_menu ul.menu li a.video,

	/* サポートmenu */

	#support_faq #side #side_menu ul.menu li a.faq,
	#page_days_tos #side #side_menu ul.menu li a.tos,
	#page_days_inq #side #side_menu ul.menu li a.inq ,
	#support_eye-fi #side #side_menu ul.menu li a.eyefi,
	#support_mybook #side #side_menu ul.menu li a.mybook, 
	#support_digipri #side #side_menu ul.menu li a.digipri {
		background: transparent url(/images/common/side_list_bg_active.gif) no-repeat;
		font-weight: bolder;
	}
*/

/* !common-------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
}

.f10 {
	font:10px/1.2 verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,sans-serif;
}

.page_right {
	text-align: right;
}

.page_center {
	text-align: center;
}

span.new {
	background: #c61722;
	color:#FFF;
	padding:0 3px;
	font-weight:normal;
}	

span.small {
	font-size: 10px;
}	

div.notice_area {
	background: #ffe6e6;
	padding:5px;
	color:#cc0000;
}


/* 強調*背景色ピンク */
strong.marker {
	background:#FFCCCC none repeat scroll 0 0;
	color:#333333;
}


/* swfupload */
img.pointer {
	cursor: pointer;
}


/* get_flash_player */
.get_flash_btn {
	margin:20px 0;
	text-align:center;
}

/* facebox共通 */
.face_box h5 {
		color:#000;
		font-size:16px;
		font-weight:bolder;
		margin-bottom:10px;
	}
	
.face_box p {
		margin-bottom:10px;
}

#facebox table.table {
	border-collapse: separate;
}


.hover_op {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

span.key {
	border-color:#CFCFCF #666666 #666666 #CFCFCF;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	font-family:sans-serif;
	margin-left:5px;
	margin-right:5px;
	padding:2px 5px;
	text-align:center;
	vertical-align:top;
}

p.mb,
div.mb {
	margin: 0 0 20px 0;
}
.mb_coupon {
	margin:  0 auto 20px auto;
	width: 450px;
	padding: 10px;
	border: 1px solid #ccc;
}
.mb_coupon p {
	margin:  0 0 1em 0;
}
.mb_coupon p.mb_coupon_t {
	font-weight: bold;
	color: #C31414;
}
.mb_coupon p.c_code {
	padding: 10px;
	background: #dadada;
	margin: 0
}

/* アルバム作成 -------------------- */
.scene_area {
margin:0px auto 40px;
padding-top:90px;
background: url(/images/tour/tour_bg.gif) no-repeat center top;
}

.scene_area .create {
text-align:center;
}

.scene_area .create_album_msg{
margin-bottom:20px;
}



/* !table =============================== */
table.table th,
table.table td {
	padding:3px;
}

table.table {
	background: #999;
}

table.table .t_1 {
	background: #FFF;
}

table.table .t_2 {
	background: #ECECEC;
}

table.table .t_3 {
	background: #333;
	color:#FFF;
}


table.table .center {
	text-align: center;
}


/* !width/height =============================== */
.w100 {width:100px;}	
.w200 {width:200px;}	

.h100 {height:100px;}	
.h120 {height:120px;}	
.h150 {height:150px;}	
.h200 {height:200px;}	





/* !入力フォーム関連 =============================== */
	input.input_text_large {
		width:250px;
		padding:5px;
		border:2px solid #666;
		font-size:16px;
		font-weight: bolder;
	}
	
	input.input_text_middle {
		width:250px;
		border:2px solid #666;
		font-size:14px;
	}
	
	input.input_s,
	textarea.input_s {
		border-left:1px solid #666;
		border-top:1px solid #666;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	
	input.input_m,
	textarea.input_m {
		border-left:1px solid #666;
		border-top:1px solid #666;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;
		width:200px;
		font-size:14px;
		padding:2px;
	}
	
	textarea.large {
		width:250px;
		padding:3px;
		border:2px solid #666;
		font-size:12px;
		font-weight: bolder;
	}
	
	.input_sp {
		margin:0 0 5px;
	}
	
	.input_area {
		padding:5px 10px 10px;
		margin-bottom: 10px;
		border:1px solid #CCC;
	}
	
	.submit_area{
		margin:0 auto;
		width:800px;
		text-align: center;
	}
	
	.must {
		color:#C66;
		font-size:10px;
	}

/* table用 =============================== */
	table.album_table {
		margin:10px 0;
	}
	
	table.album_table th {
		font-weight:normal;
		text-align: right;
		padding:10px;
		vertical-align: top;
	}

	/* 折りたたみメニュー用 .collapse */
	.album_table th.bold {
		 width:140px;
		 font-weight: bolder;
	}

	/* 1カラム用 table (ログイン、お問い合わせ、payment) */	
	.form_table_1c_area {
		width:550px;
		margin:40px auto 10px;
		padding:20px 0 20px;
		border:5px solid #C61722;
	}
	
	.form_table_1c_area div.title {
		width:500px;
		margin:0 auto;
		text-align: center;
		padding:5px 0;
		background: #ECECEC;
		font-weight: bolder;
		border-bottom:1px solid #CCC;
	}

	.form_table_1c_area_g {
		width:550px;
		margin:40px auto 10px;
		padding:20px 0 20px;
		border:5px solid #CDCDCD;
	}
	
	table.form_table_1c {
		width:500px;
		margin:0 auto 20px;
	}
	
	table.form_table_1c th{
		padding:10px;
		text-align:right;
		font-weight: bolder;
		font-size:14px;
		border-bottom:1px solid #CCC;
		border-right:1px solid #CCC;
		vertical-align: top;
	}
	
	table.form_table_1c td{
		padding:10px;
		border-bottom:1px solid #CCC;
	}

	
	
	.submit_center {
		text-align:center;
	}
	
	.submit_center .notice {
		margin-bottom: 10px;
	}

/* メッセージ関連 =============================== */

	/* !完了メッセージ_OK */
	.msg_ok_area{margin-bottom:20px;background:#9ae0fd;border-bottom:1px solid #FFF;}
	.msg_ok_top{background: url(/images/common/msg_ok_top.gif) no-repeat center top;}
	.msg_ok_bottom{background: url(/images/common/msg_ok_bottom.gif) no-repeat center bottom;}
	
	.msg_ok_bottom p, .msg_error_area p {
		padding:10px;
		font-weight:bolder;
	}
	
	/* !エラーメッセージ サーバーチェック用 */
	.msg_error_area{background:#fbff9b;margin-bottom:10px;}
/*
	.msg_error_top{background: url(/images/common/msg_error_top.gif) no-repeat center top;}
	.msg_error_bottom{background: url(/images/common/msg_error_bottom.gif) no-repeat center bottom;}
*/	
	
	.msg_error_area .errorExplanation {
		padding:10px;
	}
	
	/* エラーメッセージ：タイトル */
	#wrapper .errorExplanation h2 {
		font-size:16px;
		margin-bottom: 10px;
		font-weight: bolder;
	}
	
	/* エラーメッセージリスト */
	.msg_error_area ul.msg_error {
		padding:10px 10px 0 30px;
		font-weight: bolder;
	}
	
	
	
	/* !エラーメッセージ 入力チェック用 */
	div.msg-error {
		margin: 5px 0;
		background: url(/images/common/msg_error.gif) no-repeat 0 2px;
		padding-left: 16px;
		color: #C33;
	}

	div.success {
		margin: 5px 0 0 5px;
		background: url(/images/common/msg_ok.gif) no-repeat 0 2px;
		padding-left: 16px;
		color: #6C3;
		display:none
	}

	
	ul.msg-error {
		margin:5px 0;
		list-style: none;
		/* visibility: hidden; */
	}
	
	ul.msg-error li {
	background: url(/images/common/msg_error.gif) no-repeat 0 2px;
	padding-left:16px;
	color:#C33;
	}


/* 折りたたみメニュー =============================== */
	ul.collapse {
		list-style-type: none;
		margin-bottom:10px;
		position:relative;
	}
	
	ul.collapse li.open {
		background: url(/images/common/ico_open.gif) no-repeat 0 0;
		padding:0;
		height:18px;
		position:relative;
	}
	
	ul.collapse li.close {
		background: url(/images/common/ico_close.gif) no-repeat 0 0;
		padding:0;
		height:18px;
		position:relative;
	}
	
	div.collapse {
		margin-bottom:30px;
	}
	
	ul.collapse li a.pad {
		padding-left:20px;
	}

	ul.collapse li a,
	ul.collapse li a:link,
	ul.collapse li a:visited,
	ul.collapse li a:hover,
	ul.collapse li a:active {
		background:none;
		color:#333;		
	}



	ul.collapse .board_area a:hover,
	ul.collapse .board_area a:active,
	ul.collapse .comment_area a:hover,
	ul.collapse .comment_area a:active {
		color:#FFF;text-decoration: none;background:#25cfde;
	}
	


	/* noscript */
	#noscript_msg {
		position:absolute;
		top:0;
		width:100%;

	}

	#noscript_msg .inner {
		width:950px;
		margin:0 auto;
		background:#ffff66;
		padding:10px;
		color:#000;	
		text-align: left;
	}







/* !ヘッダー--------------------------------------------------------------------------------------------*/

#header {
	width:950px;
	margin:0 auto;
	background: black;
	color:#FFF;
	text-align:left;
}

#header:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}

#header {
	zoom:1;
	width:940px;
	height:65px;
}

/* ロゴ */
#header h1 {
	float:left;
	width:120px;
	height:39px;
	margin-top:15px;
	text-indent: -9999px;
}

#header p {
	float:right;
	width:500px;
	margin-top:32px;
	text-align: right;
}

/* !headerリンク */
#header h1 a {
	display:block;
	width:120px;
	height:39px;
	background:#000 url(/images/common/header_30days_logo.gif) no-repeat;
}

#header h1 a:hover {}

#header h1 a {text-decoration:none;outline: none;}

#header a {color:#FFF;}


/*--------------------------------------------------------------------------------------------*/
/* wrapper */
.wrapper_top {
	width:950px;
	height:10px;
	margin:0 auto;
	background: url(/images/common/header_bg.png) no-repeat center top;
	font-size:0;
}


#wrapper {
	width:950px;
	margin:0 auto;
	padding:15px 0 20px 0;
	background: url(/images/common/main_bg.png) repeat-y;
	text-align: left;
}


/* iepngfix */
.wrapper_top,
#wrapper {behavior: expression(IEPNGFIX.fix(this));}	


/* ページタイトル */
#wrapper h2 {
	font-size:16px;
	font-weight: bolder;
	color:#333;
	margin-bottom:20px;
	padding-top:5px;
	text-shadow: 0 0 3px #999;
}

#wrapper p.page_desc{
	color:#333;
	margin-bottom:20px;
}



#wrapper h3{
	margin-bottom:20px;
	color:#666;
	font-size:14px;
	font-weight: bolder;
	border-bottom:1px dotted #999;
}


/* !アルバムの作成 ------------------------------------------------ */

#page_albums_upload h3,
#page_albums_confirm h3 {
	margin-top:20px;	
}


/* ステップ */
.create_header {
	width:890px;
	height:43px;
	margin:0 auto 10px;
	background: url(/images/create/create_step.gif) no-repeat;
}


.create_header h2,
.create_header ol{display:none;}

/* 現在のステップを黒に */
.step_album_upload {background-position: 0 0;}
.step_confirm {background-position: 0 -43px;}
.step_save {background-position: 0 -86px;}


/* step_area背景▲画像 */
.step_area{background: url(/images/create/step_explain_bg_main.gif) repeat-y;}
.step_area_top_upload{background: url(/images/create/step_explain_bg_top1.gif) no-repeat center top;}
.step_area_top_album_title{background: url(/images/create/step_explain_bg_top2.gif) no-repeat center top;}
.step_area_top_save{background: url(/images/create/step_explain_bg_top3.gif) no-repeat center top;}
.step_area_bottom{background: url(/images/create/step_explain_bg_bottom.gif) no-repeat center bottom;}

#page_albums_upload .step_area_bottom{height:170px;}

/* ステップ1アップ完了 */
.step_area_complete{background: url(/images/create/step1_complete_bg.gif) repeat-y;}
.step_area_top_complete{background: url(/images/create/step1_complete_bg_top.gif) no-repeat center top;}
.step_area_bottom_complete {
	background: url(/images/create/step1_complete_bg_bottom.gif) no-repeat center bottom;
	width:850px;
	height:120px;
	padding:30px 20px 20px;

}


.step_area_bottom:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.step_area_bottom {
	zoom:1;
	width:850px;
	padding:30px 20px 20px;
}

/* 写真を選択 */
.step_area h4.t_select {background: url(/images/create/step_t_selectphoto.gif) no-repeat;border-bottom:1px solid #999;padding-top:5px;}
/* アルバムを確認 */
.step_area h4.t_title {width:242px;background: url(/images/create/step_t_tite.gif) no-repeat;}
/* アルバムを保存 */
.step_area h4.t_save {width:110px;background: url(/images/create/step_t_save.gif) no-repeat;}
/* 次のステップ */
.step_area h4.t_next {width:140px;background: url(/images/create/step_t_nextstep.gif) no-repeat;}
/* ユーザー登録がまだの方 */
.step_area h4.t_register {width:222px;background: url(/images/create/step_t_register.gif) no-repeat;}


/* 現在のステップ */
.step_area .current_step	{
	width:570px;
	float:left;
	/* border-right: 1px solid #FFF; */
}

/* 次のステップ */
.step_area .next_step	{
	width:260px;
	float:right;
}

.step_area h4 {
	text-indent:-9999px;
	height:16px;
	margin-bottom:20px;
}

ul.preview_explain{
	padding-left:20px;
	margin-bottom:10px;
	color:#666;
}


/* 各ステップのボタン */
.step_area .step_button{
	margin-bottom:10px;
}


.current_step ul.current_notice,
.next_step ul.next_notice,
#page_albums_upload ul.current_notice {
	margin-bottom:10px;
	padding-left:20px;
	color:#666;
	font:10px/1.5 verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
}

.current_step ul {width:300px;}
.current_step ul.collapse {width:500px;}/* アルバム保存 別ユーザーログイン用 */

.step_input p {
	margin-bottom:10px;
	padding-left: 10px;
	color:#666;
}

.step_input label {
	font-weight: bolder;
}


/* アルバムを保存　ボタン */
#page_albums_save .step_button {
	margin: 10px 0 20px;
}

/* 保存ページ用open close */
#page_albums_save ul li.open {
	background: url(/images/common/ico_open_create.gif) no-repeat 0 0;
}

#page_albums_save ul li.close {
	background: url(/images/common/ico_close_create.gif) no-repeat 0 0;
}

/*	*/
table.current th {
	vertical-align: top;
	text-align: left;
}

table.current td {
	vertical-align: top;
	padding:0 0 0 10px;
}

.save_album_p {
	margin-bottom:20px;
}

/* !upload ページ用 ----------------------------------------------- */

#page_albums_upload .step1 {
	width:600px;
	margin: 0 auto;
}

#page_albums_upload .step1_complete {
	text-align:center;
}

#page_albums_upload .step1_complete table.current{
	width:400px;
	margin: 20px auto 5px;
}


/* !confirm ページ用 ----------------------------------------------- */


/* アルバム名 */
#page_albums_confirm #wrapper .album_desc h2#preview_title {
	width:560px;
	height:30px;
	overflow: hidden;
}

/* アルバムtable */
#page_albums_confirm #wrapper .album_desc table.preview {
	margin-bottom:30px;
}

#page_albums_confirm table.current td {
	padding:15px 0 0 10px;
}

#page_albums_confirm table.current ul {width:250px;}



/* ! ログインフォーム・アルバムログイン ------------------------------------------------*/

#page_sessions_login ul.login,
#album_login ul.login {
	width:550px;
	margin: 0 auto 40px;
	padding-left:20px;
}

#page_sessions_login .login_camerapeople {
	width:560px;
	padding-top: 10px;
	border-top: 1px solid #999;
	margin: 0 auto 20px;	
	text-align: center;
}


/* -------------------------------------------------------------------------------------------- */
/* pager */

.pager {
clear:both;
margin:10px 0;
padding:20px 0 10px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
text-align:center;
}

.pagertop {margin-bottom:20px;}

.pagerbottom {margin-top:40px;}

/* 現在のページ */
.pager p b {
border:1px solid #CCC;
border-bottom:2px solid #CCC;
margin:0 1px 0 0;
padding:5px;
}

.pager p a {
background:#333 none repeat scroll 0%;
border:1px solid #CCCCCC;
margin:0 1px 0 0;
padding:5px;
text-decoration:none;
color:#FFF;
}

.pager p a:visited {
background:#333 none repeat scroll 0%;
color:#999;
}

.pager p a:hover {
background:#25cfde;
}


.pager p u {text-decoration:none;}

.page {
clear:both;
margin:0 0 10px 0;
text-align:center;
}

.pager p {
margin-bottom:10px;
}


.pager div {
text-align: center;
}


/* !サイド-------------------------------------------------------------------------------------------- */


/* !album-------------------------------------------------------------------------------------------- */

/* アルバムページヘッダー */
.album_header {
background:url(/images/album/album_header_bg.gif) repeat-y;
color:#FFF;
position: relative;
margin-bottom:10px;
border-bottom:1px solid #FFF;
}
.album_header_top{background: url(/images/album/album_header_bg_top.gif) no-repeat center top;}
.album_header_bottom{background: url(/images/album/album_header_bg_bottom.gif) no-repeat center bottom;}

.album_header h2{color:#FFF;}

.album_header a,
.album_header a:link,
.album_header a:visited {color:#FFF;}

/* アルバムイメージ */
.album_header .album_img{
position:absolute;
top:10px;
left:5px;
}



.album_header .album_img a:hover {background: none;}

/* ヘッダーの高さ　基本 150px */
.album_header .album_desc{
	padding: 15px 0 0px 160px;
	height:135px;
}


#wrapper .album_desc h2{
	width:560px;
	height:35px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #333;
	color:#FFF;
	font-size:18px;
}

/* アルバムタイトル リンク */
#wrapper .album_desc h2 a {
	color:#FFF;
	border-bottom: 1px solid #FFF;
	text-decoration:none;
}

/* 携帯で見るボタン(アルバムヘッダー) */
#wrapper .album_desc h2 a.nb { /* .nbでリンクの下線の設定を上書き */
	border-bottom: none;
}

	.qr_box h5 {
		color:#000;
		font-size:16px;
		font-weight:bolder;
		margin-bottom:10px;
	}
	
	.qr_box p {
		margin-bottom:10px;
	}


	.qr_area:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;

	}

	.qr_area {
	zoom:1;
	width:450px;
	}


	.qr_area .left {
	width:300px;
	float:left;
	}

	.qr_area .right {
	width:150px;
	float:right;
	text-align:center;
	}




#wrapper h3.change_email {
	margin-top:50px;
}


/* アルバムの情報table */
.album_desc table {
	margin: 0 0 5px 0;
	padding:0;
}

.album_desc table th {
	padding-right:10px;
	color: #cccccc;

}

.album_desc table td {
	width:200px;
}


/* 携帯で見る */
.album_desc table.album_title td {
	width: auto;
}

.album_desc table.album_title td.view_mobile {
	padding-left: 10px;
}


/* 残り日数 */
.album_header .daystogo {
	position:absolute;
	top:25px;
	left:770px;
	width:98px;
	height:91px;
}

/* !表紙画像の変更 --------------------------------------------------------------------------------*/
	
#page_albums_edit_cover .mode_thumb {
	height:130px;
}

#page_albums_edit_cover .mode_thumb img:hover {
	background: none;
}

/* !アルバムページ --------------------------------------------------------------------------------*/
/* 表示モード切替(人、サイズ) */
	.view_change {
	margin-bottom: 10px;
	position: relative;
	}
	
	.view_change table {
		width:750px;
	}

	.view_change table th {
	padding-bottom:5px;
	vertical-align: top;
	width:96px;
	}

	.view_change table td {
	padding-bottom:5px;
	padding-left:10px;
	vertical-align: middle;
	}
	
	/* スライドショー再生 */
	.view_change .btn_slideshow {
		position: absolute;
		top:10px;
		left:770px;
	}
	
	.view_change .btn_slideshow a {
		display: block;
		width:98px;
		height:24px;
		background:url(/images/album/play_slideshow.gif);
		background-position: 0 0;
	}

	.view_change .btn_slideshow a:hover {
		background-position: 0 24px;
	}


	.view_change .btn_slideshow a span {
		display:none;
	}

	.view_change span.active a {
		text-decoration: none;
		font-weight: bolder;
	}

/* 時系列 */
	.photo_timeline:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;

	}

	.photo_timeline {
	zoom:1;
	width:890px;
	margin:0 auto 20px;
	text-align: left;
	background:white;
	}


	/* 時系列日付swf */
	.timeline_date {
	float:left;
	width:100px;
	padding-top:7px;/* サムネイル枠分 */
	}

	/* 時系列_写真 1時間単位 */
	.timeline_photo:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;

	}
	
	.timeline_photo {
		width:790px;
		float:right;
	}

	/* サムネイル、詳細 見た目 */
		.photo_wrapper {
			float:left;
			margin:0 0 7px 0;
		}
		
		/* link */
		.photo_wrapper span a:hover {
			background: none; /* for IE */
		}

		.photo_wrapper img {
			vertical-align: bottom;
		}


		/* モード:詳細 ========================== */
		.mode_detail {
			width:260px; /* detail各ボックスのサイズ */
			margin-top:7px; /* thumb枠分 */
		}

		/* 詳細、写真の情報、変更部分 */
		.mode_detail .description {
			width:240px;
			padding-top:5px;
			line-height:1.5;
		}
		.mode_detail .description span.desc_title {
			color:#999;
		}

		.mode_detail .description span.shifted {
			color: #000;
			background: #bbccdd;
			font-weight: bolder;
		}

		.mode_detail .user_img_thumb {
			display:none;
		}
		
		/* コメントありの場合のリンク */
		a.comment {
			font-weight: bolder;
			color: #C61722;
		}


		/* モード:サムネイル ========================== */
		.mode_thumb { height:97px;width:97px;background:url(/images/album/thumb_border.gif) no-repeat 0 0;}
		.mode_thumb img { padding:7px;}
		.mode_thumb img:hover {	background:url(/images/album/thumb_border_hover.gif) no-repeat 0 0; }

		.mode_thumb .description {display:none}
		.mode_thumb .user_img_detail {display:none}


		/* in facebox */
		/*
		.edit {display:none}
		#edit_area {margin: auto}
		.button {
			padding: 0.1em;
			margin: 0.1em;
			border: 1px solid gray;
			background-color: black;
			color: white;
		}
		*/

/* トップ　更新情報エリア ---------------------------------------------------- */
	#info_area:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;

	}

	#info_area {
		zoom:1;
		width:890px;
		margin:0 auto 20px;
		padding-bottom:10px;
		border-bottom:1px solid #CCC;
		background:#FFF url(/images/album/info_area_bg.gif) repeat-y center top;
		text-align: left;
	}

	#wrapper #info_area h3 {
	padding-top:10px;
	}

	/* !メール通知 ------------------------------ */
	#info_area .notify_area {
	float:left;
	width:280px;
	}

	#info_area .notify_area .note {
	margin-bottom:10px;
	}

	.notify_area .input_notify_email {
	padding:5px 10px 10px;
	margin-bottom: 10px;
	border:1px solid #CCC;
	}

	#info_area .notify_area .input_notify_email div {
	margin:5px 0;
	}

	#info_area .notify_area .input_notify_email div input {
	width:200px;
	}


	#info_area .notify_area .about_notify_t {
	color:#666;
	font-weight: bolder;
	}

	#info_area .notify_area ul.about_notify {
	padding-left:20px;
	font:10px/1.5 verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	color:#999;
	}

	/* !写真へのコメント（新着） ------------------------------ */
	#info_area .comment_area {
	float:left;
	width:280px;
	}

	#info_area .comment_area p {
	line-height:1.2;
	}

	.comment_area table th {
	width:50px;
	padding-bottom:10px;
	vertical-align: top;
	}

	.comment_area table td {
	vertical-align: top;
	padding-bottom:10px;
	}

	.comment_area table td .state {
	font-size:10px;
	font-family: verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,sans-serif;
	color:#999;
	}


	#comment_list {
		height:454px;
		overflow:auto;
		border-bottom:1px solid #CCC;
		margin-bottom:10px;	
	}




	/* !アルバムへのコメント新着 ------------------------------ */
	#info_area .board_area {
		float:left;
		width:280px;
	margin:0 25px;
	}

	#info_area .board_area ul {
		list-style-type: none;
	}

	#info_area .board_area ul li {
		margin:5px;
		line-height: 1.3;
	}

	#info_area .board_area ul li .state {
		font-size:10px;
		font-family: verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,sans-serif;
		color:#999;
	}
	
	#message_list {
		border: 1px solid #CCC;
    height: 454px;
    overflow: auto;
    margin-bottom:10px;
	}

  .commentable #message_list {
    height: 300px;
  }

	/* 過去のコメント、新しいコメントlink */
	#info_area .board_area .navi {
		text-align:center;
		margin-bottom:10px;
	}

	#info_area .board_area #message_form div {
		margin:5px 0;
	}

	/* 入力フォーム幅 */
	#info_area .board_area #message_form div input,
	#info_area .board_area .notify_area div input {
		width:200px;
	}

	/* テキストエリア */
	#info_area .board_area #message_form div textarea {
		width: 250px;
		height: 40px;
	}

	#message_input {
		padding:5px 10px 10px;
		margin-bottom: 10px;
		border:1px solid #CCC;
	}


	/* 写真へのコメント、アルバムへのコメント一覧 ページャ */
	table.comment_pager {
		width:90%;
		margin:0 auto;
	}

	table.comment_pager .left {
		text-align: left;	
	}

	table.comment_pager .right {
		text-align: right;
	}



	/* !アルバムで使われているカメラ一覧 ------------------------------ */

	#list_camera_data .title {
		margin-bottom:10px;
	}

	.list_camera_area:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	.list_camera_area {
	zoom:1;
	width:890px;
	margin:0 auto 10px;
	}

	.list_camera_area .left,
	.list_camera_area .center,
	.list_camera_area .right {
	width:280px;
	float:left;
	}

	.list_camera_area .center{
	margin:0 25px;
	}

	
	.list_camera_area .list_product_data:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	.list_camera_area .list_product_data {
	zoom:1;
	width:280px;
	}


	.list_camera_area .list_product_data .product_image {
		width:70px;
		float:left;	
	}

	.list_camera_area .list_product_data .product_name {
		width:190px;
		padding-top:5px;
		float:right;
		line-height: 1.4;
		font-weight: bolder;
	}

	.list_camera_area .list_product_data .member {
		margin-top:10px;
		line-height: 1.2;
		font-weight: normal;
	}
	
	/* !カメラ一覧ページ /cameras ------------------------------ */
	
	

/* !アルバム　個別・permalink --------------------------------------------------------------------------------*/


#photo_container_mask{
	height:100px;
	width:890px;
	margin: 0 auto 5px;
	position: relative;
	background: #000 url(/images/album/photo_container_bg.gif) no-repeat;
}

#photo_container_mask #left_navi{
	position:absolute;
	left:0;
	top:0;
	z-index: 99999;
	width:40px;
	height:100px;
	cursor: pointer;
}

#photo_container_mask #right_navi{
	position:absolute;
	left:850px;
	top:0;
	z-index: 10000;
	width:40px;
	height:100px;
	cursor: pointer;
}


/* サムネイル一覧 */
#photo_container{
	position:relative;
	top:10px;
}

#photo_container img.thumbnail {
	cursor: pointer;
}

.keyboard_shortcut{
	width: 880px;
	margin:0 auto 10px;
	text-align: right;
	font-size:10px;
	font-family: verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,sans-serif;
	font-weight: bolder;
}

/* 写真のURL */
table.photo_url {
	width:850px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}
/* サイズ変更 */
.photo_url td.right {text-align: right;}

.photo_url td.right a.active {
	font-weight:bolder;
	text-decoration: none;
}

.photo_url td.right a.inactive {

}

.photo_area {
	width:850px;
	margin:0 auto;
}

/* 写真：個別 */
#center-photo {
	width:850px;/* IEで縦位置の写真がずれる対策 */
	position: relative;
	text-align: center;
}

#center-photo img {
	cursor: pointer;
}

.edit_photo {
	text-align: right;
}



/*　!写真の情報・編集削除 */

	.p_d {background: url(/images/album/photo_desc_bg.gif) repeat-y center top;}
	.p_d_top {background: url(/images/album/photo_desc_bg_top.gif) no-repeat center top;}
	.p_d_bottom {background: url(/images/album/photo_desc_bg_bottom.gif) no-repeat center bottom;}

	.p_d_area:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;

	}

	.p_d_area {
	zoom:1;
	width:830px;
	margin:5px auto 10px;
	padding:20px 0 10px;
	text-align: left;
	}


	.p_d_area .left {
	width:279px;
	float:left;
  height: 100%;
	}

	.p_d_area .center {
	width:279px;
	float:left;
	text-align:left;
  height: 100%;
  margin: 0 10px;
	}

	.p_d_area .right {
	width:250px;
	float:left;
	text-align:left;
  height: 100%;
  position: relative;
	}


	.p_d_area .right img.help {
		position:absolute;
		top:2px;
		left:215px;
	}
	
	.p_d_area .right p {
		line-height: 1.4;
		color:#999;
	}

	/* カメラ情報 */
	#camera_data:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	#camera_data {
		zoom:1;
		width:280px;
	}
	
	#camera_data #product_image {
		width:70px;
		float:left;	
	}

	#camera_data #product_name {
		width:200px;
		padding-top:5px;
		float:right;
		line-height: 1.4;
	}

	/* Exif情報 */
	table.exif_data {
		width: 100%;
	}
	table.exif_data th {
		background: #222;
		color: #CCC;
		font-size: 10px;
		font-weight: normal;
		text-align: right;
		padding: 5px;
		border-bottom: 1px solid #CCC;
		width: 90px;
	}
	#facebox table.exif_data td {
		background: #FFF;
		color: #333;
		padding: 5px;
		border-bottom: 1px solid #CCC;
	}




/* !アルバム：コメント ------------------------------------------- */
/* コメント一覧 */
.comment_item:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}

.comment_item {
	zoom:1;
	width:890px;
	margin:0 auto 20px;
	padding:0 0 10px 0;
	border-bottom:1px solid #999;
}


.comment_item .comment_name {
	width: 130px;
	float:left;
	font-weight:bolder;
	background:#ececec;
	color:#333;
	overflow: hidden;
}

.comment_item .comment_body {
	width:750px;
	float:right;
	font-family: verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,sans-serif;
}

.comment_item .comment_body .comment_date {
	font-size:10px;
	color:#999;
}

.comment_item .comment_body .comment_del {
	text-align: right;
	font-size:10px;
}
/* コメント投稿 */
table.comment_post td {
	vertical-align: top;
	font-size:10px;
	font-family: verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,sans-serif;
}


table.comment_post td.name {width:140px;}
table.comment_post td.name input {width:128px;}

table.comment_post td.body {width:540px;}
table.comment_post td.body textarea {width:528px;}

table.comment_post td.pass {width:120px;}
table.comment_post td.pass input {width:108px;}

table.comment_post td.submit {width:90px;padding-top:15px;}

/* コメントがない場合 */
.no_comment {
	padding-left:20px;
	margin-bottom:20px;
	font-weight: bolder;
	text-align: center;
}

/* !合い言葉 アルバムログイン ------------------------------------------------*/

.form_table_album_login:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;

	}
	
.form_table_album_login {
	zoom:1;
	width:550px;
	margin:0 auto 10px;
	padding:20px;
	border:5px solid #CDCDCD;
}

.form_table_album_login .left {
	width:400px;
	float:left;
	text-align:center;
}

	.form_table_album_login .left .input_t {
		font-size:14px;
		font-weight:bolder;
		margin-bottom:25px;
		border-bottom:1px solid #CCC;
	}


.form_table_album_login .right {
	padding:5px;
	width:120px;
	float:right;
	border: 1px solid #CDCDCD;
	text-align: center;;
	font-size:10px;
	line-height: 1.3;
	font-family: verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,sans-serif;
}


.form_table_album_login .input_text_large {
	width:320px;
}

.form_table_album_login .submit_center {
	margin-top:20px;
}




/* !アルバムダウンロードページ ------------------------------------------------*/

.delay_download {
	text-align:center;
	font-size:14px;
}


.download_limit {
	margin-bottom:20px;
	text-align:center;
	font-size:16px;
	font-weight:bolder;
}

.download_limit span {
	font-size:12px;
	color: #666;
}


.download_area:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;

	}
	
.download_area {
	zoom:1;
	width:650px;
	margin:0px auto 30px;
	padding-top:110px;
	background: url(/images/tour/tour_bg.gif) no-repeat center top;
}


.download_area .download1 {
	width:290px;
	float:left;
}

.download_area .download2 {
	width:290px;
	float:right;
}

.download_area p {
	padding:10px 5px;
	text-align:center;
}

.download_area p.dl_ex {
	text-align:left;
	color:#666;
}



.download_area p img {
	display: block;
	margin: 0 auto 10px;
	 width:134px;
	 
}

.download_area .create {
	text-align:center;
}

.download_area .create_album_msg{
	margin-bottom:20px;
}


/* 30日以前のダウンロード */
.download_b30:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;

	}
	
.download_b30 {
	zoom:1;
	width:350px;
	margin:30px auto 20px;
	padding-bottom:90px;
	background: url(/images/tour/tour_bg.gif) no-repeat center bottom;
}


.download_b30 .left {
	width:110px;
	float:left;
}

.download_b30 .right {
	width:200px;
	float:right;
}

.download_b30 .right table {
	width:190px;
	padding-top:5px;
	padding-left:10px;
}

#page_albums_download .dl_all_btn {
	margin-bottom: 50px;
	text-align: center;
}

#page_albums_download .reco {
	padding-left:20px;
	border: 1px solid #CCC;
	padding:20px;
}

#page_albums_download .download_b30_ul {
	padding-left:20px;
}

#page_albums_download h3 {
	color:#333;
}


#page_albums_download #page_days_tour .tour_area_2 {
	width:890px;
}

#page_albums_download #page_days_tour .tour_area_2 .right {
	width:640px;
}

#page_albums_download h5 {
	font-weight: bolder;
	margin-bottom:10px;
	color:#1A629A;
}









/* !エラーページ ---------------------------------------------------------------- */
#page_error ul.notice {
	padding:20px;
}


/* !メンテナンス ---------------------------------------------------------------- */ 

.maintenance_area {margin-bottom:200px;background: url(/images/maintenance/maintenance_bg_main.gif) repeat-y;}
.maintenance_area_top {background: url(/images/maintenance/maintenance_bg_top.gif) no-repeat center top;}
.maintenance_area_bottom {background: url(/images/maintenance/maintenance_bg_bottom.gif) no-repeat center bottom;}

.maintenance_area_inner:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}

.maintenance_area_inner {
	zoom:1;
	padding: 20px;
	width:800px;
	margin:0 auto;
}

.maintenance_area_inner .left {float:left;width:200px;}
.maintenance_area_inner .right {float:left;width:600px;}

/* !フッター------------------------------------------------------------------------------------------- */
#bnr_area {
  position:relative;
}
#bnr_area div{
	width:950px;
	margin:0 auto;
	padding-bottom:20px;
	background: url(/images/common/main_bg.png) repeat-y;
}

/* iepngfix */
#bnr_area div{behavior: expression(IEPNGFIX.fix(this));}	


.footer_area {
	background: url(/images/common/footer_bg_area.gif) repeat-x;
	height: 170px;
}


#footer {
	width:950px;
	margin:0 auto;
	background:transparent url(/images/common/footer_bg_set_950.gif) no-repeat center top;
	color:#AAA;
	text-align: left;
}


#footer .footer_container{
	width:900px;
	margin: 0 auto;
	padding:40px 25px 30px 20px;/* total:950px */

}

#footer .footer_container table{
	width:900px;
}

/* copyright */
#footer address {
	font-style: normal;
	font-size:10px;
}


#footer a:link,
#footer a:visited {
	color: #AAA;
	text-decoration: none;
}

#footer a:hover {
	color:#FFF;
}

#footer .page_top {
	text-align: right;
}



/* フッター paperboy&co. service list -------------------- */
dl.pb_service_list {
	margin:0px auto 30px;
	width:900px;
}
.pb_service_list dt {
	float:left;
	width:140px;
}
.pb_service_list dd {
	float:right;
	text-align:left;
	width:750px;
	margin-bottom:20px;
}
.pb_service_list ul {
	width:750px;
	margin-top:5px;
}
.pb_service_list li {
	display:inline;
	font-size:10px;
	line-height:2.0;
}
dl.pb_service_list:after {
	clear:both;content:" ";display:block;height:0pt;visibility:hidden;
}
* html dl.pb_service_list {
	height:1%;
}


/* !タブ ---------------------------------------------------------------- */

	/* タブ全体 */
	#tab_area {
		position: relative;
		width:950px;
		margin:0 auto;
	}

	/* 開く photobox */
	div.tab_printbox div {
		background: url(/images/common/layer/tab_open_print.png) no-repeat;
		width:104px;
		height:33px;
		position: absolute;
		top:0px;
		left:745px;
		cursor: pointer;
	}

	/* 開く 一括編集 */
	div.tab_edit div {
		background: url(/images/common/layer/tab_open_edit.png) no-repeat;
		width:104px;
		height:33px;
		position: absolute;
		top:0px;
		left:850px;
		cursor: pointer;
	}

	/* タブ 閉じる */
	.tab_printbox div.close,
	.tab_edit div.close {
		background: url(/images/common/layer/tab_close_edit.png) no-repeat;
		width:104px;
		height:33px;
		position: absolute;
		top:80px;
		left:850px;
		cursor: pointer;
	}





	


/* !一括編集 ---------------------------------------------------------------- */
	/* iepngfix */
	.layer_area_bg,
	.tab_edit div, .tab_edit div.close, .tab_printbox div, .tab_printbox div.close
	{behavior: expression(IEPNGFIX.fix(this));}	

	#layer_area {
		position: fixed;
		top: 0;
		left: 0;
		width:100%;
		z-index: 1000;

		padding-bottom: 20px;
		display: none; /* hide */
	}
	
	.layer_area_bg {
		background: url(/images/common/layer/help_layer_bg.png) repeat-x bottom;
		width: 100%;
		height:10px;
	}




  /* 一括編集ヘルプ */
  .help_layer_bg {
  	background: #CCC;
  }
  
  .thumb_area_p {
  	padding-bottom:10px;
  }
  
	#layer_area .help_layer_area {
		width:950px;
		margin:0 auto;
		text-align: left;
	}

	#help_area div.help_content {
		display: none;
	}

	#help_area div.active {
		display: block;
	}
	
	#help_area 	.lead {
		margin-bottom:10px;
		padding-bottom:5px;
		border-bottom: 1px dotted #999;
	}
	
	#help_area 	.help_box:after {
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
	
	#help_area 	.help_box {
		zoom:1;
		width:950px;
		margin:0 auto;
		padding-bottom: 10px;
	}

	#help_area 	.help_box div.section {
		float: left;
		width:290px;
		padding:0 10px;
		text-align: center;
	}

	#help_area 	.help_box div.section span {
		font-size:16px;
		font-weight: bolder;
	}

	#help_area 	.help_box div.section .text{
		text-align: left;
		padding-top: 5px;
		line-height: 1.4;
	}

	#help_area 	.help_box div.section	.help_img {
		border:5px solid #222;
	}

	/* ヘルプボタン */
	.btn_help div {
		background: url(/images/common/layer/open_help.gif) no-repeat;
		width:130px;
		height:16px;
		cursor: pointer;
		padding-bottom:10px;
	}

	.btn_help div.close {
		background: url(/images/common/layer/close_help.gif) no-repeat;
	}


	/* 一括編集レイヤー本体 */
	#edit_wrapper {
		/*display:none;*/
	}
	#edit_layer {
		z-index: 10000;
		width: 100%;
		text-align: left;
		height: 90px;
	}

	#edit_layer a {
		color:#FFF;
	}

	.edit_layer_bg {
		height:90px;
		background: url(/images/common/layer/edit_layer_bg.gif) repeat-x center bottom;
	}
	
	
	#edit_layer .edit_layer_area:after {
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
	
	#edit_layer .edit_layer_area {
		zoom:1;
		width:950px;
		margin:0 auto;
		color:#ECECEC;
		position: relative;
	}
	

	
		
	#edit_layer .edit_layer_area .left {
		float:left;
		width:190px;
		height: 83px;
		padding-right:20px;
		background: url(/images/common/layer/step_bg_right.gif) repeat-y 100% 0%;
	}
	
	#edit_layer .edit_layer_area .center {
		float:left;
		width:480px;
		height: 83px;
		padding-right:20px;
		margin: 0 10px;
		background: url(/images/common/layer/step_bg_right.gif) repeat-y 100% 0%;
	}
	
	#edit_layer .edit_layer_area .right {
		float:left;
		width:210px;
		height: 83px;
	}
	
	/*
	#edit_layer .edit_layer_area h5 {
		margin:5px 0 5px;
		font-weight: bolder;
		font-size:12px;
		border-bottom:1px solid #999;
		padding-bottom:5px;
	}
	*/

	/* !編集内容を選択(step1) */
	#edit_layer .select_action_area:after {
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
	
	#edit_layer .select_action_area {
		zoom:1;
		width:200px;
		padding-top:15px;

	}

	/*	
	#edit_layer .select_action_area a {
		text-decoration: none;
	}
	*/
	
  /* アクション選択 */
	#edit_layer .select_action_area a {
		outline: none;
		text-decoration: none;
		display: block;
		float:left;
		width:48px;
		height:54px;
		background: url(/images/common/layer/select_action.gif) no-repeat;
	}
	
	#edit_layer .select_action_area div.datetime a {margin:0 20px;}
	
	#edit_layer .select_action_area #action_rotate { background-position: left bottom; }
	#edit_layer .select_action_area #action_rotate.active {background-position: left top;}
	#edit_layer .select_action_area #action_datetime { background-position: center bottom; }
	#edit_layer .select_action_area #action_datetime.active {background-position: center top;}
	#edit_layer .select_action_area #action_delete { background-position: right bottom; }
	#edit_layer .select_action_area #action_delete.active {background-position: right top;}
	#edit_layer .select_action_area .rotate_active {background-position: left top;}
	
	/* step2 */
	/* 写真をすべて選択、解除、選択枚数 */
	#edit_layer table.select {
		height:80px;	
		width:100%;

	}
	
	#edit_layer table.select td {

	}
	
	#edit_layer table.select td.info {
		text-align: center;
		width:180px;
	}


	
	.info .selected {
		line-height: 1.3;
		border-bottom:1px solid #999;
		margin-bottom:5px;
	}

	.info .selected span {	
			font-size:18px;
			font-family: Helvetica;
	}
	
	
	.info .select_all {
		line-height: 1.6;	
	}
		
  /* 回転オプション選択 */
	#edit_layer .select_rotate_option:after {
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
		
	#edit_layer .select_rotate_option {
		zoom:1;
		width:185px;
		margin: 0 auto;
	}

	#edit_layer .select_rotate_option a {
		outline: none;
		text-decoration: none;
		display: block;
		float:left;
		width:48px;
		height:54px;
		background: url(/images/common/layer/select_rotate_option.gif) no-repeat;
	}

	#edit_layer .select_rotate_option a.margin {
		margin:0 20px;
	}
	
	
	#edit_layer .select_rotate_option #edit_rotate_left { background-position: left bottom; }
	#edit_layer .select_rotate_option #edit_rotate_left.active {background-position: left top;}
	#edit_layer .select_rotate_option #edit_rotate_half { background-position: center bottom; }
	#edit_layer .select_rotate_option #edit_rotate_half.active {background-position: center top;}
	#edit_layer .select_rotate_option #edit_rotate_right { background-position: right bottom; }
	#edit_layer .select_rotate_option #edit_rotate_right.active {background-position: right top;}



	/* 日時修正 */
	.datetime td.input {
		font-weight: bolder;
	}
	
	.datetime td.input div {
		margin-bottom:5px;
	}
	
	.datetime td.input div span {
		font-weight: normal;
		color:#CCC;
	}
	
	.datetime td.input input {
		width:20px;
	}
	
	
	/* step3 完了 */
	#edit_layer div.btn {
		text-align: center;
		padding-top:20px;
	}



/* printbox start */

	#printbox_wrapper {
		display:none;
	}

	#printbox_layer {
		z-index: 10000;
		width: 100%;
		text-align: left;
		height: 90px;
	}

	#printbox_layer .printbox_layer_area:after {
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
	
	#printbox_layer .printbox_layer_area {
		zoom:1;
		width:950px;
		margin:0 auto;
		color:#ECECEC;
		position: relative;
	}

	#printbox_layer .printbox_layer_area .n_t {	
		margin:3px 0 5px;
		border-bottom:1px solid #CCC;
	}


	#printbox_layer .printbox_layer_area .left {
		float:left;

		width:360px;
		height: 83px;
		padding-right:20px;
		background: url(/images/common/layer/step_bg_right.gif) repeat-y 100% 0%;
	}

	#printbox_layer .printbox_layer_area .left .note {

		line-height: 1.4;
	}


	#printbox_layer .printbox_layer_area .center {
		float:left;
		width:330px;
		height: 83px;
		padding-right:20px;
		margin: 0 10px;
		background: url(/images/common/layer/step_bg_right.gif) repeat-y 100% 0%;

	}

	#printbox_layer .printbox_layer_area #selected_count_print {
		font-size:18px;
		font-family: Helvetica;
	}


	#printbox_layer .printbox_layer_area .print_all {
		margin-bottom:5px;
	}


	
	#printbox_layer .printbox_layer_area .right {
		float:left;
		width:200px;
		height: 83px;

	}
	
	
	
	#printbox_layer .printbox_layer_area .right .print_btn {
		padding-top:5px;
	}
	
	.print_btn img {
		cursor: pointer;
 }

	
	#printbox_layer a {
		color:#FFF;
	}

	.printbox_layer_bg {
		height:90px;
		background: #798082 url(/images/common/layer/edit_layer_bg.gif) repeat-x center bottom;
	}
	

	/* サムネイル表示 */
	#thumb_area {
		margin:10px 0 0;
		width: 950px;
		height: 100px;
		padding-top:5px;
		overflow: auto;
		background: #ECECEC;
	}
	
	#thumb_area img {
		height: 40px;
		width: 40px;
		margin-left: 5px;
		margin-bottom: 5px;
		cursor: pointer;
	}
	
	.print_box_detail {
		text-align: center;
	}
	
	/* 〜6/30 mybook_coupon */
	.mybook_coupon {
		border:3px solid #9ae0fd;
		padding: 5px;
		margin-bottom:10px;
		font-size:10px;
	}

	.mybook_coupon .title {
		font-size:12px;
		padding-bottom:3px;
		text-align: center;
		color:#45b1de;
		font-weight: bolder;
	}

	.mybook_coupon .code {
		font-weight: bolder;
		font-size:16px;
		text-align: center;		
	}

/* mybook end */

/* digipri クーポン */

.digipri_coupon {
	border:3px solid #9ae0fd;
	padding: 5px;
	margin-bottom:10px;
	font-size:10px;
}

.digipri_coupon .title {
	font-size:12px;
	padding-bottom:3px;
	color:#45b1de;
	font-weight: bolder;
}



.digipri_coupon .inner:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}

.digipri_coupon .inner {
	zoom:1;
	width:430px;
	font-size:12px;
}

.digipri_coupon .inner .left {float:left;width:210px;}
.digipri_coupon .inner .right {float:right;width:200px;}








/* プリントボックスから外部へ遷移(facebox) */
.popup .confirm {
	padding:10px 0 5px;
	border:3px solid #CCC;
}



div.photo_wrapper div.selectable {
	position: absolute;
	border: 5px solid #798082;
	cursor: pointer;
	background:transparent;
}

div.photo_wrapper div.selectable div.click img {
	display: none;
	position: relative;
}

div.photo_wrapper div.selectable div.click {
	z-index:99;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.01;
	filter: alpha(opacity=1);
}

div.photo_wrapper div.selected {
	border: 5px solid #C61722;
}

div.photo_wrapper div.selected {
	border: 5px solid #C61722;
}

div.photo_wrapper div.selected div.click {
	z-index:99;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.01;
	filter: alpha(opacity=1);
}


/*editing*/
div.photo_wrapper div.editing div.click {
	background: #ffffff;
	opacity: 0.7;
	filter: alpha(opacity=100);
	text-align: center;
}
div.photo_wrapper div.editing div.click img {
	display: block;
	position: relative;
	margin: 0 auto;
}

div.photo_wrapper div.hover {
	border: 5px solid #C61722;
}
div.photo_wrapper div.hover div.click {
	background: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

div.photo_wrapper div.selectable div.check {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 2px;
	left: 2px;
	overflow:hidden;
}

div.photo_wrapper div.hover div.check {
	width: 144px;
}

div.photo_wrapper div.selectable div.check img {
	behavior: expression(IEPNGFIX.fix(this));
	position:absolute;
}

div.photo_wrapper div.selected div.check img {
	top: -20px;
}





/* !有料オプション選択ページ ---------------------------------------------------------------- */



	/* オプションページ サイド */
	#album_option .option_side_bg {background: url(/images/option/option_side_bg.gif) repeat-y;width:230px;margin-bottom:20px;}
	#album_option .option_side_bg_top {background: url(/images/option/option_side_bg_top.gif) no-repeat center top;}
	#album_option .option_side_bg_bottom {background: url(/images/option/option_side_bg_bottom.gif) no-repeat center bottom;padding:10px;line-height: 1.5;}
	
	/* サイド、料金 */
	#album_option .side_inner_bg {background: url(/images/option/side_inner_bg.gif) repeat-y;width:210px;margin:0 auto;}
	#album_option .side_inner_bg_price {background: url(/images/option/side_inner_bg.gif) repeat-y;width:210px;margin:0 auto 10px;}
	#album_option .side_inner_bg_top {background: url(/images/option/side_inner_bg_top.gif) no-repeat center top;}
	#album_option .side_inner_bg_bottom {background: url(/images/option/side_inner_bg_bottom.gif) no-repeat center bottom;padding:10px;}
	
	/* 料金表示 */
	#album_option .price_board {
		background: url(/images/option/price_bg.gif) no-repeat;
		width:190px;
		height: 28px;
		padding-top:2px;
		margin:0 auto 10px;
		text-align: center;
		font-size:18px;
		font-weight: bolder;
		color:#c61722;
	}
	
	#album_option .price_board span.small {
		font-size:12px;
		font-weight: normal;
	}
	
	/* サイド、タイトル */
	#album_option .option_side_bg .title {
		border-bottom:1px solid #CCC;
		margin-bottom:10px;
		padding:3px 0;
		color:#369;
		text-align: center;
		font-weight: bolder;
	}
	
	
	/* おさいぽ */
	#album_option .osaipo {
		margin-bottom: 10px;
		font:10px/1.5 verdana ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	}
	
	#album_option .logo {
		text-align: center;	
	}
	
	#album_option .osaipo_id {
		background: #FFF;
		padding:5px;
		margin-bottom:10px;
	}

	#album_option .osaipo_id dt {
		border-bottom:1px solid #CCC;
		margin-bottom:5px;
		padding:0 0 3px;
		color:#369;
		text-align: center;
	}
	
	#album_option .osaipo_id dd {
		text-align: center;
		font-weight: bolder;
		margin-bottom:5px;
	}

	#album_option .osaipo_id dd .note {
		font-size:10px;
		font-weight: normal;
		padding-top:5px;
		line-height: 1.4;		
	}


	#album_option .osaipo_id dd.osaipo_error {
		padding:5px;
		background: #fbff9b;
		text-align: left;
		
	}

	

	
	/* 選択中のオプション */	
	#side #side_menu ul.selected {
		list-style-type: inherit;
		padding-left: 20px;
		font-weight: bolder;
	}
	
	#album_option ul.selected span {
		font-weight: bolder;	
	}

	/* おさいぽIDを入力 */
	#album_option .input_t {
		color:#c61722;
		margin-bottom:5px;
		font-weight: bolder;
		text-align: center;
	}

	#album_option .register_osaipo {
		margin-bottom:10px;
		background: #FFF;
		padding:5px;
		text-align: center;
	}

	#album_option .input_id #osaipo_id_input {
		border:3px solid #c61722;
		background: #FCFCFC;
		width:175px;
		margin-bottom:10px;
		font-size:16px;
		height:24px;
		padding:3px 3px 0;
	}

	
	#album_option .btn {
		text-align: center;
		margin-bottom:5px;
	}

	/* アルバム情報 */
	#album_option .album_info:after {
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
	
	#album_option .album_info {
		zoom:1;
		width:630px;
		margin-bottom:20px;
	}

	
	#album_option .album_info .album_bg {
		float:left;
		width:160px;
		height:160px;	
		background: url(/images/option/album_bg.gif) no-repeat;
		margin:0 auto;
	}
	
	.album_bg .album_image {
		padding:20px 0 0 10px;
	}

	#album_option .album_info .album_data {
		float:right;
		width:450px;
	}

	#album_option .album_info dt {
		border-bottom:1px solid #CCC;
		margin-bottom:5px;
		padding:0 0 3px;
		color:#369;
		font-weight: bolder;
	}

	#album_option .album_info dd {
		margin-bottom:10px;
		font-size: 14px;
		font-weight: bolder;
	}

	
#album_option div.advice {
	padding:20px;
	border: 1px solid #CCC;
	margin-bottom:20px;
	background: #ECECEC;
}

#album_option div.advice h5.question {
	font-weight: bolder;
	color:#0066cc;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}

#album_option div.advice p {
	margin-bottom:10px;
}

#album_option div.advice ol {
	padding-left: 30px;
	margin-bottom: 10px;
}	




	/* オプション選択 ------------------------- */
	#album_option .option_select_area_bg {background: url(/images/option/main_option_bg.gif) repeat-y;width:630px;margin-bottom:20px;}
	#album_option .option_select_area_bg_top {background: url(/images/option/main_option_set.gif) no-repeat center top;}
	#album_option .option_select_area_bg_bottom {background: url(/images/option/main_option_bg_bottom.gif) no-repeat center bottom;padding:40px 20px 20px;}
	

	/* 一括パック */
	#album_option #option_set {
		margin-bottom:10px;
		
	}
	
	#album_option #option_set .note {
		margin-bottom:20px;
	}
	
	#album_option #option_set .detail {
		text-align:center;
		font-weight: bolder;
	}
	
	/* 個別に選択 */
	#album_option #option_each {
		padding:10px 0;
		border:1px solid #e3e3e3;
	}

	#option_each .note {
		padding:0 10px;
		margin-bottom:20px;
	}

	.option_select_area_bg .select_type {
		background: #ECECEC;
		padding:5px 0 5px 140px;
		margin: 0 auto 10px;
		width:444px;
		height:20px;
		font-size: 14px;
		font-weight: normal;
		color:#333;
		border:3px solid #999;
		cursor: pointer;
	}
	
	.option_select_area_bg .selected_type {
    background: #C5DDE1;
		font-weight: bolder;
		color:#c61722;
		border:3px solid #C61722;
	}
	


	.option_menu:after {
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
	
	.option_menu {
		zoom:1;
		width:570px;
		margin:0 auto 30px;
		border-bottom:1px solid #e3e3e3;
		padding-bottom:10px;
	}
	
	#album_option .option_menu .left {float:left;width:90px;padding-left:20px;}
	

	
	#album_option .option_menu .right {float:right;width:450px;}
	
	#album_option .option_menu .right .option_area_bg {position:relative;}
	
	.option_area_bg div.detail {
		width:109px;
		height:24px;
		position: absolute;
		top:0px;
		left:340px;
	}

	.option_area_bg h4 {
		color:#369;
		margin-bottom:10px;
		font-weight: bolder;
	}	
			
	.option_area_bg p {margin-bottom:10px;}
	
	.option_area_bg table th {
		width:290px;
		border-bottom:1px solid #FFF;
		padding:5px;

	}
		
	.option_area_bg table td {
		width:200px;
		text-align: right;
		border-bottom:1px solid #FFF;
		padding:5px;
	}
	
	.option_area_bg table tr.selected {
		background: #c5dde1;
		font-weight: bold;
	}

	.option_area_bg table tr.hover {
		background: #ECECEC	;
		font-weight: bold;
		cursor: pointer;
	}




	/* 残高確認、決済内容確認、決済完了 */
	
	div.option_table table.form_table_1c .price{
		color: #c61722;
		font-size: 16px;
		font-weight: bolder;
	}


	div.option_table table.form_table_1c .pt{
		color: #1A629A;
		font-size: 16px;
		font-weight: bolder;
	}

	div.option_table table.form_table_1c .charge{
		background:#FBFF9B;
		color:#C33;
		padding:5px;
		text-align: center;
	}


	div.option_table table.form_table_1c span.note {
		line-height: 1.3;
		font-size: 10px;
	}
	
	div.option_table .selected_option {
		margin-top:10px;
		text-align: center;
		border: 1px solid #999;
		border-bottom: none;
		font-weight: bolder;
	}
		
	div.option_table table.selected {
		width:100%;
		margin-top:10px;
	}
	
	div.option_table table.selected td.left {
		border: 1px solid #999;
		border-right: none;
		border-bottom: none;
		padding:3px;
	}

	div.option_table table.selected td.right {
		border: 1px solid #999;
		border-bottom: none;
		text-align: right;
		padding:3px;
	}

	div.option_table .total_price {
		text-align: right;
		border: 1px solid #999;
		padding:3px;
	}


/* !おさいぽ認証 ---------------------------------------------------------------- */
ul.payment_info {
	width: 500px;
	margin: 0 auto;
	/*line-height: 1.4;*/
}

ul.space {
	margin-bottom:100px;
}




	/* albumheader マイページ */
	.list_album_header {
	background:url(/images/home/list_album_header_bg.gif) repeat-y;
	color:#FFF;
	position: relative;
	margin-bottom:10px;
	border-bottom:1px solid #FFF;
	}
	.list_album_header_top{background: url(/images/home/list_album_header_bg_top.gif) no-repeat center top;}
	.list_album_header_bottom{background: url(/images/home/list_album_header_bg_bottom.gif) no-repeat center bottom;}


	.album_header h2{color:#FFF;}


	.list_album_header a,
	.list_album_header a:link,
	.list_album_header a:visited {color:#FFF;}
	
	/* アルバムイメージ */
	.list_album_header .album_img{
	position:absolute;
	top:20px;
	left:15px;
	}
	
	.list_album_header .album_img a:hover {background: none;}
	

	.list_album_header .list_album_desc{
		padding: 15px 20px 10px 180px;
	}


	.list_album_header .list_album_desc .album_title {
		height:35px;
		padding-bottom:5px;
		margin-bottom:5px;
		border-bottom:1px solid #333;
		color:#FFF;
		font-size:18px;
	}
	

	
	/* アルバムタイトル リンク */
	.list_album_header .list_album_desc .album_title a {
		color:#FFF;
		border-bottom: 1px solid #FFF;
		text-decoration:none;
	}
	
	.list_album_header img.tellfriend {
		vertical-align: bottom;
		position:absolute;
		top:18px;
		left:700px;
	}




.list_album_header table.album_info {
	margin: 10px 0 10px 0;
	padding:0;
}

.list_album_header table.album_info th {
	padding-right:10px;
	color: #cccccc;

}

.list_album_header table.album_info td {
	width:200px;
}


.list_album_header .list_album_desc .pr_option {
	margin-bottom: 10px;
	padding:3px;
	background: #333;
	font-weight: bolder;
}


.list_album_header .list_album_desc .pr_option {
	color: #FFF; /* オプション利用中 */
}

.list_album_header .list_album_desc .pr_option a {
	color:#9CF;
	text-decoration: underline;
}

.list_album_header .list_album_desc .pr_option a:hover {
	background-color: #333;
}


/* 有料オプション利用中の場合 */
.option_album .list_album_desc .pr_option {
	background:#ECECEC;
	border-top:1px solid #333;
  font-weight: bolder;
	color:#1A629A;
	font-weight: bolder;
}


/* アルバム設定メニュー */
.list_album_header .setting:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.list_album_header .setting {
	zoom:1;	
	width:680px;
	height:25px;
	position: relative;
}

.list_album_header .setting div {
	height:22px;
	float:left;
	margin-right:5px;
}

/* 各メニューの幅を決める */
.list_album_header .setting div.menu1 {width:118px;}
.list_album_header .setting div.menu2 {width:85px;}
.list_album_header .setting div.menu3 {width:85px;}


/* 中のテキストを非表示に */
.list_album_header .setting div.menu a span {
	display:none;
}

/* display:blockして親divの幅にリンクのエリアを広げる、heightは指定 */
.list_album_header .setting div a {
	display:block;
	height:22px;
	background: url(/images/home/btn_setting_bg.gif) no-repeat;
}

/* 通常時のposition */
.list_album_header .setting div.menu1 a.btn_setting_config {background-position: 0 -22px;}
.list_album_header .setting div.menu2 a.btn_setting_extend {background-position: -118px -22px;}
.list_album_header .setting div.menu3 a.btn_setting_option {background-position: -203px -22px;}


/* curren時のposition */
.list_album_header .setting div.current a.btn_setting_config {background-position: 0 0;	}
.list_album_header .setting div.current a.btn_setting_extend {background-position: -118px 0;}
.list_album_header .setting div.current a.btn_setting_option {background-position: -203px 0;}



/* 有料オプション選択ページへ */
.list_album_header .select_option {
	position: absolute;
	top:0;
	left:522px;
}

.setting_album_area .right .setting_title {
	border-bottom:1px solid #666;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight: bolder;
}


.setting_album_area .right .setting_input {
	margin-bottom:20px;
}

.setting_album_area .right .notice {
	font-size: 12px;
	color: #CCC;
	margin:5px 0 10px;
}

.setting_album_area .right table td.btn {
	padding:0 0 0 10px;
}


/* 完了メッセージ */
.setting_album_area .right div.setting_success {
	margin: 5px 0 0 0;
	background: url(/images/common/msg_ok2.gif) no-repeat 0 2px;
	padding-left: 16px;
	color: #6C3; 
}

.setting_album_area .right .setting_info {
	background: #000;
	color:#CCC;
	padding:10px;
	margin-bottom:10px;
}

.setting_album_area .close_setting {
	text-align: right;
	margin-bottom: 10px;
}

/* 有料機能制限メッセージ */
.setting_album_area .limit_msg {
	text-align: center;
	margin-bottom:10px;
	padding:3px 0;
	background: #1A629A;
	font-weight: bolder;
}

/* PRO支払い */
/* ------------------------------------------------------------- */	
#page_payment_index ul.list {
	padding: 10px 10px 10px 30px;
	margin-top:5px;
	background: #FFE6E6;
	margin-bottom:10px;
}

#page_payment_index ul.list li {

}


#page_payment_index .payment_msg {
	width:500px;
	margin:0 auto 20px;
}
#page_payment_index .msg_error_area {
	padding:5px;
	font-weight: bolder;
	margin-bottom:0px;
}

#page_payment_confirm .payment_notice,
#page_payment_complete .payment_notice {
	width:498px;
	margin:0 auto 20px;
	border:1px solid #CCC;
}


#page_payment_confirm .payment_notice ul,
#page_payment_complete .payment_notice ul {
	padding:10px 20px;
}

#page_payment_confirm .option_table .confirm_payment {
	font-size:14px;
	font-weight: bolder;
	text-align: center;
	margin:40px 0;
}

#page_payment_complete .option_table .notice_area {
	width:490px;
	margin:0 auto 20px;
}

#page_payment_complete .option_table .notice_area ul {
	padding-left:20px;
}
#page_payment_index .form_table_1c_area,
#page_payment_confirm .form_table_1c_area {
	margin-bottom: 40px;
}

#page_payment_confirm .msg-error {
	width:310px;
	margin: 10px auto 0;
	font-size:12px;
}

/* クーポン */
#page_payment_index input.coupon {
	font-family: Arial;
	font-size:16px;
	padding:3px;
}

#page_payment_index table td.coupon {
	padding-left:5px;
}

#page_payment_index ul.msg,
#page_payment_confirm ul.msg,
#page_payment_complete ul.msg {
	padding-left:15px;
}


/* ポイント不足 */
#page_payment_index .error {
	background: #FBFF9B;
	padding: 10px;
	width:500px;
	text-align: left;
	margin: 0 auto 10px;
	font-weight: bolder;
}

/* PROプラン決済ページ _ サスペンド中メッセージ */
/* ------------------------------------------------------------- */	
	.msg_notice {
		background: #ffe6e6;
		padding:5px;
		color:#cc0000;
		border: 1px solid #cc0000;
		margin-bottom:20px;
	}
	
	

	.suspend {
	}

	.suspend .t {
		text-align: center;
		border-bottom: 1px solid #cc0000;
		padding-bottom: 5px;
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bolder;
	}

	.suspend ul {
		padding-left: 20px;	
		margin-bottom:5px;
	}

	.suspend ul li {
		margin-bottom: 5px;
	}

 .suspend .payment {
		border-top: 1px solid #cc0000;
		text-align: center;
		padding:5px;
		font-size:14px;
		font-weight: bolder;
	}

	#manage_menu_area .suspend a {
		color: #28A;
		text-decoration: underline;
	}

	#manage_menu_area .suspend a:hover {
		text-decoration: none;
	}


/* 一括編集ヒント */
#canvas {
}

#edit_area {
	text-align: center;
}

#facebox table .canvas_table {
	margin-bottom:10px;
}


/* 編集、削除用レイアウト */
div#facebox_edit:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

div#facebox_edit {
	zoom:1;
	width:400px;
	margin: 0 auto;
	padding-top:10px;
	text-align: left;
}

div#facebox_edit .left {
	width:80px;
	float:left;
}

div#facebox_edit .right {
	width:300px;
	float:right;
}

div#facebox_edit .right p {
	margin-bottom:5px;
}

div#facebox_edit .right ul {
	padding-left:20px;
	font-weight: bolder;
	margin-bottom:5px;
}


#edit_date input.input_s {
	font-size:16px;
	font-weight:bolder;
}

/* closeボタン */
#facebox .footer a:hover {
	background:none;
}

/* 一括編集ヒント */
#facebox .edit_help {
	background:#9AE0FD;
	padding:5px;
	margin-top:10px;
	text-align:left;
}


/* PROバナー：ダウンロードページ（ALBUM_OWNER） */
.pro_album_banner {
	display: block;
	width: 744px;
	height: 185px;
	background: url(/images/manage/album/album_powerup.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	margin: 0 auto 20px auto;
}
.pro_album_banner_btn a {
	display: block;
	width: 250px;
	height: 58px;
	background: url(/images/manage/album/album_powerup_btn.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 100px;
	left: 466px;
	margin: 0;
	outline:none;
}