@charset "UTF-8";
/* CSS Document */

.text_area h3 {
	font-size: 1.333em;
	line-height: 1.3;
	font-weight: bold;
	color: #005bac;
	margin-bottom: 6px;
}

.profile {
	width: 70%;
	margin: 0 auto 14px;
}

.lines {
	background-image: url(../img/contents/greetings/lines.gif);
	background-repeat: repeat-x;
}

.biography {
	position: relative;
	overflow: hidden;
}

.biography dl {
	position: relative;
	left: 50%;
	float: left;
}

.biography p {
	position: relative;
	left: -50%;
}

.biography dt {
	font-weight: bold;
	position: relative;
	left: -50%;
}

.biography dd {
	position: relative;
	left: -50%;
}

.policy {
	width: 95%;
	max-width: 600px;
	margin: 30px auto 0;
}
.policy_title {
	display: none;
}
.policy_title_s {
	display: block;
}
.policy_box {
	width: 95%;
	margin: 15px auto 0;
	overflow: hidden;
}
.policy_text {
	font-size: 0.875em;
}
.policy_photo {
	margin: 15px 0 0;
}


@media screen and (min-width: 481px) {
	.profile {
		max-width: 206px;
		float: left;
		margin: 0 20px 18px 0;
	}

	.biography dt {
		font-weight: normal;
		float: left;
	}
	
	.biography dd {
		margin-left: 10em;
	}
	.policy_title {
		display: block;
	}
	.policy_title_s {
		display: none;
	}
	.policy_text {
		font-size: 0.875em;
		width: 59.649%;
		float: left;
	}
	.policy_photo {
		margin: 0;
		width: 38.5964912%;
		float: right;
	}
}

@media screen and (min-width: 769px) {
}