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

html,body {
  margin: 0;
  background-color: #f3ea5e;
  height:100%;
}

.container {
  margin: 0;
  padding: 0;
  width: 100%;
}

.container div {
  box-sizing: border-box;
}

/*左*/
.c1 {
  color: #ddd;
  background-color: #000;
}
/*コンテンツ*/
.c2 {
  color: #003300;
  background-color: #fff;
  border-bottom:#666 5px;
}


/*フッタ*/
.c3 {
  color: #333;
  background-color: #fff;
}
/*タイトル部*/
.c4 {
  color: #333;
  background-color: #fff;
}

.c5 {
  color: #333;
  background-color: #dfe1e5;
}

img{
	width:100%;
}
div.profile-interviewee{
		  font-size:100%;
		  line-height:130%;
}
div.profile-interviewee img{
		  float:right;
		  width:50%;
		  height:auto;
		  margin-left:18px;
		  margin-bottom:10px;
	  }
div#profile-block{
	display:block;
}

div.profile-interviewee img#nameimg{
	display:inline;
	float:left;
	width:35%;
}
div#testblock{
	display:inline-block;
	clear:both;
}

div#aibo strong{
	font-size:120%;
	line-height:200%;
}
div.profile-interviewer{
	margin:0 auto;
	width:90%;
		  font-size:100%;
		  line-height:130%;
		  padding:20px;
		  padding-top:5px;
}
div.profile-interviewer img{
		  float:left;
		  width:40%;
		  height:auto;
		  margin-right:18px;
	  }
p.profile{
	 font-size:90%;
	 line-height:130%;
 }
 p#index{
	font-size:10px;
 }

 p#intro{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans","メイリオ", Meiryo, sans-serif;
 }
 hr{
	border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
 }
 a{
	 text-decoration:none;
	 color:#3f3020;
 }
 h2 a:hover{
	  border-bottom:dotted #3f3020 0.2em;
 }
 p a:hover{
	  border-bottom:dotted #3f3020 0.1em;
 }
  p#photocredit{
	 text-align:right;
	font-size:10px;
	margin:0;
	margin-right:8px;
 }