p {
	font-family: Georgia, serif;
	font-weight: 400;
	color:#333;
	font-size:16px;
	line-height: 24px;
}

h1 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 38px !important;
}

h2 {
    font-family: Georgia, serif;
    color: #000000;
    font-size: 18px;
    line-height: 26px !important;
    padding-right: 10px;
    font-weight: 400;
}

h3 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 38px !important;
}

.studio-title {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px !important;
}

.contents {
	font-family: Georgia, serif;
	color: #000000;
	font-size: 18px;
	line-height: 26px !important;
	padding-right: 10px;
}

.caption {
	border-top:thin solid #999;
	width: 600px;
	margin: 10px;
	margin-bottom: 20px;
	color: #666;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: 400;
	font-size:10px;
	line-height: 15px;
}

.caption img {
	width:600px;
	height:auto;
	padding-top: 10px;
}

.studioTitleCapsule {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: -1px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:24px;
	line-height: 30px;
}

.latest-articles-mobile {
	display: none;
}

@media only screen and (max-width: 959px) {
	.latest-articles-mobile {
		display: block;
	}
}