@charset "UTF-8";
/* CSS Document */


/*  about 共通
----------------------------------------------------*/
.about-main{
	width:100%;
	min-width:960px;
	text-align:center;
	padding-bottom:50px;
}


/*  index : ご挨拶 ----------------------------------------------------*/
.index-title-line{
	font-size:24px;
	background:url(../../../img/about/line.png) no-repeat center bottom;
	padding:40px 0 20px;
}
.index-title{
	font-size:24px;
	padding:50px 0 0px;
}
.index-text-center{
	font-size:14px;
	padding:30px 0 40px;
	line-height:1.7;
}
.index-text-left{
	font-size:14px;
	padding:30px 0 40px;
	line-height:1.7;
	text-align:left;
	width:800px;
	margin:0 auto;
}
.index-photo{
	margin-bottom:50px;
	height:400px;
	min-width:960px;
	background:url(../../../img/about/aisatsu-pc.png) left center no-repeat;
	overflow: hidden;
	background-size:cover;
}

/*  profile : 概要 ----------------------------------------------------*/
.profile-title{
	padding:40px 0 15px;
	font-size:24px;
}
dl.profile-info{
	text-align:left;
	font-size:14px;
	width:802px;
	margin:0 auto;
}
dl.profile-info dt{
	float:left;
	clear : both;
	width : 150px;
	padding:12px 0 7px 10px;
}
dl.profile-info dd{
	background:url(../../../img/about/line.png) no-repeat center top;
	padding:12px 0 7px 160px;
}
.facility-block{
	width:800px;
	margin:0 auto;
}
.facility-name{
	background-color:#feeeca;
	border-radius:2px;
	clear : both;
}
.facility-name a{
	display:block;
	padding:6px 30px;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#000;
}
.facility-name a:hover{
	color:#e57016;
}
.facility-add{
	padding:10px 0px 10px 15px;
	font-size:14px;
	text-align:left;
	float:left;
	width:470px;
}
.facility-tel{
	padding:10px;
	font-size:14px;
	text-align:left;
}
.profile-line{
	background:url(../../../img/about/line.png) no-repeat center top;
	width:802px;
	height:4px;
	margin:0 auto;
}
.executive-list{
	margin:0 auto;
	padding:20px 0;
}
.executive-box{
	margin:0 auto;
	display:inline-block;
	text-align:left;
	width:200px;
	vertical-align:top;
	font-size:14px;
	line-height:1.8;
}
.profile-philosophy-title{
	font-size:18px;
	padding:10px 0;
}
.profile-philosophy-text{
	font-size:14px;
	line-height:1.7;
	padding:10px 0 30px;
}

/*  history : 沿革 ----------------------------------------------------*/
#history .profile-title{;
	background:url(../../../img/about/line.png) no-repeat center bottom;
	width:802px;
	margin:0 auto;
	padding-bottom:10px;
}

#history .profile-title span{
	font-size:14px;
}

#history table{
	margin:30px auto 50px;
	width:800px;
}
#history table td{
	text-align:left;
	padding:2px 10px 2px 5px;
	vertical-align:top;
}
#history table td.td-y{
	white-space: nowrap;
}
#history table td.td-md{
	text-align:right;
	white-space: nowrap;
}






