@charset "utf-8";
/* CSS Document */
/*記事専用css*/

#contents .interview{
	background: #fbf7da;
	padding: 20px 20px 15px;
}
#contents .interview p{
	font-size: 1.4em;
	padding-top: 10px;
}
#contents .bpimage_right {
  float: right;
  margin: 0 0 10px 15px;
}
#contents .interview .title{
	background: #ea5350;
	color: #fff;
	font-size: 2.2em;
	line-height: 1.2;
	padding: 19px 10px 5px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}
#contents .interview .titlebox{
	width: 646px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
#contents .interview h5{
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1;
	padding-top: 2px;
}
#contents .interview .name{
	border-top: 1px solid #ea5350;
	border-bottom: 4px solid #ea5350;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	padding: 7px 0 3px 14px;
}
#contents .interview .name span{
	font-size: 1.7em;
}


/* smart */
.smart #contents .interview{
	padding: 10px 10px 5px;
}
.smart #contents .interview .title{
	font-size: 1.5em;
	line-height: 1.2;
	padding: 5px 10px;
	margin-right: 0;
	margin-bottom: 5px;
	display: inline-block;
	float: none;
}
.smart #contents .interview .title br{
	display: none;
}
.smart #contents .interview .titlebox{
	width: auto;
	float: none;
}
.smart #contents .interview h5{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2;
	padding-top: 5px;
}
.smart #contents .interview .name{
	font-size: 1.2em;
	padding: 7px 0 3px 2px;
	line-height: 1.2;
}
.smart #contents .interview .name span{
	font-size: 1.4em;
}
.smart #contents .interview div.bpimage_right .bpimage_image img{
	margin: 0 auto;
}
.smart #contents .interview p {
  margin: 0;
}