@charset "shift-jis";

@import "main.css";

/*-----------------------------------------------*/
/*                      gnavi                    */
/*-----------------------------------------------*/

#gnavi02 a {
	background-position: -62px -86px;
}
#gnavi02 a:hover {
	background-position: -62px -129px;
}

/*-----------------------------------------------*/
/*                #pageAspic.greeting            */
/*-----------------------------------------------*/

#pageAspic.greeting .boxPhoto {
  display:flex;
  justify-content:space-between;
}
#pageAspic.greeting .boxPhoto .photo {
  margin-top:0;
  margin-left:20px;
}
#pageAspic.greeting .boxPhoto dl.list {
	width: auto;
}
#pageAspic.greeting p.title {
  margin-top:20px;
	margin-bottom:15px;
	font-weight:bold;
	font-size: 14px;
	border-left: 4px solid #005fd5;
	padding: 2px 0 5px 15px;
	border-bottom: 1px solid #dfdfdf;
}
#pageAspic.greeting p.subTitle {
	margin-top:20px;
	margin-bottom:15px;
	font-weight:bold;
}
#pageAspic.greeting ol.noMark li {
	margin-left:15px;
	list-style:none;
	text-indent:-15px;
}
#pageAspic.greeting p.noMargin {
	margin-top:0;
	margin-bottom:0;
}
#pageAspic.greeting p.indent {
	text-indent:1em;
}
#pageAspic.greeting p.indentNoMargin {
	margin-top:0;
	margin-bottom:0;
	text-indent:1em;
}
#pageAspic.greeting .boxBtn {
  display:flex;
  margin:30px 10px 30px 10px;
}
#pageAspic.greeting .boxBtn a {
  margin-right:20px;
  font-size:12px;
}
#pageAspic.greeting .boxBtn a img {
  vertical-align:bottom;
  padding-right:5px;
}
#pageAspic.greeting p.rightItem {
	margin-top:30px;
	margin-bottom:20px;
}
#pageAspic.greeting .borderTop {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dfdfdf;
}

/*-----------------------------------------------*/
/*                    history                    */
/*-----------------------------------------------*/

#pageAspic .historyTable th {
	text-align:center;
	background:#fafafa;
}
#pageAspic .historyTable .year {
	background:#f5f5f5;
}
#pageAspic .historyTable .red {
	font-weight:bold;
}
#pageAspic .historyTable .blue {
	color:#005fd5;
	font-weight:bold;
}


/*-----------------------------------------------*/
/*                    organization               */
/*-----------------------------------------------*/

#pageAspic .officerTable th {
	font-weight: bold;
	text-align:center;
	background:#fafafa;
}
#pageAspic .officerTable thead th {
	font-weight: bold;
	background:#f5f5f5;
}

#pageAspic .officerTable td:first-of-type{
	font-weight: bold;
	text-align: center;
}

/*-----------------------------------------------*/
/*                   float clear                 */
/*-----------------------------------------------*/

.clearfix {
	zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
