  
	/*----body------*/
  
  body {
	
  /*----カーソル--*/
	  cursor:default;
  /*----テキスト表示（letter-spacing文字の間隔　line-hight行間）--*/
	  letter-spacing: 1pt;
	  line-height:18pt;
  /*----文字サイズ--*/
	  font-size:medium;
	  color: #000;
  /*----フォント--*/

  
  /*----背景--*/
  
  background: URL("akaneko_duo_bg.jpg") #fffdf8;
  background-repeat:no-repeat;
  background-position:50%;
  background-size: cover;
  background-attachment: fixed;
  }
  
  /*----リンク（濃背景）--*/
   
  .linkb a{
	text-decoration:none;
	font-weight: normal;
}
  .linkb a:link{
	  color:#ffffff;
  }
  .linkb a:active{
	  color:#ffffff;
  }
  .linkb a:visited{
	  color:#ffffff;
  }
  .linkb a:hover{
	  color: #FDF075;
  }

/*-----リンク再設定-------------------*/

a{
		text-decoration: underline;
	}

	a:link {
		color: #c22c2c;
	}
	a:visited {
		color: #c22c2c;
	}
	a:hover {
		color: #d85454;
	
	}
	a:active {
		color: #d85454;
	}

/*  文章<p>の中のリンク再設定  */
p a{
	margin: 0 0.2em;
	font-weight: normal;
}


  header{
	  
 border: none;
	  
  }

/*ロゴタグにマージン追加*/
.logo {
	margin-top:40px;
}

	/*----画像------*/

/*----人物紹介用------*/
div.cr_box {
	width: 100%;	
}

img.img_cs{
	border:#000 2px solid;
	margin: 5px;
}

img.img_ss{
	width: 350px;
	margin: 5px;
}
  
	/*----配置------*/

h1{
	color: #740000;
	font-size: x-large;
	border: none;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 0.5em 1em;
	letter-spacing: 1pt;
	background-color: #fbe4e0;
	margin: 1em auto;
	width: 100%;
}

h2{
	color: #740000;
	font-size: medium;
	border: none;
	border-bottom: solid 1px #740000;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 5px 1em;
	letter-spacing: 1pt;
	margin: 0px auto;
	width: 90%;
}

.color2{
	
	color: #5985b0;
	
}

/*Updateとパッチのボックス要素追加用*/

div.dl_i_box {
	
	width: 45%;
	padding: 0px;
	margin-top: 15px;
}

div.youtube{
	position: relative;
	padding-bottom: 56.25%;/*アスペクト比 16:9の場合の縦幅*/
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
}

iframe.youtube{
	position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
}

  div.table {
	margin: 0 auto;
	width: 100%; 
	text-align: center;
	padding-top:10px;
  }


/*--テーブル--*/

.table_aknkduo{
	border-collapse: collapse;
	width: 100%;
	margin: 40px auto;

}

.table_aknkduo th{
	width: 30%;
	color: #5985b0;
	background-color: #e3effb;
	font-weight: normal;
	border: 2px solid #fffdf8;

	}

.table_aknkduo td{
	text-align: left;
	padding: 0.5em 0 0.5em 1em;

}

/*--ダウンロード--*/

p.dl_info{
	width:90%;
	margin: 1em auto;
	font-size: small;
	text-align: left;
}

.li_info{
	font-size: medium;
}

.dl_btn2{
	display:inline-block;
	text-align: center;
	width: 100%;
	padding: 5px 0px;
	margin: 0 auto;
	font-size: medium;
	background-color: #000;
	transition: all 0.5s ease;
}

a.dl_btn2:link {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: normal;

}
a.dl_btn2:visited {
	color: rgb(255, 255, 255);
}
a.dl_btn2:hover {
	color: #ffffff;
	background-color: #740000;

}
a.dl_btn2:active {
	color: #740000;
}
  
  footer{
	width: 100%;
	color: #332118;
	border: none;
	background: #fbe4e0;
	text-align: center;
	font-weight: bold;
  }

	/*  ------ PC ------  */
	@media screen and (min-width: 1000px){
			
		.dl_btn{
		font-size: large;

	}

	.dl_btn2{

	}
		
div.cr_box {
	width: 70%;	
}
		
.table_aknkduo{
	width: auto;

}
		


	}
