@charset "utf-8";
/******************************************************************************

 ■法人概要のページのCSS

******************************************************************************/



/*ナビゲーションの現在地*/
.nav3 {
	position: relative;
	display: inline-block;
	outline: medium none;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);
	padding-top: 10px;
	font-size:1.05em;
	height: 50px;

}
.underline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D0E08F;
	padding-right: 9px;
	padding-left:9px;
	padding-bottom:3px;

}

/*メインビジュアル　背景画像お知らせ用*/
.main_visual {
	background-image: url(../img/back05_3.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

/*法人概要*/

.content_area1 {
    background-image: url("../img/affiliated_back.jpg");
    background-repeat: repeat;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0px;
    border-bottom: solid 2px #fff;
}

.content_area1_inner{
	width: 1240px;
	/*height: 730px;*/
	height: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.overview{
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}
.overview_title {
	background-image: url(../img/overview_title2.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 60px;
	width: 1024px;
	text-indent: -9999px;
	margin: 1.5em auto;
	border-bottom: solid 1px #EEE;
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

dl.yakuin {
	width: 100%;
}
dl.yakuin dt {
  display: block;
  clear: left;
  float: left;
  width: 200px;
}
dl.yakuin dd { 
  display: block;
  font-size: 85%;
  float: left;
}

/*沿革*/


.content_area2 {
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #EEE;
	margin-bottom: 4em;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

.content_area2_inner {
    text-align: left;
    height: 850px;
}


.history_title {
    background-image: url("../img/history_title.png");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 60px;
    width: 1024px;
    text-indent: -9999px;
    margin: 1.5em auto 0.7em auto;
    border-bottom: 1px solid #EEE;
    box-shadow: 0px 1px 0px #FFF;
}

.content_area2_inner dl {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #CCC;
}


.content_area2_inner dt {
	margin: 0px;
	line-height: 1.9;
	border-top: 1px dashed #CCC;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.content_area2_inner dl > dt:first-child {	
    margin: 0px;
	line-height: 1.9;
	border-top: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}





.content_area2_inner dd{
	margin-top: -2.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12em;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}
