@charset "utf-8";

/* ----- common ----- */
@import url(basic.css);

/*
------------------------------------------------
Company_styles
------------------------------------------------*/
.company {
	margin: 10px;
}
.company strong {
	font-size: 1.2em;
}
.greeting {
	padding:10px;
	line-height:1.9em;
}
.greeting img {
	padding-left:680px;
}
.access {
	padding:30px;
}
.phContent {
	width: 650px;
	margin: 0px auto 35px;
	border:1px solid #CCBDB0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: #CCBDB0 5px 5px 10px;
	-moz-box-shadow: #CCBDB0 10px 10px 10px;
	box-shadow: #CCBDB0 10px 10px 10px;
	padding: 15px;
}
.phContent p {
	font-size: 1em;
	margin:10px;
	color: #666;
}
.phContent ul {
	font-size: 1em;
	color:#666;
	line-height: 1.7em;
	letter-spacing: 0.07em;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 20px;
}
.phContent h4 {
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 15px 0px;
}
.peopleContent h5 {
	margin:25px;
	position: relative;
	background-color:#fff;
	padding: 10px 0px 0px 60px;
}
.peopleContent dl dt {
	font-weight: bold;
	margin: 25px 0px 0px 25px;
	color: #000;
	font-size: 0.9em;
}
.peopleContent dl dd{
	margin: 0px 25px;
	border-bottom: 1px solid #EDECEB;
	border-left: 1px solid #EDECEB;
	border-right: 1px solid #EDECEB;
	padding: 0px 5px 20px 5px;
}
.peopleContent p {
	font-size:1em;
	margin: 0px 25px;
}
.peopleContent h5 .ico {
	position: absolute;
	left: 0px;
	top: 0px;
}

