/* CSS Document */




/* ■■■■■カレンダー■■■■■ */

#calendar .head {
	background:#c5c1bd;
}	
	
@media screen and (min-device-width:750px){ /*PC*/
#calendar .head {
	margin:0 0 3px 0;
	width:170px;
	height:24px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#calendar .head {
	margin:0 0 3px 0;
	width:100%;
	height:15vw;
}
}




#calendar .head p {
	text-align:center;
	float:left;
}


@media screen and (min-device-width:750px){ /*PC*/
#calendar .head p {
	height:20px;
}
}

@media screen and (min-device-width:750px){ /*PC*/
#calendar .head .prev {width:20px;}
#calendar .head .month {width:130px;font-size:1.6rem;line-height:20px;color:#ffffff;}
#calendar .head .next {width:20px;}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#calendar .head .prev {width:15vw;}
#calendar .head .month {width:70vw;font-size:1.4rem;line-height:14vw;color:#ffffff;}
#calendar .head .next {width:15vw;}
}



@media screen and (max-device-width:749px){ /*スマホ*/
#calendar .head .prev img,
#calendar .head .next img  {
	width:14vw;
	height:auto;
}
}



@media screen and (min-device-width:750px){ /*PC*/
#calendar .weektable {
	height:150px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#calendar .weektable {
	height:90vw;
}
}





#calendar table {
	margin:0 0 0 1px;
	background-image:url(../../other/images/youbi_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
	line-height:14px;
	clear:both;
}



@media screen and (min-device-width:750px){ /*PC*/
#calendar table {
	font-size:1rem;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#calendar table {
	font-size:1.2rem;
}
}



@media screen and (min-device-width:750px){ /*PC*/
#calendar table thead th {
	padding:3px 0 6px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#calendar table thead th {
	padding:1px 0 3px;
}
}





#calendar table td {
	text-align:center;
}

@media screen and (min-device-width:750px){ /*PC*/
#calendar table td {
	width:24px;
	height:21px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#calendar table td {
	width:14.2vw;
	height:12.5vw;

}
}

#calendar .sun-holi {
	color:#990000;
}

#calendar .rinji {
	background-image:url(../../other/images/maru.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:10vw 10vw;
}



#calendar .yasumi {
	background-image:url(../../other/images/batsu.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:10vw 10vw;
}



#calendar .guide {
	padding:2px 0 0 0;
	background:url(../images/line2.gif) top left repeat-x;
	text-align:right;
}


#calendar .guide .rinji,
#calendar .guide .yasumi {
	display:inline-block;
	margin:0 0 0 10px;
	padding:4px 0 0 10vw;
	height:16px;
	background-position:center left;
	font-size:12px;
}







/* ■■■■■インフォメーション■■■■■ */

@media screen and (min-device-width:750px){ /*PC*/
#info {
	width:550px;
	height:200px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#info {
	width:100%;
	height:auto;
}
}


@media screen and (min-device-width:750px){ /*PC*/
#info ul {
	padding:10px 0 0 20px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#info ul {
	padding:9vw;
}
}



#info ul li {
	margin:0 0 12px 0;
	padding:0 0 0 20px;
	background-image:url(../images/n_ic.gif);
	background-position:top 3px left 1px;
	background-repeat:no-repeat;
	background-size:12px 12px;
	line-height:1.5;
	font-size:12px;
}
#info ul li.new {
	background-image:url(../images/i_ic.gif);
}



/* ■■■■■スタッフ募集■■■■■ */




@media screen and (min-device-width:750px){ /*PC*/
#staffboshuu #contents {
	padding-top:60px;
	padding-bottom:60px;
}
}


@media screen and (max-device-width:749px){ /*スマホ*/
#staffboshuu #contents {
	padding-top:30px;
}
}



/* ■■■■■pankuzu■■■■■ */

.pankuzu {
	background-image:url(../../other/images/pankuzu_bg.gif);
}

.pankuzu li.now{
	background:#c5c1bd;
	border-radius:3px;
}

/* ■■■■■contents■■■■■ */

@media screen and (min-device-width:750px){ /*PC*/
#staffboshuu #contents .body {
	padding:60px 0 0 0;
}
}



#staffboshuu h2 {
	background:url(../../miyoshi/images/h2_bg.gif) top left no-repeat;
}

@media screen and (min-device-width:750px){ /*PC*/
#staffboshuu #contents .body {
	padding: 120px 0 0 60px;
	width: 650px;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#staffboshuu #contents .body {
	margin:0 auto;
	width:95%;
}
}

#staffboshuu #contents .body .contact {
	display:block;
	margin:0 auto;
	width:280px;
	text-align:center;
	line-height:2;
}
@media screen and (min-device-width:750px){ /*PC*/
#staffboshuu #contents .body .contact {
	padding:60px 0 0 0;
}
}
@media screen and (max-device-width:749px){ /*スマホ*/
#staffboshuu #contents .body .contact {
	padding:30px 0 0 0;
}
}






#staffboshuu #contents h3 {
	margin:0 0 20px 0;
	padding:10px 15px;
}
@media screen and (min-device-width:750px){ /*PC*/
#staffboshuu #contents h3 {
	font-size:2.4rem;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#staffboshuu #contents h3 {
	font-size:1.6rem;
}
}

#staffboshuu #contents #eiseishi_table h3 {background:#d4e3a5;}
#staffboshuu #contents #joshu_table h3 {background:#e7d378;}


@media screen and (min-device-width:750px){ /*PC*/
#staffboshuu #contents table {width:650px;}
#staffboshuu #contents table col.koumoku {width:95px;}
#staffboshuu #contents table col.naiyou {width:535px;}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#staffboshuu #contents table {width:95%;}
#staffboshuu #contents table col.koumoku {width:10%;}
#staffboshuu #contents table col.naiyou {width:85%;}
}



#staffboshuu #contents td {
	border-bottom:1px dashed #c5c1bd;
}

@media screen and (min-device-width:750px){ /*PC*/
#staffboshuu #contents td {
	padding:10px 5px;
	line-height:2.2rem;
}
}

@media screen and (max-device-width:749px){ /*スマホ*/
#staffboshuu #contents td {
	padding:10px 15px;
}
}


#staffboshuu #contents .money span,
#staffboshuu #contents .am-pm span {
	margin:0 10px 0 0;
}

#staffboshuu #contents .money span.type,
#staffboshuu #contents .am-pm span.type {
	padding:0 2px;
}



#staffboshuu #contents td.taiguu span {
	display:inline-block;
}



#staffboshuu #nothing {
	padding:200px 0;
	width:100%;
	font-size:20px;
	text-align:center;
}

.tilebanner img {
	width:100%;
	height:auto;
}