@charset "utf-8";

#topInformation {
	width: 1180px;
	margin: 0 auto;
}

#topInformation h2 {
	font-size: 24px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-bottom: 2px solid #953D00;
	position: relative;
	margin-bottom: 15px;
}

#topInformation h2::after {
	content: url("../recruit/images/titleh2_bg.png");
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -20px;
}

#topInformation p {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 20px;
}

@media screen and (max-width: 1240px) {
	#topInformation {
		width: auto;
		margin: 20px 10px;
	}
	#topInformation h2 {
		font-size: 20px;
	}
	#topInformation h2::after {
		background-image: url("../recruit/images/titleh2_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		content: "";
		width: 200px;
		height: 40px;
		right: 0;
		bottom: -20px;
	}
	#topInformation p {
		font-size: 14px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
}

section.content {
	width: 1160px;
	margin: 50px auto 50px;
	position: relative;
}

@media screen and (max-width: 1040px) {
	section.content {
		width: auto;
		margin: 0 0px 50px;
		position: relative;
	}
}

section.content #navigation {
	width: 270px;
	float: left;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
}

section.content #navigation ul {
	width: 270px;
}

section.content #navigation li {
	display: block;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 70px;
	padding: 10px;
}

section.content #navigation li.current {
	background: #FFF5E6;
}

section.content #navigation li a {
	border: 2px solid #999999;
	color: #999999;
	font-weight: bold;
	background: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	border-radius: 20px;
	display: block;
	height: 50px;
	line-height: 30px;
}

section.content #navigation li.current a {
	border: 2px solid #F15A24;
	color: #F15A24;
}

section.content #navigation li a:hover {
	color: #FFF;
	background: #F7931E;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 2px solid #F15A24;
}

@media screen and (max-width: 1000px) {
	section.content #navigation {
		float: none;
		display: none;
	}
	section.content #navigation li {
		display: block;
		height: 60px;
		padding: 10px;
	}
	section.content #navigation li a {
		height: 50px;
		line-height: 30px;
	}
}

section.content .list {
	margin-left: 270px;
	background: #FFF5E6;
	padding: 20px 30px;
	min-height: 800px;
}

@media screen and (max-width: 1000px) {
	section.content .list {
		margin-left: 0;
		padding: 10px 10px;
	}
}

section.content .list section {
	background: #FFF;
	border-radius: 20px;
	margin-bottom: 25px;
	padding: 30px;
	min-height: 200px;
	display: none;
}

section.content .list section.unvisible {
	display: none;
}

section.content .list section.visible {
	display: block;
}

section.content .list section .photo {
	width: 150px;
	height: 200px;
	margin-right: 20px;
	float: left;
	background: #EFEFEF;
}

section.content .list section .name {
	font-size: 20px;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 30px;
	padding-bottom: 5px;
}

section.content .list section dl {
	line-height: 26px;
}

section.content .list section dl dt {
	float: left;
	font-size: 14px;
}

section.content .list section dl dt::after {
	content: "　：　";
}

section.content .list section dl dd {
	font-size: 14px;
}

section.content .list section p {
	font-size: 14px;
	line-height: 22px;
}

@media screen and (max-width: 600px) {
	section.content .list section {
		border-radius: 15px;
		margin-bottom: 15px;
		padding: 20px;
		min-height: 200px;
	}
	section.content .list section .photo {
		width: 75px;
		height: 100px;
		margin-right: 10px;
	}
	section.content .list section .photo img {
		width: 75px;
		height: 100px;
	}
	section.content .list section .name {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 5px;
	}
	section.content .list section dl {
		line-height: 22px;
	}
	section.content .list section dl dt::after {
		content: " ： ";
	}
	section.content .list section dl dd {
		font-size: 13px;
	}
	section.content .list section p {
		font-size: 13px;
		line-height: 22px;
	}
}

div.kanri {
	width: 100%;
	background: #EEE;
	text-align: center;
	padding: 30px;
}

div.kanri p {
	font-size: 18px;
	color: #FC0000;
	line-height: 30px;
	margin-bottom: 20px;
}

div.kanri .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

div.kanri .btn:hover,
div.kanri .btn:focus,
div.kanri .btn:active,
div.kanri .btn.active,
div.kanri .btn.disabled,
div.kanri .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

div.kanri .btn:active,
div.kanri .btn.active {
  background-color: #cccccc \9;
}

div.kanri .btn:first-child {
  *margin-left: 0;
}

div.kanri .btn:hover,
div.kanri .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}