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

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

/* Header */
/*header {
	width: 100%;
	height: 8%;
	background-color: #F8F2D3;
	border-bottom: 1px solid #F8F2D3;
	color:#633500;
}*/

/*芸術館日記の設定*/

h4.logo{
	color:#633500;
	font-weight:normal;
	font-size: 1.1em;
	
	
}

/*日記の題名*/
.gallery .thumbnail h4 {
	color:#633500;
	padding-top:0.5em;
	padding-bottom:0.5em;
	letter-spacing:0.2em;
	font-size:1em;
	line-height: 1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*日記の枠の設定*/

.thumbnail {
	border-bottom: 4px solid  #F8F2D3;
	
}



.gallery .thumbnail p {
	color: #585858;
	letter-spacing:0.1em;
	font-size: 0.8em;
	
}



/*上の説明文*/

.setumei{
	letter-spacing:0.2em;
	font-size:0.9em;
	
	
}

/*アイコンの色を赤くする*/

.color-red{
	color:  #E96A31 ;
}

.nitori{
	margin-left: 45%;
	margin-right:35%;
}

/*フッターのコピーライトの文字の大きさ*/
 
 .toranomon {
	font-size: 0.9em;
	margin-bottom: 2em;
	 letter-spacing:0.3em;
	text-align: center;
	color: #633500;
	background-color: #FFFFFF
}







