@charset "Shift_JIS";

/*------------------------------------------------------------------------------
  FONT
------------------------------------------------------------------------------*/
body {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN","Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3",sans-serif;
    letter-spacing: 0.01em;
}

* html body {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
}

*:first-child+html body {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
}

body.mac {
    font-family: "Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3",sans-serif;
}

/*------------------------------------------------------------------------------
  FONT SIZE
------------------------------------------------------------------------------*/
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 62.5%;
    letter-spacing: 0.1em;
}

body#ie9 {
    font-size: 63%;
}

body#ie8 {
    font-size: 63%;
}

body.mac {
    font-size: 60.1%;
    letter-spacing: 0.03em;
}

body#macFirefox {
    letter-spacing: 0.03em;
}

body#wii,body#dsi,body#n3ds {
    letter-spacing: 0;
}

body#nexus7 {
    font-size: 62.5%;
    letter-spacing: 0;
}

body.android {
    font-size: 62.5%;
    letter-spacing: 0;
}

/*------------------------------------------------------------------------------
  RESET
------------------------------------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,table,th,td,
form,fieldset,legend,label,input,textarea,embed,object {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

ul,li {
    list-style: none;
}

img {
    border: 0;
    line-height: 0;
    vertical-align: bottom;
}

sub,sup {
    font-size: 75%;
    /font-size: 100%;
    line-height: 0;
}

sup {
    vertical-align: 0.333em;
}

sub {
    vertical-align: baseline;
}

em {
    font-style: normal;
}

br {
    letter-spacing: 0 !important;
}

object,object:focus,embed {
    outline: none;
}

/*--- clearfix ---*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    * zoom: 1;
}

/*--- responsive img ---*/
img.rp {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
    _height: auto;
}

/*--- link ---*/
a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #4b4b4b;
    text-decoration: none;
}

a:visited {
    color: #4b4b4b;
    text-decoration: none;
}

a:hover {
    color: #777;
    text-decoration: none;
    outline: none;
}

a:active {
    color: #777;
    text-decoration: none;
    outline: none;
}

a:focus {
    color: #777;
    text-decoration: none;
    outline: none;
}

body {
    word-wrap: break-word;
}

li {
    line-height: 0.1;
}

table {
    table-layout: fixed;
    width: 100%;
}

th,td {
    word-wrap: break-word;
    word-break: break-all;
}
/*------------------------------------------------------------------------------
  LAYOUT
------------------------------------------------------------------------------*/
body {
    background-color: #fff;
    line-height: 1;
    color: #4b4b4b;
    word-wrap: break-word;
}

.hidden {
	visibility: hidden;
}

.no-js .hidden {
	visibility: visible;
}
