@charset "Shift_JIS";

/*============文字全体============ */

body {
	letter-spacing:0.02em;/* 通常 */
 }

body, x:-moz-any-link {
	letter-spacing:0em;
 } /* Firefox */

body, x:-moz-any-link, x:default {
	letter-spacing:0em;
 } /* Firefox 3.0以上 */

@media screen and (-webkit-min-device-pixel-ratio:0) {
 body {
	letter-spacing:0em;
 }
} /* Safari 3以上, Chrome*/

*+html:first-child body {
	letter-spacing:0em;
 } /* Opera */

/*============太字============ */

strong {
	letter-spacing:0.12em;/* 通常 */
 }

strong, x:-moz-any-link {
	letter-spacing:0em;
 } /* Firefox */

strong, x:-moz-any-link, x:default {
	letter-spacing:0em;
 } /* Firefox 3.0以上 */

@media screen and (-webkit-min-device-pixel-ratio:0) {
 strong {
	letter-spacing:0em;
 }
} /* Safari 3以上, Chrome*/

*+html:first-child strong {
	letter-spacing:0em;
 } /* Opera */
 
/*============h3============ */

#common-box h3 {
	letter-spacing:0.1em;/* 通常 */
 }

#common-box h3, x:-moz-any-link {
	letter-spacing:0em;
 } /* Firefox */

#common-box h3, x:-moz-any-link, x:default {
	letter-spacing:0em;
 } /* Firefox 3.0以上 */

@media screen and (-webkit-min-device-pixel-ratio:0) {
#common-box h3 {
	letter-spacing:0em;
 }
} /* Safari 3以上, Chrome*/

*+html:first-child #common-box h3 {
	letter-spacing:0em;
 } /* Opera */