/*** searchjp.css ***/

/* ---------- IE 向け  ---------- */
/* ---------- 1:what  ---------- */

#what h2{
	font-weight: bold;
	color: #000000;
	font-size: 140%;
	text-indent: 0;
	text-align: left;
}
.left_cap{
	font-size: 14px;
	text-indent: 0px;
	text-align: left;
}

#what h3{
	text-indent: 0px;
}


/* ---------- /1:what  ---------- */

/* ---------- 2:example  ---------- */

#example h2{
	font-weight: bold;
	color: #000000;
	font-size: 140%;
	text-indent: 0;
	text-align: left;
	page-break-before: always;
}

/* ---------- /2:example  ---------- */

/* ---------- 3:mobile experience  ---------- */
#experience h2{
	font-weight: bold;
	color: #000000;
	font-size: 140%;
	text-indent: 0;
	text-align: left;
}

/* ---------- /3:mobile experience  ---------- */
/* ---------- /IE 向け  ---------- */

/* ---------- /Firefox、Mozilla、Safari、Opera向け ---------- */
/* ---------- 1:what  ---------- */

html>/**/body #what h2{
	text-indent: -9999px;
}

html>/**/body .left_cap{
	text-indent: -9999px;
}

html>/**/body #what h3{
	text-indent: -9999px;
}

/* ---------- /1:what  ---------- */

/* ---------- 2:example  ---------- */

html>/**/body #example h2{
	text-indent: -9999px;
}

/* ---------- /2:example  ---------- */

/* ---------- 3:mobile experience  ---------- */
html>/**/body #experience h2{
	text-indent: -9999px;
}

/* ---------- /3:mobile experience  ---------- */
/* ---------- /Firefox、Mozilla、Safari、Opera向け ---------- */

/* ---------- Safari向け(外し) ---------- */
/* ---------- 1:what  ---------- */

body:first-of-type #what h2{
	font-weight: bold;
	color: #000000;
	font-size: 140%;
	text-indent: 0;
	text-align: left;
}
body:first-of-type .left_cap{
	font-size: 14px;
	text-indent: 0px;
	text-align: left;
}

body:first-of-type #what h3{
	text-indent: 0px;
}


/* ---------- /1:what  ---------- */

/* ---------- 2:example  ---------- */

body:first-of-type #example h2{
	font-weight: bold;
	color: #000000;
	font-size: 140%;
	text-indent: 0;
	text-align: left;
	page-break-before: always;
}

/* ---------- /2:example  ---------- */

/* ---------- 3:mobile experience  ---------- */
body:first-of-type #experience h2{
	font-weight: bold;
	color: #000000;
	font-size: 140%;
	text-indent: 0;
	text-align: left;
}

/* ---------- /3:mobile experience  ---------- */
/* ---------- /Safari向け(外し) ---------- */

