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

  /*----フォント--*/
  
  /*----背景--*/
  
  }
 

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


  header{
	  
 border: none;
  }

.atxt{
	text-align: center;
	margin: 0px auto;
	
}
 
.atxt_s{
	font-size: small;
	text-align: center;
}
	/*----画像------*/

img.img_lu{
	width: 100%;
	margin: 0px auto;
}

img.img_lu2{
	width: 48%;
	margin: 0px auto;
}
  
	/*----配置------*/

h1{
	font-size: large;
	padding: 0.5em 0px;
	border: none;
	border-bottom: 1px solid #B3CBF5;
	color: rgba(82,119,165,1.00);
	margin: 20px auto;
	width: 100%;
	
}

.color2{
	
	color: #5985b0;
	
}

/*--各作品ボックス--*/

.box_lineup{
	width: 45%;
	height: auto;
	padding: 5px;
	margin: 5px auto;
    border: solid rgba(82,119,165,0.3) 1px;
	border-radius: 0px;
  }


	/*  ------ PC ------  */
	@media screen and (min-width: 1000px){
	
	.box_div{
		width: auto;
	}

	.box_lineup{
	width: 300px;
	margin: 10px;
		}


	}
