/*--------------------------------------------------------------------------
  base
--------------------------------------------------------------------------*/
body {
	background-color:#FFF;
	line-height:1.5;
	font-size:14px;
	font-family:Helvetica, san-serif;
	color:#666;
	-webkit-text-size-adjust:none;
}

a {
	text-decoration:none;
	color:#008C99;
}

img {
  max-width: 100%;
}

/* footer */
#footer {
	margin-top: 20px;
	padding: 10px 0 180px;
	text-align: center;
	background:#e0dddd;
	background: -moz-linear-gradient(top, #908f8f 0%, #e0dddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#908f8f), color-stop(100%,#e0dddd));
}
#footer #text {
	margin-top: 10px;
	font-size: 10px;
}
/* 見出し*/
h3.midashi-01{
	padding-bottom: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
	border-bottom: 2px solid #00a1ec;
}
/* box */
.box {
	margin: 0 10px 10px 10px;
}
.box-blue{
	width: 89%;
	margin: 0 auto;
	padding: 3%;
	background: #d8f0fa;
	border-radius: 10px;
}
/* float */
.left {
	float: left;
}
.right {
	float: right;
}
/* align */
.ta_c{
	text-align: center;
}
.ta_l{
	text-align: left;
}
/* background */
.bg-blue{
	background-color: #00a0e9;
	color: #ffffff;
}

.bg-yellow{
	background-color: #ffd617;
	color: #ffffff;
}
/* font */
.fw-b{
	font-weight: bold;
}
.text-space{
	line-height: 1.5;
	letter-spacing: 0.2em;
}

/* line */
.blue-line{
	border-bottom: 1px dashed #00a0e9;
}
/* textLink */
.textLink a {
	float: right;
	margin-top: 10px;
	padding-left: 16px;
	background: url(images/staff/common/link_arrow.png) no-repeat left center;
	-moz-background-size: 12px 12px;
	background-size: 12px 12px;
	line-height: 1.5;
}
.textLink .right_arrow{
	padding-right:16px;
	padding-left:0;
	background: url(images/staff/common/link_arrow.png) no-repeat right center;
	-moz-background-size: 12px 12px;
	background-size: 12px 12px;
}
.textLink .left_arrow{
	background: url(images/staff/common/link_arrow_02.png) no-repeat left center;
	-moz-background-size: 12px 12px;
	background-size: 12px 12px;
}

/* pagenavi */
.pagenavi {
    margin: 0 10px 5px;
	text-align: left;
}
.pagenavi li {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.pagenavi a {
	display: block;
	padding-left: 16px;
	background: url(images/staff/common/pagenavi.png) no-repeat left center;
	-moz-background-size: 12px 12px;
	background-size: 12px 12px;
	line-height: 1.5;
}

/* pageTop */
.pageTop {
	text-align: right;
}
/* pageToplink */
.top-anchor{
	text-align: right;
	margin: 5% 2%;
}
.top-anchor a{
	color: #000000;
}
.top-anchor img{
	margin-right: 8px;
}
/* tel */
.tel {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.tel a {
	color: #000000;
	text-decoration: underline;
	font-size: 18px;
}
.tel span {
	font-size: 12px;
}


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

/* oubo */
.oubo {
	margin-bottom: 10px;
}

/* service */
.service{
	width:300px;
	margin:0 auto;
}
.service li {
	text-align: left;
	margin-bottom: 10px;
}

/* button */
.button a {
	position:relative;
	display:block;
	margin: 0 10px 20px;
	background: -moz-linear-gradient(top, #ff99b4 0%, #fa6b90 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff99b4), color-stop(100%,#fa6b90));
	background-color:#E7E8F2;
	border:1px solid #CED1E6;
	line-height:36px;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 1px 0px #FFF;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	box-shadow: 0px 1px 0px #FFF;
}

#contents h2 {
	position: relative;
	margin: 20px 0 20px;
	padding: 20px 10px;
	background: url(images/staff/common/bg_title.png) repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}
#contents h2 span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 0;
}
#contents h2 .back {
	position: absolute;
	top: -20px;
	left: 10px;
	margin-top: 0;
	font-size: 0;
}
/* cmp_merit */
.cmp_merit li{
	margin-bottom:10px;
}
/* clearfix */
.cf:after {
	content:'';
	display:block;
	clear:both;
}

#ds_contents .heading_2 {
	background-color: #00a0e9;
    margin: 0 0 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 1px;
    font-weight: normal;
}

#ds_contents .time_ichiran_text {
	margin: 10px;
}

#ds_contents .anker_link .syokusyu_name {
	background: url(images/staff/common/yajirusi.png) no-repeat right 22px center;
}

#ds_contents .anker_link li + li {
	border-top: 1px solid #ccc;
}

#ds_contents .anker_link .c_grey {
	color: #717171;
	display: block;
  padding: 10px;
}

#ds_contents .shift_ichiran .five_hour_pattern {
	font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #346b92;
    padding: 15px 0 0;
    margin: 0 auto;
    width: 173px;
  }

#ds_contents .shift_ichiran .bg_grey {
	background-color: #f2f2f2;
  margin: 0 10px 25px;
  padding-bottom: 15px;
}

#ds_contents .shift_ichiran .shift_text {
	margin: 15px;
}

#ds_contents .shift_ichiran .display_ib {
	display: inline-block;
}

#ds_contents .shift_ichiran .mg_10 {
	margin: 10px;
}

#ds_contents .shift_ichiran .font_b {
	font-weight: bold;
}

#ds_contents .shift_ichiran .button_5 {
	display: inline-block;
    background-color: #1d96d5;
    color: #fff;
    font-size: 15px;
    width: 130px;
    text-align: center;
    padding: 10px;
}

#ds_contents .shift_ichiran .button_shadow {
	display: inline-block;
  box-shadow: 0 1px 2px;
}

#ds_contents .shift_6hour .six_hour_pattern {
	font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #749435;
  padding: 15px 0 0;
  margin: 0 auto;
  width: 200px;
}

#ds_contents .shift_7hour .seven_hour_pattern {
	font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #349381;
  padding: 15px 0 0;
  margin: 0 auto;
  width: 173px;
}

#ds_contents .shift_8hour .eight_hour_pattern {
	font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #34348f;
  padding: 15px 0 0;
  margin: 0 auto;
  width: 173px;
}

#contents .kinmu_link p {
	width: 180px;
    text-align: center;
    margin: 0 auto;
    background: url(/recruit/sp/joblist/images/staff/common/arrow_right.png) no-repeat 171px 2px #fff;
}

#contents .kinmu_link .color_link {
    color: #5f5f5f;
    display: block;
}
#contents .saiyou_link a {
    color: #fff;
    background: #A0A0A0;
    padding: 12px 20px;
    display: inline-block;
}

#time10_15_contents .main_text {
	text-align: left;
	padding: 15px 10px 0;
}

#time10_15_contents .heading_2 {
	background-color: #00a0e9;
    margin: 20px 15px 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 3px;
    font-weight: normal;
}

#time10_15_contents .example_list {
	  background-color: #f2f2f2;
    margin: 0 0 10px;
    padding: 0;
}

#time10_15_contents .example_syousai {
	padding: 10px 0;
	font-size: 16px;
}

#time10_15_contents .example_syousai .week {
	color: #93362b;
}

#time10_15_contents .example_syousai .day {
	color: #666;
}

#time10_15_contents .example_syousai .total {
	margin-top: 3px;
}

#time10_15_contents .example_syousai .total_money {
	font-size: 25px;
    border-bottom: 2px solid #d4161a;
    margin-right: 5px;
}

#time10_15_contents .time_schedule {
	    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 10px;
}

#time10_15_contents .time_schedule .task_1 {
	    background-color: #fff;
    text-align: left;
    font-size: 18px;
    padding: 10px 30px;
}

#time10_15_contents .time_schedule .task_1 .time_955 {
    display: inline-block;
    margin-right: 15px;
/*    margin-left: 14px;
*/    letter-spacing: 1px;
}

#time10_15_contents .time_schedule .task_1 .start {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: 1px;
  margin-left: 13px;
}

#time10_15_contents .time_schedule .task_1 .dp_ib,
#time10_15_contents .time_schedule .task_2 .dp_ib,
#time10_15_contents .time_schedule .task_3 .dp_ib,
#time10_15_contents .time_schedule .task_4 .dp_ib,
#time10_15_contents .time_schedule .task_5 .dp_ib {
	display: inline-block;
}

#time10_15_contents .time_schedule .task_2,
#time10_15_contents .time_schedule .task_3,
#time10_15_contents .time_schedule .task_4,
#time10_15_contents .time_schedule .task_5 {
background-color: #fff;
    text-align: left;
    font-size: 18px;
    padding: 10px 15px 10px 30px;
}

#time10_15_contents .time_schedule .task_2 .time_10,
#time10_15_contents .time_schedule .task_3 .time_1230,
#time10_15_contents .time_schedule .task_4 .time_1240,
#time10_15_contents .time_schedule .task_5 .time_15 {
	display: inline-block;
    margin-right: 15px;
    letter-spacing: 1px;
}

#time10_15_contents .time_schedule .task_2 .ml_65,
#time10_15_contents .time_schedule .task_4 .ml_65 {
	margin-left: 65px;
}
#time10_15_contents .time_schedule .schedule_2,
#time10_15_contents .time_schedule .schedule_3,
#time10_15_contents .time_schedule .schedule_4,
#time10_15_contents .time_schedule .schedule_5 {
	padding-top: 30px;
    background: url(images/staff/common/yajirusi_red.png) no-repeat center 10px #f2f2f2;
}

#time10_15_contents .balloon {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 70px;
	color: #4f4f4f;
	line-height: 70px;
	text-align: center;
	background: #efeeed;
	border-radius: 60%;
	font-size: 14px;
	margin-top: 10px;
}
#time10_15_contents .balloon:before {
	content: "";
	position: absolute;
	bottom: -10px; left: 23px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #efeeed;
	border-radius: 30px 0 30px 0;
	z-index: -1;
}
#time10_15_contents .balloon:after {
	content: "";
	position: absolute;
	bottom: -5px; right: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 30px 0 30px 0;
	z-index: -1;
	-webkit-transform: rotate(-30deg);
	   -moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	     -o-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}

#time10_15_contents .voice {
    position: relative;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent , transparent 31px), linear-gradient(90deg, transparent 49px, transparent 51px), linear-gradient(rgba(151,151,151,0.5) .1em, transparent .1em);
    background-size: 100% 1.5em;
    text-align: left;
    letter-spacing: 5px;
  }

#time10_15_contents .voice:before {
content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    /* background-image: linear-gradient(90deg, transparent , transparent 31px), linear-gradient(90deg, transparent 49px, transparent 51px), linear-gradient(rgba(151,151,151,0.5) .1em, transparent .1em); */
  }

#time10_15_contents .voice:after {
content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cbcbcb;
}

#time10_15_contents .model_voice {
	  margin: 0 20px 30px;
}

#time10_15_contents .other_time5,
#time10_15_contents .other_time6,
#time10_15_contents .other_time7,
#time10_15_contents .other_time8 {
	background-color: #ebebeb;
    margin: 0;
    padding-top: 10px;
}

#time10_15_contents .other_5,
#time10_15_contents .other_6,
#time10_15_contents .other_7,
#time10_15_contents .other_8 {
	background-color: #939393;
    color: #fff;
    margin: 0 15px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

#time10_15_contents .other_time5 .time_1015,
#time10_15_contents .other_time5 .time_1116,
#time10_15_contents .other_time5 .time_1217,
#time10_15_contents .other_time5 .time_1318,
#time10_15_contents .other_time5 .time_1419,
#time10_15_contents .other_time6 .time_101645,
#time10_15_contents .other_time6 .time_111745,
#time10_15_contents .other_time6 .time_121845,
#time10_15_contents .other_time7 .time_1018,
#time10_15_contents .other_time7 .time_1119,
#time10_15_contents .other_time8 .time_1019 {
	  margin: 0 10px;
    background: url(images/staff/common/arrow_right.png) no-repeat right 22px center #fff;
    border-bottom: 1px solid #ccc;
}

#time10_15_contents .other_5_syousai,
#time10_15_contents .other_6_syousai,
#time10_15_contents .other_7_syousai,
#time10_15_contents .other_8_syousai {
	padding-bottom: 10px;
}

#time10_15_contents .other_5_syousai .syousai,
#time10_15_contents .other_6_syousai .syousai,
#time10_15_contents .other_7_syousai .syousai,
#time10_15_contents .other_8_syousai .syousai {
	display: block;
    color: #717171;
    padding: 10px;
    vertical-align: middle;
}

/*--------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------*/
#staff #topbox {
	width:95%;
	margin:10px auto 20px;
}
#staff #topbox figure{
	margin-bottom:10px;
}
#staff #topbox ul li {
	margin-bottom:10px;
}
#staff #topbox .accordion {
	margin: 0;
	padding-top: 5px;
}
#staff #topbox h2 {
	margin: 0;
	padding: 6px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	color: #000000;
	letter-spacing: 0;
	text-align: left;
	background:#e5e5e5 ;
	background: url(images/staff/common/bg_message.png),-moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: url(images/staff/common/bg_message.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
}
#staff #topbox span {
	display: block;
	float: left;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
#staff #topbox figure {
	float: left;
}

#staff #topbox .icon {
	top: 23px;
	right: 10px;
}
#staff .guide {
	margin-bottom: 10px;
}
#staff .guide li {
	margin-bottom: 10px;
}
#staff #boshuu {
	margin-bottom: 20px;
	text-align: left;
}
#staff #boshuu .title {
	margin-bottom: 10px;
}
#staff #boshuu .title figure {
	float: right;
	width: 73px;
}
#staff #boshuu .title .text {
	float: left;
	width: 70%;
}
#staff #boshuu .title span {
	color: #e4007f;
}
#staff #boshuu .title h2 {
	margin: 0;
	padding: 0;
	background: none;
	color: #000000;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: bold;
}
#staff #shokushu h2 {
	padding: 10px 0 0;
	margin: 0 0 10px;
	background: none;
	color: #000000;
	border-top: 5px solid #EEEEEE;
	font-size: 20px;
	font-weight:bold;
	text-align: left;
}
#jimu,
#market,
#haisou,
#creative {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	border: 1px solid #99cc33;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
#jimu h3,
#market h3,
#haisou h3,
#creative h3 {
	padding: 10px;
	color:#FFFFFF;
	font-size: 18px;
	font-weight:bold;
	background-color:#99cc33;
}
#jimu h3 span,
#market h3 span,
#haisou h3 span,
#creative h3 span{
	font-size: 12px;
}
.detail {
	margin: 20px 10px 15px;
}
.detail p:first-child{
	text-align:center;
}
.detail .right,
.detail .left {
	width: 50%;
}
.detail .right{
	margin-bottom:15px;
}


.category .left{
	width: 50%;
}
#jimu dl dd span{
	color:#99cc33;
}
#jimu .oubo_btn{
		background-color:#99cc33;
}
#market {
	border: 1px solid #e02c41;
}
#market h3 {
	background-color:#e02c41;
}
#market dl dd span {
	color:#e02c41;
}
#market .oubo_btn{
		background-color:#e02c41;
}
#haisou {
	border: 1px solid #e0852c;
}
#haisou h3 {
	background-color:#e0852c;
}
#haisou dl dd span {
	color:#e0852c;
}
#haisou .oubo_btn{
		background-color:#e0852c;
}
#creative {
	border: 1px solid #2caee0;
}
#creative h3 {
	background-color:#2caee0;
}
#creative dl dd span {
	color:#2caee0;
}
#creative .oubo_btn{
		background-color:#2caee0;
}
#staff .oubo_btn{
	width:90%;
	margin:5% auto 0;
	padding:3% 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align:center;
	float:20px;
}

#staff .oubo_btn a{
	color:#ffffff;
	font-size:15px;
	display:block;
}


#oubo{
	text-align:left;
	border: 1px solid #86a49f;
}
#oubo dt{
	background-color:#86a49f;
	color:#ffffff;
	padding:2%;
}
#oubo dd{
	color:#333333;
	padding:2%;
}

/*--------------------------------------------------------------------------
  form
--------------------------------------------------------------------------*/
#form .pagenavi {
	margin-top: -10px;
}

#form #jimu,
#form #market {
	margin-bottom: 10px;
	padding: 0;
	border: none;
}
#form #jimu h3,
#form #market h3 {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#form #shokushu dl {
	margin-top: 20px;
	border: 1px solid #8d9a83;
	color: #555555;
}
#form #shokushu dt,
#form #shokushu dd {
	padding: 7px;
}
#form #shokushu dt {
	background-color: #8d9a83;
	color: #FFFFFF;
}
#form #shokushu dd li {
	padding-left: 1.4em;
	text-indent: -1.4em;
}
#form #shokushu dd li span {
	color: #8dc221;
}

#form #shokushu #market dl {
	border: 1px solid #86a49f;
}
#form #shokushu #market dt {
	background-color: #86a49f;
}
#form #shokushu #market dd li span {
	color: #2caee0;
}

#form #oubo {
	text-align: left;
}
#form #oubo h3 {
	margin: 20px 0 10px;
	font-size: 16px;
	font-weight: bold;
}
#form #oubo .oubotitle {
	margin: 0;
	padding-top: 10px;
	border-top: 2px solid #8dc221;
	font-size: 18px;
	font-weight: bold;
}
#form #oubo .lead {
	margin: 10px 0 20px;
}
#form #oubo .attention {
	color: #E62D00;
}
#form #oubo h4 {
	margin: 20px 0 10px;
	font-size: 16px;
	font-weight: bold;
}
#form #oubo .domain {
	margin-bottom: 20px;
}
#form #oubo .domain h4 {
	margin-bottom: 10px;
	font-size: 14px;
}
#form #oubo dt {
	margin-top: 10px;
	font-size: 14px;
}
#form #oubo dd {
	margin-bottom: 20px;
}
#form #oubo dt span {
	color: #555555;
	font-size: 12px;
}
#form #oubo input {
	margin-top: 5px;
	font-size: 14px;
}
#form #oubo input[type="text"],
#form #oubo input[type="tel"],
#form #oubo input[type="email"] {
	width:93%;
	height:32px;
	padding:0px 9px;
	border: 1px solid #CCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#form #oubo input[type="number"] {
	height:32px;
	padding:0px 9px;
	border: 1px solid #CCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#form #oubo input[type="radio"] {
	margin: 0px;
	font-size: 18px;
}
#form #oubo select {
	width: 100%;
	height: 34px;
	margin-top: 5px;
	padding-left:10px;
	line-height:34px;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#form #oubo label {
	margin-bottom: 5px;
}
#form #oubo .error {
	margin-top: 10px;
	padding : 15px;
	border: 1px solid #e62d00;
	color: #e62d00;
}
#form #oubo .error h4 {
	margin: 0;
	color: #e62d00;
	font-weight: bold;
}
#form #oubo .error p {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
#form #oubo .error ul {
	margin: 10px 0 0 10px;
	font-weight: bold;
}

#form #oubo .naiyou {
	margin-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
}
#form #oubo .naiyou dt,
#form #oubo .naiyou dd {
	margin: 0;
	padding: 10px 5px 10px 10px;
	font-size:14px;
	border-top: 1px solid #d3d3d3;
}
#form #oubo .naiyou dt {
	width: 40%;
	float: left;
	background-color: #E5E5E5;
}
#form #oubo .naiyou dd {
	padding: 10px 10px 0 48%;
}
#form #oubo .naiyou dd:after {
	content:'';
	display:block;
	clear:both;
}

#form #oubo .kakunin {
	text-align: center;
}
#form #oubo .kakunin img,
#form #oubo .kakunin input {
	margin-bottom: 10px;
}
#form .kanryou {
	margin: 20px 0 20px 0;
	padding: 20px;
	border: 2px solid #CECECE;
	background-color: #F7F6F6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.5;
}
/*--------------------------------------------------------------------------
  company
--------------------------------------------------------------------------*/
#company #contents h2 {
	margin-bottom: 10px;
}
#company #work,
#company #place,
#company #defacto,
#company #access {
	margin: 0 10px 20px;
	padding-bottom: 10px;
	text-align: left;
	border: 1px solid #2CAEE0;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
#company h3 {
	padding: 10px;
	color:#FFFFFF;
	font-size: 18px;
	font-weight:bold;
	background-color:#2CAEE0;
}
#company h3 span {
	font-size: 12px;
}
#company .detail {
	margin-top: 10px;
}
#company .detail ul  {
	width: 278px;
	margin: 10px auto 10px;
}
#company .detail ul li {
	float: left;
	margin: 0 5px 5px 0;
}
#company .detail ul .end {
	margin-right: 0;
}
#company h4 {
	font-size: 14px;
	font-weight:bold;
}
#company #work h4 span {
	font-size: 12px;
}
#company #work p,
#company #place p,
#company #defacto p,
#company #access p {
    margin-top: 10px;
}
#company .next {
	padding-top: 20px;
	border-top: 1px solid #A0A0A0;
}
#company #place {
	border-color: #e60082;
}
#company #place h3 {
	background-color:#e60082;
}
#company #defacto {
	border-color: #99cc33;
}
#company #defacto h3 {
	background-color:#99cc33;
}
#company #access {
	border-color: #999999;
}
#company #access #map {
	margin-bottom: 20px;
	text-align: center;
}
#company #access h3 {
	background-color:#999999;
}
#company #access .column {
	margin-bottom: 10px;
	padding-bottom: 25px;
	background: url(images/staff/common/company/arrow_access.png) no-repeat center bottom;
	-moz-background-size: 34px 15px;
	background-size: 34px 15px;
}
#company #access .end {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
#company #access .column p {
    margin-top: 0;
}
#company #access .tel a {
    color: #000000;
    text-decoration: underline;
}

/*--------------------------------------------------------------------------
  voice
--------------------------------------------------------------------------*/
#voice{
	text-align:left;
}
.voice-no{
	margin-top:10px;
	margin-left:5px;
	text-align:left;
	color:#00a0e9;
}
#voice .title{
	margin-top:30px;
	margin-bottom:2%;
}
#voice nav ul{
	width:308px;
	margin:20px auto 5px;
}
#voice nav ul li{
	padding:5px 0;
	text-align:center;
	width:100px;
	float:left;
	border-right:#969595 solid 2px;
}
#voice nav ul li:first-child{
	margin-left:0;
	border-left:#969595 solid 2px;
}
#voice nav ul li a{
	color:#333333;
}
#voice .title p{
	text-align:right;
	font-size:80%;
	font-weight:bold;
}
#voice .title p:first-child{
	padding-bottom:2px;
	border-bottom:#00a0e9 2px solid;
	font-size:140%;
	text-align:left;

}
#voice .naiyou{
	margin-bottom:80px;
	display:table;
}
#voice .naiyou-cnt{
	margin-top:30px;
	margin-bottom:15px;
	display:table;
}
#voice .naiyou-img{
	width:45%;
	display:table-cell;
	vertical-align: middle;
}
#voice .naiyou-title{
	width:50%;
	display:table-cell;
	vertical-align: middle;
}


/*--------------------------------------------------------------------------
  popup
--------------------------------------------------------------------------*/
#popup #contents {
	padding: 10px 0;
}
#popup p,
#popup .detail {
    margin-top: 10px;
}
#popup #work,
#popup #place,
#popup #defacto,
#popup #access {
	margin: 0 10px 20px;
	padding-bottom: 10px;
	text-align: left;
	border: 1px solid #2CAEE0;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
#popup #place {
	border-color: #e60082;
}
#popup .close a {
	position:relative;
	display:block;
	margin: 0 10px 0px;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #e4e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#e4e2e2));
	background-color:#E7E8F2;
	border:1px solid #CED1E6;
	line-height:36px;
	font-weight:bold;
	color:#666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 1px 0px #FFF;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	box-shadow: 0px 1px 0px #FFF;
}
/*--------------------------------------------------------------------------
  event
--------------------------------------------------------------------------*/
#event h1 {
	position: relative;
	margin: 0 0 10px;
	padding: 10px;
	background: url(images/staff/common/bg_title.png) repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}
#event h1 span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 0;
}
#event .midashi {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 10px 10px ;
    text-align: left;
}
#event #bonenkai,
#event #halloween {
	margin: 0 10px 15px;
	text-align: left;
	border: 1px solid #fd9530;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
#event .left{
	padding:3px 8px 3px 0;
}
#event h2 {
    background: #fd9530;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 10px;
    margin: 0 0 10px;
}
#event #bonenkai p,
#event #halloween p {
	text-align: center;
	margin: 0 0 10px;
	letter-spacing: -1px
}
#event .close a {
	position:relative;
	display:block;
	margin: 0 10px 10px;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #e4e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#e4e2e2));
	background-color:#E7E8F2;
	border:1px solid #CED1E6;
	line-height:36px;
	font-weight:bold;
	color:#666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 1px 0px #FFF;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	box-shadow: 0px 1px 0px #FFF;
}

/*--------------------------------------------------------------------------
 slider
--------------------------------------------------------------------------*/
#sp #scrollbar{
display: none;
position: fixed;
bottom: 0px;
right: 0px;@
margin: 0;
padding: 0;
width: 100%;
height: 30%;
background:rgba(180, 180, 180, 0.9);/* Modern browsers */
/* IE 9ˆÈ‰º */
/*   GradientType : ƒOƒ‰ƒf[ƒVƒ‡ƒ“•ûŒü  =  0:c 1:‰¡ */
/*   StartColorStr, EndColorStr : ƒOƒ‰ƒf[ƒVƒ‡ƒ“F(ŠJŽn&I—¹) aRGBŒ`Ž® */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
                     StartColorStr=#88AAAAAA,
                     EndColorStr  =#88AAAAAA);
}

#sp #slidemenu{
position: relative;
width: 100%;
height: 100px;
margin: 0 auto;
clear: both;
}

#sp #slidemenu .close{
cursor: pointer;
position: absolute;
top: -15px;
left: 85%;
}

#sp #slidemenu .close,
#sp #slidemenu .oubo,
#sp #slidemenu .tel,
{
float: left;
}

#sp #slidemenu .tel{
	font-size:12px;
}

/*--------------------------------------------------------------------------
 fukuri
--------------------------------------------------------------------------*/
.fukuri {
  background: url("images/staff/common/fukuri-bak.png");
}
.fukuri ul .fukuri-01 {
  background: url("images/staff/common/fukuri-01.png") no-repeat;
  background-size: 100%;
}
.fukuri ul .fukuri-02 {
  background: url("images/staff/common/fukuri-02.png") no-repeat;
  background-size: 100%;
}
.fukuri ul .fukuri-03 {
  background: url("images/staff/common/fukuri-03.png") no-repeat;
  background-size: 100%;
}
.fukuri ul .fukuri-04 {
  background: url("images/staff/common/fukuri-04.png") no-repeat;
  background-size: 100%;
}
.fukuri ul .fukuri-05 {
  background: url("images/staff/common/fukuri-05.png") no-repeat;
  background-size: 100%;
}
.fukuri ul .fukuri-06 {
  background: url("images/staff/common/fukuri-06.png") no-repeat;
  background-size: 100%;
}
.fukuri ul .fukuri-07 {
  background: url("images/staff/common/fukuri-07.png?20170303") no-repeat;
  background-size: 100%;
}

.fukuri h2 {
  padding-top: 2%;
  width: 95%;
}

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

.fukuri ul .fukuri-01 p,
.fukuri ul .fukuri-05 p,
.fukuri ul .fukuri-07 p {
  padding: 18% 0 4% 1%;
}

.fukuri ul .fukuri-02 p {
  padding: 18% 0 8% 40%;
}

.fukuri ul .fukuri-03 p {
  padding: 18% 0 3% 1%;
}

.fukuri ul .fukuri-04 p {
  padding: 18% 0 5% 40%;
}

.fukuri ul .fukuri-06 p {
  padding: 18% 0 4.5% 32%;
}

.fukuri ul li p {
  width: 50%;
  font-size: 10px;
}
.fukuri_kousei ul{
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.fukuri_kousei dt{

  border-left: 8px solid #67bdec;
  font-size: 3.5vw;
  font-weight: bold;
}
.fukuri_kousei dt > span{
  padding: 5px 0 5px 16%;

  display: block;
  border-bottom: 1px solid #323232;
  margin-left: 5px;
}
.fukuri_kousei dt > span span{
  color:  #ff565e;
}

.fukuri_kousei .fukuri01 dt{
  background: url(images/staff/common/fukuri_bac01.png) no-repeat 2px center;
   background-size: 19%;
}
.fukuri_kousei .fukuri02 dt{
  background: url(images/staff/common/fukuri_bac02.png) no-repeat 2px center;
  background-size: 20%;
}
.fukuri_kousei .fukuri03 dt{
  background: url(images/staff/common/fukuri_bac03.png) no-repeat 2px center;
  background-size: 20%;
}
.fukuri_kousei .fukuri04 dt{
  background: url(images/staff/common/fukuri_bac04.png) no-repeat 2px center;
  background-size: 20%;
}
.fukuri_kousei .fukuri05 dt{
  background: url(images/staff/common/fukuri_bac05.png) no-repeat 2px center;
  background-size: 20%;
}
.fukuri_kousei .fukuri06 dt{
  background: url(images/staff/common/fukuri_bac06.png) no-repeat 2px center;
  background-size: 20%;
}
.fukuri_kousei .fukuri07 dt{
  background: url(images/staff/common/fukuri_bac07.png) no-repeat 2px center;
  background-size: 20%;
}
.fukuri_kousei .fukuri08 dt{
  background: url(images/staff/common/fukuri_bac08.png) no-repeat 2px center;
  background-size: 20%;
}
.fukuri_kousei li{
  width: 47%;
  float: left;
}
.fukuri_kousei li:nth-child(odd){
  margin-right: 6%;
}
.fukuri_kousei dd{
  font-size: 14px;
  margin: 2% 0 15% 13px;
}
/*--------------------------------------------------------------------------
 fukurikosei
--------------------------------------------------------------------------*/
#fukurikosei #contents{
	width:100%;
	margin:0 auto;
	text-align:left
}
#fukurikosei #contents .message{
	margin:40px 0 60px;
	padding-bottom:40px;
	border-bottom:3px #00a0e9 solid;
}
#fukurikosei #contents .point01{
	height:100px;
	background:url(images/staff/common/point01-img.png) right no-repeat;
	background-size:40%;
	background-position:top right;
}
#fukurikosei #contents .point02{
	height:100px;
	background:url(images/staff/common/point02-img.png) right no-repeat;
	background-size:40%;
	background-position:top right;
}
#fukurikosei #contents .point03{
	height:100px;
	background:url(images/staff/common/point03-img.png) right no-repeat;
	background-size:40%;
	background-position:top right;
}
#fukurikosei #contents .point04{
	height:100px;
	background:url(images/staff/common/point04-img.png) right no-repeat;
	background-size:40%;
	background-position:top right;
}
#fukurikosei #contents .point05{
	height:100px;
	background:url(images/staff/common/point05-img.png) right no-repeat;
	background-size:40%;
	background-position:top right;
}
#fukurikosei #contents .point06{
	height:100px;
	background:url(images/staff/common/point06-img.png) right no-repeat;
	background-size:40%;
	background-position:top right;
}
#fukurikosei #contents .point07{
  height:100px;
  background:url(images/staff/common/point07-img.png) right no-repeat;
  background-size:40%;
  background-position:top right;
}
#fukurikosei #contents .point08{
  height:160px;
  background:url(images/staff/common/point08-img.png) right no-repeat;
  background-size:40%;
  background-position:top right;
}

#fukurikosei #contents dl{
	width:90%;
	margin:30px auto;
	font-size:10px;
}
#fukurikosei #contents dt{
	margin-bottom:20px;
}
#fukurikosei #contents dd{
	margin-bottom:30px;
}
#fukurikosei #contents dd p:first-child{
	width:55%;
	padding-bottom:10%;
}

.link .link-blue{
	width: 100px;
    height: 32px;
    line-height: 33px;
    background: #00a0e9;
	background-size:100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    display: block;
}
/*--------------------------------------------------------------------------
woman
--------------------------------------------------------------------------*/
#woman{
	text-align:left;
}


.woman-no{
	margin-top:10px;
	margin-left:5px;
	text-align:left;
	color:#ff5d5d;
}
#woman .title{
	margin-top:30px;
	margin-bottom:2%;
}
#woman nav ul{
	width:310px;
	margin:20px auto 5px;
}
#woman nav ul li{
	padding:5px 0;
	text-align:center;
	width:75px;
	float:left;
	font-size:10px;
	border-right:#969595 solid 2px;
}
#woman nav ul li:first-child{
	margin-left:0;
	border-left:#969595 solid 2px;
}
#woman nav ul li a{
	color:#333333;
}
#woman .title p{
	text-align:right;
	font-size:15px;
	font-weight:bold;
}
#woman .title p:first-child{
	padding-bottom:2px;
	border-bottom:#ff5d5d 2px solid;
	text-align:left;

}
#woman .naiyou{
	margin-bottom:45px;
	display:table;
}
#woman .naiyou-cnt{
	margin-top:30px;
	margin-bottom:15px;
	display:table;
}
#woman .naiyou-img{
	width:30%;
	display:table-cell;
	vertical-align: middle;
}
#woman .naiyou-title{
	width:45%;
	padding-left:2%;
	padding-right:3%;
	display:table-cell;
	vertical-align: middle;
}
.naiyou p{
	font-size:12px;
}
.woman-fot{
	margin-bottom:70px;
}
.voice-no-w{
	margin-top:10px;
	margin-left:5px;
	text-align:left;
	color:#ff5d5d;
}
/*--------------------------------------------------------------------------
career
--------------------------------------------------------------------------*/
.career{
	margin: 20px;
	text-align: left;

}

.career img{
	margin-top: 20px;
}

#shokushu .step{
	margin: 10px 0 10px 0;
}

#shokushu .step p{
	text-align: left;
	margin: 0 0 20px 0;
}

.step h4{
	color:#f08115;
	font-size:12px;
	font-weight:bold;
}

.step img{
	margin: 10px 0 5px 0;
}

.step .right{
	margin-top: 10px;
}

.detail .mokuhyou p{
	text-align: left;
}

/*--------------------------------------------------------------------------
president
--------------------------------------------------------------------------*/
  #president h2{
	  margin-bottom:0;
  }

  #president .box{
	  padding:0 10px;
	  text-align:left;
  }

   #president .box h3{
	  padding:5px;
	  border-bottom:1px solid #838383;
	  font-size:16px;
	  font-weight:bold;
  }
  #president .box .naiyou{
	  font-size:12px;
  }

  #president .box .naiyou img{
	  padding:15px 0;
  }

  #president .box .yohaku{
	  padding-top:10px;
  }
/*--------------------------------------------------------------------------
new
--------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 56px;
	background-color: #ffffff;
	border-bottom: 4px solid #00a0e9;
	z-index: 100;
}
header > p {
	width: 80px;
	padding-top: 11px;
	display: block;
	margin: 0 auto;
}
header > div > p {
	width: 50px;
	position: absolute;
	top: 15px;
	right: 10px;
}
header div .menu-btn {
	width: 40px;
	position: absolute;
	top: 15px;
	left: 10px;
}

/*header .slideout-menu ul li:nth-of-type(2), header .slideout-menu ul li:nth-of-type(4) {
	background-color: #fcf8e7;
}
header .slideout-menu ul li:nth-of-type(1), header .slideout-menu ul li:nth-of-type(3), header .slideout-menu ul li:nth-of-type(5) {
	background-color: #f0f0f0;
}*/

.slideout-menu {
	width: 80%;
	position: fixed;
	top: 0;
	right: -80%;
	background-color: #ffffff;
	font-weight: bold;
	z-index: 100;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00a0e9;
}
.slideout-menu ul li {
  border-top: 1px solid #d9d9d9;
}

.slideout-menu ul li ul {
  display: none;
  background-color: #ededed;
  padding: 8px;
}
.slideout-menu ul .menu_link {
  padding-left: 5%;
}

.slideout-menu ul .ac_title {
  font-size: 14px;
  margin: 0;
  height: 46px;
  padding-top: 15px;
  padding-left: 5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
.slideout-menu ul .ac_title.active {
  background: url(images/staff/common/mainasu.png) no-repeat 90% 50%;
}

.slideout-menu ul .accordion_menu {
  background: url(images/staff/common/plus.png) no-repeat 90% 50%;
  display: block;
}


.slideout-menu .syousai-list li,
.slideout-menu .syousai-list2 li,
.slideout-menu .syousai-list3 li {
  background-color: #fff;
  /*padding-left: 12%;*/
}
.slideout-menu .syousai-list li:nth-of-type(1),
.slideout-menu .syousai-list2 li:nth-of-type(1),
.slideout-menu .syousai-list3 li:nth-of-type(1) {
  border-top: none;
}

.slideout-menu p {
	height: 60px;
	padding: 19px 1%;
	position: relative;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	background-color: #00a0e9;
	border-bottom: 4px solid #00a0e9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
	box-sizing: border-box;
}
.slideout-menu .slideout-menu-toggle {
	padding: 6px 9px 5px;
	position: absolute;
	top: 11px;
	left: 10px;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #fff!important;
	text-decoration: none;
	vertical-align: top;
  font-size: 28px;
}
.slideout-menu ul {
	list-style: none;
	font-weight: 300;
}
.slideout-menu ul li a {
	height: 46px;
	padding-top: 15px;
	display: block;
	color: #666666;
	text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
	box-sizing: border-box;
  text-align: left;
  padding-left: 12%;
}
.slideout-menu ul .bg-r {
	background-color: #fc8282;
}
.slideout-menu ul .bg-r a {
	color: #ffffff;
}

.fixed {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

#news > p {
	margin:10px;
	color:#00a0e9;
	font-size:18px;
	text-align:left;
}
#news > ul{
	margin:10px;
	padding:15px;
	background-color:#e4f1f7;
	text-align:left;
	font-size:10px;
}
#in-cnt{
	margin-bottom:30px;
}

#in-cnt dt{
	padding:0;
	color:#ffffff;
	display:block;
	font-size:18px;
	background:#00A0E9;
	text-align:center;
}
#in-cnt > dd{
	width:100%;
	padding:10px 0;
	background:url("images/staff/common/arrow.png") no-repeat 98% 50%;
	background-size:4%;
	border-bottom:1px solid #333333;
}
#in-cnt > dd > a{
	display:block;
}
#in-cnt dd span{
	width:190px;
	margin-left:5px;
	padding:5px 0;
	display: table-cell;
	float:left;
	text-align:left;
	font-size:12px;
}


#in-cnt dd span:first-child{
	width:95px;
	padding:0;
}
.read-img{
	width:90%;
	margin:0 auto;
	padding:10px 0;
	border-bottom: 2px solid #00a0e9;
}
.joblist-cnt{
	width:90%;
	margin:30px 0 50px 5%;
}
.joblist-cnt li{
	width:35%;
	margin-left:10%;
	margin-bottom:6%;
	box-sizing: border-box;
	float:left;
}
.joblist-cnt > li > a > span{
	display:block;
}
.syousai001{
	max-width: 100%;
	font-size: 110%;
	margin-top: 6px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #00a0e9;
}
.jobtitle{
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin: 3% 0 0 3%;
}
.jobtitle01{
	width: 66%;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-left: 17%;
}
footer {
	margin-top:80px;
	padding: 10px;
	border-top: #333333 solid 1px;
	position:relative;
}
footer > p {
	width:44px;
	position: absolute;
	bottom:90px;
	left:80%;
}
footer > .adl-box{
	width:310px;
	margin:10px auto;
	font-size:10px;
}
footer > .adl-box > .adl {
	display: table-cell;
	text-align:left;

}
footer > .adl-box > .adl > a {
	width: 80px;
	display: block;
}
.swiper-container {
	width: 100%;
	height: 300px;
	margin: 20px auto;
}
.bnr_eria{
	padding:0px 5px;
}
.bnr {
	max-width:400px;
	margin: 20px auto;
}
.bnr img{
	width:95%;
}
.cnt-title {
	margin:10px;
	padding:7px;
	text-align:left;
	background-color:#00a0e9;
	font-size:18px;
	color:#ffffff;
}
.btn-shadow{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
/*----------------------------------------------------------------------------------------------
access
----------------------------------------------------------------------------------------------*/

#access-map {
	padding:30px 0 20px;
	border-bottom:dotted #333333 1px;
}
#access-text {
	padding:30px 0 20px;
	border-bottom:dotted #333333 1px;
}
#access-text > p{
	width:80%;
	margin:0 auto;
	text-align:left;
}
#route p {
	padding:30px 5px 10px;
	text-align:left;
	font-size:18px;
}
#route ol li {
	width:300px;
	margin:0 auto;
	background:url("images/staff/common/arrow.png") no-repeat 50% 100%;
	padding-top:35px;
	padding-bottom:35px;
}
#route ol li:last-child{
	background: none;
	padding-top:35px;
	padding-bottom:35px;
}

#route ol li span{
	padding-top:15px;
	margin-left:5%;
	display:block;
	text-align:left;
}

.flick{
	text-align:left;
	padding:7px;
	background:#00a0e9;
	color:#ffffff;

}
#job ul{
	width:100%;
	margin:0 auto 10px;
}
#job ul li{
/*	width:53px;*/
width: 16%;
	margin:10px 5px;
	float:left;
}
/*----------------------------------------------------------------------------------------------
qa
----------------------------------------------------------------------------------------------*/
.accordion11 {
	width: 100%;
	min-width: 300px;
}
.accordion11 input {
	display: none;
}
.accordion11 label {
	display: block;
	cursor: pointer;
	padding: 15px 34px 15px 10px;
	background: url("images/staff/common/traiangle.gif") no-repeat 97% center;
	background-size:15px;
}
.accordion11 .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background-color: #f1faff;
	padding: 0 10px;
	border-bottom: 1px dotted #dbdbdb;
}
.accordion11 input:checked + .ac-cont {
	height: auto;
	padding: 15px 20px 15px 10px;
	border-bottom: 1px dotted #dbdbdb;
}
.accordion11 img {
	float: left;
	padding-right: 10px;
}
.accordion11 p,
.accordion11 dt span{
	text-align: left;
	display:block;
	overflow: hidden;
}
.accordion11 dl img{
	width:20px;
}

.qalist_busyomenu{
	overflow: hidden;
	margin-bottom:25px;
}
.qalist_busyomenu li{
	width:33.3%;
	height:57px;
	padding:3px 0px;
	float:left;
	border-bottom:1px solid #dbdbdb;
	font-size:12px;
}
.qalist_busyomenu li:nth-child(2) a,
.qalist_busyomenu li:nth-child(5) a,
.qalist_busyomenu li:nth-child(2) span,
.qalist_busyomenu li:nth-child(5) span{
	border-right:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
}
.qalist_busyomenu li:not([a]){
	color:#ff5e5f;
}
.qalist_busyomenu li a,
.qalist_busyomenu li span{
	height:37px;
	display:block;
	padding-top:20px;
}

/*----------------------------------------------------------------------------------------------
access
----------------------------------------------------------------------------------------------*/
#job-cnt {
	text-align:left;
}
#job-cnt > dt{
	margin:20px 0 10px;
	padding-left:10px;
	font-size:16px;
	font-weight: bolder;
}
#job-cnt > dd{
	margin:10px 0;
	padding:10px 10px 15px;
	border-bottom:#333333 dotted 1px;
}
#job-cnt > dd > ul > li > span{
	display:block;
}
#job-cnt > dd > a{
	width:130px;
	padding:10px;
	display: table-cell;
}

.career-oubo{
	width:80%;
	margin:15px auto;
}

.text-map a{
	margin-top:10px;
	width:40%;
	display:block;
}

/*----------------------------------------------------------------------------------------------
introduction
----------------------------------------------------------------------------------------------*/
#wrapper #contents h2{
	text-align: center;
	margin-bottom:10px;
	padding:0;
	font-weight: normal;
	background-image: none;
	background-color: #00A0E9;
}

#wrapper #bosyuu_syokusyu .bs_title {
	background-color: #00a0e9;
	color: #fff;
	margin: 0;
  font-weight: normal;
  font-size: 15px;
  padding: 7px;
}

.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;
}

#wrapper #bosyuu_syokusyu .bs_name {
	text-align: center;
  margin: 25px 0 0;
  font-size: 22px;
}

#wrapper #bosyuu_syokusyu .bs {
  margin: 0 auto;
  max-width: 414px;
}

#wrapper #bosyuu_syokusyu .p_ab {
	position: relative;
}

#wrapper #bosyuu_syokusyu .bs_image {
	min-width: 320px;
}

#wrapper #bosyuu_syokusyu .syousai {
  width: 166px;
  height: 135px;
  line-height: 28px;
  font-size: 16px;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  top: 5%;
  left: 5%;
  padding: 3%;
}

#wrapper #bosyuu_syokusyu .bs_left {
	width: 40%;
      background: url(images/staff/common/arrow.png) no-repeat 85% center #00a0e9;
  float: left;
  margin: 0 5%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

#wrapper #bosyuu_syokusyu .bs_right {
	width: 40%;
	    background: url(images/staff/common/arrow.png) no-repeat 85% center  #f73148;
	float: right;
	margin: 0 5%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

#wrapper #bosyuu_syokusyu .bs_link {
	color: #fff;
	display: block;
    padding: 5%;
    vertical-align: middle;
}

#wrapper #bosyuu_syokusyu .bs_button {
position: absolute;
    top: 79%;
    width: 100%;
}

/*----------------------------------------------------------------------------------------------
company
----------------------------------------------------------------------------------------------*/
#company{
	width: 100%;
	text-align: left;
}

#company h2{
	padding: 5px 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	background: #00a0e9;
}

#company p{
	padding: 10px;
	font-weight: bold;
}

#company dt{
	padding-left: 10px;
	font-weight: bold;
}
#company dd{
  padding:10px 10px 15px 10px;
}
#company dd img{
	display: block;
	margin: auto;
}
#company .bg_b{
	background: #f6fcff;
}
#company .bg_b a img{
	display: block;
	margin: auto;
/*	padding-bottom: 30px;*/
}
#company .image img{
	float: left;
	display: block;
	margin: auto;
	padding: 8px;
}
/*#company .youtube{
	padding: 10px 0 56.25%;
    position:relative;
    height:0;
    overflow:hidden;
}
#company .youtube iframe{
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}*/
#company .tvcm{
	padding: 5% 2%;
}
#company .tvcm > p{
	margin: 3% 0 0 3%;

}
#company .tvcm .youtube img{
	width: 100%;
}
#company .tvcm .youtube p{
	padding: 0;
	margin-bottom: 2%;
	font-size: 17px;
	color: #00a0e9;
	border-bottom: 1px solid #00a0e9;
}
#company .clear{
	clear:both;
}
#company .link_url{
	word-wrap:break-word;
}

/*----------------------------------------------------------------------------------------------
joblist
----------------------------------------------------------------------------------------------*/

.tab_box{
	margin:5% 0%;
	padding:0% 2%;
}
.disnon {
  display: none;
}
.tab,
.tab li,
.select,
.no_select{
	margin: 0;
    padding: 0;
}
.tab{
	width:90%;
	display:table !important;
}
.tab li{
	display:table-cell;
	text-align:left;
	border-right: 1px solid #ffffff;
	box-sizing: border-box;
}
.tab li:last-child{
	border-right:none;
}
.tab li div{
	line-height:1.2em;
	padding: 10% 1% 10% 10%;
	height: 100%;
}
@media screen and (min-width: 400px) {
	.tab_br{
		display:none;
	}
}
.select{
	background-color:#ffffff;
	position:relative;
	z-index:10;
	border-right:none;
	box-shadow: -1.5px -1.5px 2px 0px rgba(91,91,91,0.2);
	border-top:3px solid #fed82b;
}
.select div{
	box-shadow: 2.5px -1px 2px -1px rgba(91,91,91,0.2);
	margin-top:0;
}
.content_wrap{
	padding:3px 5px;
	box-shadow: 0px -1px 2px 1px rgba(109,109,109,0.2);
	position:relative;
	z-index:5;
}

.no_select{
	background-color:#f3f3f3;
	position:relative;
	z-index:1;
	box-shadow:none;
	border-top:none;
}
.no_select div{
	box-shadow:none;
}


h2 {
  color: #000000;
  background: none;
  text-align: left;
  margin: 5% 3%;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
h3 {
  text-align: left;
  margin: 5% 3%;
  font-size: 20px;
  font-weight: bold;
}
.job-text {
	margin: 0 3% 5%;
	text-align: left;
	font-size: 11px;
	line-height: 1.2;
  padding-top: 10px;
}
.job-text02 {
  margin: 0 3% 5%;
  text-align: left;
  font-size: 11px;
  line-height: 1.2;
}
.read {
	margin: 3% 0;
}
.job {
	width: 100%;
	margin: 0 auto;
}
.job div {
	width: 45%;
	margin: 0 3% 3% 2%;
	float: left;
	text-align: left;
}
.job div dl dd {
	margin-top: 4%;
}

/*タイムスケジュールとキャリアステップ*/
.time {
	width: 98%;
	margin: 0px 5px;
}
.time h3 img {
	width: 25%;
  margin-top: 30px;
}
.time h3 {
	text-align: left;
	margin-left: 6px;
}
.time h4 img{
  width:25%;
  margin-top: 30px;
}
.time h4{
  text-align:left;
  margin-left: 6px;
}
.time .naiyou {
	padding: 5px 0px;
}
.time .mongon {
	width: 62%;
	font-size: 11px;
	float: left;
	text-align: left;
	margin-left: 17%;
}
.time .yajirushi {
	float: right;
	margin: 4%;
}
.time .yajirushi img {
	width: 70%
}
.mb_20 {
	margin-bottom: 20px;
}
.mt_40 {
  margin-top: 20px;
}
.time_1900{
  padding-bottom: 20px;
}

/*--------------------------------------------------------------------------
　　marketing-qa
 ( /recruit/joblist/marketing/qa.html )
--------------------------------------------------------------------------*/

.top-text{
	margin: 5% 3%;
}
.top-text img{
	width: 140px;
}
.marketing-qa .qa-box{
	text-align: left;
}
.marketing-qa .qa-box dt{
	padding: 3% 2% 3% 55px;
	background: url(images/staff/common/qa_illust02.gif) no-repeat left center;
	background-color: #00a0e9;
	background-size: 50px;
}
.marketing-qa .qa-box dd{
	padding: 17px 2% 5% 3%;
	background: url(images/staff/common/arrow.gif) no-repeat top center;
}
.marketing-qa .photo{
	margin: 0 0 5%;
}
.marketing-qa .photo img{
	width: 100%;
	max-width: 640px;
}

/*申込エリア*/
.oubo-text{
	margin: 3% 3% 6% ;
	text-align: left;
}
.oubo-btn{
	width: 95%;
	margin: 0 auto;
}
.resume{
	width: 70%;
	margin: 0 auto;
	padding: 6% 0;
	text-align: left;
}
.resume p{
	width: 50%;
	box-sizing:border-box;
}
.content-link{
	margin: 4% 0;
}
.content-link li{
	width: 45%;
	margin: 1%;
	padding: 3% 1%;
	border: 1px solid #00a0e9;
	color: #00a0e9;
	font-size: 4vw;
}

.content-link li a{
	color: #00a0e9;
}
.content-link .location{
	background: #00a0e9;
	color: #ffffff;
}
@media screen and (max-width:484px) {
.resume p:last-child{
	padding-top: 2%;
}
}
/*--------------------------------------------------------------------------
　　marketing-voice
 ( /recruit/sp/joblist/marketing/voice.html )
--------------------------------------------------------------------------*/
.marketing-voice h2{
	margin: 0;
	padding: 0;
}

.anchor-menu {
	margin: 5% 0;
	display: table;
	width: 100%;
}
.anchor-menu a{
	display: table-cell;
	color: #ffffff;

}
.anchor-menu li{
    padding: 5px 5px 20px;
    background: url(images/staff/common/anchor_arrow.gif?002) no-repeat;
    background-position:  center bottom;
    background-size: 23px;
    border-right: 1px solid #ffffff;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.anchor-menu a{
	background-color: #00a0e9;
	position: relative;
    z-index: 2;
}
.anchor-menu a:nth-child(2n){
	background-color: #28BCFC;
}
.marketing-voice .anchor-menu li{
	height: 130px;
}
@media screen and (min-width:414px) {
.marketing-voice .anchor-menu li {
	height: 109px;
}
}

#CASE1,
#CASE2,
#CASE3{
    margin-top:-60px;
    padding-top:60px;
}
.marketing-voice .voice{
	width: 88%;
	margin: 0 auto;
	padding-bottom: 2%;
}
.marketing-voice .voice dt{
	padding: 10% 0 3%;
	margin-bottom: 3%;
	color: #000000;
	font-size: 26px;
	line-height: 1.3;
}
.marketing-voice .voice p{
	margin-bottom: 3%;
}
.marketing-voice .voice span{
	background-color: #fff1b1;
}
/*--------------------------------------------------------------------------
　　marketing-training
 ( /recruit/joblist/marketing/training.html )
--------------------------------------------------------------------------*/
.marketing-training .training-list dd {
	padding: 5% 3% 8%;
}
.marketing-training .training-list dd img{
	margin: 0 0 2% 2%;
	width: 130px; /*vw　効かない端末用*/
	width: 33vw;
	max-width: 200px;
}
.marketing-training .training-list dd span{
	margin-bottom: 8px;
	display: block;
}

/*--------------------------------------------------------------------------
　　marketing-nagare
 ( /recruit/joblist/marketing/nagare.html )
--------------------------------------------------------------------------*/
#staff,
#leader{
    margin-top:-60px;
    padding-top:60px;
}

.marketing-nagare .anchor-menu a{
	    width: 50%;
}
@media screen and (min-width:414px) {
.dp-none {
	display: none;
}
}
.marketing-nagare h2{
	margin: 0;
	padding: 0;
	background: #00a0e9;
	margin-bottom: 1px;
}
.marketing-nagare{
	width: 100%;
	overflow: auto;
}
.time-table time{
	width: 20%;
	padding-top: 1%;
	display: block;
	color: #00a0e9;
	font-size: 17px;
	background: #f6fcff;
}

.time-table >div{
/*	background: #f6fcff;*/
	border-bottom: 1px dashed #00a0e9;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.time-table ul{
	width: 80%;
	min-height: 70px;
}
.time-table ul li{
	padding: 2% 3%;
	line-height: 1.2;
}
.time-table .time-last{
	border-bottom: 1px solid #00a0e9;
}
.time-table .time-last ul{
	min-height: 35px;
}
.nagare_matome{
	width: 80%;
	margin:0 auto;
	padding: 5% 0;
}
.nagare_matome img{
	margin-top:;
}

/*--------------------------------------------------------------------------
　　kids_room
--------------------------------------------------------------------------*/
#kids_room header {
  position: fixed;
  top: 0px;
  width: 100%;
}
#kids_room h1 {
  margin-top: 56px;
}
#kids_room .main_text {
  padding: 10px 3%;
  border-bottom: solid 4px #ffd618;
}
#kids_room .boshuu {
  margin: 8% 0;
}
#kids_room .box_boshuu {
  background: url(images/staff/common/bg_dot.png) repeat-x center center;
}
#kids_room .box_boshuu dl {
  width: 70%;
  margin: 0 auto 10px;
  padding: 6% 2%;
  background-color: #fff;
  border: solid 1px #ffd618;
}
#kids_room .box_boshuu dt {
  font-size: 25px;
}
#kids_room .box_boshuu dd span {
  color: #f73148;
  letter-spacing: 0.1em;
}
#kids_room .box_boshuu dd .px40 {
  font-size: 40px;
}
#kids_room h2 {
  border-bottom: solid 2px #ffd618;
}
#kids_room .flow li {
  padding: 15px 3% 30px 3%;
  background: url(images/staff/common/arrow_down.png) no-repeat center bottom;
}
#kids_room .flow li:last-child {
  padding-bottom: 0;
  background: none;
}
#kids_room .flow li .w_10 {
  width: 10%;
}
#kids_room .flow .w_90 {
  width: 90%;
}
#kids_room .flow li p {
  padding: 0 0 0 3%;
}
#kids_room .btn p a {
  display: block;
  width: 130px;
  margin: 30px auto 0;
  padding: 4px 15px 2px 5px;
  color: #fff;
  background: url(images/staff/common/arrow_right.png) no-repeat right 10px center/7px;
  background-color: #00a0e9;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
#kids_room .btn p.right a {
  margin: 30px 8px 0;
}
#kids_room .gaiyou {
}
#kids_room .gaiyou dt {
  padding: 5px 3% 5px 30px;
  background: url(images/staff/common/icon_circle.png) no-repeat left 10px center/13px;
}
#kids_room .gaiyou dd {
  padding: 0px 3% 5px 30px;
}
#kids_room .btn_oubo p a {
  display: block;
  width: 70%;
  margin: 20px auto 0;
  padding: 3% 10%;
  color: #fff;
  background: url(images/staff/common/arrow_right.png) no-repeat 80% center/10px;
  background-color: #f73148;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  font-size: 19px;
}
#kids_room .btn_text {
  margin: 2px 3% 30px;
}
#kids_room .picture {
  padding: 1px 0 0 0;
}
#kids_room .picture .right {
  width: 20%;
}
#kids_room .picture h3 {
  margin: 0;
  padding: 12% 3% 1%;
  font-size: 14px;
  font-weight: normal;
  border-bottom: solid 4px #feefa7;
}
#kids_room .qalist {
  margin: 30px 0 10px;
}
#kids_room .qalist ul li{
  margin-bottom:20px;
  padding:15px;
}
#kids_room .qalist dt{
  font-size:20px;
  font-weight:bold;
  background:url("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("images/staff/common/icon_a.png") no-repeat 19px 20px;
  padding:19px 20px 20px 82px;
}
#kids_room .box_company {
  width: 90%;
  margin: 30px auto;
  text-align: left;
  border: 1px solid #bbb;
}
#kids_room .box_company div {
  padding: 20px 8% 20px;
  margin: 0 auto;
}
  /*snsボタン*/
#kids_room .sns {
  margin: 20px ;
}
#kids_room .sns li{
  width: 50%;
  text-align: center;
}
/*--------------------------------------------------------------------------
　　clearfix
--------------------------------------------------------------------------*/
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
 Hides from IE Mac
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

