
@charset "UTF-8";
/* CSS Document */

body {
    font-size: small;
    *font-size:small;
    *font:x-small;
	-webkit-text-size-adjust: none;
	background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	min-width: 1000px;
}

select, input, button, textarea {
  font-size: 99%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 5px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}


/* ::::::::::::::::::::::::::::::
**:::::::  common style   :::::::
::::::::::::::::::::::::::::::::: */


a:link,a:visited {
	color: #575746;
	text-decoration: none;
	font-weight: bold;
}

a.trans:link,a.trans:visited {
	color: #5F8925;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

a:hover {
	color: #B09D74;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
}

/*
#header {
	height: 110px;
	border-top: 5px #333 solid;
}

#header-album {
	height: 140px;
	border-top: 5px #333 solid;
}

#header .wrap {
	position: relative;
}

#header #logo {
	float: left;
	margin-top: 24px;
	width: 320px;
}

#header #logo img {
	display: block;
	width: 100%;
}

#header #loginInfo {
	background: url(/mypage/images/head_box.png) no-repeat;
	width: 272px;
	height: 84px;
	float: left;
	display: inline;
	margin: 10px 0 0 260px;
	position: relative;
}

#header #loginInfo .login-name {
	height: 21px;
	border-bottom: 1px #eee solid;
	background: url(/mypage/images/arrow_02.png) no-repeat 20px 9px;
	padding: 6px 0 0 40px;
	font-size: 12px;
}

#header #loginInfo .login-name span {
	font-weight: bold;
}

#header #loginInfo .cartInfo {
	height: 49px;
	padding-left: 2px;
	position: relative;
}

.goCart {
	float: left;
	margin: 8px 0 0 18px;
}

#header #loginInfo .cartInfo table {
	width: 180px;
	margin-top: 2px;
	margin-right: 15px;
	float: right;
}

#header #loginInfo .cartInfo table tr th {
	text-align: left;
	padding: 4px 0 2px;
	font-size: 11px;
	color: #555;
	font-weight: normal;
}

#header #loginInfo .cartInfo table tr td {
	text-align: right;
	padding: 4px 0 2px;
}

#header #loginInfo .cartInfo table tr td span {
	font-weight: bold;
}

#header #loginInfo .cartInfo table tr.d-border th,#header #loginInfo .cartInfo table tr.d-border td {
	border-bottom: 1px #CCC dashed;
}

#header .head-label,#header-album .head-label {
	width: 100px;
	height: 109px;
	background: url(/mypage/images/head_label.png) no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -5px;
	right: 0;
}

#header .head-label a,#header-album .head-label a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
*/

#gnav {
    position: fixed;
    z-index: 103;
    top: 77px;
    width: 100%;
    height: 30px;
    padding-top: 6px;
    padding-bottom: 5px;
    background-color: #fff;
}

#nav {
	height: 40px;
	background: #FFF;
	display: inline-block;
	box-shadow: 0px -1px 1px 0px #999;
	-webkit-box-shadow: 0px -1px 1px 0px #999;
	-moz-box-shadow: 0px -1px 1px 0px #999;
	z-index: 100;
}

#nav li {
	width: 150px;
	height: 40px;
	float: left;
	display: inline;
	margin-right: 1px;
	text-align: center;
	line-height: 40px;
	border-left: 1px #ddd solid;
	position: relative;
	background: #EEE;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
}

#nav li.active,#nav li.active:hover {
	background: #FFF;
}

#nav li.active a,#nav li.active:hover a {
	color: #E7437D;
	cursor: default;
}

#nav li.dropdown a {
	background: url(/mypage/images/arrow_un.png) no-repeat 125px;
	text-indent: -5px;
}

#nav li.dropdown ul li a,#nav li.dropdown.active ul li a {
	background-image: none;
	text-indent: 10px;
	color: #333;
}

#nav li:hover {
	background: #BBB;
}

#nav li:hover a {
	color: #FFF;
}

#nav li ul {
	display: none;
}

#nav li:hover ul {
	display: block;
}

#nav ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
	width: 200px;
}

#nav ul li,#nav li.dropdown.active ul li {
	z-index: 99;
	line-height: 30px;
	display: block;
	float: none;
	font-size: 12px;
	width: 100%;
	height: 30px;
	text-align: left;
	color: #333;
	background: #FCE7EE;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

#nav ul li a,#nav li.dropdown.active ul li a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

#nav ul li:hover,#nav li.dropdown.active ul li:hover {
	color: #333;
	background: #FCE7EE;
}

#nav ul li:hover a,#nav li.dropdown ul li:hover a,#nav li.dropdown.active ul li:hover a {
	color: #E7437D;
}

#contents {
	padding-bottom: 70px;
}

#leftColumn {
	width: 700px;
	float: left;
}

#rightColumn {
	width: 250px;
	float: right;
}

#footer {
	/*background: url(/mypage/images/foot_texture.png) repeat-x top;*/
	height: 170px;
	position: relative;
	text-align: center;
	padding-top: 30px;
}

#footer #footTop {
	display: inline-block;
	margin: 0 auto 50px;
	background: url(/mypage/images/vertical_line.png) no-repeat left;
}

#footer #footTop li {
	float: left;
	display: inline;
	background: url(/mypage/images/vertical_line.png) no-repeat right;
	padding: 0 15px;
}

#footer #copyright {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


/* ページング */

.paging {
	padding: 6px;
	border: 2px #EEE solid;
	display: inline-block;
	float: right;
	background: #FFF;
}

.paging .paging-parts {
	float: left;
	display: inline-block;
	margin-right: 8px;
	margin-top: 2px;
}

.paging .paging-left {
	background: #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	padding: 1px 10px;
}

.paging .paging-number {
	font-size: 14px;
	font-weight: bold;
}

.pagination {
	float: right;
}

.pagination .pagination-parts {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.pagination .pagination-parts li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-left: 4px;
}

.pagination .pagination-parts li:first-child {
	margin-left: 1px;
}

.pagination .pagination-current {
	padding: 2px 10px;
	background: #E0E8F0;
	border: none;
	color: #3D3E3E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}

.pagination a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.pagination a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 1px 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.pagination .pagination-prev a,.pagination .pagination-next a {
	text-indent: -9999px;
	background: url(/mypage/images/arrow_prev.png) no-repeat 0 0;
	width: 10px;
	height: 12px;
	padding: 0;
	display: block;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.pagination .pagination-next a {
	background: url(/mypage/images/arrow_next.png) no-repeat 0 0;
}

.pagination .pagination-prev a:hover,
.pagination .pagination-next a:hover {
	background-position: 0 -13px;
}



/* ページング（縮小版） */

.paging-02 {
	padding: 6px;
	border: 2px #EEE solid;
	display: inline-block;
	float: right;
	background: #FFF;
	font-size: 11px;
	width: 316px;
}

.paging-02 .paging-parts {
	float: left;
	display: inline-block;
	margin-right: 8px;
	margin-top: 2px;
}

.paging-02 .paging-left {
	background: #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	padding: 1px 10px;
}

.paging-02 .paging-number {
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
}

.pagination-02 {
	float: right;
}

.pagination-02 .pagination-parts {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.pagination-02 .pagination-parts li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.pagination-02 .pagination-current {
	padding: 2px 6px;
	background: #E0E8F0;
	border: none;
	color: #3D3E3E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}

.pagination a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.pagination-02 a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 1px 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.pagination .pagination-prev a,.pagination .pagination-next a {
	text-indent: -9999px;
	background: url(/mypage/images/arrow_prev.png) no-repeat 0 0;
	width: 10px;
	height: 12px;
	padding: 0;
	display: block;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.pagination .pagination-next a {
	background: url(/mypage/images/arrow_next.png) no-repeat 0 0;
}

.pagination .pagination-prev a:hover,
.pagination .pagination-next a:hover {
	background-position: 0 -13px;
}


/* ボタン */

.btn-more {
	-webkit-border-radius: 5px;
	display: inline-block ;
	background-color: #a3a3a3;
	margin-top:50px;
	margin-left:40%;
}

.btn-more a {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #fff;
	letter-spacing: 1px;
}

.btn-more:hover {
	/*border: 1px #333 solid;
	box-shadow: 1px 1px 0px 0px #333;
	-webkit-box-shadow: 1px 1px 0px 0px #333;
	-moz-box-shadow: 1px 1px 0px 0px #333;
	margin: 1px 0 0 1px;*/
}

.btn-more:hover a {
	background-color:#c1c1c1;
	-webkit-border-radius: 5px;
	/*padding-bottom: 9px;*/
}

.btn-download {
	-webkit-border-radius: 5px;
	display: inline-block;
	background-color: #D61B5C;
	margin-left: 10px;
}

.btn-download a {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #fff;
	letter-spacing: 1px;
}

.btn-download:hover {
	/*border: 1px #333 solid;
	box-shadow: 1px 1px 0px 0px #333;
	-webkit-box-shadow: 1px 1px 0px 0px #333;
	-moz-box-shadow: 1px 1px 0px 0px #333;
	margin: 1px 0 0 1px;*/
}

.btn-download:hover a {
	background-color:#c1c1c1;
	-webkit-border-radius: 5px;
	/*padding-bottom: 9px;*/
}

.groupDownloadBlock {
	width: 100%;
	padding-bottom:20px;
	float:right;
	text-align: right;

}

.breadcrumbs {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 10px;
	height: 30px;
	margin-top: 100px;
}


/* ::::::::::::::::::::::::::::::
**:::::::  トップページ   :::::::
::::::::::::::::::::::::::::::::: */

.topStage {
	width: 678px;
	height: 558px;
	background: url(/mypage/images/top_stage.png) no-repeat;
	margin: 20px auto;
	padding: 11px;
}

.topStage .stageInner {
	width: 666px;
	margin: 20px auto;
}

.photoTitle {
	width: 678px;
	height: 62px;
	text-align: center;
	padding-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

.photoTitle p,.photoTitleTop p {
	color: #7E6750;
	font-size: 12px;
}

.photoTitle h2 {
	font-size: 20px;
}

dl.limitDate {
	display: inline-block;
	margin: 5px auto 0;
	font-size: 11px;
	color: #7E6750;
	text-align: center;
	background: #FFF;
	padding: 2px 15px;
	border-radius: 20px;
}

dl.limitDate dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

dl.limitDate dd {
	float: right;
}

.topStage .topStageLeft {
	width: 420px;
/*	height: 420px; */
	padding: 14px;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	float: left;
}

.topStage .topStageLeft img.mailPhotoImg {
        max-width: 400px;
        max-height: 400px;
margin-left : auto;
margin-right : auto ;
display: block;
}

.topStage .topStageRight {
	width: 202px;
	height: 420px;
	float: right;
	position: relative;
}

.topStageRight dl dt {
	background: #FFF;
	width: 88px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.topStageRight dl dd {
	padding: 5px 0 10px;
}

.btn-top {
	position: absolute;
	top: 300px;
}

.btn-top-1,.btn-top-2 {
	margin-bottom: 6px;
}

.btn-top-1 a,.btn-top-2 a {
	width: 192px;
	height: 46px;
	text-indent: -9999px;
	display: block;
	outline: none;
}

.btn-top-1 a:hover,.btn-top-2 a:hover {
	background-position: 0 -47px;
}

.btn-top-1 a {
	background: url(/mypage/images/btn_top_1.png) no-repeat 0 0;
}

.btn-top-2 a {
	background: url(/mypage/images/btn_top_2.png) no-repeat 0 0;
}

.btn-top-3 a {
	width: 192px;
	height: 36px;
	background: url(/mypage/images/btn_top_3.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	outline: none;
}

.btn-top-3 a:hover {
	background-position: 0 -37px;
}

.news {
	width: 100%;
	margin-top: 20px;
}

.news th {
    border-bottom: 1px solid #999;
    color: #686859;
    padding: 15px 10px;
    text-align: left;
    vertical-align: top;
    width: 120px;
}

.news td {
    border-bottom: 1px solid #999;
    padding: 15px 10px;
    vertical-align: top;
}

.side_bnr {
	width: 250px;
	height: 250px;
	position: relative;
	margin-bottom: 30px;
}

.side_bnr .sideComment {
	background: url(/mypage/images/side_comment_bg.png) no-repeat;
	width: 230px;
	height: 104px;
	position: absolute;
	bottom: 0;
	padding: 20px 10px 0;
}

.side_bnr .sideComment dt {
	color: #B09D73;
	font-size: 14px;
	border-bottom: #B09D73 1px solid;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 7px;
}



/* ::::::::::::::::::::::::::::::
**:::::::  ギャラリーページ   :::::::
::::::::::::::::::::::::::::::::: */

.galleryWrap {
	background: url(/mypage/images/foot_texture.png) repeat;
	padding: 10px;
	background-size: contain;
	min-width: 1080px;
}

.galleryTop {
	background: url(/mypage/images/bg_gallery_top.png) repeat-x;
	height: 20px;
	min-width: 1100px;
}

.galleryBottom {
	background: url(/mypage/images/bg_gallery_bottom.png) repeat-x;
	height: 20px;
	min-width: 1100px;
}

.galleryWrapInner {
	width: 95%;
	min-width: 1030px;
	position: relative;
	margin: 30px auto 0;
	min-height: 600px;
}

.photoStage {
	width: 524px;
	height: auto;
	padding: 23px;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

.photoStage .mainPhoto {
	width: 420px;
	padding-bottom: 15px;
	background: url(/mypage/images/border_line.png) repeat-x bottom;
	margin: 0 auto 22px;
}

.photoStage .mainPhoto img.mainPhotoImg{
        max-width: 400px;
        max-height: 400px;
}

.photoStage .mainPhoto .mainPhotoFrame {
	width: 420px;
/*	height: 420px;*/
	margin: 0 auto 10px;
	overflow: hidden;
}

.photoStage .mainPhoto .photoNumber {
	color: #787878;
	font-size: 12px;
	text-align: center;
}

.galleryWrapInner .photoStage {
	position: absolute;
	left: 0;
	top: 0;
}

.photobtn1 {
	display: inline-block;
	margin: 0 auto;
}

.photobtn1 li {
	float: left;
	width: 80px;
	height: 25px;
	margin-right: 10px;
}

.photobtn1 li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

.photobtn1 li.btn1 {
	background: url(/mypage/images/btn_fb.png) no-repeat 0 0;
}

.photobtn1 li.btn2 {
	background: url(/mypage/images/btn_tw.png) no-repeat 0 0;
}

.photobtn1 li.btn3 {
	background: url(/mypage/images/btn_gp.png) no-repeat 0 0;
}

.photobtn1 li.btn4 {
	background: url(/mypage/images/btn_ml.png) no-repeat 0 0;
	margin-right: 0;
}

.photobtn1 li.btn5 {
	background: url(/mypage/images/btn_fv.png) no-repeat 0 0;
	width: 120px;
	float: right;
	margin-left: 10px;
}

.photobtn1 li.btn5_on {
	background: url(/mypage/images/btn_fv_on.png) no-repeat 0 0;
	width: 120px;
	float: right;
	margin-left: 10px;
}

.photobtn1 li.btn1:hover,.photobtn1 li.btn2:hover,.photobtn1 li.btn3:hover,.photobtn1 li.btn4:hover,.photobtn1 li.btn5:hover,.photobtn1 li.btn5_on:hover {
	background-position: 0 -26px;
}

.photobtn2 {
	margin-top: 12px;
	position: relative;
}

.photobtn2 li {
	float: left;
	width: 100px;
	height: 40px;
	margin-right: 6px;
	position: relative;
}
.photobtn2 li:last-child {
	margin-right: 0;
}

.photobtn2 li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

.photobtn2 li.btn5 {
	background: url(/mypage/images/btn_gl_05.png) no-repeat 0 0;
}

.photobtn2 li.btn6 {
	background: url(/mypage/images/btn_gl_06.png) no-repeat 0 0;
}

.photobtn2 li.btn7 {
	background: url(/mypage/images/btn_gl_07.png) no-repeat 0 0;
}

.photobtn2 li.btn8 {
	background: url(/mypage/images/btn_gl_08.png) no-repeat 0 0;
}

.photobtn2 li.btn9 {
	background: url(/mypage/images/btn_gl_09.png) no-repeat 0 0;
	width: 100px;
	float: right;
}

.photobtn2 li.btn10 {
	background: url(/mypage/images/btn_gl_10.png) no-repeat 0 0;
}

.photobtn2 li.btn5:hover,.photobtn2 li.btn6:hover,.photobtn2 li.btn7:hover,.photobtn2 li.btn8:hover,.photobtn2 li.btn9:hover,.photobtn2 li.btn10:hover {
	background-position: 0 -41px;
}

.photobtn2 li.btn6 ul {
	display: none;
}

.photobtn2 li.btn6:hover ul {
	display: block;
}

.photobtn2 ul {
	position: absolute;
	top: 40px;
	left: 0;
	background: #FCE7EE url(/mypage/images/nomounter.png) 5px 5px no-repeat;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 10;
	width: 350px;
	padding: 20px 0 5px 0;
}

.photobtn2 ul li {
	z-index: 99;
	line-height: 25px;
	display: block;
	float: none;
	font-size: 12px;
	width: 100%;
	height: 25px;
	text-align: left;
	color: #FFF;
}

.photobtn2 ul li.divider {
	border-bottom: 1px #888 dashed;
	height: 1px;
	margin-bottom: 5px;
}

.photobtn2 ul li a {
	color: #333;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	text-align: left;
}

.photobtn2 ul li a:hover {
	color: #F66;
}

.galleryRight {
	margin-left: 580px;
}

.photoGallery {
	margin: 30px 0 20px;
}

.photoGallery:after,.photobtn1:after,.photobtn2:after,.cart-form dl:after,.historyBox:after,.signin-form dl:after,.tosWrap dl:after,.anav:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.photoGallery li {
	float: left;
	padding: 5px 5px 2px;
	background: #FFF;
	margin: 0 0 10px 10px;
	height : 120px;
	text-align : center;
	width : 90px;
}

.photoGallery li a {
	display: block;
	height : 90px;
}

.photoGallery li a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.photoGallery li.selected {
	background: #B2AAA8;
}

.photoGallery li.selected:hover,.photoGallery li.selected a {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	cursor: default;
}

.photoGallery img.thumbnail {
    max-height: 90px;
    max-width: 90px;
}

.photoGallery li .photoStatus {
	padding: 3px 0 0;
	height: 22px;
}

.photoGallery li .photoStatus span {
	float: left;
	font-size: 11px;
	padding-top: 3px;
	color: #787878;
}

.photoGallery li.selected .photoStatus span {
	color: #FFF;
}

.photo-icons {
	color: #D61B5B;
	float: right;
	line-height: 1;
	padding-top: 3px;
}

.photoGallery li .photoStatus .photo-icons a {
	display: inline-block;
	float: right;
	font-size: 15px;
	margin-left: 5px;
	color: #DDD;
}

.photoGallery li .photoStatus .photo-icons a.selected {
	color: #E7437D;
}


/* ::::::::::::::::::::::::::::::
**:::::::  ログイン関連   :::::::
::::::::::::::::::::::::::::::::: */

.bg_pattern1 {
	/*background: url(/mypage/images/foot_texture.png);*/
	padding: 30px 0;
	margin: 10px 0 30px;
}

.signInLeft {
	float: left;
	width: 60%;
        margin-top: 50px;
}

.signInRight {
	width: 36%;
	float: right;
        margin-top: 50px;
}

.signInCenter {
	width: 60%;
	margin: 123px auto 0;
        /*margin-top: 123px;*/
}

.signInCenterInviteRegist {
	width: 90%;
	margin: 123px auto 0;
}

.heading1 {
	border: 1px #DDD solid;
	padding: 10px;
	background: #FFF;
	border-left: 3px solid #E7437D;
	margin-bottom: 20px;
}

.heading1 h2 {
	font-size: 20px;
	text-indent: 5px;
	font-weight: normal;
	float: left;
}

.heading1 p {
	background: #FCE7EE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	padding: 1px 10px;
	display: inline-block;
	float: left;
	margin-top: 3px;
}

.heading2 {
	font-size: 14px;
	margin-bottom: 3px;
	border-left: 5px #888 solid;
	padding-left: 8px;
	margin-bottom: 20px;
}

.tab-nav li a {
	float: left;
	display: inline;
	padding: 10px 15px;
	background: #AAA;
	margin-right: 5px;
	color: #FFF;
	font-size: 14px;
}

.tab-nav li a.selected,.tab-nav li a.selected:hover {
	background: #FFF;
	color: #666;
	cursor: default;
}

.tab-nav li a:hover {
	background: #999;
}

.signin-form,.whiteBlock {
	background: #FFF;
	padding: 30px;
}

.signin-form dt {
	background: #FCE7EE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	padding: 1px 10px;
	display: inline-block;
}

.signin-form dd .form-support,.cart-form dd .form-support {
	font-size: 11px;
	margin-top: 3px;
	color: #787878;
	display: block;
}

.form-alert,.cart-form dd .form-alert, textarea.form-alert {
	font-size: 12px;
	color: #BF0426;
	display: block;
	margin-bottom: 2px;
}

input.alert, .signin-form input.alert, .cart-form input.alert,
textarea.alert, .signin-form textarea.alert, .cart-form textarea.alert,
select.alert, .signin-form select.alert, .cart-form select.alert {
	border: 1px solid #BF0426!important;
	background: #FBF4F2!important;
}

.signin_table dl,.cart-form dl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(/mypage/images/border_line.png) repeat-x bottom;
}

.signin_table dt {
	margin-bottom: 2px;
	width: 26%;
	float: left;
	text-align: center;
}

.signin_table dd,.cart-form dd {
	margin-bottom: 2px;
	width: 66%;
	float: right;
}

.cart-form .message {
	padding-bottom: 15px;
}

.signin-form input[type="email"],.signin-form input[type="password"],.signin-form input[type="text"],.signin-form input[type="tel"] {
	width: 97%;
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 100%;
	color: #555;
	background: #FFF;
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input#signin_submit {
	background: url(/mypage/images/btn_login.png) no-repeat;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	width: 160px;
	height: 34px;
	margin-top: 12px;
}

input.btn-submit {
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	width: 200px;
	height: 34px;
	display: block;
}

input#btn_submit_1 {
	background: url(/mypage/images/btn_submit_1.png) no-repeat;
	margin-top: 12px;
}

input#btn_submit_2 {
	background: url(/mypage/images/btn_submit_2.png) no-repeat;
	margin: 20px auto 0;
}

input#btn_passregist {
	background: url(/mypage/images/btn_passregist.png) no-repeat;
	margin: 20px auto 0;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	width: 280px;
	height: 34px;
	display: block;
}

.signin_table_2 dl {
	margin-bottom: 10px;
}

.signin_table_2 dt {
	margin-bottom: 5px;
}

.signin_table_2 p.forgotPass {
	margin-top: 20px;
}

.signin_table_2 p.forgotPass a {
	background: url(/mypage/images/arrow_01.png) no-repeat left;
	padding-left: 10px;
}

.alert-dsp {
	background: #FFD2D2;
	border: 2px #D93600 solid;
	color:#BF0426;
	padding: 10px;
	text-align: left;
}

.arrow1 a {
	background: url(/mypage/images/arrow_01.png) no-repeat left;
	padding-left: 10px;
}

.arrow2 a {
	background: url(/mypage/images/arrow_02.png) no-repeat left 3px;
	padding-left: 15px;
	display: block;
}

.user-conf {
	margin-bottom: 30px;
}

.user-conf dl.border-bottom-none {
	margin-bottom: 0;
	border-bottom: none;
	background: none;
	padding-bottom: 0;
}

.user-change {
	display: block;
	text-align: center;
}



/* ::::::::::::::::::::::::::::::
**:::::::  カート関連   :::::::
::::::::::::::::::::::::::::::::: */

.cartTitle {
	border-bottom: 3px #575748 solid;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.cartBtnMypage {
	display:flex;
        justify-content:center;
}

.cartBtnMypage li {
	display: inline-block;
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin: 20px;
}

.cartBtnMypage li.arrow a {
	background: url(/mypage/images/arrow_left.png) no-repeat 10px center #EEE;
	display: block;
	width: 100%;
	height: 100%;
}
.cartBtnMypage li.arrow a:hover {
	background-color: #DDD;
	color: #333;
}

.cartBtn {
	float: right;
	margin: 10px 0;
}

.cartBtn li {
	display: inline-block;
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin-left: 10px;
}

.cartBtn li.arrowLeft a {
        background: url(/mypage/images/arrow_left.png) no-repeat 10px center #EEE;
        display: block;
        width: 100%;
        height: 100%;
}
.cartBtn li.arrowLeft a:hover {
        background-color: #DDD;
        color: #333;
}

.cartBtn li.arrowRight a {
	background: url(/mypage/images/arrow_right.png) no-repeat 160px center #e8447e;
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.cartBtn li.arrowRight a.unclickable {
	background: #AAA;
	cursor: default;
}
.cartBtn li.arrowRight a:hover {
	background-color: #D61B5C;
}
.cartBtn li.arrowRight a.unclickable:hover {
	background: #AAA;
}

.btn-dl {
	width: 154px;
	height: 36px;
	text-indent: -9999px;
	background: url(/mypage/images/btn_dl.png) no-repeat 0 0;
	outline: none;
	display: block;
	margin: 0 auto;
}

.btn-dl:hover {
	background-position: 0 -37px;
}

.btn-to-dl,.btn-to-cart {
	width: 124px;
	height: 30px;
	text-indent: -9999px;
	outline: none;
	display: block;
	margin: 0 auto;
}

.btn-to-dl {
	background: url(/mypage/images/btn_to_dl.png) no-repeat 0 0;
}

.btn-to-cart {
	background: url(/mypage/images/btn_to_cart.png) no-repeat 0 0;
}

.btn-to-dl:hover,.btn-to-cart:hover {
	background-position: 0 -31px;
}

.cartTable {
	width: 100%;
	margin: 20px 0px;
        background-color: #fff;
        border: 2px solid #666;
}

.orderItemName {
	font-size: 20px;
	font-weight: bold;
}

.cartTable .icon-field      { width: 55px; padding: 10px; }
.cartTable .info-field      { width: }
.cartTable .price-field     { width: 90px;  max-width: 90px; }
.cartTable .quantity-field  { width: 80px; max-width: 80px; }
.cartTable .price-sum-field { width: 100px; max-width: 100px; }
.cartTable .action1-field   { width: 80px; }
.cartTable .action2-field   { width: 100px; }

.cartTable thead th {
	background: #7b7c7c;
	color: #FFF;
	padding: 10px;
	border: 1px #FFF solid;
}

.cartTable thead th:nth-child(2) { border-left: 0; }
.cartTable thead th:nth-child(3) { border-left: 0; }
.cartTable thead th:nth-child(4) { border-left: 0; }
.cartTable thead th:nth-child(5) { border-left: 0; }

.cartTable.cartTableLast thead th:last-child {
	border-right: 0;
	width: 20%;
}

.cartTable.cartTableLast thead th:nth-child(3),
.cartTable.cartTableLast tbody td:nth-child(3) {
	width: 80px;
}

.cartTable tbody td {
	padding: 10px 5px;
	border-right: 1px #CCC solid;
	border-top: 1px #CCC solid;
	text-align: center;
	vertical-align: middle;
}

.cartTable tbody tr:last-child td {
	border-bottom: 1px #CCC solid;
}

.cartTable tbody tr.scene td {
        border: none;
	background: #eeeeee;
	text-align: left;
	font-size: 100%;
}

.cartTable tbody tr.scene:nth-of-type(n+2) td {
	border-top: 2px #666 solid;
}

.cartTable tbody tr.product-item td {
	border-top: 2px #666 solid;
}

.cartTable tbody tr.scene + tr.product-item td {
	border-top: none;
}

.cartTable tbody td span.cart-icon {
	width: 120px;
	display: block;
}

.cartTable tbody td span.iconpath img{
        width: 110px;
}

.cartTable tbody td.icon-field {
	border-right: none;
}

.cartTable tbody tr.border-bottom-none td.icon-field {
	border-bottom: 1px #666 solid;
}

.cartTable tbody td.info-field {
	text-align: left;
	vertical-align: text-top;
}
.cartTable tbody td.info-field span.productName {
        font-weight: bold;
}

.cartTable tbody td.border-top-none {
	border-top: none;
}

.photo-number {
	display: block;
	font-size: 10px;
	color: #777;
}

.display-on {
	background: url(/mypage/images/arrow_01.png) no-repeat left;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #E84D84;
	font-weight: bold;
	cursor: pointer;
}

.album-text-info {
	font-size: 11px;
	border: 1px #DDD solid;
	padding: 5px;
	margin-top: 5px;
	margin-right: 20px;
	display: none;
}

.album-text-info dl {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}

.album-text-info dt,.cart-form .album-text-info dt {
	font-weight: bold;
	color: #555;
	text-align: left;
	float: none;
	display: block;
	width: 100%;
}

.album-text-info dd,.cart-form .album-text-info dd {
	color: #777;
	float: none;
	display: block;
	text-align: left;
	width: 100%;
}

.cartTable tbody td.border-bottom-none,.cartTable tbody tr.border-bottom-none td {
	border-bottom: none;
}

.cartTable tbody tr.btn-field td {
	text-align: right;
	padding: 20px 50px;
	background: #F7F9F8;
}

.cartTable.cartTableLast tbody td:first-child {
	width: 50%;
	text-align: left;
}

.cartTable tbody td.price-field {
	text-align: right;
}

.cartTable tbody td.price-sum-field {
	text-align: right!important;
	font-size: 14px;
}

.cartTable tbody td:last-child {
	border-right: 0;
	text-align: center;
}

.cartTable tbody tr.bg-pink td {
	background: #FAE9E8;
}

.cartTable tbody tr.bg-pink td.text-red {
	color: #900;
}

.cartTableConfirm tr.border-bottom-none td {
	padding-bottom: 0;
}

.btn-style1 {		
	background: -moz-linear-gradient(top, #FFF, #E7F5F8);	
	background: -webkit-linear-gradient(top, #FFF, #E7F5F8);	
	background: -o-linear-gradient(top, #FFF, #E7F5F8);	
	background: -webkit-gradient(linear, left top,  left bottom, from(#FFF), to(#E7F5F8));	
	background: linear-gradient(top, #FFF, #E7F5F8);	
	border-radius: 5px;	
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	border: 1px #CCC solid;	
	display: inline-block;	
	padding: 3px 10px;	
}		

.btn-style2 {
	background: #7b7c7c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px #CCC solid;
	display: inline-block;
	padding: 5px 15px;
	color: #FFFFFF;
}

.btn-style2 span {
	color: #FFFFFF;
}

.btn-style3 {
	background: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px #CCC solid;
	display: inline-block;
	padding: 3px 10px;
}

.priceTotal {
       float: right;
       padding: 10px;
       border: 3px #EEE solid
}

.itemPriceTotal {
        height: 70px;
        text-align: right;
        vertical-align: middle;
        font-size: 18px;
}

.itemPriceTotal, .priceTax {
        vertical-align: middle;
        color: #666666;
        border-top: 2px #666 solid;
}

.itemPriceTotal, #price {
        vertical-align: middle;
        color: #e8447e;
        padding: 3px 40px;
}

.cartTablePrice,.cartTablePrice2 {
	width: 100%;
}

.cartTablePrice th,.cartTablePrice2 th {
	text-align: left;
	padding: 2px 10px;
	font-size: 14px;
}

.cartTablePrice td,.cartTablePrice2 td {
	text-align: right;
	padding: 2px 10px;
	font-size: 14px;
}

.cartTablePrice2 td {
	font-size: 20px;
	padding: 2px 11px;
}

.priceLast {
	text-align: right;
}

.priceTotal .divider {
	border-bottom: 1px #888 dashed;
	height: 1px;
	margin: 5px 0;
}

.c-title1 {
	font-size: 18px;
	margin: 20px 0 10px;
	border-left: 3px #888 solid;
	padding-left: 8px;
}

.cartLeft {
	width: 650px;
	float: left;
	padding-right: 50px;
	border-right: 2px #EEE solid;
}

.cart-form dt {
	margin-bottom: 2px;
	width: 30%;
	float: left;
	text-align: center;
}

.cart-form dt p {
	background: #FCE7EE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	width: 78%;
	text-align: center;
	float: left;
}

.cart-form dt span.require {
	background: #B20000;
	display: inline-block;
	padding: 1px 5px;
	color: #FFF;
	font-size: 10px;
	float: right;
}

.cart-form input[type="text"],.cart-form textarea {
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 100%;
	color: #555;
	background: #FFF;
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cart-form textarea {
	height: 80px;
}

.cart-form input.d-half { width: 120px; }
.cart-form input.d-mini1 { width: 80px; }
.cart-form input.d-mini2 { width: 100px; }
.cart-form input.d-mini3 { width: 52px; }

.cart-form input.d-full,.cart-form textarea {
	width: 97%;
}

.cart-form label {
	cursor: pointer;
}

.grayBox {
	padding: 10px;
	background: #f3f3f3;
}

.c-title2 {
	font-size: 15px;
	margin-bottom: 3px;
	border-left: 3px #888 solid;
	padding-left: 8px;
	background: #EEE;
	line-height: 30px;
	margin-bottom: 20px;
}

.cart-form .payway {
	border-bottom: 2px #DDD solid;
	padding-bottom: 10px;
	margin-bottom: 12px;
	font-weight: bold;
}

.creditInfo dt {
	text-align: left;
}

.card-icon {
	width: 60px;
}

.cart-section {
	padding: 0 20px 20px;
}

.order-error-message {
	text-align: left;
	text-size:100%;
	margin: 20px 0px 100px 0;
}
/* ::::::::::::::::::::::::::::::
**:::::::  購入履歴   :::::::
::::::::::::::::::::::::::::::::: */

.historyBox {
	padding: 25px 0;
	background: url(/mypage/images/border_line.png) repeat-x bottom;
	position: relative;
}

.historyBox .historySm {
	width: 750px;
	float: left;
}

.historyBox .historySm th {
	background: #666;
	color: #FFF;
	border: 1px #FFF solid;
	padding: 10px;
	width: 16%;
}

.historyBox .historySm th {
	background: #666;
	color: #FFF;
	border: 1px #CCC solid;
	padding: 10px;
}

.historyBox .historySm td {
	width: 17%;
	border: 1px #FFF solid;
	padding: 10px 5px;
	font-size: 14px;
	border: 1px #CCC solid;
}

.historyInfo {
	padding: 20px;
	border: 3px #CCC solid;
	margin-top: 20px;
	display: none;
}

.historyInfo .cartLeft {
	width: 600px;
}

.historyBox .dropBtn {
	position: absolute;
	top: 20px;
	right: 0;
	background: url(/mypage/images/arrow_down_w.png) no-repeat 140px center #E7437D;
	display: block;
	width: 160px;
	height: 40px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.historyBox .dropBtn:hover {
	background-color: #D61B5C;
}

.historyInfo .cartTableSum tbody td {
	padding: 5px 2px;
}

.historyInfo .cartTableSum tbody td:first-child {
	width: 30%;
	text-align: left;
}

.disable {
	background: #AAA;
	color: #FFF;
	font-size: 10px;
	padding: 3px;
	width: 114px;
	margin: 0 auto;
	line-height: 1.3;
}

.divider {
	border-bottom: 1px #888 dashed;
	height: 1px;
}

.cart-form.signin-form dt {
	margin-bottom: 2px;
	width: 28%;
	float: left;
	text-align: center;
}

.cartBtn.userBtn {
	float: none;
	margin: 20px auto;
	text-align: center;
}

.shareTable {
	width: 100%;
}

.shareTable th {
	background: #666;
	color: #FFF;
	border: 1px #FFF solid;
	padding: 8px;
	width: 16%;
}

.shareTable th:first-child {
	width: 2%;
}

.shareTable th:last-child {
	width: 10%;
}

.shareTable td {
	border: 1px #CCC solid;
	padding: 5px;
}

.shareTable td:first-child {
	background: #888;
	color: #FFF;
	border: 1px #FFF solid;
	padding: 8px;
	text-align: center;
}

.shareTable td:last-child {
	text-align: center;
}



.shareWrap {
	width: 660px;
	margin: 0 auto;
}

.share-form {
	width: 600px;
	padding: 30px;
	background: #FFF;
	margin: 0 auto;
}

.sharePhoto {
	width: 100%;
/*	height: 520px; */
margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.sharePhoto span.msg {
	border: 2px #E7437D solid;
	display: inline-block;
	padding: 8px 15px;
	color: #E7437D;
}

.sharePhoto .sharePhotoimg {
/*	height: 420px; */
	width: 420px;
	text-align: center;
	overflow: hidden;
	margin: 10px auto;
}

.sharePhoto .sharePhotoimg img.mainPhotoImg {
        max-width: 400px;
        max-height: 400px;
}

.share-form dt {
	width: 30%;
}

.share-form dd {
	width: 68%;
}



.photoTitle2 {
	width: 598px;
	height: 58px;
	text-align: center;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

.photoTitle p {
	color: #7E6750;
}

.photoTitle h2 {
	font-size: 20px;
}

.inviteSheet {
	background: #FFF;
	padding: 30px;
	border-bottom: 3px #E7437D solid;
	border-top: 3px #E7437D solid;
}

.invitePhoto {
	width: 590px;
	margin: 20px auto 0;
}

.inviteSheet .inviteL {
	width: 300px;
/*	height: 300px; */
	float: left;
	overflow: hidden;
}

.inviteSheet .inviteL img {
/*	width: 100%;*/
        max-width: 300px;
        max-height: 300px;
margin-left : auto;
margin-right : auto ;
	display: block;
}

.inviteR {
	width: 270px;
	float: right;
}

.inviteR dt {
	background: #FEF5F8;
	width: 88px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.inviteR dd {
	padding: 3px 0 10px;
}

.tosWrap {
	margin-top: 50px;
}

.tosWrap .heading2 {
	margin-top: 30px;
}

.tosWrap th {
	width: 20px;
	font-weight: normal;
}

.tosWrap table table {
	margin: 20px 0;
}

.tosWrap ul li {
	list-style-type : disc;  
	margin-left: 20px;
	line-height:22px;
}
.tosWrap dl {
	line-height:22px;
}
.tosWrap dl dt {
	font-weight: bold;
}
.tosWrap dl dd {
	padding-left: 20px;
}




/* ::::::::::::::::::::::::::::::
**:::::::  アルバム関連   :::::::
::::::::::::::::::::::::::::::::: */

#header-album {
	border-top: 5px #333 solid;
	border-bottom: 2px #CCC solid;
	height: 115px;
}

#header-album .wrap {
	position: relative;
}

#header-album #logo {
	float: left;
	margin-top: 18px;
	margin-bottom: 15px;
}

#footer.footer-album {
	height: 100px;
}

.cartBtn.albumBtn {
	float: none;
	margin: 10px 0;
}

.cartBtn.albumBtn li {
	margin-right: 10px;
	margin-left: 0;
}

.anav {
	margin-bottom: 43px;
	margin-top: 65px;
}

.anav.margintop20 {
	margin-top: 20px;
}

.anav li {
	width: 198px;
	height: 41px;
	float: left;
	display: inline;
	margin-right: 2px;
}

.anav li a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
}

.anav li a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.anav li.anav1 a {
	background: url(/mypage/images/anav1.gif) no-repeat 0 -42px;
}
.anav li.anav2 a {
	background: url(/mypage/images/anav2.gif) no-repeat 0 -42px;
}
.anav li.anav3 a {
	background: url(/mypage/images/anav3.gif) no-repeat 0 -42px;
}
.anav li.anav4 a {
	background: url(/mypage/images/anav4.gif) no-repeat 0 -42px;
}
.anav li.anav5 a {
	background: url(/mypage/images/anav5.gif) no-repeat 0 -42px;
}

.anav li a.selected {
	background-position: 0 0;
}

.anav li a.selected:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	cursor: default;
}

.p-list {
	padding-bottom: 50px;
}

.cartTitle span {
	display: inline-block;
	padding-left: 20px;
	padding-bottom: 3px;
	color: #575746;
}

.galleryWrap .cartBtn li.arrowLeft a {
	background: url(/mypage/images/arrow_left_w.png) no-repeat 10px center #BBB;
	color: #FFF;
}

.galleryWrap .cartBtn li.arrowLeft a:hover {
	background: url(/mypage/images/arrow_left_w.png) no-repeat 10px center #AAA;
}

.album-table {
	width: 100%;
	margin-top: 30px;
	background: #FFF;
}

.album-p {
	width: 200px;
	display: block;
	margin: 0 auto;
	background: #FFF;
}

.album-table tbody td {
	padding: 10px;
	border-right: 3px #FFF solid;
	border-bottom: 3px #FFF solid;
	vertical-align: middle;
	text-align: center;
	border: 5px #F3F1EA solid;
}

.album-table td.info-column {
	width: 540px;
	vertical-align: top;
	text-align: left;
	padding: 20px;
}

.album-table td.info-column2 {
	width: 300px;
	vertical-align: top;
	text-align: left;
	padding: 20px;
}

.album-table td.table-column {
	width: 200px;
}

.album-table td.table-column table.album-table-inner {
	width: 100%;
}

.album-table td.table-column table.album-table-inner th,
.album-table td.table-column table.album-table-inner td {
	padding: 3px;
	text-align: left;
	border-bottom: 1px #CCC solid;
	background: none;
	border-left: none;
	border-top: none;
	font-size: 12px;
}

.album-table td.table-column table.album-table-inner th {
	width: 70px;
}

.album-table td.table-column .cartBtn li {
	display: inline-block;
	width: 180px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	margin-left: 10px;
}

.album-table tbody td:last-child {
	border-right: 0;
	text-align: center;
}

.btn-order {
	width: 150px;
	height: 40px;
	background: url(/mypage/images/btn_order.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	outline: none;
	margin: 0 auto;
}

.btn-order:hover {
	background-position: 0 -41px;
}

.arrow-03 {
	background: url(/mypage/images/arrow_03.png) no-repeat left 5px;
	padding-left: 15px;
	font-size: 15px;
	margin-bottom: 10px;
}

.albumTitle {
	border-bottom: 3px #575748 solid;
	padding-bottom: 6px;
	margin-bottom: 18px;
	font-size: 20px;
	color: #575746;
}

.albumTypeL {
	width: 180px;
	float: left;
}

.albumTypeL h3 {
	font-size: 20px;
	border-bottom: 1px #CCC solid;
	border-top: 1px #CCC solid;
	text-align: center;
	padding: 10px 0;
}

.albumTypeR {
	width: 800px;
	float: right;
}

.albumTypeR .album-table {
	margin-top: 0;
}

.alert-text {
	color: #F00;
	text-align: left;
	font-size: 11px;
}

.album-table td.info-column2 .btn-style1 {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 8px;
}

.album-next {
	float: left;
	padding-top: 17px;
	font-size: 14px;
}

.album-confirm {
	border-top: 2px solid #CCC;
	padding-top: 20px;
}

.albumConfirmL {
	width: 600px;
	float: left;
}

.albumConfirmR {
	width: 350px;
	float: right;
}

.album-table td.table-column-wide {
	width: 400px;
}

.rightPhoto {
	background: #FFF;
	padding: 10px;
	position: relative;
}

.rightPhoto h3 {
	font-size: 15px;
	float: left;
}

.rightPhoto .photoChange {
	float: right;
	background: url(/mypage/images/arrow_un.png) no-repeat 40px 4px #FFF;
	padding-right: 16px;
	border: 1px #CCC solid;
	padding: 1px 20px 1px 10px;
	border-radius: 3px;
	cursor: pointer;
	color: #D61B5B;
	font-size: 12px;
	font-weight: bold;
}

.photoSelect {
	padding: 10px;
	background: #F5F5F5;
	position: absolute;
	top: 32px;
	right: 0;
}

.photoTitle3 {
	width: 100%;
	background: url(/mypage/images/photoTitle_bg_small.png) no-repeat;
	padding-top: 12px;
	height: 50px;
	text-align: center;
	margin: 20px 0 10px;
}

.photoTitle3 .sdate {
	font-size: 11px;
}

.photoTitle3 h2 {
	font-size: 15px;
}

.rightPhotoImg {
	width: 230px;
	padding: 30px 60px 20px;
	text-align: center;
	background: #FFF;
}

.img-adjust {
	display: block;
	width: 100%;
}

.albumGalleryL {
	width: 644px;
	float: left;
}

.albumGalleryR {
	width: 330px;
	float: right;
}

.a-temp {
	float: left;
	width: 380px;
}

.a-title1 {
	padding-left: 12px;
	border-left: 3px #E7437D solid;
	font-size: 16px;
}

.albumSelect {
	margin-top: 20px;
	font-size: 12px;
}

.a-title2 {
	padding-left: 12px;
	border-left: 3px #E7437D solid;
	font-size: 18px;
}

.albumGalleryL label {
	cursor: pointer;
}

.albumGaInfo {
	float: right;
	text-align: right;
	width: 240px;
}

.tooltip {
	font-size: 18px;
	color: #777;
}

.albumStage {
	width: 624px;
	height: 400px;
	background: #FFF;
	border: 1px #CCC solid;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 10px;
}

.albumStage .albumUnder {
	z-index: 1;
	position: relative;
	background: #EAEAEA;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	position: relative;
}

.albumStage .albumUnder .album-temp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 624px;
	max-height: 400px;
}

.photoText {
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	font-size: 100%;
	color: #555;
	background: #FFF;
	vertical-align: middle;
	height: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 634px;
	margin-top: 5px;
}

.swipeable {
	width: 100%;
	height: 100px;
	background: #FFF;
	overflow: hidden;
	padding: 10px 0px;
	border: 1px solid #d4d4d7;
	margin-top: 15px;
}

.swipeable__viewport {
	width: 600px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}

.swipeable__items {
	width: 600px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.swipeable__viewport .slide {
	float: left;
	width: 140px;
	background-color: transparent;
}

.swipeable__viewport .slide img.album-type {
	height: 80px;
	display: block;
	margin: 0 auto;
}

.swipeable__viewport .slide span {
	display: block;
	text-align: center;
	font-size: 11px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputCheck {
	border-bottom: 2px #999 solid;
	margin-top: 20px;
	padding-bottom: 5px;
}

.mid-title {
	float: left;
	font-size: 13px;
	font-weight: bold;
}

.inputCheckbox {
	float: right;
	display: inline-block;
}

.albumForm {
	width: 100%;
}

.albumForm th {
	width: 130px;
	text-align: left;
	font-weight: normal;
	padding: 6px 0;
	border-bottom: 1px #CCC solid;
	vertical-align: top;
}

.albumForm td {
	text-align: left;
	padding: 6px 0 6px 10px;
	border-bottom: 1px #CCC solid;
}

.albumFormInner {
	width: 500px;
}

.albumFormInner th {
	width: 140px;
}

.albumFormInner th,.albumFormInner td {
	border-bottom: 0;
	vertical-align: middle;
	padding: 3px 0;
	font-size: 12px;
}




/*---------------------
	 tooltip共通
----------------------- */
.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip a {
	display: block;
	width: 18px;
	height: 18px;
}

.tooltip > span {
	padding: 10px;
	width: 180px;
	background-color: rgba(0,0,0,0.80);
	box-shadow: 0 0 8px #ccc;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	z-index: 100;
	left: -90px;
	top: 30px;
}

.tooltip > span:after {
	border-width: 8px;
	border-style: solid;
	position: absolute;
	border-color: transparent;
	content: "";
	top: -15px;
	left: 50%;
	margin-left: -8px;
	border-bottom-color: #111;
	opacity: 0.8;
}

.tooltip:hover > span {
	visibility: visible;
	opacity: 1;
	transition: all 0.5s;
}

.albumPrice {
	padding: 20px;
	border: 2px #EEE solid;
	background: #FFF;
}

.album-form-table {
	width: 100%;
}

.album-form-table th {
	text-align: left;
	width: 120px;
	padding: 10px 0;
	border-bottom: 1px #DDD dashed;
}

.album-form-table td {
	padding: 10px;
	border-bottom: 1px #DDD dashed;
}

.help-text {
	font-size: 11px;
	font-weight: normal;
}

.photoGallery-dl {
	padding: 30px 0;
	width: 100%;
}

.dl-img {
	width: 160px;
	height: 130px;
	border: 1px #DDD solid;
	float: left;
	display: inline;
	margin: 0 4px 4px 0;
	position: relative;
	padding-top: 20px;
}

.dl-check {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

.dl-photo-thumb {
	display: block;
	margin: 0 auto 10px;
	width: 90px;
	height: 90px;
	background-size: cover;
	background-position: center center;

}

.dl-img .photoStatus {
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 10px;
	text-align: center;
	width: 140px;
	border-top: 1px #CCC dashed;
	padding-top: 5px;
	color: #999;
	font-size: 12px;
}

.download-photo,.p-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: none;
	z-index: 10;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.download-photo:hover {
	background-color: rgba(0,0,0,0.2);
}

.dl-img > a.selected-dl {
	background-color: rgba(0,0,0,0.2);
}

.download-photo > .icon-dl {
	font-size: 40px;
	color: #FFF;
	text-align: center;
	margin-top: 60px;
	z-index: 9;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.download-photo:hover > .icon-dl {
	display: block;
}

.download-photo > .selected-dl {
	display: block;
}

.lineup {
	padding-bottom: 50px;
}

.p-box {
	width: 300px;
	height: 160px;
	padding: 10px;
	float: left;
	display: inline;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 20px 0 0;
	position: relative;
}

.p-box:nth-child(3n) {
	margin-right: 0;
}

.p-title {
	border-left: #F99 5px solid;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.p-img {
	width: 120px;
	float: left;
	display: block;
}

.p-text {
	float: right;
	width: 170px;
	font-size: 12px;
}

.p-link {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-indent: -9999px;
}

.p-link:hover {
	background-color: rgba(0,0,0,0.1);
}

#lock-screen {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: url(/mypage/images/bx_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	opacity: 0.5;
}

.text-red {
    color: #900;
}
.pointTable {
	width: 100%;
}

.pointTable th {
	background: #666;
	color: #FFF;
	border: 1px #FFF solid;
	padding: 8px;
	width: 10%;
}

.pointTable th:first-child {
	width: 2%;
}

.pointTable th:last-child {
	width: 10%;
}

.pointTable td {
	border: 1px #CCC solid;
	padding: 5px;
}

.pointTable td:first-child {
	background: #888;
	color: #FFF;
	border: 1px #FFF solid;
	padding: 8px;
	text-align: center;
}

.caution {
	font-weight: bold;
	text-decoration:underline;
}



