@charset "utf-8";
/* CSS Document */

.gray{
	color:#ccc;
}

.nopadding{
	padding-right:0px;
	padding-left:0px;
	

}




.download .down{
	padding-left:30%;
}
.download .signup{
	
	color: #ffffff;
	background-color: #000000;
	padding-top:100px;
	padding-bottom:100px;
}



.download .signup .inform {
padding-bottom: 30px;
font-size: 1.0rem;
	font-weight: thin;
}

.download .signup .title {
font-size: 1.4rem;
padding-top:40px;
padding-bottom:40px;
	font-weight:lighter;
	
}

.download .signup .down {
font-size: 1.2rem;
font-weight: 900;
padding-top:40px;
padding-bottom:40px;
}


.download .signup .mail {
color:#ffffff;
background-color: #000000;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 70%;
height: 70px;
border: 1px solid #ccc;
border-right: none;
padding-left:20px;
	padding-top:0px !important;

}

.download .signup .button {
color:#ffffff;
background-color: #000000;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 25%;
height: 70px;

font-weight: bold;
border: 1px solid #ccc;
/*border-left: none;*/
margin-left: -10px !important;
padding-top:-1px !important;
}

.download .signup .button:hover {
color:#000;
background-color: #fff;	
font-weight: 700;
}


.line{
	margin-top:50px;
	margin-bottom:50px;
	border-top: 1px solid #ccc;
}

.line_file{
	margin-top:20px;
	margin-bottom:40px;
	border-top: 1px solid #ccc;
}


.files .main_title{
	font-size: 1.2rem;
	font-weight: 900;
	
}

.files .group .title{
	font-size:0.8rem;
	color:#666;
	
	position: relative;
  	display: -webkit-box;
   	display: -ms-flexbox;
  	display: flex;
   	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
 	opacity: 1;
	padding-bottom:10px;
		
}

.title:before{
	content:'';
	width: 50px;
	height:1px;
	color: #ccc;
	background-color: #ccc;
	opacity: 1;
	margin-right:10px;
	
}




.file{
padding-bottom:20px;	
}

.name{
font-size:0.9rem;

font-weight: 900;
}
.en{
font-size:0.8rem;
font-weight: 700;
padding-left:20px;	
}

.it{
font-size:0.8rem;
font-weight: 700;
padding-left:20px;	
}

.link{
font-size:0.8rem;
font-weight: 400;
padding-left:20px;	
}








 /* XS*/
@media (max-width: 767px){

	.noxs{display:none !important;}
	
.download .signup{

	padding-top:100px;
	padding-bottom:100px;
}

.download .signup .title {
font-size: 1.2rem;
padding-top:0px;
padding-bottom:40px;
text-align: center;
}

.download .signup .down {
font-size: 2rem;
font-weight: 900;
padding-top:0px;
padding-bottom:40px;
}


	
.download .signup .inform {
padding-bottom: 0px;
font-size: 1rem;
	font-weight: thin;
	}

.download .signup .mail {

width: 70%;
height: 50px;

border: 1px solid #ccc;
border-right: none;
	
padding-left:20px;

}

.download .signup .button {

width: 25%;
height: 50px;

border: 1px solid #ccc;
/*border-left: none;*/
margin-left: -5px !important;
padding-top:2px !important;
}
	
	
.files .main_title{
	font-size: 2rem;
	font-weight: 900;
	
}

.files .group .title{
	font-size:1.2rem;
	color:#666;
	
		
}

.title:before{
	content:'';
	width: 0px;
	height:0px;
	color: #ccc;
	background-color: #ccc;
	opacity: 1;
	margin-right:0px;
	
}
	
	
.file{

padding-bottom:20px;	
}

.name{
font-size:1.0rem;
font-weight: 900;
}
.en{
font-size:1.0rem;
font-weight: 700;
padding-left:20px;	
}

.it{
font-size:1.0rem;
font-weight: 700;
padding-left:20px;	
}

.link{
font-size:1.0rem;
font-weight: 400;
padding-left:20px;	
}
	
	
	
	
	
	



}














