/*大画像*/
.image{
	width:100%;
	height:auto;
}

/*下部空間有り開始画像用*/
.-image-bottom{
	margin-bottom:35px;
}

/*上部空間有り開始画像用*/
.-image-beginning{
	margin-bottom:37px;
}

/*行間画像用*/
.-image-between-the-lines{
	margin-top:17px;
	margin-bottom:39px;
}

/*画像の角丸*/
.-image-rounded{
	border-radius:7px;
	/*margin-top:25px;*/
}