﻿@charset "utf-8";

/*------------------------------------------------------------------------------
コングレ・インスティテュート - CSS Modules Import
Date: 2009-02-06
Copyright (C) Congress Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

interview

---------------------------------------- */

div#Interview {
}



/* INDEX
---------------------------------------- */

div#Interview div.InBox {
	margin-bottom: 20px;
	color: #513535;
}

div#Interview div.InBox h4 {
	background: url(../img/interview/in_inbox_tit.png) 0 0 no-repeat;
	font-weight: 123.1%;
	border: none;
	padding-top: 10px;
	margin-bottom: 0;
	min-height:38px;
	height: auto !important;
	height: 38px;
}

div#Interview div.InBox h4 img.IconIn {
	margin-right: 7px;
}

div#Interview div.InBox h4 img {
	vertical-align: middle;
}

div#Interview div.InBox h4 em {
	font-weight: normal;
	font-size: 93%;
	margin-left: 15px;
}

div#Main h4.IntDetail {
	position: relative;
}

div#Main h4 span.BtnDetail {
	position: absolute;
	right: 10px;
}

div#Interview div.InBox div.Prof {
	background: #f5ece7;
	border-top: 2px solid #fff;
	padding: 10px;
}

div.InBox div.Prof div.ProImg {
	float: left;
	width: 90px;
}

div.InBox div.Prof div.ProImg img {
	border: 1px solid #fff;
}

div.InBox div.Prof div.ProfTxt {
	float: right;
	width: 540px;
}

div.InBox div.Prof div.ProfTxt strong {
	font-weight: bold;
}

div.InBox div.Prof div.ProfTxt p {
	margin-bottom: 0;
}

p.Aff {
	border-top: 2px solid #fff;
	padding: 10px;
	background:#f4f4f4;
	font-weight: bold;
}


/* Detail
---------------------------------------- */

div#Interview dl#IntTitle {
	position: relative;
	margin-bottom: 15px;
}

div#Interview dl#IntTitle dt,
div#Interview dl#IntTitle dd {
	height: 1%;
	padding-left: 135px;
	line-height: 60px;
	font-weight: 700;
	color: #624745;
}

div#Interview dl#IntTitle dt {
	background: url(../img/common/bg_stripe_02.png) 0 0 repeat;
}

div#Interview dl#IntTitle dt em {
	margin-right: 5px;
	font-weight: 700;
	font-size: 116%;
}

div#Interview dl#IntTitle dt img {
	position: absolute;
	top: 10px;
	left: 15px;
	border: 1px solid #fff;
}

div#Interview dl#IntTitle dd {
	background-color: #f5ece7;
}

div#Interview div#IntDetail dt {
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: url(../img/common/border_dotted_01.png) left bottom repeat-x;
}

div#Interview div#IntDetail dt em {
	display: block;
	padding: 8px 10px 8px 40px;
	background: url(../img/interview/bg_q_01.png) 0 0 no-repeat;
	font-weight: 700;
	color: #624745;
}

div#Interview div#IntDetail dd {
	padding: 0 0 50px 5px;
	background: url(../img/interview/ico_a.png) 0 0 no-repeat;
	text-indent: 35px;
	color: #624745;
}

div#Interview div#IntDetail img {
	float: right;
	margin-left: 20px;
}

/* ----------------------------------------

ClearFix (基本的にクラス指定では使用しない)

---------------------------------------- */

/* -- Modern Browsers -- */

div#Interview div#IntDetail dd:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

div#Interview div#IntDetail dd {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Interview div#IntDetail dd {
	height: 1%;
}

div#Interview div#IntDetail dd {
	display: block;
}