@charset "utf-8";
/* ===================================================================
	CSS information
	file name  :  style.css
	/interview/20120321/index.html

=================================================================== */
#primary .contents{
	margin: 16px;
	position: static;
}
#primary .contents .contents-head{
	border: 1px solid #addfe3;
	border-top:none ;
	padding: 18px 21px;
	margin: 0 0 10px 0;
}
#primary .contents .contents-head p{
	line-height: 1.8;
	margin: 0 0 18px 0;
}
#primary .contents .contents-head ol{
	overflow: hidden;
}
#primary .contents .contents-head ol li{
	float: left;
	margin: 0 23px 9px 0 ;
}
#primary .contents .contents-head ol li.lastchild{
	margin: 0;
}



#primary .contents .profile{
	border: 1px solid #addfe3;
	position: relative;
	height: 140px;
}
#primary .contents .profile .photo{
	position: absolute;
	right: 15px;
	bottom: 0;
}
#primary .contents .profile dl{
	width: 522px;
	margin: 0 0 21px 21px;
	padding: 20px 0 0 0;
}
#primary .contents .profile dt{
	margin: 0 0 10px 0;
}
#primary .contents .profile dd{
	line-height: 1.8;
}
#primary .contents li.section{
	margin: 0 9px;
}
#primary .contents li.section .pagetop{
	text-align: right;
	width: 666px;
	border-bottom: 1px solid #addfe3;
}


#primary .contents li.section h3{
	width: 666px;
	border-bottom: 1px solid #addfe3;
	padding: 40px 0 14px 0;
	margin: 0 0 20px 0;
}
#primary .contents li.section  li{
	margin: 0 0 30px 0;
}


#primary .contents li.section .read{
	margin: 0 0 12px 0;
}
/*ClearFix-*/
#primary .contents li.section .detail:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
#primary .contents li.section .detail {
	display:inline-block;
}
/* Hides from IE-mac \*/
	* html #primary .contents li.section .detail {height: 1%;}
	#primary .contents li.section .detail {display: block;}
/* End hide from IE-mac */

#primary .contents li.section .detail .photo{
	width: 287px;
	float: right;
}
#primary .contents li.section .detail dl{
	width: 355px;
	float: left;
}
#primary .contents li.section .detail dt{
	margin: 0 0 20px 0;
}
#primary .contents li.section .detail dd{
	line-height: 1.9;
}

#primary .contents li.section .detail dd .name{
	margin: 0 0 10px 0;
}
#primary .contents li.section .detail dd.first{
	margin: 0 0 10px 0;
}

#primary .contents li.section .wide dl{
	width: 662px;
	float: none;
}
#primary .contents li.section .wide .txt{
	width: 355px;
	float: left;
}

#primary .contents li.section .btn{
	padding: 15px 0 0 0;
	clear: both;
}

/*ClearFix-*/
#primary .contents li.section .btn:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
#primary .contents li.section .btn {
	display:inline-block;
}
/* Hides from IE-mac \*/
	* html #primary .contents li.section .btnetail {height: 1%;}
	#primary .contents li.section .btn {display: block;}
/* End hide from IE-mac */


#primary .contents li.section .detail .qa-box{
	margin: 0 0 20px 0;
}
#primary .contents li.section .detail .qa-box .answer{
	margin: 0 0 10px 0;
}


#primary .contents li.section .detail .qa-box dl{
	width: 662px;
	float: none;
	background: #fffceb;
	border: 1px solid #f2e6a7;
	padding: 20px 0;
	margin: 0 0 5px 0;
}
#primary .contents li.section .detail .qa-box dt{
	margin: 0 20px 10px;
	padding: 0 0 0 26px;
	font-size: 116%;
	font-weight: bold;
}
#primary .contents li.section .detail .qa-box .question dt{
	background: url("../../../common/images/icon_question.gif") left center no-repeat;
}
#primary .contents li.section .detail .qa-box .answer dt{
	background: url("../../../common/images/icon_answer.gif") left center no-repeat;
}

#primary .contents li.section .detail .qa-box dd{
	margin: 0 16px 0 46px;
}

#primary .contents li.section .detail .qa-box .entry{
	color: #e6a00a;
	padding:8px 0 0 0;
	font-size: 83%;
}
#primary .contents li.section .detail .qa-box .entry span{
	margin: 0 10px 0 0;
}

#primary .okwave{
	margin: 0 0 17px 26px;
}


