/*! =======================================================================
 * File        : selectcondition.css
 * DESCRIPTION : ‹¤’Êƒp[ƒc—pCSS
 * AUTHOR      : ”Ž•ñ“°ƒAƒCƒXƒ^ƒWƒI
 * ------------------------------------------------------------------------
 * (C)Mynavi Corporation
========================================================================== */



/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
----------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* base
----------------------------------------------------- */
html {
  color: #666;
  font-size :62.5%;
  font-family: "Lucida Grande", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
  overflow-y: hidden;

  line-height: 1;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

label {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

input {
  border: 1px solid #bbb;
}

a {
  color: #00aaeb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}



/* badge
----------------------------------------------------- */
.badge {
	background-color: #f00;
	border-radius: 9px;
	color: #fff;
	font-size: 1.1em;
	padding: 1px 6px;
	margin: 0 0 0 8px;
}



/* selectCondition
----------------------------------------------------- */
.selectCondition__titleBlock {
	border-bottom: 1px solid #ddd;
}

.selectCondition__title {
	color: #000;
	float: left;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 2.8947;
	margin: 0 0 0 14px;
}

.selectCondition__close {
	float: right;
	margin: 10px 10px 0;
}

.selectCondition__close a {
	border: 1px solid #00aaeb;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 #bbb6a8;
	display: block;
	font-size: 1.3em;
	line-height: 2.3846;
	text-align: center;
	text-decoration: none;
	width: 79px;
}

.selectCondition__container--job {
	height: 575px;
}

.selectCondition__container--area {
	height: 432px;
}

.selectCondition__menu {
	float: left;
	height: 100%;
	width: 325px;
	overflow: hidden;
}

.selectCondition__menuList {
}

.selectCondition__menuItem--kerning,
.selectCondition__menuItem {
	border: 1px solid #ddd;
	border-left: none;
	color: #00aaeb;
	cursor: pointer;
	display: block;
	font-weight: bold;
	line-height: 2.5;
	margin: -1px 0 0;
	padding: 0 0 0 15px;
	position: relative;
}

.selectCondition__menuItem--kerning {
	letter-spacing: -1px;
}

.selectCondition__menuItem--kerning span,
.selectCondition__menuItem span {
	font-size: 1.4em;
	vertical-align: middle;
}

.selectCondition__menuItem--kerning.js--menuActive,
.selectCondition__menuItem.js--menuActive {
	border-left: 6px solid #00aaeb;
	border-right: none;
	color: #000;
	padding: 0 0 0 9px;
}

.selectCondition__menuItem--kerning:after,
.selectCondition__menuItem:after {
	content: url(../img/common/arrowRight.png);
	position: absolute;
	right: 10px;
	top: 11px;
}

.selectCondition__menuItem--kerning.js--menuChecked:after,
.selectCondition__menuItem.js--menuChecked:after,
.selectCondition__menuItem--kerning.js--menuSelected:after,
.selectCondition__menuItem.js--menuSelected:after {
	background-color: #00aaeb;
	border-radius: 12px;
	content: '‘I‘ð’†';
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 1px 6px;
}

.selectCondition__content {
	float: left;
	height: 100%;
	width: 625px;
	overflow: scroll;
	overflow-x: hidden;
}

.selectCondition__largeCat {
	margin: 22px 20px 0;
}

.selectCondition__largeCat input {
	margin: 0 7px 0 0;
}

.selectCondition__largeCat label {
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
}

.selectCondition__midiumCat {
	background-color: #f0f0f3;
	margin: 22px 20px 0;
	padding: 8px 15px;
}

.selectCondition__midiumCat input {
	margin: 0 6px 0 0;
}

.selectCondition__midiumCat label {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}

.selectCondition__list {
	margin: 0 -17px 0 35px;
}

.selectCondition__listItem {
	cursor: pointer;
	float: left;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 9px 0 0;
	width: 280px;
}

.selectCondition__listItem input {
	margin: 0 6px 0 0;
	vertical-align: top;
}

.selectCondition__listItem label {
	display: inline-block;
	width: 255px;
}

.selectCondition__more {
	margin: 17px 0 0 35px;
}

.selectCondition__more a {
	font-size: 1.2em;
}

.selectCondition__more a:before {
	content: url(../img/common/arrowRight.png);
	margin: 0 6px 0 0;
}

.js--otherArea {
	display: none;
}

.selectCondition__footer {
	border-top: 1px solid #ddd;
	height: 85px;
}

.selectCondition__selected {
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	float: left;
	font-size: 1.1em;
	line-height: 1.4545;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
	padding: 15px;
	width: 325px;
}

.selectCondition__submit {
	box-sizing: border-box;
	float: left;
	height: 100%;
	width: 625px;
	padding: 20px 0 0;
}

.selectCondition__fixButton,
.selectCondition__selectButton {
	float: left;
	width: 295px;
}

.selectCondition__fixButton {
	margin: 0 15px 0 10px;
}

.selectCondition__fixButton button {
	background-color: #00aaeb;
	border: none;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 #bbb6a8;
	color: #fff;
	font-size: 1.4em;
	line-height: 3.2142;
	text-align: center;
	width: 100%;
}

.selectCondition__selectButton button {
	background-color: #fff;
	border: 1px solid #00aaeb;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 #bbb6a8;
	color: #00aaeb;
	font-size: 1.4em;
	line-height: 3.2142;
	text-align: center;
	width: 100%;
}
