@charset "utf-8";
/* CSS Document */

/*
---------------------------------------------------
basic.css / LastUpDate 2013.01.10

==HTML5 display definitions
==BASE (*Editable)
==FONT (*Editable)
==ANCHOR (*Editable)
==IMAGES (*Editable)
==TABLE
==FORM
==HORIZONTAL RULE
==DIV
==OTHER
==CLEARFIX
==MQ
---------------------------------------------------
*/

/*
---------------------------------------------------
==HTML5 display definitions
---------------------------------------------------
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio: not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}


/*
---------------------------------------------------
==BASE
---------------------------------------------------
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 105%;
  font-weight: ;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}


/*
---------------------------------------------------
==FONT
---------------------------------------------------
*/
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* iOS tap color */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  line-height: 1;
}

html,
body,
button,
input,
select,
textarea {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
}

/* ==SizeVariation */
.fss,
.fssl {
  font-size: 75% !important;
}

.fs,
.fsl {
  font-size: 87.5% !important;
}

.fr,
.frl {
  font-size: 100% !important;
  font-weight: bold;
}


.fm,
.fml {
  font-size: 120% !important;
}

.fb,
.fbl {
  font-size: 140% !important;
}

.fsl,
.frl {
  line-height: 1.4;
}

.fml,
.fbl {
  line-height: 1.5;
}

em {
  font-style: normal;
  text-decoration: underline;
}

strong {font-weight: bold;}

small {
  font-size: 100%;
}

ruby rt {
  font-size: 75%;
}

ruby rt:before {
  content: "（";
}

ruby rt:after {
  content: "）";
}

/* ==ColorVariation */
.red {
  color: #c00;
}

.blue {
  color: #06c;
}

.green {
  color: #090;
}

.yellow {
  color: #fc0;
}

.gray {
  color: #666;
}

/* ==textAlignVariation */
p.alignright {
  text-align: right;
}

p.alignleft {
  text-align: left;
}

p.aligncenter {
  text-align: center;
}


/*
---------------------------------------------------
==ANCHOR
---------------------------------------------------
*/
a {
  color: #555;
  text-decoration: none;
}

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

a:hover {
  color: #f60;
  text-decoration: underline;
}

a:focus { /* for chrome */
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/*
---------------------------------------------------
==IMAGES
---------------------------------------------------
*/
img {
  background: transparent;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/* IMAGES WIDTH PRESET for smartphone */
img.widthAuto {
  height: auto;
  width: 100%;
  width: auto\9; /* for IE8 */
  zoom: normal;
}

svg:not(:root) {
  overflow: hidden;
} /* for IE9 */


/*
---------------------------------------------------
==TABLE
---------------------------------------------------
*/
table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
}

caption {
  font-weight: normal;
  text-align: left;
}


/*
---------------------------------------------------
==FORM
---------------------------------------------------
*/
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
  white-space: normal;
}

button, input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}


/*
---------------------------------------------------
==HORIZONTAL RULE
---------------------------------------------------
*/
hr {
  border: none;
  border-top: 1px solid #999;
  display: block;
  *display: list-item;
  *filter: alpha(opacity=0);
  height: 1px;
  margin: 1.5em 0;
  padding: 0;
  *width: 0;
}

hr.dotted {
  border-style: dotted;
}

hr.space {
  clear: both;
  margin: 10em 0 0;
  padding: 0;
  visibility: hidden;
}

hr.clrFix {
  height: 1px;
  margin: 0;
  padding: 0;
}


/*
---------------------------------------------------
==OTHER
---------------------------------------------------
*/
del {
  text-decoration: line-through;
}

abbr[title],
dfn[title],
acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q { /* for IE6-7 */
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {  /* for Safari4 */
  content: '';
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

p.notes {
  padding-left: 1em;
  text-indent: -1em;
}


/*
---------------------------------------------------
==DIV
---------------------------------------------------
*/
.floatR {
  float: right;
}

.floatL {
  float: left;
}

.imgR,
.imgRB {
  display: block;
  float: right;
}

.imgL,
.imgLB {
  display: block;
  float: left;
}

.imgR {
  margin-left: 1.5em;
}

.imgL {
  margin-right: 1.5em;
}

.imgRB {
  margin: 0 0 1.5em 1.5em;
}

.imgLB {
  margin: 0 15px 15px 0;
}


/*
---------------------------------------------------
==CLEARFIX (micro clearfix)
---------------------------------------------------
*/
.clrFix:before,
.clrFix:after {
  content: "";
  display: table;
}

.clrFix:after {
  clear: both;
}

.ie6 .clrFix,
.ie7 .clrFix { /* for IE6-7 (trigger hasLayout) */
  zoom: 1;
}


/*
---------------------------------------------------
==MQ
---------------------------------------------------
*/
/* ==for middle ratio & iPhone 3GS */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  body {
    -ms-text-size-adjust: 66%;
    -webkit-text-size-adjust: 66%;
  }
}

/* ==for high ratio & iPhone4 */
@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {
  body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
