@charset "utf-8";
/* CSS Document */

/* ===================================
コンテンツ
=================================== */
.aboutContents {
	width: 960px;
	margin: 30px auto 0;
	clear: both;
}
.aboutContents .big {
	font-size: 18px;
    margin-bottom: 5px;
}
.greeting {
	overflow: hidden;
	margin: 0 0 30px;
}
.greeting .txtBox {
	/*
	float: right;
	width: 660px;
	*/
	overflow: hidden;
}
.greeting p {
	font-size: 14px;
    line-height: 1.5;
	float: right;
}
.greetingCome,
.greetingName {
	line-height: 160%;
}
.greetingName {
	padding: 30px 0 0;
	text-align: right;
}
.greetingName span {
	line-height: 160%;
	font-size: 27px;
}
.greetingName img {
	margin-bottom: 12px;
}

.aboutContentsInner {
	padding: 20px;
	overflow: hidden;
    background: #FFF;
    border: 1px solid #E2E2E2;
}

/* ===================================
代表挨拶
=================================== */
#introduce_ceo .inner {
  padding: 25px 30px 25px 25px;
  margin-bottom: 60px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
}
#introduce_ceo .heading {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  margin: 18px 0 30px;
}
#introduce_ceo p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}
#introduce_ceo .name {
  text-align: right;
  margin: 30px 0 0;
}
#introduce_ceo .name span {
  font-size: 22px;
  display: block;
  margin: 5px 0 0;
}

/* ===================================
会社概要
=================================== */
.aboutContentsInner {
	padding: 20px;
	margin-bottom: 0;
	overflow: hidden;
    background: #FFF;
    border: 1px solid #E2E2E2;
}
.aboutList {
	width: 100%;
	/*width: 640px;*/
	line-height: 30px;
	font-size: 15px;
	float: left;
	margin-top: 10px;
}
.aboutList dt,
.aboutList dd {
	padding: 15px 10px 10px 140px;
}
.aboutList dt {
	padding-left: 12px;
	color: #666;
	float: left;
}
.aboutList dd {
	border-bottom: 1px solid #E6E6E6;
}
.aboutList dd:last-child {
	border: none;
}
.aboutList dd a {
	text-decoration: underline;
	color: #427C95;
}
.aboutList dd a:hover {
	text-decoration: none;
}
.aboutList dd .infoTxt {
	display: block;
}
.aboutList dd .mgBottom {
	margin-bottom: 12px;
}

/* 写真 */
.aboutPic {
	margin: 10px 10px 0 0;
	float: right;
}
.aboutPic li {
	margin-bottom: 15px;
}

/* ===================================
アクセス
=================================== */
#access .aboutContentsInner {
	padding: 0;
	border: none;
}
.accessBox {
	border: 1px solid #E6E6DA;
}
.accessBox iframe {
	width: 100%;
	height: 400px;
	margin: 0;
	display: block;
}