/*--------------------------------------------------------------------------
  font
--------------------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body {
	color:#333333;
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", sans-serif,arial,helvetica,clean;
	/* for IE6/7 */
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
	line-height:1.3em;
}

.fw-b{
	font-weight:bold;
}

.px10 {font-size:77%;} /* for setting 10px */
.px11 {font-size:85%;} /* for setting 11px */
.px12 {font-size:93%;} /* for setting 12px */
.px13 {font-size:100%;} /* for setting 13px */
.px14 {font-size:108%;} /* for setting 14px */
.px15 {font-size:116%;} /* for setting 15px */
.px16 {font-size:123.1%;} /* for setting 16px */
.px17 {font-size:131%;} /* for setting 17px */
.px18 {font-size:138.5%;} /* for setting 18px */
.px19 {font-size:146.5%;} /* for setting 19px */
.px20 {font-size:153.9%;} /* for setting 20px */
.px21 {font-size:161.6%;} /* for setting 21px */
.px22 {font-size:167%;} /* for setting 22px */
.px23 {font-size:174%;} /* for setting 23px */
.px24 {font-size:182%;} /* for setting 24px */
.px25 {font-size:189%;} /* for setting 25px */
.px26 {font-size:197%;} /* for setting 26px */

/* 読みやすい行間 */
.text-space{
	line-height: 1.5;
	letter-spacing: 0.2em;
}
/* ポジション*/
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
/*ドット*/
.b-dotted{
	padding-bottom: 20px;
	border-bottom: 1px dotted #999999;
}
.b-dotted-blue{

	border-bottom: 2px dashed #00a0e9;
}
.dotto-box{
	border: 1px dashed #00a0e9;
	border-radius: 20px;
}
/*背景色*/
.bg-blue{
	background-color: #00a0e9;
}

h4.midashi-01{
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #00a1ec;
}
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

table {
	font-size:inherit;
	font:100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*--------------------------------------------------------------------------
  base
--------------------------------------------------------------------------*/
body {
	margin:0px auto;
	text-align:center;
}
input,
button,
textarea {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#contents {
	margin-bottom: 50px;
}
#pankuzu-02 {
	float: left;
	width: 600px;
	margin-top: 40px;
}
#pankuzu-02 li {
	display: inline;
	margin-right: 6px;
	padding-right: 12px;
	background: url(/recruit/images/staff/common/pankuzu_arrow.gif) no-repeat right center;
}
#pankuzu-02 li.end {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

/* header */
#header {
	position: relative;
	height: 160px;
	background: url(/recruit/images/staff/common/bg_header.gif) no-repeat;
}
#header #logo {
    left: -25px;
    position: absolute;
    top: 0;
    z-index: 1;
}
#header h1 {
	padding: 10px 10px 10px 0;
	font-size: 0;
	line-height: 0;
	text-align: right;
}
#globalNavi ul {
	float: right;
	border-left: 2px solid #FFFFFF;
}
#globalNavi ul li {
	float: left;
	padding: 5px 10px;
	border-right: 2px solid #FFFFFF;
	font-size: 108%;
	font-weight: bold;
}
/* footer */
#footer {
	background-color: #e5e5e5;
}
#footer #link {
	padding: 20px;
}
#footer #link li {
	float: left;
	margin-left: 20px;
	padding-left: 23px;
	background: url(/recruit/images/staff/common/link_arrow.gif) no-repeat;
	line-height: 1.5;
}
#footer #link li.on {
	color:#999999;
	text-decoration:underline;
}
#footer #copyright {
	position: relative;
	min-height: 85px;
	background: url(/recruit/images/staff/common/bg_footer.gif) no-repeat top;
}
#copyright #text {
	color: #d2d2d2;
	padding: 20px 20px;
}
#copyright #logo {
	position: absolute;
	top:14px;
	right: 21px;
}

/* link */
a:link {
	color:#3366FF;
	text-decoration: none;
}
a:visited {
	color:#3366FF;
	text-decoration: none;
}

/* float */
.left {
	float: left;
}
.right {
	float: right;
}

/* textLink */
.textLink {
	float: right;
	padding-left: 23px;
	background: url(/recruit/images/staff/common/link_arrow.gif) no-repeat;
	line-height: 1.5;
}

/* pageTop */
.pageTop {
	text-align: right;
}

/* sns */
.sns {
	text-align: right;
}

/* imghover */
	a.imghover:hover img {
	opacity:0.7;
	filter: alpha( opacity=70 );
	-ms-filter: "alpha( opacity=70 )";
}

/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


/*--------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------*/
#mainImage {
	position: relative;
	width: 940px;
	height: 425px;
	margin-bottom: 20px;
}
#mainImage #logo {
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1;
}
#mainImage h1 {
	position: absolute;
	top: 0;
	right: 149px;
	z-index: 1;
}
#mainImage #mark {
	position: absolute;
	top: 0;
	right: -15px;
	z-index: 1;
}
#mainImage #picture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#mainImage #spot {
	position: relative;
	padding: 121px 0 0 90px;
	z-index: 1;
}


#message {
	position: relative;
	z-index: 1;
}
#message div {
	display:none;
	position: relative;
	width: 690px;
}
#message #text01 {
	margin-left: 22px;
}
#message #text02 {
	margin-left: 52px;
}
#message #text03 {
	margin-left: 130px;
}
#message #text04 {
	margin-left: 191px;
}
#message .shousai {
	position: absolute;
	bottom: 26px;
	right: 18px;
}

.guide {
	margin-bottom: 20px;
}
.guide li {
	float: left;
	margin-right: 10px;
}
.guide .oubo {
	width: 240px;
	height: 143px;
	margin: 0;
	background: url(/recruit/images/staff/common/bg_oubo.gif) no-repeat;
	text-align: center;
}
.guide .oubo img {
	margin-top: 74px;
}
.halfbox .jimu,
.halfbox_02 .haisou {
	float: left;
	width: 460px;
}
.halfbox .market,
.halfbox_02 .creative {
	float: right;
	width: 460px;
}
.halfbox .detail,
.halfbox_02 .detail {
	margin: 20px 20px 0;
}
.halfbox .detail .left
.halfbox_02 .detail .left {
	width: auto;
	margin-right: 10px;
}
.halfbox .detail .right
.halfbox_02 .detail .right {
	width: auto;
	margin-left: 10px;
}
.halfbox .textLink,
.halfbox_02 .textLink {
	margin: 10px 20px 0 0 ;
}
.oubo {
	margin: 0 auto 20px;
	text-align: center;
}
.tel {
	margin: 0 auto 50px;
	text-align: center;
}

.service li {
	float: left;
	margin-right: 10px;
}
.service li img {
	margin-top: 5px;
}

/*--------------------------------------------------------------------------
  company
--------------------------------------------------------------------------*/
#company h2 {
	margin-bottom: 20px;
}
#company .pagenavi {
	margin-bottom: 50px;
}
#company .pagenavi li {
	float: left;
	margin-right: 20px;
}
#company .pagenavi .end {
	margin-right: 0;
}

#company #work {
	margin-bottom: 50px;
	background-color: #d2effa;
}
#company #work h3 {
	border-bottom: 4px solid #28afe1;
	background-color: #FFFFFF;
}

#company .box {
	margin: 0 30px 0 30px;
	padding: 30px 0 40px 0;
}
#company .box .left {
	width: 295px;
	line-height: 1.7;
}
#company .box h4 {
	margin-bottom: 20px;
}
#company .box .right {
	width: 555px;
	color: #707070;
}
#company .box .right .detail {
	margin: 0 0 20px;
}
#company .box .right .detail .column {
	float: left;
	width: 169px;
	margin-right: 24px;
}
#company .box .right .detail .end {
	margin-right: 0;
}
#company .next {
	border-top: 1px solid #a0a0a0;
}

#company #place {
	margin-bottom: 50px;
	background-color: #feedf7;
}
#company #place h3 {
	border-bottom: 4px solid #e60082;
	background-color: #FFFFFF;
}
#company #place .box h4 {
	position: relative;
	z-index: 1;
}
#company #place .box .right {
	position: relative;
	z-index: 0;
}
#company .box .detail {
	clear: both;
	margin: 40px 0 50px;
	color: #707070;
}
#company .box .detail .column {
	float: left;
	width: 164px;
	margin-right: 15px;
}
#company .box .detail .end {
	margin-right: 0;
}
#company .box .detail .column img {
	margin-bottom: 5px;
}
#company #map {
	position: relative;
	width: 700px;
	margin: 0 0 30px 100px;
}
#company #map .button {
	position: absolute;
	bottom: 0;
	right: 0;
}

#company #access {
	padding: 20px 14px;
	background: url(/recruit/images/staff/common/bg_access.gif) ;
	border: 1px solid #a0a0a0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#company #access ul{
	margin-left:10px;
}
#company #access ul .yajirushi{
	background: url(/recruit/images/staff/common/arrow_access.png) no-repeat;
	background-position:190pt 50pt;
}
#company #access ul li{
	float:left;
	height:260px;
}

#company #access ul li>img{
	width:90%;
}
#company #access ul li p{
	margin-top:5px;
	overflow:hidden;
	width:250px;
}
#company #access ul li p img{
	float:left;
	margin-right:5px;
}
#company #place .box .csr img {
	margin-bottom: 5px;
}
#company #place .box .csr .left {
	width: 371px;
}
#company #place .box .csr .right {
	width: 169px;
}
#company #defacto {
	margin-bottom: 50px;
	background-color: #e3f5bf;
}
#company #defacto h3 {
	border-bottom: 4px solid #99cc33;
	background-color: #FFFFFF;
}
#company #defacto .box .auction img {
	margin-bottom: 10px;
}
#company #defacto .box .auction .left {
	width: 255px;
}
#company #defacto .box .auction .right {
	width: 282px;
}
#company #defacto .box .auction .entrance .right {
	display: block;
	width: 180px;
	text-align: right;
}
#company #defacto .cycleText {
	display: block;
	width: 400px;
	margin: 30px auto;
}
#company .tv {
	clear: both;
	margin: -20px 30px 30px;
	padding: 20px;
	background-color: #f5ffe2;
	text-align: center;
}
#company h5 {
	margin-bottom: 5px;
	font-size: 138.5%;
	font-weight: bold;
	padding-left:10px;
}
#company .tv .textLink {
	float: none;
	width: 100px;
	margin: 10px auto 0;
	text-align: center;
}
/*--------------------------------------------------------------------------
  voice
--------------------------------------------------------------------------*/
#voice-main #picture {
	padding-bottom: 50px;
}
#voice-main .main-text{
	color:#0193d5;
	font-size:24px;
}
#voice-main .main-text span{
	font-size:36px;
}
#voice h3 {
	border-bottom: 3px solid #00a0e9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#voice .name {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:50px;
}
#voice .voice-cnt{
	margin-bottom:50px;

}
#voice .voice-cnt .voice-text {
	width: 630px;
	margin-top: 50px;
	float: left;
	line-height:1.7em;
	font-size:105%;
}
#voice .voice-cnt .text-top{
	margin-top:55px;
}
#voice .voice-cnt p{
	margin-bottom:20px;
}
#voice .voice-cnt .staff {
	margin-right:60px;
	float: left;
}
#voice .voice-cnt .right-box{
	margin-right:60px;
}

#voice .voice-cnt .right-img{
	margin-right:0;
}
#voice .vol_link{
	margin: 0px 0px 40px 200px;
}
#voice .vol_link p{
	margin-right: 20px;
}
/*--------------------------------------------------------------------------
  form
--------------------------------------------------------------------------*/
#form h2 {
	margin-bottom: 40px;
}
#form dl{
	margin-left:15px;
	font-weight:bold;
}
#form .halfbox {
	margin-bottom: 30px;
}
#form .halfbox .detail {
	margin: 20px 0 0;
}

#form table {
	margin-top: 20px;
	border-top: 1px solid #8d9a83;
	border-left: 1px solid #8d9a83;
	color: #555555;
}
#form table th,
#form table td {
	padding: 15px 5px 15px 15px;
	border-right: 1px solid #8d9a83;
	border-bottom: 1px solid #b8b8b8;
}
#form table th {
	width: 100px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8d9a83;
}
#form table ul li {
	padding-left: 1em;
	text-indent: -1.3em;
}
#form table ul li span,
#form dl dd span {
	color: #8dc221;
}
#form .market table {
	border-color: #a48686;
}

#form .creative table{
	border-color: #86a49f;
}
#form .haisou table{
	border-color: #a49886;
}

#form .market table th,
#form .market table td {
	border-color: #a48686;
}
#form .market table th {
	background-color: #a48686;
}
#form .market table ul li span,
#form .market dl dd span {
	color: #e02c41;
}
#form .creative table th,
#form .creative table td {
	border-color: #86a49f;
}
#form .creative table th {
	background-color: #86a49f;
}
#form .creative table ul li span,
#form .creative dl dd span {
	color: #2caee0;
}

#form .haisou table th,
#form .haisou table td {
	border-color: #a49886;
}
#form .haisou table th {
	background-color: #a49886;
}
#form .haisou table ul li span,
#form .haisou dl dd span {
	color: #ed7831;
}

#form .oubotitle {
	padding-top: 30px;
	border-top: 2px solid #8dc221;
}
#form #oubo .lead {
	margin: 10px 0 20px 0;
}
#form #oubo .attention {
	color: #e62d00;
}
#form #oubo .domain {
	margin-bottom: 20px;
}
#form #oubo .step {
	margin-bottom: 20px;
}
#form #oubo .step li {
	float: left;
	margin-right: 20px;
}

#form #oubo table {
	margin-bottom: 40px;
	border-top: 1px solid #d3d3d3;
	border-left: none;
}
#form #oubo table th,
#form #oubo table td {
	border-right: none;
	border-bottom: 1px solid #d3d3d3;
}
#form #oubo table th {
	width: 220px;
	color: #333333;
}
#form #oubo table th {
	background-color: #e5e5e5;
}

#form .kakunin {
	margin-bottom: 30px;
	text-align: center;
}
#form .kanryou {
	margin: 20px 0 20px 0;
	padding: 40px;
	border: 2px solid #cecece;
	background-color: #f7f6f6;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
    line-height: 2.5;
}

#form .error {
	margin-top: 10px;
	padding : 15px;
	border: 1px solid #e62d00;
	color: #e62d00;
}
#form .error h4 {
	font-size:182%;
	color: #e62d00;
	font-weight: bold;
}
#form .error p {
	margin-top: 10px;
}
#form .error ul {
	margin: 10px 0 0 10px;
	font-weight: bold;
}

/*--------------------------------------------------------------------------
  event
--------------------------------------------------------------------------*/
#event #wrapper{
	width: 780px;
	margin: 10px 0;
	padding: 0 0 10px;
	background:url('/recruit/images/staff/common/outline.gif') no-repeat bottom;
}
#event p{
	margin: 10px 0;
	text-align: center;
}
#event #logo{
    position: absolute;
    top: -10px;
    z-index: 1;
}
#event h1{
	margin: 0px 10px 0;
}
#event h2{
	margin: 15px 11px 0;
}
#event .box,
#event .box3 {
	width: 726px;
	margin:0 auto ;
}
#event .box3 .left{
	margin-right: 15px;
	width: 232px
}

/*--------------------------------------------------------------------------
  maekyu
--------------------------------------------------------------------------*/
#maekyu h2 {
  margin-bottom: 20px;
}
#maekyu #box {
  margin-bottom: 50px;
  background-image: url(/recruit/images/staff/common/back1.gif);
  background-repeat:no-repeat;
  background-position: bottom;
}
#maekyu #box h3 {
  background-color: #FFFFFF;
  margin-top: 20px;
}
#maekyu #box h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
}
#maekyu #box p {
  margin-bottom: 10px;
}
#maekyu #box .right,
#maekyu #box .item .left {
  width: 420px;
  line-height: 1.7;
}
#maekyu .img p{
  margin: 10px 0;
  text-align: center;
}
#maekyu .item {
  margin: 0 30px 0 30px;
  padding: 30px 0 40px 0;
}
.img li {
  float: left;
  margin: 0 14px;
}
.use_text {
  margin: 10px 18px 0 0;
  text-align: right;
}
.quest{
  font-size: 14px;
  font-weight: bold;
  color: #2caee0;
}
.ans{
  font-size: 14px;
  font-weight: bold;
}

/*--------------------------------------------------------------------------
  career
--------------------------------------------------------------------------*/
 #career #box {
  background-color: #ffffff;
  margin-bottom: 50px;
  background-image: url(/recruit/images/staff/common/back.gif);
  background-repeat:no-repeat;
  background-position: bottom;
}
#career #box h4 {
  color: #FFF;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  height: 120px;
  line-height: 115px;
  margin: 0;
  text-indent: 140px;
}
#career .step2 {
  background-image: url(/recruit/images/staff/common/step2.gif);
  background-repeat:no-repeat;
  background-position: center;
}
#career .step4 {
  background-image: url(/recruit/images/staff/common/step4.gif);
  background-repeat:no-repeat;
  background-position: bottom;
}
#career #box .right {
  width: 280px;
  line-height: 1.7;
}
#career #box .item .left {
  width: 500px;
  line-height: 1.7;
}
#career #box dl{
  margin-bottom: 10px;
}
#career .box dt{
  font-size: 16px;
  font-weight: bold;
}
#career .box dd{
  line-height: 20px;
  width: 290px;
  margin-bottom: 20px;
  font-weight: normal;
}
#career #last_green{
  line-height: 20px;
  width: 400px;
  height: 100px;
  background-image: url(/recruit/images/staff/common/last_green.gif);
  background-repeat:no-repeat;
  background-position: 30px 10px;
  padding: 10px 0 0 140px;
  margin-bottom: 30px;
  font-weight: normal;
}
#career #last_blue{
  line-height: 20px;
  width: 400px;
  height: 100px;
  background-image: url(/recruit/images/staff/common/last_blue.gif);
  background-repeat:no-repeat;
  background-position: 30px 10px;
  padding: 10px 0 0 140px;
  margin-bottom: 20px;
  font-weight: normal;
}
#career .box_green dt, .box_blue dt{
  font-size: 20px;
  font-weight: bold;
  width: 570px;
}
#career .box_green img, .box_blue img {
  margin-top: 3px;
}
#career .box_green dd{
  line-height: 20px;
  width: 400px;
  height: 100px;
  background-image: url(/recruit/images/staff/common/yajirushi_green.gif);
  background-repeat:no-repeat;
  background-position: 30px 10px;
  padding: 10px 0 0 140px;
  margin-bottom: 30px;
  font-weight: normal;
}
#career .box_blue dd{
  line-height: 20px;
  width: 400px;
  height: 100px;
  background-image: url(/recruit/images/staff/common/yajirushi_blue.gif);
  background-repeat:no-repeat;
  background-position: 30px 10px;
  padding: 10px 0 0 140px;
  margin-bottom: 20px;
  font-weight: normal;
}

#career h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
#career .item {
  padding-top: 20px;
}
#career .message p{
  margin: 10px 0;
  text-align: left;
}
#career .message{
  text-align: center;
  border-top: 2px #8ec220 solid;
  border-bottom: 2px #8ec220 solid;
  margin: 10px 0;
  padding-bottom: 10px;
}

#career #box .item {
  padding: 20px 40px 0 20px;
}


/*--------------------------------------------------------------------------
 slider
--------------------------------------------------------------------------*/
#scrollbar{
display: none;
position: fixed;
bottom: 0px;
right: 0px;　
margin: 0;
padding: 0;
width: 100%;
height: 200px;
background:rgba(180, 180, 180, 0.9);/* Modern browsers */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
                     StartColorStr=#88AAAAAA,
                     EndColorStr  =#88AAAAAA);
}

#slidemenu{
position: relative;
width: 930px;
height: 120px;
margin: 0 auto;
clear: both;
}

#slidemenu .text1,
#slidemenu .btn1,
#slidemenu .btn2,
#slidemenu .text2,
#slidemenu .btn3{
float: left;
}


#slidemenu .text1{
padding:5px 125px 0px 125px;
}

#slidemenu .close{
cursor: pointer;
position: absolute;
top: -12px;
left: 905px;
}

#slidemenu .oubo{
padding:20px 0px 0px 0px;
}

#slidemenu .slid_tel{
	font-size:18px;
	font-weight:bold;
}
.slid_telcolor{
	color:#FFED00;
	font-size:23px;
	font-weight:bold;
}

#wrapper{
	margin-bottom:100px;
}
/*-----------------------------------------------------
woman
------------------------------------------------------*/
#woman-main #picture {
	padding-bottom: 50px;
}
#woman .img-c {
	padding-bottom:50px;
	text-align:center;
	color: #0193d5;
	font-size: 24px;
}
#woman-main .main-text span {
	font-size: 36px;
}
#woman h3 {
	border-bottom: 3px solid #ff5d5d;
	padding-bottom: 3px;
	padding-left:10px;
	margin-bottom: 70px;
	font-size:25px;
}
#woman h3 span {
	font-size:30px;
	font-weight:bold;
}
#woman .name {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 50px;
}

#woman .woman-cnt {
	width:905px;
	margin:0 auto 100px;
}
#woman .woman-cnt .woman-text {
	width: 500px;
	margin-top: 20px;
	float: left;
	line-height: 1.7em;
	font-size: 105%;
}
#woman .woman-cnt .text-top {
	margin-top: 55px;
}
#woman .woman-cnt p {
	margin-bottom: 20px;
}
#woman .woman-cnt .staff {
	margin-right: 60px;
	float: left;
}
#woman .woman-cnt .right-box {
	margin-right: 60px;
}
#woman .woman-cnt .right-img {
	margin-right: 0;
}
#woman .vol_link {
	margin: 0px 0px 40px 200px;
}
#woman .vol_link p {
	margin-right: 20px;
}


/*--------------------------------------------------------------------------
  president
--------------------------------------------------------------------------*/

#president #box{
	margin-bottom:50px;
	min-height: 1383px;
	background: url(/recruit/images/staff/common/interview_bottom.gif) no-repeat bottom;
	font-size:75%;
}

#president #contents h2{
	margin-bottom:20px;
}

#president #contents h3{
	margin-bottom:11px;
}

#president #box .inner {
	margin-top:20px;
	background: url(/recruit/images/staff/common/interview_top.gif) no-repeat top;
}

#president #box .inner .photo-right{
	float:right;
	padding-left:26px;
}

#president #box .inner .photo-left{
	float:left;
	padding-right:26px;
}

#president #box .inner .bottom{
	padding-bottom:12px;
}

#president #box .inner .yohaku{
    padding:36px 36px 0 36px;
}

/*--------------------------------------------------------------------------
  new
--------------------------------------------------------------------------*/
.main-pg{
	position:relative;
}
#head {
	width:950px;
	background:url("/recruit/images/staff/common/nav_bk.gif") no-repeat;
	margin-top:0;
	padding-bottom:30px;
	z-index:2;
}
#head #nav{
	float:left;
	margin-left:45px;
	padding-top:25px;
}
#head .nav-logo{
	float:left;
	padding-top:20px;
}
#head .nav-oubo{
	margin-left:145px;
	padding-top:40px;
	float:left;
}
#nav {
	position: relative;
}
#nav #btn-bd {
    top: 69px;
    position: absolute;
    z-index: 5;
}
#nav-cnt li{
	float:left;
}
#btn-bd.clicked:hover + #nav-cnt li.nav-top ul.syousai-list,
#btn-bd.clicked_2:hover + #nav-cnt li.nav-introduction ul.syousai-list2,
#btn-bd.clicked_3:hover + #nav-cnt li.nav-qa ul.syousai-list3,
#nav-cnt li:hover ul {
	display: block;
}
/*#btn-bd.clicked_2 {
	margin-left: 118px;
}
#btn-bd.clicked_3 {
	margin-left: 232px;
}*/

#nav-cnt li ul {
	display: none;
  position: absolute;
  top: 100%;
  right: -35px;
  border: 1px solid #ffd617;
  z-index: 10;
  background-color: #fff;
  width: 185px;
  padding: 10px 0 15px;
}
#nav-cnt li ul li {
  width: 100%;
}
#nav-cnt li ul li a {
	padding: 0;
	background: url(/recruit/images/staff/common/arrow_navi.png) no-repeat 14px;
  color: #333;
  font-weight: normal;
  line-height: 27px;
  font-size: 13px;
  padding-left: 29px;
  display: block;
}
#nav-cnt li ul li a:hover {
	opacity: 0.6;
}
#nav-cnt .nav-top,
#nav-cnt .nav-introduction,
#nav-cnt .nav-qa {
	position: relative;
	margin: 0;
	padding: 0;
}
#news ul{
	margin:0;
	padding:30px 0 30px 20px;
	border:1px solid #00a0e9;
}
#news ul li{
	margin:10px 0 ;
}
.text-title{
	text-indent:-9999px;
}
.cnt-title{
	margin-top:20px;
	padding:5px 0 5px 10px;
	background-color:#00a0e9;
	color:#ffffff;
}
#main-img{
	width:920px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 280px;
    outline: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
	text-indent: -9999px;
}
.bx-wrapper .bx-next a,
.bx-wrapper .bx-prev a{
	display:block;
}

.bx-wrapper .bx-prev{
	left:5px;
	background: url(/recruit/images/staff/common/arron_l.png) no-repeat;
}
.bx-wrapper .bx-next{
	right:5px;
	background: url(/recruit/images/staff/common/arron_r.png) no-repeat;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cccccc;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00a0e9;
}


#job ul li{
	margin-top:30px;
	margin-right:32px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#job ul li a span{
	display:block;
	color:#333333;
	text-align:center;
}


.bnr-space {
	margin:57px 0px;
}
.bnr-space02 {
	margin:30px 0px;
}
.bnr-space p{
	padding-top:6px;
	text-align: center;
}
.bnr{
	margin-bottom:30px;
}
.list{
	margin-right:-20px;
}
.list li{
	margin:30px 17px 30px 0;
	display: inline-block;
	box-sizing:border-box;
	*zoom: 1;
	*display: inline;
}

.list li span{
	display:block;
	margin-top:15px;
	color:#000000;
}
/*パンクズリスト*/
#pankzu p{
	padding:10px 0;
	margin-left:10px;
	display: inline-block;
	box-sizing:border-box;
	font-size:10px;
	*zoom: 1;
	*display: inline;
}
#pankzu p a{
	color:#000000;
}
/*パンクズリスト NEW*/
#breadcrumb{
	margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#breadcrumb li{
	padding-left: 18px;
	display: inline-block;
	font-size:11px;
	*zoom: 1;
	*display: inline;
	background: url(/recruit/images/staff/common/breadcrumb_arrow.gif) no-repeat left center;
}
#breadcrumb li:first-child{
	padding-left: 0;
	background: none;
}

#breadcrumb a{
	color:#000000;
}

#fot{
	position:relative;
	padding-bottom:40px;
	background-color:#ededed;
}
#fot a{
	color:#ffffff;
}

#fot .top{
	position:absolute;
	right:17%;
	bottom:100%;
}
#fot ul{
	background-color:#00a0e9;
}
#fot .address{
	width:400px;
	margin:10px auto;
}
#fot .address p{
	float:left;
	margin-left:15px;
}
#fot .address .address-text{
	padding-top:15px;
}
#fot ul li{
	padding:20px;
	margin-left:45px;
	font-size:17px;
	display: inline-block;
	color:#ffffff;
	*zoom: 1;
	*display: inline;
}
.group1 {
   margin:40px 0 60px;
	padding-bottom:40px;
	text-align:center;
	border-bottom:3px #00a0e9 solid;
}
.link-blue{
	background:url(/recruit/images/staff/common/link-blue.png) no-repeat;
}
.link-yellow{
	background:url(/recruit/images/staff/common/link-yellow.png) no-repeat;
}
.link-gray{
	background:url(/recruit/images/staff/common/link-gray.png) no-repeat;
}
.link-red{
	background:url(/recruit/images/staff/common/link-red.png) no-repeat;
}
.link-red,
.link-gray,
.link-yellow,
.link-blue{
	width:167px;
	height:37px;
	line-height:35px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	display:block;
}
.link-gray:hover,
.link-gray:hover,
.link-yellow:hover,
.link-red:hover,
.link-blue:hover{
	opacity:0.7;
	filter: alpha( opacity=70 );
	-ms-filter: "alpha( opacity=70 )"
}
.link-no:hover{
	opacity:1;
	filter: alpha( opacity=100 );
	-ms-filter: "alpha( opacity=100 )"
}
.link-gray:visited,
.link-gray:link,
.link-blue:visited,
.link-blue:link,
.link-red:visited,
.link-red:link,
.link-yellow:visited,
.link-yellow:link{
	color:#ffffff;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }
/*--------career-----*/
.career{
	border-bottom:dotted 1px #525050;
	padding:20px 0;
}
.career h3,
.career p,
.career ul,
.career div{
	float:left;
}
.career p,
.career ul,
.career div{
	width:580px;
	line-height:1.9em;
}
.career h3{
	width:230px;
	vertical-align: middle;
	font-weight: bold;
	margin-right:20px;
}


.career div ul li{
	margin-left:90px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.career .access-link{
	margin-top:60px;
}
.career-oubo {
	text-align:center;
	margin:60px 0 30px 0;
}
.download {
	width: 680px;
	margin: 0 auto 60px auto;
}


/*---------------------------------------------------------------
共通
---------------------------------------------------------------*/
/*ボタン*/
.btn_gry a:hover{
	opacity:0.7;
	filter: alpha( opacity=70 );
	-ms-filter: "alpha( opacity=70 )";
}
.btn_gry a{
	width:145px;
	height:17px;
	text-align:center;
	padding:10px;
	display:block;
	background:#8a8787;
	margin-left: auto;
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.1em;
	color:#ffffff;
}
.btn_gry a:link{
	color:#FFFFFF;
}
.btn_gry a:visited{
	color:#FFFFFF;
}
.vol_link .no-link{
	width:145px;
	height:17px;
	text-align:center;
	padding:10px;
	background:#8a8787;
	margin-left: auto;
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.1em;
	color:#ffffff;
}

/*ボタン2 アンカー*/
.anker_link{
	padding-top: 20px;
	padding-bottom: 20px;
}
.anker_link li{
	height:17px;
	text-align:center;
	margin-right:30px;
	background:#ffffff;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.1em;
}
.anker_link li a:link{
	color:#565656;
}
.anker_link li a:hover{
	color:#d3d3d3;
}
.anker_link li a{
	display:block;
	text-decoration: none;
}




/*---------------------------------------------------------------
top-job
---------------------------------------------------------------*/

/*トップ*/
.top_job li {
  float: left;
  margin:30px 30px 30px 45px;
}
.top_job h4 {
  font-weight: bold;
  margin-top:5px;
  font-size: 120%;
  text-align: center;
}
.top_job h1{
font-size: 170%;
font-weight: bold;
margin-top: 5px;
text-align: center;
}

.top_job a{
  color:#000000;
}

/*--------------------------------------------------------------------------
各部署
--------------------------------------------------------------------------*/
.syousai001{
	  width: 163px;
    height: 37px;
    line-height: 35px;
    font-size: 130%;
    margin: 10px 0 0 33px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    display: block;
    background: url(/recruit/images/staff/common/link-blue.png) no-repeat;
}

.jobtitle{
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 15px;
}

.jobtitle01{
	font-size: 210%;
	font-weight: bold;
	margin-top: 20px;
}

.job {
  background: url(/recruit/images/staff/common/arrow.gif) no-repeat ;
}

.job2 {
  background: url(/recruit/images/staff/common/arrow2.gif) no-repeat ;
}

.job li {
  float: left;
  margin:22px 22px 22px 0;
}
.job .end-list {
	margin-right:0;
}
.job h4 {
  font-weight: bold;
  margin:5px 0px 3px;
  font-size: 130%;
}
.job2 li {
  float: left;
  margin:22px 22px 22px 0;
}
.job2 .end-list {
	margin-right:0;
}
.job2 h4 {
  font-weight: bold;
  margin:5px 0px 3px;
  font-size: 130%;
}
.membervoice {
  margin-bottom: 50px;
  background-color: #e3f5bf;
}
.membervoice h3 {
  background-color: #FFFFFF;
}
.busho_cs .job{
	background:none;
}
.syousai_link{
	margin-top:20px;
}

/*--------------------------------------------------------------------------
  fukurikosei
--------------------------------------------------------------------------*/
#fukurikosei #contents .message{
	margin:40px 0 60px;
	padding-bottom:40px;
	text-align:center;
	border-bottom:3px #00a0e9 solid;
}
#fukurikosei #contents .point01{
	background:url(/recruit/images/staff/common/point01-img.png) right no-repeat;
}
#fukurikosei #contents .point02{
	background:url(/recruit/images/staff/common/point02-img.png) right no-repeat;
}
#fukurikosei #contents .point03{
	background:url(/recruit/images/staff/common/point03-img.png) right no-repeat;
}
#fukurikosei #contents .point04{
	background:url(/recruit/images/staff/common/point04-img.png) right no-repeat;
}
#fukurikosei #contents .point05{
	background:url(/recruit/images/staff/common/point05-img.png) right no-repeat;
}
#fukurikosei #contents .point06{
	background:url(/recruit/images/staff/common/point06-img.png) right no-repeat;
}
#fukurikosei #contents .point07{
	background:url(/recruit/images/staff/common/point07-img.png) right no-repeat;
}
#fukurikosei #contents .point08{
	background:url(/recruit/images/staff/common/point08-img.png) right no-repeat;
}

#fukurikosei #contents .point01,
#fukurikosei #contents .point02,
#fukurikosei #contents .point03,
#fukurikosei #contents .point04,
#fukurikosei #contents .point05,
#fukurikosei #contents .point06,
#fukurikosei #contents .point07,
#fukurikosei #contents .point08 {
	width:936px;
	margin-bottom:70px;
}

#fukurikosei #contents .point01 h3,
#fukurikosei #contents .point02 h3,
#fukurikosei #contents .point03 h3,
#fukurikosei #contents .point04 h3,
#fukurikosei #contents .point05 h3,
#fukurikosei #contents .point06 h3,
#fukurikosei #contents .point07 h3,
#fukurikosei #contents .point08 h3,
#fukurikosei #contents .point01 p,
#fukurikosei #contents .point02 p,
#fukurikosei #contents .point03 p,
#fukurikosei #contents .point04 p,
#fukurikosei #contents .point05 p,
#fukurikosei #contents .point06 p,
#fukurikosei #contents .point07 p,
#fukurikosei #contents .point08 p {
	width:643px;
	padding-bottom:30px;
	font-size:16px;
}
#fukurikosei #contents .link a{
	float:right;
}

/*--fukuri--*/

.fukuri ul .fukuri-01 {
	background: url("/recruit/images/staff/common/fukuri-01.png") no-repeat;
}
.fukuri ul .fukuri-02 {
	background: url("/recruit/images/staff/common/fukuri-02.png") no-repeat;
}
.fukuri ul .fukuri-03 {
	background: url("/recruit/images/staff/common/fukuri-03.png") no-repeat;
}
.fukuri ul .fukuri-04 {
	background: url("/recruit/images/staff/common/fukuri-04.png") no-repeat;
}
.fukuri ul .fukuri-05 {
	background: url("/recruit/images/staff/common/fukuri-05.png") no-repeat;
}
.fukuri ul .fukuri-06 {
	background: url("/recruit/images/staff/common/fukuri-06.png") no-repeat;
}
.fukuri ul .fukuri-07 {
	background: url("/recruit/images/staff/common/fukuri-07.png") no-repeat;
}

.fukuri h2 {
  padding-top: 40px;
}

.fukuri h2 img {
	padding-left: 5px;
}

.fukuri ul {
	width: 720px;
  margin: 40px auto 0;
  padding-bottom: 40px;
}

.fukuri ul li {
  width: 716px;
  height: 225px;
}

.fukuri ul .fukuri-01 p,
.fukuri ul .fukuri-03 p,
.fukuri ul .fukuri-05 p,
.fukuri ul .fukuri-07 p {
  padding: 160px 0 0 6px;
}

.fukuri ul .fukuri-02 p,
.fukuri ul .fukuri-04 p {
  padding: 137px 0 0 281px;
}

.fukuri ul .fukuri-06 p {
  padding: 137px 0 0 230px;
}

.fukuri ul li p {
  width: 430px;
}
.font_setting{
  font-family: 'ヒラギノ角ゴ Pro W3' , 'メイリオ';
}
.fukuri_kousei{
  margin: 100px 0;
}
.fukuri_kousei ul li{
  float: left;
  width: 250px;
  color: #323232;
  margin: 30px 0 30px 60px;
  height: 140px;
}
.fukuri_kousei dt{
  padding-left: 51px;
  height: 58px;
  font-size: 16px;
  font-weight: bold;
}
.fukuri_kousei .fukuri01 dt{
  background: url(../images/common/fukuri_bac01.png) no-repeat;
}
.fukuri_kousei .fukuri02 dt{
  background: url(../images/common/fukuri_bac02.png) no-repeat;
}
.fukuri_kousei .fukuri03 dt{
  background: url(../images/common/fukuri_bac03.png) no-repeat;
}
.fukuri_kousei .fukuri04 dt{
  background: url(../images/common/fukuri_bac04.png) no-repeat;
}
.fukuri_kousei .fukuri05 dt{
  background: url(../images/common/fukuri_bac05.png) no-repeat;
}
.fukuri_kousei .fukuri06 dt{
  background: url(../images/common/fukuri_bac06.png) no-repeat;
}
.fukuri_kousei .fukuri07 dt{
  background: url(../images/common/fukuri_bac07.png) no-repeat;
}
.fukuri_kousei .fukuri08 dt{
  background: url(../images/common/fukuri_bac08.png) no-repeat;
}
.fukuri_kousei dt span{
  font-size: 22px;
  color: #ff565e;
}
.fukuri_kousei dd{
  padding-top: 5px;
  margin-left: 15px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
/*-------------------------------------------------------
company
--------------------------------------------------------*/
#company .text_sukima{
	letter-spacing:0.1em;
}
#company .text_p p{
	margin-bottom:20px;
}
#company .text_p p:first-child{
	margin-top: 10px;
}

#company .img_setumei{
	text-align:center;
	margin-top:20px;
}
#company .img_setumei .img01{
	margin-right:15px;
}
#company .img_setumei dd{
	margin:15px 0 30px;
}
/*#company .company_media{
	width:940px;
	height:525px;
	background-color:#f6fcff;
	margin:40px 0px;
	padding:45px 0px;
	text-align:center;
}
#company .company_media h4{
	font-size:36px;
	font-weight:bold;
	margin-bottom:5px;
}

#company .company_medialink{
	width:440px;
	margin:30px 0px 10px 255px;
	font-weight:bold;

}*/
#company .company_media{
	width: 723px;
	margin: 0 auto;
	padding: 40px 0 40px;
	background-color:#f6fcff;
}
#company .company_media >div{
	margin: 0 auto;
	width:450px;
}
#company .company_media h4{
	margin-bottom: 7px;

	border-bottom: 1px solid #00a0e9;
	color: #00a0e9;
}
#company .company_media p img{
	width: 450px;
}
#company .jigyou_list p{
	font-weight:bold;
	font-size:16px;
	margin:35px 0px;
	line-height:1.5em;
}
#company .jigyou_list dl{
	margin-top:20px;
	padding:20px;
}
#company .jigyou_list dl:nth-child(odd){
	background-color: #f6fcff;
}
#company .jigyou_list dt{
	float:left;
	margin-right:20px;
}
#company .jigyou_list dd h4{
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
}

/*---------------------------------------------
access
---------------------------------------------*/

#access{
	width:940px;
}
#access #access-text,
#access #access-map {
	width:470px;
	padding-top:10px;
	box-sizing:border-box;
	float:left;
}

#access #access-cnt{
	margin:100px auto 50px;
}
#access #access-text p{
	margin-bottom:20px;
}
#access #access-map{
	height:375px;
	padding-left:70px;
	border-left:1px dotted #666666;
}
*+html #access #access-map {
	width:390px;
}
#route{
	width:940px;
	padding-top:50px;
	margin-bottom:30px;
	border-top: dotted 1px #666666;
}
#route > div > p{
	float:left;
	margin:15px 16px 30px 0 ;
}
#route > div > span{
	float:left;
	margin:80px 16px 30px 0 ;
	display:block;
}
#route > div > p > span{
	padding-top:5px;
	display:block;
}

/*-------------------------------------------------------
qa
--------------------------------------------------------*/
#qa .qalist_menu{
	padding:5px 25px 10px 70px;
	margin:36px 0px;
	display:table;
}
#qa .qalist_menu li{
	width:333px;
	float:left;
	display:table-cell;
	margin-bottom:15px;
	padding-left:21px;
	background:url("/recruit/images/staff/common/triangle_icon.png") no-repeat left 5px;
}
#qa .qalist_menu li,
#qa .qalist_menu li a:link,
#qa .qalist_menu li a:visited,
#qa .qalist_menu li a:hover,
#qa .qalist_menu li a:active,
#qa .qalist_busyomenu a:link,
#qa .qalist_busyomenu a:visited,
#qa .qalist_busyomenu a:hover,
#qa .qalist_busyomenu a:active {
color: #000000;
}
#qa .qalist_menu .mr_122{
	margin-right:122px;
}

#qa .qalist_busyomenu{
	float:right;
	margin-top:15px;
	font-weight:bold;
	font-size:13px;
}
#qa .qalist_busyomenu li{
	float:left;
	padding-left:10px;
	margin-right:5px;
	border-left:1px solid #000000;
}
#qa .qalist_busyomenu li:first-child{
	border-left:none;
}
#qa .qalist_busyomenu li a,
#qa .qalist_busyomenu li span{
	margin-right:5px;
}
#qa .qalist_busyomenu span{
	color:#ff5d5d;
}
#qa .qalist ul li{
	margin-bottom:20px;
	padding:15px;
}
#qa .qalist dt{
	font-size:20px;
	font-weight:bold;
	margin-top:5px;
	background:url("/recruit/images/staff/common/q_icon.png") no-repeat 19px top;
	min-height:45px;
	padding-left:82px;
	border-bottom:1px dotted #999999;
}
#qa .qalist dd{
	width:808px;
	background-color:#ffffff;
	font-size:14px;
	margin-top:10px;
	line-height:1.5em;
	background:#ffffff url("/recruit/images/staff/common/a_icon.png") no-repeat 19px 20px;
	min-height:60px;
	padding:17px 20px 20px 82px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}
#qa .link_tyousei {
	 padding-top:150px;
  margin-top:-150px;
  position: relative
}
/*-------------------------------------------------------
voice
--------------------------------------------------------*/

#voice .vol_link{
	margin: 0px 0px 40px 200px;
}
#voice .vol_link p{
	margin-right: 20px;
}

#voice #no01 .staffright .staff {
	top: 77px;
	left: 681px;
}
#voice #no01 .staffright .photo {
	top: 71px;
	left: 14px;
}

#voice #no02 .staffright .staff {
	top: 77px;
	left: 17px;
}
#voice #no02 .staffright .photo {
	top: 71px;
	left: 707px;
}
#voice #no03 .staffright .staff {
	top: 77px;
	left: 672px;
}
#voice #no03 .staffright .photo {
	top: 60px;
	left: 14px;
}
#voice #no04 .staffright .staff {
	top: 65px;
	left: 18px;
}
#voice #no04 .staffright .photo {
	top: 53px;
	left: 698px;
}
/*-------------------------------------------------------
navi
--------------------------------------------------------*/
#job-list{
	width:920px;
	margin:0 auto;
}
#job-list .last{
	margin-right:0;
}

/*-------------------------------------------------------
navi
--------------------------------------------------------*/
.point-top #nav #in-page{
	position:absolute;
	top:29px;
	left:53px;
}
.point-in #nav #in-page{
	position:absolute;
	top:29px;
	left:172px;
}
.point-qa #nav #in-page{
	position:absolute;
	top:29px;
	right:170px;
}
.point-ac #nav #in-page{
	position:absolute;
	top:29px;
	right:51px;
}
.point-top #nav #in-page,
.point-in #nav #in-page,
.point-qa #nav #in-page,
.point-ac #nav #in-page{
-webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
    -o-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}
.index #nav #in-page{
	display:none;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.list-title{
	margin-top:30px;
	font-size:20px;
	border-bottom:solid 1px #00a0e9;
	color:#00a0e9;
	font-weight:bold;
}
.list-title02{
	color:#797979;
	font-size:20px;
	font-weight:bold;
}

/*--------------------------------------------------------------------------
　　marketing-qa
 ( /recruit/joblist/marketing/qa.html )
--------------------------------------------------------------------------*/
.top-text{
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.content-link a:link,
.content-link a:visited,
.content-link a:hover,
.content-link a:active,
.content-link2 a:link,
.content-link2 a:visited,
.content-link2 a:hover,
.content-link2 a:active{
color: #000000;
}
.content-link{
	margin: 40px 0;
	text-align: center;
}
.content-link li{
	padding-left: 35px;
	display:inline-block;
	background: url(/recruit/images/staff/common/slash.gif) no-repeat left center;
}
.content-link li:first-child{
	padding-left: none;
	background: none;
}
.content-link .location{
	color: #ff5d5d;
}
.marketing-qa .qa-box{
	min-height: 472px;
	margin: 45px 0 75px;
}
.marketing-qa .qa-box li{
	width: 626px;
	margin-bottom: 20px;
}
.marketing-qa .qa-box01{
	background: url(/recruit/images/staff/common/qa_photo01.jpg) no-repeat right center;
}
.marketing-qa .qa-box02{
	padding-left: 315px;
	background: url(/recruit/images/staff/common/qa_photo02.jpg) no-repeat left center;
}
.marketing-qa .qa-box03{
	background: url(/recruit/images/staff/common/qa_photo03.jpg) no-repeat right center;
}
.marketing-qa .qa-box dt{
	min-height: 50px;
	padding: 15px 15px  15px 75px;
	color: #ffffff;
	background: url(/recruit/images/staff/common/qa_illust02.gif) no-repeat 5px center;
	background-color: #00a0e9;
}
.marketing-qa .qa-box01 dd,
.marketing-qa .qa-box03 dd{
	background: url(/recruit/images/staff/common/qa_arrow-left.gif) no-repeat left top;
}
.marketing-qa .qa-box02 dd{
	background: url(/recruit/images/staff/common/qa_arrow-right.gif) no-repeat right top;
}
.marketing-qa .qa-box dd p{
	padding: 20px 15px 23px 76px;
}
/*--------------------------------------------------------------------------
　　marketing-voice
 ( /recruit/joblist/marketing/experience.html )
--------------------------------------------------------------------------*/
.marketing-voice .top-text{
	margin-bottom: 50px;
}
.marketing-voice .voice{
	width: 900px;
	padding: 10px 0 60px ;
	margin: 0 auto;
}

.marketing-voice .voice dt{
	margin-top: 30px;
}
.marketing-voice .voice dd{
	margin-top: 10px;
}

.marketing-voice .voice03 {
	margin-bottom: 60px;
}
.marketing-voice .voice dd p{
	margin-bottom: 10px;
}
.marketing-voice .voice dd span{
	background-color: #fff1b1;
}

/*--------------------------------------------------------------------------
　　marketing-training
 ( /recruit/joblist/marketing/training.html )
--------------------------------------------------------------------------*/
.marketing-training .top-text{
	margin-bottom: 40px;
}
.marketing-training .training-list{
	margin: 40px 0 79px;
}
.marketing-training .training-list div:first-child{
	margin-bottom: 45px;
}
.marketing-training .training-list .training01 dd{
	background: url(/recruit/images/staff/common/training_back01.jpg) no-repeat;
}
.marketing-training .training-list .training02 dd{
	background: url(/recruit/images/staff/common/training_back02.jpg) no-repeat;
}
.marketing-training .training-list .training03 dd{
	background: url(/recruit/images/staff/common/training_back03.jpg) no-repeat;
}
.marketing-training .training-list .training04 dd{
	background: url(/recruit/images/staff/common/training_back04.jpg) no-repeat;
}
.marketing-training .training-list dd{
	padding: 45px 0 0 19px;
	height: 247px;
}
.marketing-training .training-list dd p{
	width: 371px;
	height: 134px;
	padding: 29px 20px;
	background-color: #ffffff;
	background: rgba(255,255,255,0.9);
	box-shadow: 1px 1px 3px 0px #6A6A6A;
}
.marketing-training .training-list dd p span{
	display: block;
	margin-bottom: 8px;
}
.marketing-training .training-list .training01,
.marketing-training .training-list .training04{
	border: 1px solid #00a0e9;
}
.marketing-training .training-list .training02,
.marketing-training .training-list .training03{
	border: 1px solid #ffd617;
}

/*--------------------------------------------------------------------------
　　marketing-nagare
 ( /recruit/joblist/marketing/nagare.html )
--------------------------------------------------------------------------*/
.marketing-nagare .top-text{
	margin-bottom: 30px;
}
.time-table{
	margin: 50px 0;
	border-top:  1px solid #00a0e9;
	border-bottom:  1px solid #00a0e9;
	border-left: 3px solid #00a0e9;
	border-right:  3px solid #00a0e9;
}
.time-table h2,
.time-table .time{
	text-align: center;
	background-color: #f6fcff;
}
.time-table .time{
	border-left: 1px solid #00a0e9;
	border-right:  1px solid #00a0e9;
	font-size: 20px;
}
.time-table h2{
	height: 71px;
	border-bottom:  1px solid #00a0e9;
}

.time-table .time li:first-child{
	height: 72px;
	border-bottom:  1px solid #00a0e9;
}
.time-table .schedule{
	width: 427px;
}
.time-table .time{
	width: 77px;
	background-color: #f6fcff;
	color: #00a0e9;
}
.time-table .schedule >li,
.time-table .time >li{
	height: 130px;
	box-sizing:border-box;
	border-bottom:  1px dashed #00a0e9;

}
.time-table .time .time-last,
.time-table .schedule .time-last{
	height: 35px;
	border-bottom:  none;
}
.time-table .schedule >li{
	box-sizing:border-box;
	padding: 5px 0 0 10px;
}
.time-table .schedule >li ul li{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 15.3px;
}
.marketing-nagare .nagare_matome{
	width: 727px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.marketing-nagare .nagare_matome span{
background-color: #fff1b1;
line-height: 1.6;
}
.marketing-nagare .matome_staff{
	margin-bottom: 10px;
}
.marketing-nagare .matome_staff p{
	padding: 23px 67px 0 0;
}
.marketing-nagare .matome_leader p{
	padding: 20px 0 0 23px;
	text-align: right;
}

/*-------時間帯別一覧-------*/
.mt20 {
	margin-top: 20px!important;
}
.text-space.px18.fw-b {
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    text-align: center;
    margin: 30px 0;
  }
ul.time_list li {
  padding-left: 10px;
}
ul.time_list h3 {
    margin:20px 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}
ul.time_list h3 span {
    margin-right:10px;
    display: inline-block;
    color: #fff;
    background: #366f99;
    padding: 0 20px;
    border-radius: 3px;
  }
ul.hour_6 h3 span {
    background: #779936;
}
ul.hour_7 h3 span {
  background: #369985;
}
ul.hour_8 h3 span {
  background: #383699;
}
ul.time_list dl {
  width:720px;
  padding:10px;
  background:#f2f2f2;
  border-radius: 2px;
  line-height: 20px;
}
ul.time_list a.right {
  display: block;
  margin-right: 10px;
}
.w40 {
  width:40px;
}
.w110 {
  width:110px;
}
.w77 {
  width:77px;
}
.w635 {
  width:635px;
}
.clear-b {
  clear: both;
}
.recommend_li {
  margin:0;
  padding-right: 10px;
  position: relative;
  display: inline-block
}
.recommend_li:after {
  position: absolute;
  top: 0;
  right: -30px;
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  background: transparent;
  border-left: 30px solid #00a0e9;
  border-bottom: 35px solid transparent;
}

/*-------時間帯別-------*/
  .income dt,.income dd{
    float:left;
    line-height: 70px;
  }
  .income .model {
    width:140px;
  }
  .income .days {
    text-align: center;
    background:#f2f2f2;
    border-radius: 50%;
    width:70px;
    height:70px;
  }
  .income .the_week {
    margin-left: 20px;
    width:200px;
  }
  .income .time {
    width:200px;
  }
  .income .money span {
    letter-spacing: 0.2em;
    margin-right: 10px;
    border-bottom: 3px solid #ff5d5d;
  }
  .income li {
    padding-left: 20px;
    margin:30px 0;
  }
  .time_schedule {
    margin:50px 0;
  }
  .time_schedule li {
    position:relative;
    float:left;
    margin-left: 50px;
    padding:10px;
    width:100px;
    min-height:100px;
    background:#f2f2f2;
    border-radius: 3px;
  }
  .time_schedule dt {
    text-align: center;
    line-height: 40px;
  }
  .time_schedule li:first-child:before {
    border:none;
  }
.time_schedule li:before {
  position: absolute;
  top: 50px;
  left: -32px;
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  background: transparent;
  border-left: 15px solid #ff5d5d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  }

.hukidashi {
    position: relative;
    display: inline-block;
    margin: 14px 0 30px 80px;
    padding: 0 15px;
    width: auto;
    min-width: 180px;
    height: 90px;
    color: #333;
    line-height: 90px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 60%;
}
.hukidashi:before {
  content: "";
  position: absolute;
  bottom: -10px; right: 30px;
  margin-left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  border-radius: 0 30px 0 30px;
  z-index: -1;
}
.hukidashi:after {
  content: "";
  position: absolute;
  bottom: -5px; right: 20px;
  margin-left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 0 30px 0 30px;
  z-index: -1;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}
.voice_hour {
  margin: 30px 0;
}
.voice_hour h3 {
  width: 300px;
  margin-right: 20px;
}
.voice_hour p {
  padding:5px;
  margin-top: 38px;
  width:500px;
  background: hsl(0, 0%, 100%) -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(0.96, rgba(0, 0, 0, 0)),
    color-stop(0.98, rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0))
    );
  background-size: auto 1.8em;
  font-size: 1rem;
  line-height: 1.8em;
  overflow: hidden;
}
/*-------時間帯別から探す-------*/
.time_other h3 {
  margin-top: 20px;
  padding: 3px 10px;
}
.time_other ul {
  margin:5px 0 0 20px;
}
.time_other li {
  margin:15px 0 15px 40px;
}
.time_other li:before {
  margin-right: 3px;
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  background: transparent;
  border-left: 6px solid #ff5d5d;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  }
  /*---現在募集職種---*/

.joblist .b-dotted {
  margin:20px 0;
  position: relative;
}
.joblist img {
  margin-right: 25px;
}
.joblist h3 {
  line-height: 50px;
}
.mr-20 {
  margin-right: 20px;
}
/*.mt-45 {
  margin-top: 45px;
}*/
.w670 {
  width: 670px;
}
.w600 {
  width: 600px;
}
.w70 {
  width: 70px;
}
/*.flo_left {
	float: left;
}
.flo_right {
	float: right;
}
.po_relative {
	position: relative;
}
.marketing_fukidasi {
  right: 90px;
  top: 10px;
  width: 200px;
  padding: 15px;
}
.fukidasi_cl {
	color: #c30303;
	font-size: 15px;
}
.balloon_fukidasi {
	display: inline-block;
	height: 68px;
	text-align: center;
	background: #19283C;
	border-radius: 60%;
	position: absolute;
	background-color: #eaeaea;
	line-height: 20px;
}
.balloon_fukidasi:before {
	content: "";
	position: absolute;
	top: 5px;
	right: 201px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #d8d8d8;
	border-radius: 0 30px 0 30px;
	z-index: -1;
}
.balloon_fukidasi:after {
	content: "";
	position: absolute;
	top: 11px;
	right: 210px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}*/

.kyouka_text{
	color: #fff;
  background-color: #ff5d5d;
  padding: 5px 10px;
  font-size: 25px;
  margin-top: 5px;
  font-weight: bolder;
  margin-top: 5px;
  text-align: center;
}
.joblist .marke_kyouka {
	line-height: 35px;
}
.marke_mg {
	margin: 15px 0 10px;
}
.kyuujin_saiyou_button {
	position: absolute;
  right: 0;
  bottom: 20px;
}
/*--------------------------------------------------------------------------
　　kids_room
--------------------------------------------------------------------------*/
/* ＃headの転載 */
#kids_room_head {
  position: fixed;
  top: 0px;
  width: 950px;
  background:url("/recruit/images/staff/common/nav_bk.gif") no-repeat;
  margin-top:0;
  padding-bottom:30px;
  z-index:2;
}
#kids_room_head #nav{
  float:left;
  margin-left:45px;
  padding-top:25px;
}
#kids_room_head .nav-logo{
  float:left;
  padding-top:20px;
}
#kids_room_head .nav-oubo{
  margin-left:145px;
  padding-top:40px;
  float:left;
}

#kids_room {
  margin-top: 116px;
  color: #333;
}
#kids_room .red {
  color: #ff5d5d;
}
#kids_room .px40 {
	font-size: 40px;
}
#kids_room .px50 {
  font-size: 50px;
}
#kids_room .main_text {
  padding: 30px 0;
  text-align: center;
  border-bottom: solid #ffd618 3px;
}
#kids_room .boshuu {
  background: url(/recruit/images/staff/common/bg_dot.png) repeat-x center center;
}
#kids_room .box_boshuu {
  width: 390px;
  margin: 0px auto;
  padding: 65px 0;
  background-color: #fff;
  text-align: center;
}
#kids_room .box_boshuu dl {
  width: 300px;
  margin: 0 auto 10px;
}
#kids_room .list-title {
  color: #333;
  border-bottom: solid 2px #ffd618;
}
#kids_room .flow li {
  margin: 30px 10px 30px 15px;
  padding: 0 50px 0 0;
  background: url(/recruit/images/staff/common/arrow_right.png) no-repeat right center;
}
#kids_room .flow li:last-child {
  padding: 0;
  background: none;
}
#kids_room .flow li p {
  margin: 2px 0 2px 15px;
}
#kids_room .gaiyou {
  margin: 10px 0;
}
#kids_room .gaiyou dt {
  width: 133px;
  margin: 13px 20px 13px 0;
  padding: 8px 0 8px 20px;
  background-color: #ffd618;
}
#kids_room .gaiyou dd {
  width: 750px;
  margin: 13px 0;
  padding: 8px;
}
#kids_room .box_center {
  width: 540px;
  margin: 40px auto;
  text-align: center;
}
#kids_room .box_center p {
  margin: 8px auto;
}
#kids_room .box_center p .link-blue {
  margin: 30px auto 8px;
}
#kids_room .picture {
  padding: 1px 0 0 0;
}
#kids_room .picture h3 {
  margin: 96px 0 8px 0;
  padding: 14px;
  background-color: #feefa7;
}
#kids_room .qalist {
  margin: 23px 0 0;
}
#kids_room .qalist ul li{
  margin-bottom:20px;
  padding:15px;
}
#kids_room .qalist dt{
  font-size:20px;
  font-weight:bold;
  background:url("/recruit/images/staff/common/icon_q.png") no-repeat 19px top;
  min-height:45px;
  padding-left:82px;
  border-bottom:1px dotted #999999;
}
#kids_room .qalist dd{
  font-size:14px;
  line-height:1.5em;
  background:url("/recruit/images/staff/common/icon_a.png") no-repeat 19px 20px;
  padding:19px 20px 20px 82px;
}
#kids_room .box_company {
  padding: 20px 5px 20px 100px;
  text-align: left;
  border: 1px solid #bbb;
}
/* socialButton */
#kids_room .socialButton {
  margin: 0 0 8px;
  z-index: 1;
}
#kids_room .facebook {
  margin-right: 10px;
}