
@charset "UTF-8";
/* CSS Document */
h2.deco:before {
    content: " ";
    background:url('/mypage/ph1/images/title_bg_left.png') no-repeat;
    position: relative;
    display: block;
    height:34px;
    width:18px;
    float:left;
    top: 15px;

}
h2.deco:after {
    content: " ";
    background:url('/mypage/ph1/images/title_bg_right.png') no-repeat;
    position: relative;
    display: block; 
    height:34px;
    width:18px; 
    float:right;    
    top:-18px;
    margin-right:-12px;
}
.layoutWrapper{
    width:1024px;
}
.photosetdetail{
    float: left;
    margin-top:70px;
    margin-bottom: 5px;
}
.photosetdetail p{
    margin-bottom:4px;
    text-align:left;
    letter-spacing: 2px;
}
.photosetdetail p span{
    display: inline-block;
    width:65px;
}

.photosetoperation {
    float:left;
    margin-top:90px;
}
.photosetoperation li {
    float: left;
    margin-left: 20px;
    width: 201px;
    height: 36px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.photosetoperation li a.disabled {
    display: none;
}
.photosetoperation li a img {
    position:absolute;
}
.photosetoperation li a:hover img {
    top:-36px;
}

.photoset{
    margin: 0px auto 0px auto;
    position:relative;
    /*opacity:0.4; TODO 確認 */
    width:1024px;
    /*height:250px;*/
}
/* 確認
.photoset:hover{
    opacity:0.9;
}
*/
.photosetinfo{
    width:100%;
    /*height:100%;*/
    left:0px;
    z-index:3;
    display:inline-block;
}
.photosetinfo div{
    float:left;
    margin-left: 0px;
    width:247px;
    height:247px;
    position:relative;
    z-index:-3;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
    border: 1px solid #F7A8C9;
    box-shadow: -4px 8px 20px grey;
}
.photosetinfo div + div{
    margin-left: 8px;
}
#slider {
    width:100%;
    overflow: hidden;
/*  margin:0 auto;*/
}

.campaign {
    margin: 70px auto 0;
    background: url(/mypage/images/texture.png) repeat;
    padding: 50px 0;
}
.campaign_img {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 974px;
}
.campaign_img img {
    margin: 20px 0;
}
.orderstep {
    width:930px;
    height:550px;
    background:url('/mypage/ph1/images/orderstep_bg.png') no-repeat;    
    margin:80px auto 0 auto;    
    padding-top:50px;
    color:#56504e;
}
.orderstep h2 {
    text-align:center;
    font-size:26px;
    font-weight:normal;
    line-height:30px;
    margin:0 auto 30px auto;
    width:400px;
    letter-spacing:2px;
}

.orderstep h2 .txt_s {
    font-size:20px; 
}
.orderstep h2 .txt_l {
    font-size:36px; 
}
.orderstep ul.arrow  {
    width:822px;
    height:62px;
    margin:30px auto;
    background:url('/mypage/ph1/images/flow_arrow_bg.png') no-repeat;
}
.orderstep ul.arrow  li.arrow1{
    float: left;
    padding-left: 78px;
    font-size: 17px;
    padding-top: 19px;
}
.orderstep ul.arrow  li.arrow2{
    float: left;
    padding-left: 123px;
    font-size: 17px;
    padding-top: 19px;
}
.orderstep ul.arrow  li.arrow3{
    float: left;
    padding-left: 109px;
    font-size: 17px;
    padding-top: 19px;
}
.orderstep ul.arrow  li.arrow4{
    float: left;
    padding-left: 106px;
    font-size: 17px;
    padding-top: 19px;
}

.orderstep ul.step{
    width:840px;
    height:246px;
    margin:0 auto;
}
.orderstep ul.step li{
    float: left;
    background-image:url('/mypage/ph1/images/flow_step_bg.png');
    background-repeat:no-repeat;
    width:192px;
    height:246px;
    margin-left:14px;
}
.orderstep ul.step li p{
    float: left;
    width:160px;
    font-size:12px;
    margin-top:10px;
    margin-left:14px;
    text-align:justify;
    text-justify:inter-ideograph;
    }
.orderstep ul.step li img{
    width:160px;
    height:134px;
    margin-top:40px;
    margin-left:15px;
}

.qa {
    width:930px;
    height:550px;
    background:url('/mypage/ph1/images/qa_bg.png') no-repeat;   
    margin:0 auto;  
    padding-top:50px;
    color:#56504e;
}

.qa h2 {
    text-align:center;
    font-size:26px;
    font-weight:normal;
    line-height:30px;
    width:200px;
    margin:0 auto 30px auto;
    letter-spacing:2px;
}
.qa h2 .txt_s {
    font-size:20px; 
}
.qa div{
    width:700px;
    margin-left:100px;
    margin-bottom:40px;
}
.qa div .question{
    font-size:13px;
    font-weight:bold;
    background:url('/mypage/ph1/images/q_icon.png') no-repeat;
    padding-left:20px;
    margin-bottom:7px;
}
.qa div .answer{
    font-size:12px;
    padding-left:20px;
    text-align:justify;
    text-justify:inter-ideograph;
}

#faq:hover {
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#faq{
    display:-webkit-inline-box;
    background:url('/mypage/ph1/images/btn_qa.png') no-repeat;
    height:34px;
    width:186px;
    margin-left: 370px;
    margin-top: 20px;
}
/* 2018.08.02 IE11 start */
_:-ms-lang(x)::-ms-backdrop,#faq{
    display:inline-block;
}
/* 2018.08.02 IE11 end */
.faq {
    width:770px;
    margin:0 auto;
    color:#56504e;
    padding-bottom:20px;
}

.faq h2 {
    text-align:center;
    font-size:26px;
    font-weight:normal;
    line-height:30px;
    width:200px;
    margin:0 auto 50px auto;
    letter-spacing:2px;
}
.faq h2 .txt_s {
    font-size:20px; 
}
.faq div{
    width:750px;
    margin-left:0px;
    margin-bottom:40px;
}
.faq div .question{
    font-size:13px;
    font-weight:bold;
    background:url('/mypage/ph1/images/q_icon.png') no-repeat;
    padding-left:20px;
    margin-bottom:7px;
}
.faq div .answer{
    font-size:12px;
    padding-left:20px;
    text-align:justify;
    text-justify:inter-ideograph;
}
#back_top:hover {
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#back_top{
    display:-webkit-inline-box;
    background:url('/mypage/ph1/images/btn_top.png') no-repeat;
    height:34px;
    width:186px;
    margin-left:295px;
    margin-top:40px;
}

#footer_campaing {
	clear:both;
	width:1000px;
	margin: 0 auto;
	font-size:12px;
	padding-top:10px;
        text-align:center;
}

#footer_campaing #footTop {
	display: inline-block;
	margin: 0 auto 50px;
	background: url(/mypage/images/vertical_line.png) no-repeat left;
}

#footer_campaing #footTop li {
	float: left;
	display: inline;
	background: url(/mypage/images/vertical_line.png) no-repeat right;
	padding: 0 15px;
}

#footer_campaing #footTop a:link, a:visited {
    color: #575746;
    text-decoration: none;
    font-weight: bold;
}

#footer_campaing img {
	margin-right:20px;
}
#footer_campaing p {
	margin-top:20px;
	margin-bottom:50px;
}
/* 2018.08.23 add start */
.photo_campaing{
	background-image: url('/mypage/images/campagin_pickup.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
/* 2018.08.23 add end */

/* ▼▼▼▼▼▼年賀状ブロック(mypage/index.html) ▼▼▼▼▼▼*/
#nenga .box_white_r {
    background-color:#fff;
    margin-bottom:4em;
    border-radius:15px;
    padding:5em;
}
#nenga img{
    width:100%;
    margin:0;
}
#nenga p {
    margin-bottom:2em;
    text-align:center;
    float:le
}
#nenga .cv a{
    text-decoration-line: underline;
    color:#000;
}
/*▲▲▲▲▲▲年賀状ブロック(mypage/index.html)▲▲▲▲▲▲*/
/*20190322 -nak*/
.note {
    width: 900px;
    margin: 4em auto 0;
}

.allphotobuy {
    background-color:#E8447E; 
    text-align:center; 
    margin-top:20px; 
    padding:5px;
    position: relative;
    border-radius: 4px;
}

.allphotobuy:hover {
    background-color:#F09BB9; 
}

.allphotobuy.disabled {
    display: none;
}

.allphotobuy a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    display: block;
}

.allphotobuy-icon {
    background:url('/mypage/ph1/images/photo.png') no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    height:30px;
    width:30px;
    float:left;
    top:2px;
    left:370px;
}
.photosetContent {
    float: left;
    margin-left: 80px;
    margin-top: -24px;
    overflow-wrap: break-word;
    width: 276px;
}



