@charset "utf-8";
/* ********************************************************
	Pages CSS
******************************************************** */

/*-------------------------------
  Font Set - Color
-------------------------------*/


/*-------------------------------
  .index
-------------------------------*/
.mv {
	background: #FFF;
	width: 100%;
	text-align: center;
}
#breadCrumb {
	background: #dadbdb;
	width: 100%;
	padding: 16px 0;
}
#breadCrumb ul {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#breadCrumb ul li {
	display: inline;
	color: #000;
}
#breadCrumb ul li a {
	display: inline;
	color: #000;
	text-decoration: none;
}
#breadCrumb ul li:before {
	content: " > ";
}
#breadCrumb ul li:first-child:before {
	content: none;
}
.index #bgArea .con01{
	background: #FFF;
	width: 880px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
.index #bgArea .con01 h2 {
	background: #000;
	width: 880px;
	padding: 12px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
}
.index #bgArea .con01 h2:before {
	content: "";
	background: url(../images/common/icon_question.png) center top no-repeat;
	width: 36px;
	height: 36px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}
.index #bgArea .con01 h2:after {
	content: "";
	background: url(../images/index/img_con01_ttl.jpg) center top no-repeat;
	width: 350px;
	height: 27px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0;
}
.index #bgArea .con01 .detailBox01 {
	display: block;
}
.index #bgArea .con01 .detailBox01 .txtArea {
	margin: 30px 28px;
	display: block;
	font-size: 16px;
	text-align: left;
	line-height: 2;
	vertical-align: top;
}
.index #bgArea .con01 .detailBox01 .imgArea {
	display: block;
	text-align: left;
	vertical-align: top;
}
.index #bgArea .con01 .detailBox01 .imgArea li {
	margin:20px 0 20px 32px;
	display: inline-block;
}
.index #bgArea .con01 .btnType01 {
	background: #000;
	width: 143px;
	border-radius: 9px 8px 0px 0px;
	display: block;
	float: right;
	text-align: center;
}
.index #bgArea .con01 .btnType01 a {
	padding: 5px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
.index #bgArea .con01 .btnType01 a:before {
	width: 5px;
	height: 5px;
	margin-top: -3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	position: absolute;
	top: 50%;
	left: 14px;
	content: "";
}
.index #contentsInner .con02 {
	width: 418px;
	height: 323px;
	background: #e6e6e6;
	display: block;
	margin-bottom: 80px;
}
.index #contentsInner .con02 h2 {
	width: 399px;
	padding: 9px 0;
	margin: 9px auto 0;
	background: #000;
	display: block;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	position: relative;
}
.index #contentsInner .con02 h2.ttlType01:before {
	content: "";
	background: url(../images/common/icon_news.png) center top no-repeat;
	width: 25px;
	height: 25px;
	margin: 0 22px 0 14px;
	display: inline-block;
	vertical-align: middle;
}
.index #contentsInner .con02 h2.ttlType01:after {
	content: "";
	background: url(../images/index/img_con02_ttl01.jpg) center top no-repeat;
	width: 116px;
	height: 24px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 0;
}
.index #contentsInner .con02 h2.ttlType02:before {
	content: "";
	background: url(../images/common/icon_pdf.png) center top no-repeat;
	width: 25px;
	height: 25px;
	margin: 0 22px 0 14px;
	display: inline-block;
	vertical-align: middle;
}
.index #contentsInner .con02 h2.ttlType02:after {
	content: "";
	background: url(../images/index/img_con02_ttl02.jpg) center top no-repeat;
	width: 168px;
	height: 24px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 0;
}
.index #contentsInner .con02 .detailBox01 {
	background: #FFF;
	width: 399px;
	height: 260px;
	margin: 0 auto;
	position: relative;
}
.index #contentsInner .con02 .detailBox01 .newsArea {
	height: 235px;
	overflow: auto;
}
.index #contentsInner .con02 .detailBox01 dl {
	padding: 30px 17px;
	font-size: 16px;
	line-height: 1.5;
}
.index #contentsInner .con02 .detailBox01 dl dt {
	font-weight: bold;
}
.index #contentsInner .con02 .detailBox01 dl dd {
	margin-bottom: 25px;
}
.index #contentsInner .con02 .detailBox01 dl dd p {
	margin-bottom: 1em;
}
.index #contentsInner .con02 .detailBox01 dl dd a{
	color:#000;
}
.index #contentsInner .con02 .detailBox01 .btnType01 {
	background: #000;
	width: 143px;
	border-radius: 9px 8px 0px 0px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	text-align: center;
}
.index #contentsInner .con02 .detailBox01 .btnType01 a {
	padding: 5px 0;
	display: block;
	text-decoration: none;
	position: relative;
	color: #FFF;
	font-size: 14px;
}
.index #contentsInner .con02 .detailBox01 .btnType01 a:before {
	width: 5px;
	height: 5px;
	margin-top: -3px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	top: 50%;
	left: 9px;
	content: "";
}
.index .con03{
	background:#e6e6e6;
	width: 880px;
	margin: 0 auto;
	padding:9px;
	box-sizing:border-box;

}
.index .con03 h2 {
	background: #000;
	padding: 12px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
}
.index .con03 h2:before {
	content: "";
	background: url(../images/common/icon_next.png) center top no-repeat;
	width: 36px;
	height: 36px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}
.index .con03 h2:after {
	content: "";
	background: url(../images/index/img_con03_ttl.jpg) center top no-repeat;
	width: 251px;
	height: 24px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0;
}
.index .con03 .detailBox{
	background:#FFF;
	padding:30px 17px 54px;
}
.index .con03 .detailBox .imgArea{
	width:283px;
	float:left;
	display:block;
}
.index .con03 .detailBox .txtArea{
	margin-left:25px;
	float:left;
	display:block;
}
.index .con03 .detailBox .txtArea h3{
	margin-bottom:20px;
	font-size:18px;
}
.index .con03 .detailBox .txtArea dl{
	width:520px;
	margin-bottom:40px;
	display:block;
	font-size:16px;
	text-align:left;
}
.index .con03 .detailBox .txtArea dl dt,
.index .con03 .detailBox .txtArea dl dd{
	display:inline-block;
	margin-bottom:20px;
	vertical-align:top;
}
.index .con03 .detailBox .txtArea dl dt{
	width:110px;
}
.index .con03 .detailBox .txtArea dl dd{
	width:400px;
}
.index .con03 .detailBox .contactBox{
	background:#e6e6e6;
	padding:20px;
	display:block;
}
.index .con03 .detailBox .contactBox h4{
	margin-bottom:20px;
	padding:0 0 20px 146px;
	border-bottom:solid 1px #000;
	position:relative;
	display:block;
	font-size:18px;
}
.index .con03 .detailBox .contactBox h4:before{
	content:"";
	background:#000;
	width:4px;
	height:18px;
	position:absolute;
	top:3px;
	left:136px;
	display:block;
}
.index .con03 .detailBox .address {
	margin:20px 0 0 136px;
}
.index .con03 .detailBox .address dt{
	font-size:16px;
	font-weight:bold;
}
.index .con03 .detailBox p{
	margin-left:136px;
}


/*-------------------------------
  .news
-------------------------------*/
.news section {
	background: #FFF;
	width: 880px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
.news section .detailBox02 {
	padding: 30px 24px;
	overflow: hidden;
}
.news section h2 {
	background: #000;
	width: 880px;
	padding: 12px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
}
.news section h2:before {
	content: "";
	background: url(../images/common/icon_news.png) center top no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.news section h2:after {
	content: "";
	background: url(../images/news/img_ttl.jpg) center top no-repeat;
	width: 350px;
	height: 27px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -14px;
}
.news section .tab {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
		flex-wrap: wrap;
		gap: 10px;
}

.news section .tab li {
	display: inline-block;
	width: 19%;
	text-align: center;
	background: #808080;
	padding: 15px 0;
	color: #FFF;
	cursor: pointer;
	letter-spacing: normal;
}
.news section .tab li.select {
	background: #000;
}
.news section .tubContents {
	display: block;
	border-top: #4d4d4d solid 1px;
}
.news section .tubContents li {
	background: #FFF;
}
.news section .tubContents li dl {
	padding: 30px 0;
	line-height: 1.5;
	font-size: 16px;
}
.news section .tubContents li dl dt {
	font-weight: bold;
}
.news section .tubContents li dl dd {
	margin-bottom: 25px;
}
.news section .tubContents li div {
	border-bottom: #000 solid 1px;
	padding-bottom: 15px;
}
.news section .tubContents li div .pageTop a {
	float: right;
	display: block;
	color: #0077b9;
	font-size: 14px;
	text-decoration: underline;
}
.news section .tubContents li div .pageTop a:before {
	content: " > ";
}
.news section .hide {
	display: none;
}
/*-------------------------------
  .procedures
-------------------------------*/
.procedures {
	background: #FFF;
	width: 880px;
	margin: 80px auto 0;
	position: relative;
	z-index: 1000;
}
.procedures .detailBox02 {
	padding: 30px 24px;
	overflow: hidden;
}
.procedures h2 {
	width: 880px;
	padding: 12px 0;
	background: #000;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	display: block;
	position: relative;
	line-height: 36px;
	text-indent: 30px;
}
.procedures h2:after {
	content: "";
	background: url(../images/procedures/img_ttl.jpg) center top no-repeat;
	width: 206px;
	height: 27px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -14px;
}
.procedures .detailBox02 h3.ttlType01, .procedures .detailBox02 h3.ttlType02 {
	font-size: 18px;
	font-weight: normal;
	display: block;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.6;
}
.procedures .detailBox02 h3.ttlType01:after {
	width: 100%;
	height: 2px;
	position: absolute;
	border-radius: 2px;
	background-color: #000;
	left: 0;
	bottom: 0px;
	content: "";
}
.procedures .detailBox02 h3.ttlType02:after {
	content: attr(title);
	height: 2px;
	background: #000;
	display: inline-block;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.procedures .detailBox02 .btnType02 {
	width: 243px;
	text-align: center;
	background: #0071bc;
	display: block;
	margin-top: 30px;
}
.procedures .detailBox02 .btnType02 a {
	display: block;
	color: #FFF;
	padding: 18px 0;
	text-decoration: none;
	font-size: 18px;
	line-height: 11px;
	position: relative;
}
.procedures .detailBox02 .btnType02 a:before {
	content: "";
	vertical-align: middle;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid #FFF;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 10px;
}
.procedures .detailBox02 ul li {
	display: block;
	margin-bottom: 16px;
}
.procedures .detailBox02 .necessaryItem {
	margin-top: 35px;
}
.procedures .detailBox02 .withdrawal {
	margin-top: 80px;
}
.procedures .detailBox02 .address {
	line-height: 1.6;
}
/*-------------------------------
  .about
-------------------------------*/
.about section {
	background: #FFF;
	width: 880px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
.about section .detailBox02 {
	padding: 30px 24px;
	overflow: hidden;
}

.about section h2 {
	width: 880px;
	padding: 12px 0;
	background: #000;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	display: block;
	position: relative;
	line-height: 36px;
}
.about section h2:before {
	content: "";
	background: url(../images/common/icon_question.png) center top no-repeat;
	width: 36px;
	height: 36px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}
.about section h2:after {
	content: "";
	background: url(../images/about/img_ttl.jpg) center top no-repeat;
	width: 350px;
	height: 27px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0;
}
.about section .detailBox02 .dlType01 {
	margin-bottom:20px;
}
.about section .detailBox02 .dlType02 {
	margin-bottom:30px;
}
.about section .detailBox02 .dlType02 dl {
	width: 514px;
	display: block;
	line-height: 1.6;
}
.about section .detailBox02 dl+dl {
	padding-top: 30px;
	margin-top: 20px;
	border-top: #000 solid 1px;
}
.about section .detailBox02 dt {
	margin-bottom: 10px;
	position: relative;
	font-size: 18px;
	display: block;
}
.about section .detailBox02 dt:after {
	content: attr(title);
	background: #000;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about section .detailBox02 .imgArea {
	display: block;
	float: right;
	font-size: 16px;
}
.about section .detailBox02 dl .btnType03 {
	width: 147px;
	text-align: center;
	background: #0071bc;
	display: block;
}
.about section .detailBox02 dl .btnType03 a {
	display: block;
	color: #FFF;
	padding: 14px 0;
	text-decoration: none;
	font-size: 14px;
}
.about section .detailBox02 dd {
	display: block;
}
.about section .detailBox02 .ttlType03 {
	font-size: 18px;
	display: block;
	margin: 30px 0 20px;
	font-weight: normal;
	line-height: 1.6;
	position: relative;
	clear:both;
}

.about section .detailBox02 .ttlType03:after {
	content: attr(title);
	height: 2px;
	background: #000;
	display: inline-block;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about section .detailBox02 .ttlType03 span{
	font-size: 14px;
}
.about section .detailBox02 table {
	width: 100%;
	font-size: 16px;
}
.about section .detailBox02 th, .about section .detailBox02 td {
	padding: 10px;
	border: 1px solid #000;
	box-sizing: border-box;
	vertical-align: top;
}
.about section .detailBox02 th {
	background: #e6e6e6;
	text-align: center;
}
.about section .detailBox02 th.thType01 {
	width: 20%
}
.about section .detailBox02 th.thType02 {
	width: 25%
}
.about section .detailBox02 th.thType03 {
	width: 55%
}
/*-------------------------------
  .information
-------------------------------*/
.info .con01{
	width: 880px;
	margin: 0 auto;
	box-sizing:border-box;
  position: relative;
  z-index: 2;

}
.info .con01 h2 {
	background: #000;
	padding: 12px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
}
.info section h2:before {
	content: "";
	background: url(../images/common/icon_next.png) center top no-repeat;
	width: 36px;
	height: 36px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}
.info .con01 h2:after {
	content: "";
	background: url(../images/index/img_con03_ttl.jpg) center top no-repeat;
	width: 251px;
	height: 24px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0;
}
.info .con01 .detailBox{
	background:#FFF;
	padding:30px 17px;
}
.info .con01 .detailBox .imgArea{
	width:283px;
	float:left;
	display:block;
}
.info .con01 .detailBox .txtArea{
	margin-left:25px;
	float:left;
	display:block;
}
.info .con01 .detailBox .txtArea h3{
	margin-bottom:20px;
	font-size:18px;
}
.info .con01 .detailBox .txtArea dl{
	width:520px;
	display:block;
	font-size:16px;
	text-align:left;
}
.info .con01 .detailBox .txtArea dl dt,
.info .con01 .detailBox .txtArea dl dd{
	display:inline-block;
	margin-bottom:20px;
	vertical-align:top;
}
.info .con01 .detailBox .txtArea dl dt{
	width:110px;
}
.info .con01 .detailBox .txtArea dl dd{
	width:400px;
}
.info .con01 .detailBox .contactBox{
	background:#e6e6e6;
	padding:20px;
	display:block;
}
.info .con01 .detailBox .contactBox h4{
	margin-bottom:20px;
	padding:0 0 20px 146px;
	border-bottom:solid 1px #000;
	position:relative;
	display:block;
	font-size:18px;
}
.info .con01 .detailBox .contactBox h4:before{
	content:"";
	background:#000;
	width:4px;
	height:18px;
	position:absolute;
	top:3px;
	left:136px;
	display:block;
}
.info .con01 .detailBox .address {
	margin:20px 0 0 136px;
}
.info .con01 .detailBox .address dt{
	font-size:16px;
	font-weight:bold;
}
.info .con01 .detailBox p{
	margin-left:136px;
}
.info .con02 {
	background: #FFF;
	width: 880px;
	margin: 80px auto 0;
	position: relative;
	z-index: 1000;
}
.info .con02 .detailBox02 {
	padding: 30px 24px;
	overflow: hidden;
}
.indent_13{
	padding-left: 13em;
	text-indent: -13em;
}
.info .con02 h2 {
	background:#000;
	width: 880px;
	padding: 12px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	text-indent: 30px;
}
.info .con02 h2:after {
	content: "";
	background: url(../images/abstracts/img_ttl.jpg) center top no-repeat;
	width: 294px;
	height: 27px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0;
}
.info .con02 .detailBox02 .ttlType01 {
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	font-size: 18px;
	line-height: 1.6;
}
.info .con02 .detailBox02 .ttlType01:after {
	content: attr(title);
	background: #000;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.info .con02 .detailBox02 .dlBox {
	background: #f2f2f2;
	margin-bottom: 40px;
	padding: 40px 30px;
	display: table;
}
.info .con02 .detailBox02 .dlBox .imgArea {
	display: table-cell;
	vertical-align: middle;
}
.info .con02 .detailBox02 .dlBox .txtArea {
	padding-left: 36px;
	display: table-cell;
	vertical-align: middle;
}
.info .con02 .detailBox02 .dlBox .txtArea h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}
.info .con02 .detailBox02 .dlBox .txtArea p {
	margin-bottom: 1em;
}
.info .con02 .detailBox02 .btnType02 {
	background: #0071bc;
	width: 205px;
	margin-bottom: 1em;
	display: block;
	text-align: center;
}
.info .con02 .detailBox02 .btnType02 a {
	display: block;
	color: #FFF;
	padding: 18px 0;
	text-decoration: none;
	font-size: 18px;
	line-height: 11px;
}
.info .con02 .detailBox02 .btnType02 a:before {
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid #FFF;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	left: 10px;
	vertical-align: middle;
}
.info .con02 .detailBox02 .dlBox dl {
	line-height: 1.5
}
.info .con02 .detailBox02 .dlBox dl dt {
	font-size: 16px;
}
.info .con02 .txtC {
	padding: 50px 0;
	text-align: center;
}
.info .con02 table {
	width: 100%;
	margin-bottom:40px;
}
.info .con02 table +p{
  margin: 40px 0 20px;
}
.info .con02 table th {
	width: 47%;
	padding: 10px 0;
	padding-right: 1.5em;
}
.info .con02 table td {
	padding: 10px 0;
	width: 53%;
}
/*-------------------------------
  .abstracts
-------------------------------*/
.abstracts section {
	background: #FFF;
	width: 880px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
.abstracts section .detailBox02 {
	padding: 30px 24px;
	overflow: hidden;
}
.abstracts section h2 {
	background:#000;
	width: 880px;
	padding: 12px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	text-indent: 30px;
}
.abstracts section h2:after {
	content: "";
	background: url(../images/abstracts/img_ttl.jpg) center top no-repeat;
	width: 206px;
	height: 27px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0;
}
.abstracts section .detailBox02 .ttlType01 {
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	font-size: 18px;
	line-height: 1.6;
}
.abstracts section .detailBox02 .ttlType01:after {
	content: attr(title);
	background: #000;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.abstracts section .detailBox02 .dlBox {
	background: #f2f2f2;
	margin-bottom: 40px;
	padding: 40px 30px;
	display: table;
}
.abstracts section .detailBox02 .dlBox .imgArea {
	display: table-cell;
	vertical-align: middle;
}
.abstracts section .detailBox02 .dlBox .txtArea {
	padding-left: 36px;
	display: table-cell;
	vertical-align: middle;
}
.abstracts section .detailBox02 .dlBox .txtArea h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}
.abstracts section .detailBox02 .dlBox .txtArea p {
	margin-bottom: 1em;
}
.abstracts section .detailBox02 .btnType02 {
	background: #0071bc;
	width: 205px;
	margin-bottom: 1em;
	display: block;
	text-align: center;
}
.abstracts section .detailBox02 .btnType02 a {
	display: block;
	color: #FFF;
	padding: 18px 0;
	text-decoration: none;
	font-size: 18px;
	line-height: 11px;
}
.abstracts section .detailBox02 .btnType02 a:before {
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid #FFF;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	left: 10px;
	vertical-align: middle;
}
.abstracts section .detailBox02 .dlBox dl {
	line-height: 1.5
}
.abstracts section .detailBox02 .dlBox dl dt {
	font-size: 16px;
}
.abstracts section .txtC {
	padding: 50px 0;
	text-align: center;
}
.abstracts section table {
	width: 100%;
	margin-bottom:40px;
}
.abstracts section table th {
	width: 50%;
	padding: 10px 0;
}
.abstracts section table td {
	padding: 10px 0;
}
/*-------------------------------
  .contact
-------------------------------*/
.contact{
	background: #FFF;
	width: 880px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

.contact .detailBox02 {
	padding: 30px 24px;
	overflow: hidden;
}
.contact h2 {
	background: #000;
	width: 880px;
	padding: 12px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	text-indent: 30px;
}
.contact h2:after {
	content: "";
	background: url(../images/contact/img_ttl.jpg) center top no-repeat;
	width: 156px;
	height: 27px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0;
}
.contact .detailBox02 h3.ttlType01 {
	margin-bottom: 20px;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
}
.contact .detailBox02 h3.ttlType01:after {
	background-color: #000;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 0px;
	content: "";
}
.contact .detailBox02 dl {
	margin-bottom: 40px;
	display: block;
}
/*-------------------------------
  .link
-------------------------------*/
.link section {
	background: #FFF;
	width: 880px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
.link  section .detailBox02 {
	padding: 30px 24px;
	overflow: hidden;
}
.link section h2 {
	background: #000;
	width: 880px;
	padding: 12px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	text-indent: 30px;
}
.link section h2:after {
	content: "";
	background: url(../images/link/img_ttl.jpg) center top no-repeat;
	width: 156px;
	height: 27px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0;
}
.link section .detailBox02 h3.ttlType01 {
	margin-bottom: 20px;
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
}
.link section .detailBox02 h3.ttlType01:after {
	background-color: #000;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 0px;
	content: "";
}
.link section .detailBox02 dl {
	display: table;
	width: 100%;
}
.link section .detailBox02 dl dt {
	width: 20%;
	display: table-cell;
}
.link section .detailBox02 dl dd {
	display: table-cell;
}
.link section .detailBox02 dl+dl {
	margin-top: 30px;
}
