@charset "utf-8";
/* CSS Document */
/* ----------------------------
interview_list (/interview/)
------------------------------*/
#interview {
	width:98%;
}
#interview .list{
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    display: block;
    overflow: hidden;
    text-align: left;
    border: 1px solid #CCC8ED;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 7px;
}
.thum, .detail{
	float:left;
}
.thum{
	width: 123px;
    height: 165px;
    overflow: hidden;
    margin: 5px;
}
.thum img {
	width:100%;
}
.detail {
	float: left;
    padding: 5px;
    width: 60%;
} 
#day,#size {
	font-size:14px;	
}
#day {
	padding:3px 0 2px 0;
}
#title {
	font-size:14px;
	line-height:1.2;
	margin-bottom:5px;
}
#title a{
	text-decoration:underline;
	color: #f09;
}
#name {
	font-size: 13px;
}
#name a {
	text-decoration:underline;
	color:#fff;
}
#size {
	font-size:11px;
}
@media screen and (max-width: 360px) {
  .detail {
	width: 57%;
	}
}
@media screen and (max-width: 320px) {
  #title {
	font-size: 13px;
    line-height: 1.4;
	}
	.detail {
	width: 52%;
	}
}

/* ----------------------------
interview_detail (/interview/detail.php)
------------------------------*/
.talk_sheet {
    width: 94%;
    margin: 0 auto;
}
.talk_sheet span{
    font-size:0.9em;
    line-height:1.2;
}
.interview_wrap{
	text-align:left;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	width:98%;
}
.prof_img{
	overflow:hidden;
	width: 98%;
    margin: 0 auto;
}
.prof_img img{
	width:100%;
}
.prof{
	overflow:hidden;
	padding:5px 0 20px 0;
}

.realtalk {
	line-height:1.6;
}
.realtalk dt {
    color: #93FF26;
    font-size: 12px;
    padding: 0 5px;
}
.realtalk div,.realtalk p {
    word-wrap: break-word;
}
.realtalk dd {
    font-size: 12px;
    padding: 10px;
}
element.style {
    color: #f09;
}
.big {
    font-size: 1.2em !important;
}
.b {
    font-weight: bold !important;
}
#prev {
	display:block;
	padding:20px;
	margin:20px auto;
	width:80%;
	text-align:center;
	color:#fff;
	background-color:#BF77B0;
	font-size:14px;
	border-radius:20px;
}


