@charset "utf-8";
/*reset
----------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: text-bottom;
}
/*less各数値設定
----------------------------------------------------------*/
/*lessMIXIN
----------------------------------------------------------*/
.centered {
  width: 960px;
  margin: 0 auto;
}
/*colors&font
----------------------------------------------------------*/
html {
  color: #7c7c7c;
  font-family: san-serif;
}
a {
  color: #4092f1;
}
a:hover {
  color: ;
}
/*font
----------------------------------------------------------*/
#content {
  line-height: 1.8;
}
#main .fontS {
  font-size: 12px;
}
#main .fontM {
  font-size: 14px;
}
#main .fontL {
  font-size: 16px;
}

.page-template-page-english-php #main .fontM {
  font-size: 15px;
}
.page-template-page-english-php #main .fontL {
  font-size: 17px;
}


/*Layout
----------------------------------------------------------*/
#header {
  height: 225px;
  position: relative;
  margin-bottom: 38px;
  width: 960px;
  margin: 0 auto;
}
#main_visual {
  width: 960px;
  margin: 0 auto;
}
#main {
  overflow: hidden;
  clear: both;
  padding-top: 20px;
  width: 960px;
  margin: 0 auto;
}
#content {
  float: left;
  padding-bottom: 50px;
  width: 665px;
}
#footer .innar {
  width: 960px;
  margin: 0 auto;
}
#sidebar {
  float: right;
  width: 237px;
  padding-left: 10px;
}
/*gnavi
----------------------------------------------------------*/
#gnavi {
  position: absolute;
  bottom: 0;
}
#gnavi li {
  float: left;
}
#breadcrumb {
  width: 940px;
  margin: 0 auto;
  font-size: 12px;
  background: url(../img/common/home.png) left center no-repeat;
  padding-left: 20px;
  overflow: hidden;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li:after {
  content: "　>　";
}
#breadcrumb li:last-child:after {
  content: "";
}
/*content
----------------------------------------------------------*/
#pagetype_top #content h2 {
  margin-bottom: 10px;
  background: none !important;
  padding: 0 !important;
}
#pagetype_top #content #greeting {
  margin-bottom: 30px;
  overflow: hidden;
}
#pagetype_top #content #newsList {
  clear: both;
}
#pagetop {
  width: 960px;
  margin: 0 auto;
  clear: both;
  position: relative;
  height: 70px;
  z-index: 100;
}
#pagetop a {
  position: absolute;
  right: 0;
  display: block;
  bottom: -35px;
}
/*footer
----------------------------------------------------------*/
