.big_text {
	/*display:inline-block;
	vertical-align:top;*/
	font-size: 42px;
	font-weight: 700;
	padding: 0 10px 0 10px;
	margin: 0 5px 0 5px;
	color: #404040;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	background-color: #ffffb7
}
.big_text2 {
	font-size: 31px;
	font-weight: 700;
	padding: 0 5px 0 5px;
	color:#ffffff;
}
.intro_box {
	width: 680px;
	height:280px;
	background-color:#ffffff;
	padding:5px;
}
.supervisor_photo {
	margin:5px;
	width:180px;
	height:240px;
	background-color:#ffffff;
	float:left;
	text-align:center;
	background-image: url(../img/tsuruta_doctor180_240.jpg);
	border:1px #ffffff solid;
}

.supervisor_goal_phrase {
	display:block;
	width:460px;
	height:90px;
	background-color:#f5f5f5f;
	margin-left: 5px;
	font-weight:700;
	font-size:28px;
	color:red;
	float:left;
	padding:10px;
	text-align:center;
}
.supervisor_notes {
	display:block;
	width:auto;
	height:auto;
	background-color:#f5f5f5f;
	margin-left: 5px;
	font-weight:700;
	font-size:20px;
	color:#696969;
	float:left;
	padding:10px;
	padding-left:60px;
	line-height:1.3;
}
/*----------------------------------*/
.image_movie_box {
	width:690px;
	height:auto;
	border:0;
	padding:0;
}
	.image_movie_box video {
		border:0;
	}
/*----------------------------------*/
.form_table{
	margin: 5px 0;
}
.form_table .row{
	/*display: table;*/
	/*table-layout: fixed;*/
	display: block;
	width: 670px;
	/*border: 0px #fffff solid;
	background-color: #fff;*/
	padding: 3px;
	margin: 5px;
}
.form_table .cell1{
	/*display: table-cell;*/
	/*background-color: #98fb98;*/
	/*background-color: #b8dba9;
	background-color: #d1e7c8;*/
	display: inline-block;
	vertical-align: top;
	background-color: #ffffb7;
	border-width: 1px 1px 1px 1px;
	border-color: green;
	border-style: solid;
	width: 19%;
	margin: 2px;
	padding: 3px 5px 5px 10px;
	text-align: left;
	color: #65ab31;
	color: #4c8326;
	height: 40px;
	font-weight:700;
	float:left;
}
	.form_table .cell1 .num {
		padding: 0 5px 0 10px;
		font-size: 26px;
		color:#333333;
	}
.form_table .cell2{
	/*display: table-cell;*/
	display: inline-block;
	width: 79%;
	padding: 5px 5px 5px 10px;
	vertical-align: top;
	text-align: left;

	border: 1px green solid;
	float:left;
	margin: 2px;
}
.form_table .cell2 p {
	padding: 0;
	font-weight:700;
	color: #404040;
}

.form_table .row2{
	clear:both;
	margin-top: 10px;
	display: block;
	width: 665px;
	padding: 10px 5px 10px 15px;
	text-align:left;
	/*border-width: 1px 1px 1px 1px;
	border-color: green;
	border-style: solid;*/
	line-height: 1.6;
	font-weight:700;
	color: #404040;
	font-size: 16px;
}