
/*-----------------------
Top
----------------------------------------*/

.new{
  display:inline-block;
  background-image:url(/ls-camera/common/images/icn_new.png);
  background-position:right top;
  padding-right:34px;
  background-repeat:no-repeat;
}



/*-----------------------
2nd
----------------------------------------*/

.c5-wordbreak{
  word-break:break-all;
}

.s5-updateInfoHeader__nav ul{
	width: auto;
}
/* License Agreement */
.c5-licenseAgreement {
  overflow-y: auto;
  overflow-x:hidden;
  height: 150px;
  padding: 20px;
  margin-bottom:10px;
  border: 1px solid #ccc;
}

.c5-licenseAgreement p {
  text-align:left;
  margin-bottom:10px;
}
/* DL button */
button#fileDLBtn {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
  margin-bottom: 10px;
  margin-right: 10px;
}
button#fileDLBtn2 {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
  margin-bottom: 10px;
  margin-right: 10px;
}
button#fileDLBtn3 {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
  margin-bottom: 10px;
  margin-right: 10px;
}

.s5-table .s5-list{
  margin-top:0px !important;
}

@media screen and (max-width: 639px) {
  .c5-updateImg img{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #confirm th,#confirm2 th,#confirm3 th{
    word-break: break-all;
  }
}
.c5-update__lineBox1--black {
  padding-left: 10px;
  border:#000 solid 1px;
  max-width: 300px;
}
.c5-update__lineBox2--black {
  padding-left: 10px;
  border:#000 solid 1px;
  max-width: 600px;
}
.c5-update__lineBox3--black {
  padding-left: 10px;
  border:#000 solid 1px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .c5-update__lineBox1--black,
  .c5-update__lineBox2--black,
  .c5-update__lineBox3--black{
     max-width: 600px;
  }
}
.c5-updateImg {
}
@media screen and (max-width: 639px) {
  .c5-updateImg img{
    max-width: 600px;
    width: 100%;
    height: auto;
  }
}
input#accept{
  margin-right: 5px;
}



/* License Agreement2 */
.c5-licenseAgreement2 {
  overflow-y: auto;
  overflow-x:hidden;
  /*height: 150px; */
  padding: 20px;
  margin-bottom:10px;
  border: 1px solid #ccc;
	background-color:#EEEEEE;
}

.c5-licenseAgreement2 p {
  text-align:left;
  margin-bottom:10px;
}

.c5-licenseAgreement2 .child {
	height: 250px;
	padding: 0 20px 10px 20px;
	background-color:#EEEEEE;
}
.c5-licenseAgreement2 .child textarea{
width:100%; !important;
height:100%; !important;
overflow-x: hidden; !important;
}
.bg-gray{
	background-color:#fbfbfd;
	padding:1em;
	text-align:center;
	border: 1px solid #e4e7ec;
	margin: 20px 0;
}
.text-red{
	margin: 10px 0 !important;
	color: #cc0000;
}
.frame-red{
	border:1px solid #cc0000;
	padding:1em;
}
.txaC{
	text-align:center;
}



@media screen and (max-width:1100px){
.flex-img img{
  max-width:100%;
  width:97%;
  height:auto;
  margin-right:3%;
}
}

@media screen and (max-width:640px){
.flex img{
  max-width:100%;
  width:97%;
  height:auto;
  margin-right:3%;
}
}

/* 20180810 アップデート停止注記 */

.cg-update_at{
	width:750px;
	margin:20px auto;
	text-align:left;
}

@media screen and (max-width:640px){
	.cg-update_at{
	width:100%;
}
}

/* 20180907 アップデート注記 */
	.c5-update_box{
		border: 2px solid  #c93434;
		padding:20px;
		margin-bottom:20px;
	}
	
	
/* 20181106 インデント設定 */
	.c5-indent{
		padding-left:1em;
		text-indent:-1em;
	}

/* 20190130 アップデート内容行間 */

	.c5-update_list li
		{
		margin-bottom:15px;
	}