/*******************************************************************************
	中央ハウジングWebサイト blog
	Cascading Style Sheets font-size.css
																Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2015.12.15│新規│[V1.00] 加藤
*******************************************************************************/

.site-title {
	font-size: 4rem;
}


@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {
	
	.site-title {
		font-size: 3rem;
	}
	.entry-title{
		font-size:2.5rem
	}
	.site-branding img{
		width: 20%;
		height: auto;
	}
	.site-branding{
		margin:0;
	}
	.content-area{
		padding:0 9%;
	}
}

@media screen and (max-width: 480px) {
	#site-navigation{
		margin-bottom:25px;
	}
	
	.site-title {
		font-size: 2rem;
		font-weight:bold;
	}
	.entry-content img{
		max-width:50%;
	}
	.entry-content p{
		font-size:1em;
	}
}

@media screen and (max-width: 375px) {
	
	body{
		font-size:1.3rem;
	}
	.entry-header{
		margin-bottom:15px;
	}
	.site-header{
		margin-bottom:20px;
	}
	#site-navigation{
		margin-bottom:12px;
	}
	.entry-content img{
		max-width:none;
		width:100%;
		height:auto;
	}
	.entry-thumbnail{
		width:75%;
		margin-bottom:15px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.entry-thumbnail img{	
		width:100%;
		border-radius: 100%;
	}
	.hentry, .not-found{
		padding:15px 0;
	}
}

@media screen and (max-width: 320px) {
	.site-title{
		font-size:1.6rem;
	}
	.entry-title{
		font-size:1.7rem;
	}
}