﻿@charset "UTF-8";
@import url("tokusyu.css");

#haken_wrap {
	color: #444;
	width: 708px;
	border: 1px solid #CCC;
	padding: 10px 10px 20px 10px;
	margin-bottom: 15px;
}

#haken_wrap h1 {
	margin: 15px;
}

#haken_wrap h2 {
	font-size: 28px;
	font-weight: bold;
	color: #F7007B;
	margin: 10px 0 30px 0;
}

#interview {
	width: 388px;
	margin-right: 20px;
	float: left;
}

#interview p {
	text-indent: 1em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#person_data {
	width: 300px;
	float: left;
}

#haken_wrap:after,
#interview:after,
#person_data:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#person_data #person dt .name {
	font-size: 16px;
	font-weight: bold;
	color: #F7007B;
	padding: 5px 0 2px 0;
	display: inline-block;
	border-bottom: 2px dotted #F7007B;
	margin-bottom: 5px;
}

#person_data #person dd {
	font-size: 14px;
	margin-bottom: 15px;
}

#person_data #com {
	font-size: 14px;
	border: 2px solid #F7007B;
}

#person_data #com dt {
	width: 270px;
	padding: 5px 5px 3px 5px;
	border-bottom: 2px solid #F7007B;
}

#person_data #com dd {
	padding: 5px;
	font-weight: bold;
	color: #F7007B;
}

#person_data #com dd .tel {
	background: url(../imgs/d1.gif) no-repeat left 4px;
	padding-left: 19px;
	font-family: "tahoma";
	color: #333333;
	font-size: 16px;
	display: inline-block;
}

.toback {
	margin-bottom: 10px;
}

