@charset "Shift_JIS";

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

	-ms-flex-pack: distribute;
  justify-content: space-between;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
ul,ol{
	list-style: none;
}
@media (max-width:640px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

h1.c5-mainvisual{
	margin-top: 0;
}

.mod-mainContentContainer{
	width: 100%;
	margin: 0 auto;
	padding: 12px 0 50px;
	background-color: #202020;
}

.mod-mainContentContainer-inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.mod-mainContentContainer h1 img{
	width: 100%;
}

.mod-column1{
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-width:1200px) {
	.mod-column1{
		padding: 0 15px;
	}
}

.mod-column1 p{
	margin:0;
	padding:0;
}
.mod-column1 img {
	vertical-align:top;
}



/* tabmenu
-------------------------------------------------*/

#tab-cb {
  margin:0 auto 30px;
  position:relative;
  padding:0 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#tab-cb li {
	box-sizing: border-box;
  padding:15px 0 15px 0;
  width:33.333%;
  text-align:center;
  list-style: none;
  margin:0 1px 0 0;
  cursor: pointer;
  position:relative;
  font-size:125%;
  color:#fff;
	background: rgb(126,126,126);
	background: -moz-linear-gradient(0deg, rgba(126,126,126,1) 0%, rgba(144,144,144,1) 15%, rgba(180,180,180,1) 50%, rgba(144,144,144,1) 75%, rgba(126,126,126,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(126,126,126,1) 0%, rgba(144,144,144,1) 15%, rgba(180,180,180,1) 50%, rgba(144,144,144,1) 75%, rgba(126,126,126,1) 100%);
	background: linear-gradient(0deg, rgba(126,126,126,1) 0%, rgba(144,144,144,1) 15%, rgba(180,180,180,1) 50%, rgba(144,144,144,1) 75%, rgba(126,126,126,1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e7e7e",endColorstr="#7e7e7e",GradientType=1)";
}
#tab-cb li:last-child {
  margin-right: 0;
}
#tab-cb li.select {
  background: rgb(40,40,40);
	background: -moz-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#000000",GradientType=1)";
}

#tab-cb li.hover {
  background: rgb(40,40,40);
	background: -moz-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#000000",GradientType=1)";
}

.disnon {
  display: none;
}


@media (max-width:640px) {
#tab-cb {
  width:100%;
  margin:0 auto 20px;
  position:relative;
  padding:0 0 0 0;
	flex-direction: column;
}

#tab-cb li {
  width:100%;
  margin:0 0 1px 0;
}

}



/* Contents
----------------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin:0 auto 30px;
  position:relative;
}

@media (max-width:640px) {
.content_wrap {
  width: 100%;
  margin:0 auto 30px;
  position:relative;
  clear:left;
}

}

.txt_area {
  margin:0 15px 30px 15px;
  position:relative;
  overflow:hidden;
  position:relative;
}
.txt_area.none {
  margin:0;
}

.txt_area02 {
  margin:0;
  padding:0;
  color:#c93434;
}




.contents02{
	margin:0 auto;
	padding:30px 0;
  position:relative;
}



/*--見出し--*/
.mod-column1 h2{
	margin:0 0 20px 0;
	height:auto;
	padding:0 0 0 5px;
  position:relative;
	font-size: 125%;
}

h2.c5-h2_deco{
	background: url("../images/bl2-img.png") no-repeat left top;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 1em;
}

.mod-column1 h2 span{
	display:block;
	margin:0;
	padding:0;
	text-indent:0;
	height:auto;
}


.mod-column1 h3{
	margin:0 0 20px 0;
}



@media (max-width:640px) {
.mod-column1 h2{
  position:relative;
	height:auto;
}

.mod-column1 h2 span{
	display:block;
	text-indent:0;
	height:auto;
}

h2.c5-h2_deco{
	background-repeat: repeat-y;
}

.mod-column1 h3{
	margin:0 0 20px 0;
	height:auto;
	text-indent:0;
    position:relative;
}

}

/*--01キャンペーン対象モデル signature--*/
.c5-h3{
	margin: 0;
	padding: 0;
}
.prodct-wrap{
	max-width: 1200px;
	margin: 20px auto 40px;
}
.prodct-wrap-inner{
	padding: 0;
	list-style: none;
  flex-wrap: wrap;
}


.prodct-wrap-inner li{
/*	width: 25%;*/
  flex: 0 1 24%;
  max-width: 240px;
}
/*
.prodct-wrap-inner li:not(:last-child){
	margin-right: 5px;
}
*/
.prodct-wrap-inner a{
	display: block;
	width: 100%;
	transition: all .3s;
}

.prodct-wrap-inner a:hover{
	text-decoration: none;
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60) !important;
  -ms-filter: alpha(opacity=60) !important;
}

.prodct-wrap-inner .product-img{
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}
.prodct-wrap-inner .product-cat{
	display: block;
	font-size: 16px;
	text-align: center;
}
.prodct-wrap-inner .product-name{
	display: block;
	font-size: 21px;
	text-align: center;
}

.prodct-wrap-inner li:last-child .product-cat{
  letter-spacing: -1px;
}

/* 動画 */

.product-movie{
	width: 100%;
  max-width: 860px;
	margin: 50px auto 0;
  padding-bottom: 50px;
}

.c5-youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.c5-youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media (max-width:800px) {
  .prodct-wrap-inner{
    flex-wrap: wrap;
  }
  .prodct-wrap-inner li{
/*  	width: 49%;*/
    flex: 0 1 49%;
    max-width: 100%;
  }
  .prodct-wrap-inner li:first-child,
  .prodct-wrap-inner li:nth-child(2){
    margin-bottom: 30px;
  }
  .prodct-wrap-inner li:last-child .product-cat{
    font-size: .9em;
  }

}

@media (max-width:640px) {
	.prodct-wrap{
		margin-bottom: 0;
	}
	.prodct-wrap-inner{
		display: block;
		margin-bottom: 0;
	}
	.prodct-wrap-inner li{
/*		width: 100%;*/
    flex: 0 1 100%;
	}

	.prodct-wrap-inner li{
		margin-right: 0;
		margin-bottom: 40px;
	}
  .prodct-wrap-inner li:first-child,
  .prodct-wrap-inner li:nth-child(2){
    margin-bottom: 40px;
  }
	.prodct-wrap-inner .product-cat{
		font-size: 12px;
	}
  .prodct-wrap-inner li:last-child .product-cat{
    font-size: 12px;
  }
	.prodct-wrap-inner .product-name{
		font-size: 16px;
	}
	.prodct-wrap-inner .product-img{
		width: 80%;
		margin-bottom: 10px;
	}

  .prodct-wrap-inner li:nth-child(3),
  .prodct-wrap-inner li:last-child{
    margin-top: -40px;
  }

	.prodct-wrap-inner li:nth-child(3) .product-cat,
	.prodct-wrap-inner li:nth-child(3) .product-name{
		position: relative;
		bottom: 20px;
	}
  .prodct-wrap-inner li:nth-child(4){
    margin-top: -60px;
  }


  .prodct-wrap-inner li:last-child .product-cat,
  .prodct-wrap-inner li:last-child .product-name{
    letter-spacing: 0;
    position: relative;
		bottom: 20px;
  }

}
@media (max-width:450px) {

}



/*--01キャッシュバック方法／02お申し込み方法--*/

.howto-txtarea {
	box-sizing: border-box;
	width:60%;
	padding: 20px;
  vertical-align: top;
	margin: 0 auto 10px;
	border: 2px solid #fff;
}

.howto-txt {
	word-break: break-word;
}

.howto-txt a{
	font-weight:700;
}
.howto-txt a:hover{
	color: #fff;
	text-decoration: underline;
}


.howto-txtarea img.howto-qr{
	max-width: 90px;
	margin:10px;
}

/***   応募方法   ***/

.contents02_list{
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
	margin-bottom: 0;
}

.contents02_process-wrap{
	box-sizing: border-box;
	border: 2px solid #fff;
	padding: 30px 20px;
}

.contents02_process-wrap .flexbox{
  margin-bottom: 30px;
  justify-content: center;
}

.contents02_process-contents:not(:last-child){
	width: 33%;
	margin-right: 8px;
}
.contents02_process-contents:last-child{
	width: 30%;
}

.contents02_process-contents:not(:last-child) p{
	width: 90%;
}

p.contents02_process-no{
	margin-bottom: 10px;
}

.contents02_process-no img{
	vertical-align: middle;
  position: relative;
  bottom: 2px;
  padding-right: 5px;
}
.contents02_process-img{
	max-width: 100%;
}


/*撮影時のポイント*/

.con02_process-point p{
  border-bottom: 1px solid #fff;
}
.con02_process-point ul{
  margin-bottom: 0;
  padding-left: 0;
}
.con02_process-point .anno{
  line-height: 1.8;
}
.con02_process-point-li > li:not(:last-child){
  margin-bottom: 7px;
}

/*応募ページ*/
.con02_apply{
  margin: 10px auto;
}

.con02_apply-content{
  display: block;
  position: relative;
  width: 100%;
  max-width: 550px;
  height: auto;
  padding: 23px 0;
  text-align: center;
  font-size: 125%;
  background: rgb(126,126,126);
	background: -moz-linear-gradient(0deg, rgba(126,126,126,1) 0%, rgba(144,144,144,1) 15%, rgba(180,180,180,1) 50%, rgba(144,144,144,1) 75%, rgba(126,126,126,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(126,126,126,1) 0%, rgba(144,144,144,1) 15%, rgba(180,180,180,1) 50%, rgba(144,144,144,1) 75%, rgba(126,126,126,1) 100%);
	background: linear-gradient(0deg, rgba(126,126,126,1) 0%, rgba(144,144,144,1) 15%, rgba(180,180,180,1) 50%, rgba(144,144,144,1) 75%, rgba(126,126,126,1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e7e7e",endColorstr="#7e7e7e",GradientType=1)";
}

.con02_apply-content:first-child{
  margin-right: 10px;
}

.con02_apply-content:hover{
  color: #fff;
  text-decoration: none;
  background: rgb(40,40,40);
	background: -moz-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#000000",GradientType=1)";
}

.con02_apply-content img{
  position: absolute;
  right: 6%;
  top: 36%;
}


@media (max-width:640px) {
	.howto-txtarea {
		width: 100%;
	}
	.howto-txt{
		flex-direction: column;
	}
	.howto-txtarea img.howto-qr{
		margin-top:	20px;
	}

	.contents02_process-wrap .flexbox{
		flex-direction: column;
	}
	.contents02_process-contents:not(:last-child){
		width: 100%;
		margin-right: 0;
    margin-bottom: 15px;
	}
	.contents02_process-contents:last-child{
		width: 100%;
	}

	.contents02_process-contents:not(:last-child) p{
		width: 100%;
	}
  .contents02_process-img{
    margin: 0 auto;
  }

  .con02_process-point ul {
    font-size: 85%;
  }

  .con02_apply{
    flex-direction: column;
  }
  .con02_apply-content:first-child{
    margin-right: 0;
    margin-bottom: 20px;
  }
}


ul.numberlist {
	position:relative;
	margin:0!important;
	padding:0!important;
}

ul.numberlist li {
	list-style:none;
	position:relative;
	margin-bottom:20px;
}
ul.numberlist.ex li{
  margin-bottom: 7px;
}

ul.numberlist li.num01 { background:url(../images/no01.gif) no-repeat 0 0.2em; padding-left:20px; }
ul.numberlist li.num02 { background:url(../images/no02.gif) no-repeat 0 0.2em; padding-left:20px; }
ul.numberlist li.num03 { background:url(../images/no03.gif) no-repeat 0 0.2em; padding-left:20px; }
ul.numberlist li.num04 { background:url(../images/no04.gif) no-repeat 0 0.2em; padding-left:20px; }




ul.numberlist_letter {
	position:relative;
	margin:0!important;
	padding:0!important;
}

ul.numberlist_letter li {
	list-style:none;
	position:relative;
	margin-bottom:60px;
	width:40%;
	display: inline-block;
	vertical-align:top;
}

ul.numberlist_letter li img{
	width: 40%;
    display: block;
    margin: 20px auto;
}

ul.numberlist_letter li.num01 { background:url(../images/no01.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; display:block; width:100%; }
ul.numberlist_letter li.num02 { background:url(../images/no02.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; }
ul.numberlist_letter li.num03 { background:url(../images/no03.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; }
ul.numberlist_letter li.num04 { background:url(../images/no04.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; }
ul.numberlist_letter li.num05 { background:url(../images/no05.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; }

ul.numberlist_letter li.num03 img{
	width:99%;
	margin-top: 120px;
	}

ul.numberlist_letter li.num04 img{
	width:80%;
	margin-top: 30px;
	}


ul.numberlist_letter li.num05 img{
	margin-top: 65px;
	}


@media (max-width:640px) {

	ul.numberlist_letter li,ul.numberlist_letter li.num01 {
	width:90%;
	display:block;
	}
	ul.numberlist_letter li.num04 img{
	width:100%;
	max-width:562px;
	margin-top: 20px;
	}
	ul.numberlist_letter li.num03 img{
	width:100%;
	max-width:723px;
	margin-top: 20px;
	}
	ul.numberlist_letter li img{
	margin-top: 20px;
	}
}


/*--02登録方法--*/

img.hosyou {
	max-width: 640px;
	width:100%;
	max-height:352px;
}


.stepnum{
	margin:0 0.3% 0 0.2%;
}

.stepnum img{
	vertical-align:sub!important;
	}

.stepnum-s img{
	vertical-align:text-top!important;
	}

@media (max-width:480px) {
img.hosyou {
	width:100%;
	height:auto;
}
}

.txt_area .sheet-all a .download{
	max-width: 480px;
	width:100%;
	max-height:46px;
}

.txt_area .numberlist .barcode .mtb10 ul {
	margin:20px 0 0px 0;
	padding: 0px;
	overflow: hidden;
}

.txt_area .numberlist .barcode .mtb10 ul .num03left {
	float:left;
}
.txt_area .numberlist .barcode ul li {
	width:100%;
}

.txt_area .numberlist .barcode span.Redbk {
	color:#FFF;
	background: #c93434;
	padding: 5px;
}

img.howto {
	max-width: 572px;
	width:100%;
}
@media (max-width:950px) {
img.howto {
		width:100%;
	}
}

@media (max-width:750px) {
.br750 {
	display:inline-block;
	}
}

@media (max-width:479px) {
	.txt_area .numberlist .barcode .mtb10 ul .num03left {
		float:none;
	}
	.txt_area .numberlist .barcode ul li {
		width:100%;
	}
	img.howto {
			width:100%;
	}
}

#contents02 .txt_area h4 {
	font-size:110%;
	font-weight:bold;
	margin:20px 0px 10px 0px;
}
#contents02 .txt_area .num03_check{
	margin:20px 0px 5px 0px;
}
#contents02 .txt_area table {
	width:100%;
}
#contents02 .txt_area table tr th{
	border:solid 1px #333333;
	font-weight:normal;
	line-height:1.3em;
	text-align:center;
	font-size:80%;
}



@media (max-width:479px) {
ul.entry li {
	margin-left:0;
	float:none;
	width:100%;
}
ul.entry li img {
	width:100%;
	height:auto;
}

ul.entry li.entry_mq {
	display:block;
}
ul.entry li.entry_pc {
	display:none;
}
}



/*--02登録方法:組み立て方--*/
.sheet-all {
	display:block;
	position:relative;
	text-align:center;
}
.sheet-all img {
	max-width:950px;
	width:100%;
}
.sheet-all a img {
	max-width:480px;
	width:100%;
}
.txt_area .sheet-all .sheet_pc{
	max-width: 756px;
	width:100%;
	max-height:718px;
}

.sheet-480 {
	display:none;
}

.download-sheet{
	text-align:center;
}

.download-sheet img {
	display:inline-block;
	width:100%;
	max-width:550px;
}



@media (max-width:479px) {
.sheet-all {
	position:relative;
	text-align:center;
}

.sheet-480 {
	display:block;
	position:relative;
	text-align:center;
}

}



/*--03よくあるご質問--*/
p.pagelink{
	margin:0 0 15px 0;
	height:29px;
	border-bottom:1px dotted #fff;
	border-left:none;
	padding:0 0 0 0;
	font-weight:bold;
	font-size:125%;
	cursor:pointer;
}
p.pagelink:hover{
	color:#9d9d9d;
}
p.pagelink a{
	text-decoration:none;
}

p.pagelink span{
	display:block;
	height:27px;
	margin:0;
	padding:0;
	padding-left:20px;
}

p.pagelink span.mn01,
p.pagelink span.mn02,
p.pagelink span.mn03,
p.pagelink span.mn04{ background:url(../images/faq/lk.gif) no-repeat; }


/*--FAQ見出し--*/
.con03_qa{
  max-width: 1080px;
  margin: 0 auto 30px;
}

.con03_qa ul{
  padding: 0;
  margin-top: 0;
}


.con03_qa ul li{
  padding-left: 2em;
  text-indent: -2em;
}

.con03_qa p.c5-indent{
  padding-left: 1em;
}

.con03_ttl{
  margin: 40px auto 20px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(100,100,100,1) 93%, rgba(43,43,43,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(100,100,100,1) 93%, rgba(43,43,43,1) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(100,100,100,1) 93%, rgba(43,43,43,1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#2b2b2b",GradientType=1)";
}

.con03_ttl p{
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

.p0202-txt p{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: .4em;
}
.c5-indent{
  display: block;
	padding-left: 1em;
	text-indent: -1em;
}


.p02-maru{
	padding-right: 3px;
}

/* class
----------------------------------------------------------*/
	.al-center{
	text-align:center!important;
	display:block;
}

	.al-right{
	text-align:right!important;
	display:block;
}

	.al-left{
	text-align:left!important;
	display:block;
}


.cbbutton{
	padding:15px 30px 15px 30px;
	font-size:125%;
}
/* Clearfix
----------------------------------------------------------*/
.clearfix,
.page_navi,
.other {
	zoom:1;
}

.clearfix:after,
.page_navi:after,
.other:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/* margin
----------------------------------------------------------*/
.mb5 {
	margin-bottom:10px;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}

.mb60 {
	margin-bottom:60px;
}
.mtb10 {
	margin-bottom:10px;
	margin-top:10px;
}

.ml20 {
	margin-left:20px;
}
.mr20 {
	margin-right:20px;
}

.mt40{
	margin-top:40px;
}
.pl1m{
  padding-left: 1em;
}


.red {
	color:#F00;
	font-weight:bold;
	margin-top:15px !important;
	font-size:larger;
}

.c5-blue{
	color: #5db6cc;
}
a.c5-blue:hover{
	color: #5db6cc;
	text-decoration: underline;
}

.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}


.s5-returnToTop{
	margin-top: 0;
}

.s5-returnToTop__button{
	border: 1px solid #fff;
}

.s5-button{
  width: 280px;
  margin: 0 auto;
}

.s5-button{
	background: rgb(126,126,126);
	background: -moz-linear-gradient(0deg, rgba(126,126,126,1) 0%, rgba(144,144,144,1) 15%, rgba(180,180,180,1) 50%, rgba(144,144,144,1) 75%, rgba(126,126,126,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(126,126,126,1) 0%, rgba(144,144,144,1) 15%, rgba(180,180,180,1) 50%, rgba(144,144,144,1) 75%, rgba(126,126,126,1) 100%);
	background: linear-gradient(0deg, rgba(126,126,126,1) 0%, rgba(144,144,144,1) 15%, rgba(180,180,180,1) 50%, rgba(144,144,144,1) 75%, rgba(126,126,126,1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e7e7e",endColorstr="#7e7e7e",GradientType=1)";
}

.s5-button:hover{
	background: rgb(40,40,40);
	background: -moz-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(67,67,67,1) 15%, rgba(121,121,121,1) 50%, rgba(66,66,66,1) 75%, rgba(0,0,0,1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#000000",GradientType=1)";
}

.c5-banner{
  display: block;
  width: 100%;
  max-width: 1200px;
}
.c5-banner img{
  width: 100%;
}

@media (max-width:640px) {
  .c5-banner{
    max-width: 640px;
  }
}
