/*
Theme Name: yonezawa_unso
Author: CavyCraft
*/
.page_cell {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  font-size: 1.6rem;
}
.page_right {
  width: 100%;
  max-width: 700px;
  float: right;
  text-align: left;
  padding: 40px 0 40px;
}
.page_left {
  width: 100%;
  max-width: 240px;
  float: left;
  text-align: left;
  padding: 40px 0 40px;
}

.page_right h2.post-title {
	background: url(./images/mark-textbook.png) no-repeat center left;
	height: 22px;
	line-height: 2.2rem;
	margin-bottom: 40px;
	padding-left: 45px;
  border-bottom: 1px solid #CCC;
}