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

ul.topNav {
	text-align: center;
	margin: 20px 0 0;
}

ul.topNav li {
	display: inline-block;
	margin: 0 7px;
}

ul#example {
	overflow: hidden;
	list-style: none;
}

ul#example li {
	float: left;
	margin: 0 4px;
}


#mainContents h2, #main2Contents h2 {
	color: #570039;
	text-align: center;
	border: 1px #570039 solid;
	font-size: 120%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
	padding-top: 5px;
	margin-top: 70px;
	margin-bottom: 24px;
}

#mainContents h2:first-child {
	margin-top: 0;
}

#mainContents h2 img.search {
	margin-bottom: -3px;
	margin-right: 3px;
}

#mainContents h3 {
	color: #570039;
	font-size: 120%;
	font-weight: bold;
	margin: 60px 0 15px;
}
#mainContents h3 img.list {
	margin-bottom: -4px;
	margin-right: 8px;
}

#mainContents h4 {
	font-size: 115%;
	font-weight: bold;
	color: #ffffff;
	background-color: #570039;
	padding: 3px 4px 0;
	margin: 5px 0 20px;
}

#main2Contents a:link, #main2Contents a:visited {
	color:#333;
	text-decoration:none;
}
#main2Contents a:hover {
	text-decoration:underline;
}
#main2Contents a.more:link , #main2Contents a.more:visited  {
	color:#333;
}


ul#search {
	overflow: hidden;
	list-style: none;
	margin-top: 20px;
}
ul#search li {
	float: left;
}

#select1 > div {
	padding-top: 82px;
	background: url(../img/common/arrow_gray.png) no-repeat top center;
	margin-top: 50px;
}
#select1 ul {
	color: #570039;
	border: 1px #570039 solid;
	padding: 20px 25px;
	overflow: hidden;
	list-style: none;
}

#select1 li {
	display: inline;
	margin: 0 10px 0 0;
}


#select2 > div {
	padding-top: 82px;
	background: url(../img/common/arrow_gray.png) no-repeat top center;
	margin-top: 50px;
}
#select2 ul {
	color: #570039;
	border: 1px #570039 solid;
	padding: 20px 25px;
	overflow: hidden;
	list-style: none;
}


#result > div {
	padding-top: 82px;
	background: url(../img/common/arrow_gray.png) no-repeat top center;
	margin-top: 50px;
}

#result > div > div {
	border: 1px #570039 solid;
	padding: 30px 40px 30px 40px;
	position: relative;
}

#result .position {
	color: #570039;
	font-size: 128%;
	font-weight: bold;
}
#result .name {
	font-size: 128%;
	font-weight: bold;
	margin-bottom: 25px;
}

#result table {
	margin-top: 10px;
	margin-bottom: 20px;
}

#result table th {
	width: 60px;
	text-align: left;
}

#result .detail {
	margin-left: 160px;
	margin-top: 30px;
}

#result .image {
	position: absolute;
	top: 20px;
	right: 25px;
}




div.example {
	position: relative;
	margin-bottom: 45px;
}

div.example > div {
	overflow: hidden;
}

div.example dl.corp {
	width: 356px;
	float: left;
	background: url(../img/corp/bg_cframe_b.png) no-repeat bottom left;
	padding-bottom: 26px;
}
div.example dl.corp dt {
	padding: 30px 65px 10px 78px;
	background: url(../img/corp/bg_cframe_t.png) no-repeat top left;
}
div.example dl.corp dd {
	padding: 0 65px 0 28px;
	background: url(../img/corp/bg_cframe.png) no-repeat top left;
}
div.example ul.corpinfo {
	list-style: none;
}

div.example div.person {
	width: 316px;
	float: right;
	padding-bottom: 26px;
	background: url(../img/corp/bg_pframe_b.png) no-repeat bottom right;
}

div.example div.person ul {
	list-style: none;
	padding: 30px 25px 5px 82px;
	background: url(../img/corp/bg_pframe.png) no-repeat top right;
}

div.example div.person ul:first-child {
	background: url(../img/corp/bg_pframe_t.png) no-repeat top right;
}

div.example p.quote {
	font-size: 80%;
	position: absolute;
	bottom: -18px;
	right: 10px;
}


p.other {
	display: inline-block;
	color: #570039;
	font-size: 120%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
	margin: 40px 0 10px;
	background-color: #ffff69;
	padding: 4px 10px 0;

}

ul.candidate {
	border: 1px #570039 solid;
	list-style: none;
	padding: 30px 20px;
}

ul.links {
	text-align: center;
	margin: 100px auto 70px;
}

ul.links li {
	display: inline-block;
	margin: 0 10px;
}


dl.release {
	margin: 30px auto;
}

dl.release dt {
	padding: 10px 10px 5px;
	border: 1px #777777 solid;
}

dl.release dd {
	padding: 10px 10px 5px;
	font-size: 87.5%;
}

dl.release dd p {
	margin-bottom: 12px;
}

.contactBtn {
	margin: 30px auto!important;
	text-align: center;
}

table {
	margin-left: 20px;
    width: 100%;
	font-size: 91%;
}

