@charset "utf-8";


/* ========================================
プロダクト共通枠組み CSS

 - File Name : common.css
 - Latest Css Updates : 2012.11.27
 - Those who update it : e.y
 ------------------------------------------
======================================== */

/*-----------------------------------------------------
 - #SideMenu
-------------------------------------------------------*/
/* #SearchBox（店舗検索） */
#SideMenu #SearchBox {
	padding:12px 0;
}
#SideMenu #SearchBox h2 {
	border:none;
}
#SideMenu #SearchBox .SelectArea {
	background:#f4f4f4;
	padding:15px 18px 0;
}
#SideMenu #SearchBox .SelectArea select {
	line-height:1.5em;
	width:100%;
}
#SideMenu #SearchBox .SelectArea input {
	padding:15px 0 15px 110px;
	text-align:right;
}
#SideMenu #SearchBox .SelectArea input.txtarea {
	padding:0;
	width:100%;
	text-align:left;
}

/* #RecruitBox（スタッフ募集） */
#SideMenu #RecruitBox{
	border:solid 1px #ccc;
	margin:0 0 10px;
	background:#fff;
	padding: 10px 0 0;
}
#SideMenu #RecruitBox h2 {
	border:none;
}

/* #corporeteBox（会社案内） */
#SideMenu #corporeteBox{
	border:solid 1px #ccc;
	margin:0 0 10px;
}

/* #MediaBox（メディア掲載情報） */
#SideMenu #MediaBox {
	padding:12px 0 0;
}
#SideMenu #MediaBox h2 {
	border:none;
}

/* #mobileBox（モバイル） */
#SideMenu #mobileBox {
	padding:12px 0;
}
#SideMenu #mobileBox h2 {
	border:none;
}
#SideMenu #mobileBox .qrArea {
	background:#efefef;
	padding:10px 5px;
}