  ﻿@charset "utf-8";

/*=========================================================
	[ interview.css ]
	date - creation:2012-04-17 // update:2012-04-17
=========================================================*/

@charset "utf-8";

/*=========================================================
	[ m_heading.css ]
	module - heading style
	date - creation:2012-01-27 // update:2012-01-30
=========================================================*/

/*=========================================================
	index
		1. heading style
=========================================================*/

/* 1. heading style
=========================================================*/
/* heading level1
---------------------------------------------------------*/
#content h1{
	margin-top:30px;
}

/* heading level2
---------------------------------------------------------*/

#content h2{
	margin:80px 0 30px;
}

/* heading level3
---------------------------------------------------------*/
#content h3{
	clear:both;
	padding:40px 0 20px;
}

/*=========================================================
	index


1. content
=========================================================*/


/* 1. content
=========================================================*/
#profile{
	padding:15px 20px;
	border:1px solid #DFD8EB;
	background:#F4F0F9;
}

#profile div{
	float:left;
	width:130px;
}
#profile dl{
	float:right;
	width:800px;
	line-height:1.4;
}
#profile dt{
	font-size:16px;
	margin:0 0 5px 0;
	font-weight:bold;
}
#profile dd{
	padding:0;
	font-size:13px;
}
#profile table{
	margin-bottom:10px;}
#profile table td{
	padding:5px;
	font-size:13px;
	border-bottom: #666 1px dotted;}
	
#profile table th{
	text-align:left;
	border-bottom: #666 1px dotted;}
	
#bottomNavi{
	width:990px;
	margin-top:20px;
	clear:both;}
	
#bottomNavi #interview div{
	width:185px;
	float:left;
	margin-left:11px;}

#bottomNavi #interview div strong {
	background-color:#FFF!important;
	font-weight:bold;}