@charset "utf-8";
@import  "../../css/common.css";


/* ============================================================================================= */

/* manager-voice style css */

/* ============================================================================================= */

#contents h1{
	margin:0 auto 17px;
}

/*-- キャッチ --*/
#contents h2{
	margin:0 0 15px 5px;
}

/*-- インタビュー枠 --*/
#contents .interview{
	width:665px;
	margin:0 auto 20px;
}
/* clear hack */
#contents .interview{zoom:1;}
#contents .interview:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#contents .interview span{
	font-weight:bold;
}

#contents .interview span.ans{
	color:#cc0000;
}

#contents .interview span.ask{
	color:#006893;
}

#contents .interview dl{
	margin-bottom:25px;
}
/* clear hack */
#contents .interview dl{zoom:1;}
#contents .interview dl:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#contents .interview dt{
	display:block;
	float:left;
	width:88px;
	padding:0px 0 10px;
	font-weight:bold;
	text-align:center;
}

#contents .interview .us dt{
	background:url('../image/mark_us.gif') no-repeat 0 0;
	color:#003d56;
}

#contents .interview .president dt{
	background:url('../image/mark_president.gif') no-repeat 0 0;
	color:#663500;
}

#contents .interview dd{
	float:right;
	width:550px;
	padding:0;
}

#contents .interview dd p{
	font-weight:bold;
	text-align:right;
}

#contents .interview dd p a{
	text-decoration:underline;
}

#contents .interview .us dd{
	color:#006893;
}

#contents .interview .president dd{
	color:#931800;
}

/*-- 画像がある場合 --*/
#contents .interview div{
	margin-bottom:5px;
	*margin-bottom:25px;
}
/* clear hack */
#contents .interview div{zoom:1;}
#contents .interview div:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#contents .interview div dl{
	float:left;
	width:410px;
}

#contents .interview div dd{
	float:right;
	width:296px;
}

#contents .interview div img{
	float:right;
}

/*-- 注釈 --*/
#contents .note{
	margin-bottom:50px;
	padding:0 10px 0 127px;
}
