@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#staff
-------------------------------------------------------------------*/
#staff {
	margin-bottom:34px;
}
#staff .hello {
	margin-bottom:10px;
}

#staff .imgright {
	margin-bottom:20px;
}

#staff .imgleft {
	margin-bottom:20px;
}

#staff .imgright dl{
	margin-right:220px;
}

#staff .imgleft dl{
	margin-left:220px;
}

#staff .imgleft dl.blank ,#staff .imgright dl.blank{
	margin-left:0px;
	margin-right:0px;
}


#staff .hello dl dt {
	border-bottom:1px dashed #818D94;
	font-weight:bold;
	margin-bottom:8px;
	padding-bottom:1px;
}
#staff .hello dl dd p.mb25 {
	margin-bottom:25px;
}
#staff .imgleft dl {
	margin-left:225px;
}
#staff .hello .image li {
	padding-top:5px;
}
#staff .hello .image li a {
	border: 1px solid #B7CADB;
	display: table-cell;
	height:200px;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin:0 0 35px;
}
#content .mb40 {
	margin-bottom:40px;
}
#content .section .box {
	margin-bottom: 12px;
	overflow: hidden;
 /zoom: 1;
}
#content .section .imgright {
	margin-bottom:20px;
}

#content .section .imgleft {
	margin-bottom:20px;
}

#content .section .imgright p{
	margin-right:220px;
}

#content .section .imgleft p{
	margin-left:220px;
}

#content .section .imgright p.blank ,#content .section .imgleft p.blank{
	margin-left:0px;
	margin-right:0px;
}

#content .section .box ul li {
	padding-top:5px;
}
#content .section .box ul a {
	border: 1px solid #B7CADB;
	display: table-cell;
	height:200px;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}
#content .section .att {
	margin-top: 5px;
}
/* --------------------------------------
	table
-------------------------------------- */
#content table th {
	width:169px;
	font-weight:normal;
	padding:2px 0 1px 9px;
}
#content table td {
	padding: 2px 0 1px 9px;
}
