/* -------------------------------- 

Catalog download style（全共通）

-------------------------------- */
/* -------------------------------- 
Form style
-------------------------------- */
input,
textarea{ width: 100%;
}

@media only screen and (min-width: 480px) {
input,
textarea{ width: 100%;
}
}

.checkbox { width: 10%;
}

.download table{
  table-layout: fixed;
 }

.download table th{
  width: 100px !important;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  line-height: 1em !important;
  background: #F2F2F2;
  padding: 10px 5px 5px 5px;
  border: 1px solid #ccc;
}

.download table td{
  font-size: 1.4rem;	
  padding: 5px;
  border: 1px solid #ccc;
}

.download .entrybtn{
	display: table;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.download .btn{
    width: 80px;
	float: left;
	margin: 10px;
}

.download .fin{/*送信完了画面のみ余白調整*/
	margin-top: -30px;
	margin-bottom: 30px;
}

.error{
    background: #FFE4E4;
    color: #e60039;
	}


@media only screen and (min-width: 768px) {
  input{ width: auto;
  }	
 .checkbox { width: auto;
  }
  .download table th{
    width: 190px !important;
    line-height: 1.6em;
    padding-left: 10px;
  }
  .download table td{
    line-height: 1.8em;
    padding: 10px;
  }
  .download .entrybtn{
	margin-top: 30px;
	margin-bottom: 30px;
  }
  .download .btn{
    width: 150px;
	margin: 15px;
  }
  
.error{
    background: #FFE4E4;
    color: #e60039;
	}
}

/* -------------------------------- 
カタログサムネイル style
-------------------------------- */
/* 仕切り見出し */
.download .index{
  color: #0F78B1;	
  text-align: left;
  font-weight: bold;
  border-bottom: #0F78B1 1px solid;
  border-left:  #0F78B1 4px solid;
  margin-bottom: 10px;
  padding: 5px 10px;
}

/* Home */
dl.thumb{
  float: left;
  margin: 5px;
}

dl.thumb dt{
  text-align: left;
  font-weight: bold;
}

dl.thumb dd{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3em;
}

dl.thumb dd img{
  border: 1px solid #CCC;
}

/* 仕切りあり 2カラム*/
dl.thumb-dl{
  width: 100%;
  margin: 10px 5px;
  overflow: hidden;
}

dl.thumb-dl dt{
  color: #0F78B1;	
  font-weight: bold;
  border-bottom: #0F78B1 1px solid;
  border-left:  #0F78B1 4px solid;
  margin-bottom: 10px;
  padding: 5px 10px;
}

dl.thumb-dl dd{
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3em;
  margin-bottom: 10px;
}

dl.thumb-dl dd.float{
  float: left;
  width: 48%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3em;
  margin-bottom: 10px;
  padding: 0 5px;
}

dl.thumb-dl dd img{
  border: 1px solid #CCC;
}

@media only screen and (min-width: 480px) {
dl.thumb-dl{
  width: 45%;
  float: left;
  margin: 10px 5px;
}
}

@media only screen and (min-width: 768px) {
  dl.thumb-dl{
  width: 45%;
    margin: 20px 15px;
  }
}

@media only screen and (min-width: 1170px) {
  dl.thumb-dl{
	width: 33%;
    margin: 20px 15px;
  }
}

/* 仕切りあり 3カラム*/
dl.thumb-dl-3c{
  width: 100%;
  margin: 10px 5px;
  overflow: hidden;
}


dl.thumb-dl-3c dt{
  width: 100%;
  color: #0F78B1;	
  font-weight: bold;
  border-bottom: #0F78B1 1px solid;
  border-left:  #0F78B1 4px solid;
  margin-bottom: 10px;
  padding: 5px 10px;
}

dl.thumb-dl-3c dd{
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3em;
}

dl.thumb-dl-3c dd img{
  border: 1px solid #CCC;
}


@media only screen and (min-width: 480px) {
dl.thumb-dl-3c{
  width: 30%;
  float: left;
  margin: 10px 5px;
}
}



/* 仕切りなし */
dl.thumb-nf{
  width: 45%;	
  float: left;
  margin: 5px;
}

dl.thumb-nf dt{
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 3px;
}

dl.thumb-nf dd{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3em;
}

dl.thumb-nf dd img{
  border: 1px solid #CCC;
}

@media only screen and (min-width: 480px) {
dl.thumb-nf{
  width: 23%;	
  float: left;
  margin: 5px;
}
}


/* -------------------------------- 
download banner
-------------------------------- */
.download_banner {
    width: 95%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #069;
    border-radius: 3px;
	position: relative;
	padding: 15px 10px;
    background-color: #eee !important;	
	overflow: hidden;
	margin: 0 auto;
}

.download_banner:hover {
    background-color: #FFF !important;
    border:1px solid #069;
	text-decoration: none;
}

.download_banner:before {
	content: url(../../assets/cd-icon-download.svg);
    position: absolute;
	top: 14px;
	left: 40px;
    width: 24px;
    height: 24px;
}

#catalog a:link,
#catalog a:visited,
#catalog a:active{
    color: #069 !important;
}

#catalog p.download {
    font-size: 2.0rem !important;
    line-height: 1.0em;
	margin: 0;
}

#catalog .file{
	background: #069;
	color: #FFF;
	padding: 0 15px;
	margin-left: 15px;
    border-radius: 3px;	
}

#catalog a[href$=".pdf"] { 
   background: none;
}  
#catalog * html a.pdf{   
   background: none;
}  

.cd-main-content ul li {
    font-size: 1.4rem;
    color: #595757;
    line-height: 1.5em;
    list-style-type: none;
    margin-left:0px;
}
@media only screen and (min-width: 480px) {

.cd-main-content ul li {
    font-size: 1.4rem;
    line-height: 30px;
}
}
