@charset 'utf-8';
/* CSS Document */
#textarea{
	width:550px;
    margin-left:auto;
    margin-right:auto;
	line-height:120%;
	font-size:0.9rem;
    }
	
/*Clear*/
.clear{
	clear:both;
}

dd{
	background-color:#FFFBF4;
}

dd h3{
	font-size:0.9rem;
	font-weight:bold;
	color:#FF9300;
	margin:10px 0 5px 0;
}

dd .accordion_box{
	width:500px;
	padding:10px 25px 0 25px;
	background-color:#FFFBF4;
}

span.textpink{
	color:#E75C91;
}


/*interview*/
.interview_text{
	margin:10px;
}

.balloon {
  position: relative;
  width: 380px;
  min-height: 20px;
  height: auto !important;
  height: 20px;
  background-color: #FEDCDC;
  margin:10px 0 0 80px;
  padding:10px;
  font-size:0.8rem;
  line-height:140%;
}
.balloon .triangle {
  position: absolute;
  left: 0;
  top: 15px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid #FEDCDC;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.interview_text .staff{
	float:left;
	margin:-10px 0 0 0;
}

.interview_text_left{
	float:left;
}

.balloon2 {
  position: relative;
  width: 380px;
  min-height: 20px;
  height: auto !important;
  height: 20px;
  background-color: #FFE8C8;
  margin:10px 10px 0 0;
  padding:10px;
  font-size:0.8rem;
  line-height:140%;
}

.balloon2 .triangle2 {
  position: absolute;
  left: 400px;
  top: 15px;
  margin-left: 0px;
  width: 0;
  height: 0;
  border-left: 10px solid #FFE8C8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.interview_text2 {
	margin:10px 0 0 0;
}

.interview_text2 .staff2{
	float:right;
	margin:0 10px 0 0;
}
