@charset "utf-8";

/*** mynavi CSS Document *************************************

	base.css
	+お客様編集用CSS+
	新たにスタイルを追記する時はこのファイルにお願い致します。

----------------------------------------------------------------***/

/*ヘッダー*/
.karaokeHeaderImg {
	background: url(../img/karaoke-img/head_img.jpg) left top no-repeat;
	width: 950px;
	height: 450px;
	padding: 0 0 0 0;
	margin: 0 auto 0;
}

.karaokeHeaderSearch {
	background: url(../img/karaoke-img/search_menu_bg.png) left top no-repeat;
	width: 950px;
	height: 90px;
	padding: 80px 0 0 0;
}

.karaokeHeaderSearch li {
	float: left;
	padding-right: 10px;
}

.karaokeHeaderSearch li:first-child {
	padding-left: 25px;
}

/*7つのメリット*/
.karaokeMerit {
	width: 950px;
    margin: 120px auto 100px;
    padding: 30px 0 0 0;
    background-color: #e2e7eb;
}

.merit_list {
	list-style: none;
  	counter-reset: counter-name;
	background: url(../img/merit_people.png) bottom right no-repeat;
	background-size: 39%;
	padding: 10px 40px 20px;
}

.merit_list p {
	margin: 10px 0 35px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.merit-item {
	position: relative;
  	padding: 0 0 0 45px;
	color: #e54d35;
	font-size: 30px;
	font-weight: bold;
}

.merit-item::before {
  content: counter(counter-name);
  counter-increment: counter-name;
  display: block;
  position: absolute;
  font-size: 50px;
  bottom: -12px;
  left: 0;
}

.merit-item_small {
	position: relative;
  	padding: 0 0 0 45px;
  	margin: 0 0 35px !important;
	color: #e54d35;
	font-size: 20px;
	font-weight: bold;
}

.merit-item_small::before {
  content: counter(counter-name);
  counter-increment: counter-name;
  display: block;
  position: absolute;
  font-size: 40px;
  bottom: -12px;
  left: 0;
}

/*マイナビバイトの「カラオケ」お仕事例*/
.karaokeExample {
	background: url(../img/karaoke-img/example_bg.jpg) top left no-repeat;
	width: 880px;
	height: 393px;
	margin: 0 auto 40px;
	padding: 120px 35px 0 35px;
}

.kataokeExampleBox01 {
	width: 417px;
	float: left;
	background-color: rgba(255,255,255,0.8);
	padding: 4px;
}

.kataokeExampleBox02 {
	width: 417px;
	float: right;
	background-color: rgba(255,255,255,0.8);
	padding: 4px;
}

.kataokeExampleTopText {
	width: 377px;
	padding: 20px;
	background-color: #01ABE9;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}

.karaokeExampleIcon {
	margin: 0 0 0 -9px;
	padding: 10px 0 0 0;
}

.kataokeExampleMiddleText {
	width: 417px;
	min-height: 170px;
	background-color: #FFFFFF;
	padding: 0 0 10px 0;
}

.exampleMiddle01 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	line-height: 140%;
}

.exampleMiddle02 {
	font-size: 14px;
	line-height: 140%;
	padding: 0 0 0 30px;
}

.kataokeExampleBox02 .exampleMiddle02 {
	padding: 0 0 0 20px;
}

.kataokeExampleLastText {
	width: 387px;
	padding: 10px 15px;
}

.exampleLast01 {
	background: url(../img/karaoke-img/example_icon02.png) left top no-repeat;
	padding: 0 0 10px 50px;
	min-height: 21px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-bottom: 1px #CCC dashed;
}

.exampleLast02 {
	background: url(../img/karaoke-img/example_icon03.png) left center no-repeat;
	padding: 0 0 0 50px;
	min-height: 21px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
}

/*こんな人にカラオケバイトはピッタリ*/
.karaokePittari {
	width: 930px;
	height: 433px;
	margin: 40px auto;
	padding: 0;
}

/*自分のまちのカラオケバイトを探す*/
.karaokeSearch {
	background: url(../img/karaoke-img/search_menu_bg.png) left top no-repeat;
	width: 950px;
	height: 90px;
	margin: 0 auto 40px;
	padding: 80px 0 0 0;
}

.karaokeSearch li {
	float: left;
	padding-right: 10px;
}

.karaokeSearch li:first-child {
	padding-left: 25px;
}

/*先輩に聞こう！カラオケでバイトするメリット！*/
.karaokeVoiceTitle {
	width: 950px;
	height: 77px;
	margin: 0 0 30px 0;
}

.karaokeVoice {
  width: 950px;
	margin: 40px auto 40px;
}

.karaokeVoiceCol {
	display: table;
}

.karaokeVoiceCol.first{
	border-bottom: 1px #AAAAAA dotted;
}

.karaokeVoiceBlock {
	width: 475px;
	padding: 0 0 40px 20px;
	display: table-cell;
	position: relative;
}

.karaokeVoiceCol:last-child > .karaokeVoiceBlock:first-child {
	padding: 20px 20px 40px 0;
}

.karaokeVoiceCol:last-child > .karaokeVoiceBlock:last-child {
	padding: 20px 0 40px 20px;
}

.karaokeVoiceBlock:first-child {
	border-right: 1px #AAAAAA dotted;
	padding: 0 20px 40px 0;
}

.karaokeVoiceBlock .voiceHead {
	width: 455px;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
}

.karaokeVoiceBlock .voiceHead.male {
	background: url(../img/karaoke-img/voice_man.png) right center no-repeat;
}

.karaokeVoiceBlock .voiceHead.female {
	background: url(../img/karaoke-img/voice_woman.png) right center no-repeat;
}

.karaokeVoiceBlock .voiceText {
	font-size: 14px;
	line-height: 160%;
	margin: 10px 0 0 0;
}

.karaokeVoiceBlock .voiceName {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	right: 30px;
	bottom: 15px;
}

/*意外と知らないカラオケバイトの世界*/
.karaokeUnknown {
	background: url(../img/karaoke-img/unknown_bg.png) left top no-repeat;
	width: 950px;
	height: 847px;
	margin: 40px auto 40px;
}

.karaokeUnknown ul {
	padding: 210px 50px 0 50px;
}

.karaokeUnknown ul li {
	margin: 0 0 15px 0;
}

.karaokeUnknown ul li:last-child {
	margin: 0 0 0 0;
}

.unknownBox {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 125px;
	min-height: 100px;
}

.unknownBox.type01 {
	background-image: url(../img/karaoke-img/unknown01.png);
}

.unknownBox.type02 {
	background-image: url(../img/karaoke-img/unknown02.png);
}

.unknownBox.type03 {
	background-image: url(../img/karaoke-img/unknown03.png);
}

.unknownBox.type04 {
	background-image: url(../img/karaoke-img/unknown04.png);
}

.unknownBox h3 {
	color: #3398DA;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 15px 0;
	padding-top: 20px;
}

.unknownText {
	font-size: 16px;
	line-height: 160%;
}

span.red {
	color: #E54C39;
	font-weight: bold;
}

/*カラオケバイトのおサイフ事情*/
.karaokeSaifuTitle {
	width: 950px;
	height: 47px;
	margin: 0 auto 30px;
	padding: 0
}

.karaokeSaifu {
	width: 950px;
	margin: 0 auto 40px;
}

.karaokeSaifu ul {
	list-style: none;
	margin: 0 auto -10px;
}

.karaokeSaifu ul li {
	float: left;
	width: 310px;
}
.karaokeSaifu ul li + li {
  margin-left: 10px;
}

.karaokeSaifu ul li p {
	margin: 0 0 20px 0;
}

.karaokeSaifu ul li table {
	width: 100%;
	font-size: 14px;
	border-spacing: inherit;
}

.karaokeSaifu ul li table th {
	padding: 10px;
	text-align: left;
	border-bottom: 1px #666666 dashed;
	width: 50px;
}

.karaokeSaifu ul li table td {
	padding: 10px;
	border-bottom: 1px #666666 dashed;
}

.karaokeSaifu ul li table span.orange {
	color: #EC7900;
	margin: 0;
}

/*ここが不安！カラオケバイトQ&A*/
.karaokeQa {
  width: 950px;
	margin: 0 auto 40px;
}

.karaokeQaTitle {
	width: 950px;
	height: 47px;
	margin: 0 0 20px 0;
}

.karaokeQaBox {
	width: 870px;
	background-color: #F6F6F6;
	padding: 35px 40px 25px 40px;
}

.karaokeQaBox li {
	border-bottom: dotted 1px #AAAAAA;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.karaokeQaText01 {
	background: url(../img/karaoke-img/qa_q.png) left center no-repeat;
	padding: 0 0 0 60px;
	margin: 0 0 15px 0;
	min-height: 41px;
	line-height: 41px;
	font-size: 22px;
	font-weight: bold;
}

.karaokeQaText02 {
	background: url(../img/karaoke-img/qa_a.png) left top no-repeat;
	padding: 0 0 0 60px;
	margin: 0 0 15px 0;
	min-height: 41px;
	font-size: 14px;
	line-height: 160%;
}

.karaokeQaBox li:last-child {
	border: none;
	margin: 0;
	padding: 0
}

/*もっと詳しく！カラオケバイト虎の巻*/
.karaokeMore {
	width: 950px;
	margin: 40px auto 40px;
}

.karaokeMoreTitle {
	width: 931px;
	height: 100px;
	margin: 0 auto 30px auto;
}

.karaokeMoreInner {
	margin: 0 0 0 -20px;
	width: 970px;
}

.karaokeMoreBox {
	float: left;
	width: 423px;
	margin: 0;
	padding: 30px 20px;
	margin: 0 0 0 20px;
	border: 1px solid #AAAAAA;
  min-height: 312px;
}

.moreTitle {
	text-align: center;
	color: #F29B12;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.moreText {
	font-size: 14px;
	line-height: 160%;
}

/*おすすめのアルバイト情報*/
.karaokeLink {
	background-color: #ef7c00;
	-webkit-border-radius: 0px 0px 9px 9px / 0px 0px 9px 9px;
	-moz-border-radius: 0px 0px 9px 9px / 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px / 0px 0px 9px 9px;
  margin: 20px auto 53px;
	padding: 0 15px 15px 15px;
	width: 920px;
}

.karaokeLink p {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 63px;
	text-align: center;
}

.karaokeLink .karaokeLinkInner {
	background-color: #fff;
	padding: 40px;
}

.karaokeLinkInner dt {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
}

.karaokeLinkInner dd {
	border-bottom: 1px dotted #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.6;
	padding-bottom: 15px;
	padding-left: 120px;
}

.karaokeLinkInner dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

karaokeInfo {
	background-color: #f3f3f3;
	padding-bottom: 15px;
	padding-top: 25px;
}

.karaokeInfo li {
	background-image: url(../img/karaoke-img/info-list.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 36px;
	margin: 10px 0;
	padding-left: 120px;
}

.adbnr{
	background: #fbfaf8;
    border: 1px solid #D73635;
    border-radius: 5px;
    font-size: 12px;
    margin: 20px auto 20px auto;
    width: 950px;
		text-align: center;
}
.adbnr ul li{
	padding:5px 10px;
	box-sizing:border-box;
}
.adbnr h3{
	background:#E74C3C;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: .06em;
	padding: 10px 0!important;
	margin: 0 0 15px;
}


/* エリアから探す */
.areabox-header {
  text-align: center;
  margin-bottom: 10px;
}

#area section{
  width:960px;
  margin:0 auto;
}

#area section dl{
  width: 305px;
  height: 150px;
  background: #D73635;
  border-radius: 5px;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 7px 14px 7px;
}
#area section dl dt{
  font-size: 18px;
  padding: 0 0 5px 0;
  text-align: center;
  color: #fff;
}
#area section dl dd ul li{
  width: 90px;
  float: left;
  margin: 0 3px 4px 4px;
}
#area section dl dd ul li a{
  display: block;
  color: #fff;
  border-radius: 5px;
  background: url(../img/arrow_w.png) no-repeat 98% center rgba(255,255,255,0);
  border:solid 1px #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
#area section dl dd ul li a:hover{
  background: url(../img/arrow_w.png) no-repeat 98% center #E35353;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.para:hover{
  opacity:1;
}

.areabox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  width: 960px;
}

.areabox .accordion {
  width: 130px;
}
.areabox .accordion > li p {
  display:block;
  padding: 18px;
  width: 100%;
  font-size:14px;
  box-sizing: border-box;
}
.areabox .accordion > li {
  cursor: pointer;
  text-align: center;
  background-color: #D73635;
  color: #fff;
}

.areabox .accordion > li:hover {
  background-color: #E35353;
}

.areabox .accordion > li a{
  padding: 15px 10px;
  display: block;
  color:#fff;
  text-decoration: none;
}

.areabox  .accordion > li a:hover {
  opacity:1;
}

.areabox  .accordion > li.open {
  color: #fff;
  background: #D73635;
}

.areabox .right {
  margin: 0 0 20px 0 !important;
}

.areabox ul li ul {
  display: none;
  border-top: 2px solid #fff;
}
.areabox ul li ul li {
  border-bottom: 2px solid #fff;
  text-align: center;
}
.areabox ul li ul li:last-child {
  border-bottom: none;
}
