@charset "Shift_JIS";

/* ���ꂩ���͎c���ݒ��N���W�b�g�ŃX�}�[�g�Ȕ��������I �Ώ�VAIO�̂��x�������͂����� */
.creditBox{
	padding: 40px 0 0;
}
.creditBox .wrapper{
	padding-bottom: 4px;
}

.mb22{ margin-bottom:22px !important;}

.fz01{ font-size:141%;}
.fz02{ font-size:90%; font-weight:bold;}
.fz03{ font-size:130%; font-weight:bold; color:#e60000;}
.fz04{ font-size:98%; font-weight:bold;}
.fs{ font-size:83%;}
.fsN{ font-size:75%; padding-left:16px; text-indent:-16px;}


.creditBox .priceTaxin {
  color: #fff;
  /*background: #00b0b8 url(/store/service/zanka/camera/Images/201404/img_t.gif) no-repeat 0 0;*/
  /*max-width: 267px;*/
  width: 100%;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #00b0b8;
	
	padding: 5px ;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  clear: both;

}
.creditBox .priceTaxin:after {
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #00b0b8;
	position: absolute;
	bottom: -12px;
	margin-left: -3px;
  left:50%;

}
.creditBox .priceTaxin > span {
  display: block;
  /*background: url(/store/service/zanka/camera/Images/201404/img_b.gif) no-repeat 0 100%;*/
  /*padding: 5px 10px 12px 10px;*/
  text-align: center;
}


/*
------------------------
c5-creditBlock
------------------------
*/
.c5-creditBlock{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #B2E8EB;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
		.c5-creditBlock .c5-creditBlock__title{
			color: #00b0b8;
			text-align: center;
			font-weight: bold;
			background: #B2E8EB;
			font-size: 14px;
			padding: 2px;
		}
		.c5-creditBlock .c5-creditBlock__content{
			padding: 7px;
		}
			.c5-creditBlock .c5-creditBlock__content.c5-creditBlock__content--orange{
				background: #FFF8CC;
			}

		.c5-creditBlock .c5-creditBlock__table{
			width: 100%;
		}
			.c5-creditBlock .c5-creditBlock__table td,
			.c5-creditBlock .c5-creditBlock__table th{
			    vertical-align: middle;
			}
   .c5-creditBlock .c5-creditBlock__table .c5-fz1{
       font-size: 14px;
   }
			.c5-creditBlock .c5-creditBlock__table td{
				/*width: 100%;*/
				/*display: inline-block;*/
				text-align: right;
			}
        .c5-creditBlock .c5-creditBlock__table .c5-creditBlock__tablePayment{
          line-height: 1;
          padding-bottom: 5px;
          /*letter-spacing: -4px;*/
        }
				.c5-creditBlock .c5-creditBlock__table .c5-creditBlock__tableDot{
					font-size: 10px;
			    /*letter-spacing: -4px;*/
				}
				.c5-creditBlock .c5-creditBlock__table img[src="share/images/146_32_zanka_24.gif"]{
					max-width: 100%;
				}


			@media screen and (max-width: 740px){
				.c5-creditBlock .c5-creditBlock__table th{
					display: inline-block;
					width: 100%;
				}
				.c5-creditBlock .c5-creditBlock__table td{
					width: 100%;
					display: inline-block;
				}
				.c5-creditBlock .c5-creditBlock__table .c5-creditBlock__tableDot{
					float: left;
					width: 100%;
				}
				.c5-creditBlock .c5-creditBlock__content--orange .c5-creditBlock__table td{
					width: 80%;
					display: inline-block;
				}
				.c5-creditBlock .c5-creditBlock__content--orange .c5-creditBlock__table .c5-creditBlock__tableDot{
					float: left;
					width: 20%;
				}
			}
      @media screen and (max-width: 639px){
        .c5-creditBlock .c5-creditBlock__table th{
          display: table-cell;
          width: auto;
        }
        .c5-creditBlock .c5-creditBlock__table td{
          display: table-cell;
          width: auto;
        }
        .c5-creditBlock .c5-creditBlock__table .c5-creditBlock__tableDot{
          float: none;
          width: auto;
        }
        .c5-creditBlock .c5-creditBlock__content--orange .c5-creditBlock__table td{
          width: auto;
          display: table-cell;
        }
        .c5-creditBlock .c5-creditBlock__content--orange .c5-creditBlock__table .c5-creditBlock__tableDot{
          float: none;
          width: auto;
        }
      }


/* ==========================================================================
   .c5-sort
   ========================================================================== */
.c5-sort ul {
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .c5-sort ul {
      padding: 0 0 20px 0;}
  }
/*  @media screen and (max-width: 767px) {
    .c5-sort ul {
      text-align: center; } }*/
  .c5-sort ul li {
    list-style-type: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 22px;
    margin: 0 10px 10px 0;
    font-size: 16px;
    background: #ffffff;
    border-top: solid 1px #e4e8eb;
    border-bottom: solid 1px #e4e8eb;
    border-right: solid 1px #e4e8eb;
    border-left: solid 1px #e4e8eb;
    transition: opacity .2s;}
  .c5-sort ul li:hover {
      opacity:0.7;
  }

    @media screen and (max-width: 639px) {

		  .c5-sort ul {
		  	border-top: solid 1px #e4e8eb;
		  }
			  .c5-sort ul li {
			    margin: 0;
			    width: 100%;
			    border-top: none;
			  }

    }
/*    @media screen and (max-width: 767px) {
      .c5-sort ul li {
	  width: 20%;
		  height: 60px;
		  vertical-align: bottom;
		margin:0;
        margin: 0 0 0 0;
        border-left: none; }
        .c5-sort ul li:first-child {
          border-left: solid 1px #e4e8eb; } }*/
/*    @media screen and (max-width: 639px) {
      .c5-sort ul {
		  text-align: left;
		}
      .c5-sort ul li {
        width: 50%;
		  text-align: center;
		  height: auto;
        border-left: solid 1px #e4e8eb;
        border-top: none; }
        .c5-sort ul li:first-child {
          border-top: solid 1px #e4e8eb !important; } }*/
    .c5-sort ul li.current {
      background: #9da6ad;
      color: #ffffff; }
/*      @media screen and (max-width: 639px) {
        .c5-sort ul li.current {
          background: #fbfbfd;
        border-top: solid 1px #e4e8eb;
          border-left: 4px solid #000; } }*/
/*    @media screen and (max-width: 639px) {
      .c5-sort ul  {
        border-top: solid 1px #e4e8eb;
		}
      .c5-sort ul li {
		  line-height: 180%;
		}
      .c5-sort ul li label {
        width: 100%;
        border-top: none;
        border-bottom: solid 1px #e4e8eb;
        border-right: solid 1px #e4e8eb;
        border-left: solid 1px #e4e8eb; } }*/
    .c5-sort ul li label:hover {
      text-decoration: none; }


/*=============================================
c5-tab
=============================================*/
.c5-tab{
  background: #e4e8eb;
  padding: 20px 20px 0 20px ;
  margin: 0 0 30px 0 ;
}


/*=============================================
170707�ǋL
=============================================*/

.s5-header2__heading{width: 100%;}

.s5-header2__heading .c5-tittlebg{
    background-color: #000000;
    color: #fff;
    display: block;
    padding: 15px 30px;
    text-align: center;
}

.c5-zanka__experience {
  background: #ffffff;
  width: 100%;
  padding: 0;
  padding: 0 0 70px;}
  @media screen and (max-width: 767px) {
    .c5-zanka__experience {
      padding: 0;
      margin-top: 43px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

  .c5-zanka__experience .c5-zanka__experienceList {
    max-width: 1200px;
    width: 100%;
    background: #ffffff;
    position:relative;}

/*  .c5-zanka__experience a {
    display:block;
    position: absolute;
    top: 166px;
    left: 578px;
    width: 70px;
    height:17px;}*/

  .c5-zanka__experience a img{display:block;
                             max-width:100%;
                             max-height:100%;}

.c5-zanka_h8 .c5-zanka_h8_left{
    width:50%;
    float:left;
}
  @media screen and (max-width: 639px) {
    .c5-zanka_h8 .c5-zanka_h8_left{
        width:100%;
        float:none;
    }
  }


.c5-zanka_h8 .c5-zanka_h8_left h3{width:100%;}
.c5-zanka_h8 .c5-zanka_h8_left p{padding:0 20px 0 0;}

.c5-zanka_h8 h3{clear:both;
                color:#505050;
                padding:10px 0 0;}

.c5-zanka_h8_colorblue{color:#09B0BC;}

.c5-zanka_h8 .s5-table2{width:50%;
                        float:right;
                        margin-bottom:20px;}
  @media screen and (max-width: 639px) {
    .c5-zanka_h8 .s5-table2{
        width:100%;
        float:none;
        padding: 0;
        margin: 0 0 20px 0 ;
    }
  }


.c5-zanka_h8 .s5-table2 .c5-zanka_h8_right{width:100%;}

.c5-zanka_h8 .s5-table2 .c5-zanka_h8_right tbody tr th{padding:10px;}

.c5-zanka_h8 .s5-table2 .c5-zanka_h8_right tbody tr td{padding:10px;}

.c5-zanka_table_bgblue{background-color:#09B0BC;
                       color:#ffffff;
                       padding:10px;
                     text-align:center;}

.c5-zanka_table_bgrightblue{background-color:#CDEFF1;
                            padding:10px;}

@media screen and (max-width: 1280px){
.c5-zanka__experience a{
    top: 55%;
    left: 48%;
    width:6.25%;
    height: 5%;}}

.c5-zanka__experience .c5-zanka__experienceList img.c5-zanka__experienceList--pc {
  display: block;
  width: 100%; }

@media screen and (max-width: 639px) {
  .c5-zanka__experience .c5-zanka__experienceList img.c5-zanka__experienceList--pc {
    display: none; } }
.c5-zanka__experience .c5-zanka__experienceList img.c5-zanka__experienceList--sp {
  display: none;
  width: 100%; }

@media screen and (max-width: 639px) {
  .c5-zanka__experience .c5-zanka__experienceList img.c5-zanka__experienceList--sp {
    display: block; } }
.c5-zanka__experience .c5-zanka__experienceList .s5-button {
  position: absolute;
  bottom: 20px;
  right: 20px; }


.c5-tittleborder .s5-header2__heading{
	padding: 0 0 0 .75em;
	border-left: 6px solid #cacaca;}

@media screen and (max-width: 639px){
	.c5-tittleborder .s5-header2__heading{
		width: 97%;}}



/*=============================================
c5-zanka__camp
=============================================*/
.c5-zanka__camp{
	max-width: 1000px;
	-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 3px solid #15A8B0;
  margin: 0 auto;
  overflow: hidden;
}
	.c5-zanka__camp h2{
		margin: 0;
		padding: 10px;
		background: #15A8B0;
		text-align: center;
		color:#FBFD04;
		font-size: 36px;
		line-height: 1;
	}
		@media screen and (max-width: 639px) {
			.c5-zanka__camp h2{
				font-size: 20px;
			}
		}
		.c5-zanka__camp h2 span{
			font-size: 70%;
		}
		.c5-zanka__camp h2 strong{
			font-size: 200%;
		}

	.c5-zanka__camp .c5-zanka__campWrap{
		padding: 20px;	
	}
		.c5-zanka__camp .c5-zanka__campWrap h3{
			color: #15A8B0;
		}


/*=============================================
c5-cp-wrap
=============================================*/
.c5-cp-wrap{
  background: #fff3e3;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .c5-cp-wrap{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
.c5-cp-wrap .s5-inStoreFeaturesItem1A{
  margin-bottom: 0 !important;
}

.c5-cp-wrap .c5-cp-wrapTitle{
  margin: 20px;
}
@media screen and (max-width: 640px) {
  .c5-cp-wrap .c5-cp-wrapTitle{
    margin: 0 0 20px 0;
  }
}
.c5-cp-wrap p{
  margin: 0 20px;
}
.c5-cp-wrap img{
  max-width: 410px;
}
@media screen and (max-width: 640px) {
  .c5-cp-wrap img{
    max-width: 100%;
  }
  .c5-cp-wrap p{
    margin: 0 ;
  } 
  .c5-cp-wrap .s5-inStoreFeaturesItem1A__textCol{
    margin-top: 20px !important;
  }
  .c5-cp-wrap .s5-inStoreFeaturesItem1A__text{
    margin-bottom: 20px !important;
  }
}

/*191010*/

.s5-listItem4__description {
    height: auto !important;
}

@media screen and (max-width: 800px){
	.creditBox .priceTaxin {
	    margin-top: 20px;
	}
}


div.s5-list {
  margin: 0 -15px 40px;
}

@media screen and (max-width: 639px){
  div.s5-list {
    margin: 0 -6px;
  }
}
