/*
	Kube Professional CSS-framework

	Copyright (c) 2012, Imperavi Inc.

	http://imperavi.com/kube/
*/
/* =Typography
-----------------------------------------------------------------------------*/

/* 必要要素の初期設定 */

html {
  font-size: 62.5%;
  /*62.5%を指定すると「1.0rem=10px」*/
}

body {
 color:#444;
 background-color: #fff;
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-size: 1.4rem;
 line-height: 1.8;
 text-align: left;
 /*letter-spacing:0.1em;*/
}

body#en {
font-weight: 400;
font-family: 'Lato', sans-serif;
}

a {
  text-decoration:none;
  color: #ed6d00;
}
a:focus,
a:hover {
  color: #ff7e24;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-weight: bold;
　/*margin: 0 0 0.5em;*/
　/*line-height: 1.8;*/
　/*letter-spacing:0.1em;*/
}

body#en h1,
body#en h2,
body#en h3,
body#en h4,
body#en h5,
body#en h6 {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
　/*margin: 0 0 0.5em;*/
　/*line-height: 1.8;*/
　/*letter-spacing:0.1em;*/
}

h1 {
  font-size: 24px;
 font-size: 2.4rem;
  line-height: 1.1333em;
  margin-bottom: .4555em;
}
h2 {
  font-size: 20px;
 font-size: 2.0rem;
  line-height: 1.1666em;
  margin-bottom: .4555em;
}
h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  margin-bottom: .4555em;
}
h4 {
  font-size: 1.143em;
  line-height: 1.5em;
  margin-bottom: .4555em;
}
h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .5em;
}
h6 {
  font-size: 0.857em;
  line-height: 1.5em;
  margin-bottom: .4555em;
  text-transform: uppercase;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
  margin-bottom: 0;
}
hgroup {
  margin-bottom: 0.6em;
}
.subheader {
  font-weight: 300;
  color: #888;
}
h1.subheader {
  font-size: 1.357em;
  line-height: 1.263em;
}
h2.subheader {
  font-size: 1.214em;
  line-height: 1.412em;
}
h3.subheader {
  font-size: 1em;
  line-height: 1.286em;
}
h4.subheader,
h5.subheader {
  font-size: 0.95em;
  line-height: 1.385em;
}
h6.subheader {
  font-size: 0.8em;
  line-height: 1.364em;
}

p {
 margin: 0 0 1.5em;
 color: #444;
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-size: 1.4rem;
 line-height: 1.8;
 text-align: left;
 /*letter-spacing:0.1em;*/
}

body#en p {
	font-weight: 400;
font-family: 'Lato', sans-serif;
font-size: 16px;
 font-size: 1.6rem;
 line-height: 1.4;
}

span.b700{
	font-weight:700;
}

ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  /*line-height: 1.5em;*/
}

ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  /*margin: 0 0 0 2em;*/
  margin: 0 0 0 0;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}

ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset {
  margin-bottom: 1.5em;
}

ul {
 /*margin: 0 0 2em;*/
 padding: 0;
 list-style-position: inside;
}

dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1em;
}
blockquote {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #ccc;
  color: #555555;
}
blockquote small,
cite {
  color: #999999;
  font-style: normal;
}
blockquote p {
  font-size: 1.1em;
  margin-bottom: .5em;
  font-style: italic;
}
small,
blockquote cite {
  font-size: 0.85em;
  line-height: 1;
}
blockquote .pull-right,
.row blockquote .pull-right {
  float: none;
  text-align: right;
  display: block;
}
address {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  font-size: 0.85em;
  font-style: italic;
}
ins,
mark {
  background-color: #ffee55;
  color: #000000;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-size: 90%;
  font-family: Consolas, Monaco, monospace, sans-serif;
}
pre {
  font-size: 90%;
  color: #444;
  background: #f5f5f5;
  padding: .85em;
  white-space: pre-wrap;
  overflow: auto;
}
code {
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
kbd {
  padding: 0 .4em;
  border-radius: .3em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #ffffff inset;
  background-color: #fafafa;
  border-color: #ccc #ccc white;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #444;
  font-weight: normal;
  white-space: nowrap;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  font-size: .95em;
}
fieldset {
  padding: 2em 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #dddddd;
}
legend {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1em;
}
tfoot th,
tfoot td {
  background-color: #f2f2f2;
}
th,
td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75em 0.5em;
}
