/* box.css */


/* center */
#center .box {
	
}
#center .box a.back {
	float: right;
	font-size: 1.2em;
	margin-top: 4px;
	text-decoration: none;
}
#center .box a.back:hover {
	text-decoration: underline;
}
#center .box h1 {
	color: #ff0552;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.278em;
}
#center .box .box_content {
	
}
#center .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.7em;
	margin-bottom: 2em;
}
#center .box .box_content .main_content * {
	line-height: 1.7em;
}

/* right */
#right .box {
	padding: 28px 20px 0;
}
.home #right .box {
	padding: 0;
	margin-bottom: 2em;
}
#right .box h1 {
	color: #ff0552;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#right .box .box_content {
	
}
#right .box .box_content .main_content {
	font-size: 1.2em;
	line-height: 1.4em;
}
#right .box .box_content .main_content * {
	line-height: 1.4em;
}


.facebook_share {
	float: right;
	margin-left: 2em;
}