@charset "UTF-8";

/*------------------------------------------------
インタビュー固有CSS
------------------------------------------------*/
h2{
  font-size: 131%;
  font-weight: nomal;
}

.text {
  margin-bottom: 15px;
  width: 680px;
}


#title {
  background: #000000;
  font-size: 120%;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0.6em;
  font-weight: normal;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}

#porpose {
  margin-bottom: 20px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.08em;
}

#subTitle{
  font-size: 123.1%;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
  color: #000000;
}

#subTitleIn{
  font-size: 123.1%;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
  color: #000000;
  margin-top: 30px;
}

.text p {
  margin-bottom: 1.5em;
  line-height: 1.4em;
  font-size: 108%;
}

#page {
  float: right;
  margin-right: auto;
  font-size: 140%;
  margin-top: 15px;
  margin-left: auto;
  clear: both;
}

#page li {
  float: left;
  border-right: 1px solid #666666;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

#page li a:link{  font-weight: normal;}
#page li a:visited{  font-weight: normal;}

#page #own {
  color:#FF6600;
  font-weight: bolder;
}

#profile {
  background: #F5F5F5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  clear: both;
  border: 1px solid #E6E6E6;
}


#profile dt {
  border-bottom: 1px solid #999999;
  margin-bottom: 3px;
}

#profile dd {
  margin-bottom: 7px;
  line-height: 1.4em;}
  

#interview .text p a{
  color: #FF6600;
  padding-right: 2px;
  padding-left: 2px;
  font-weight: bold;
  background: #FFFFFF;
}

#interview .text p a:hover{
  color: #FFFFFF;
  background: #FF6600;
}
