.col-sm-5 {
	border: 1px dotted #B9B9B9;
	background-color: #EAECEB;
	padding : 2em  ;
	color: #555555;
	border-radius: 5px;
	margin:2em;
	text-indent: 0.7em;
}


/*↑ページの先頭にもどる*/

.sentou{
	display: block;
	width: 12em;
	text-align: center;
	background-color: #F9F1E3;
	color: #5C5C5C;
	padding: 0.5em;
	white-space: nowrap;
	border-radius: 3px;
}

/*ノートの写真の下の文字*/

.note{
	font-size:0.8em;
	margin-top: 0.5em;
}

/*画家ノートの画像の大きさ*/

#mainImg{
	width:100%;
	}