@charset "utf-8";
/* Initialization
--------------------------------------------------*/
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
body {
  font-size: small;
  line-height: 1;
  -webkit-text-size-adjust: none;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff0;
  color: #000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
img {
  vertical-align: top;
}
/* clearfix
--------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
/* mouseover
--------------------------------------------------*/
.over:hover {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
/* link
--------------------------------------------------*/
a {
  color: #0070A5;
}
a:link,
a:active,
a:visited {
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* outline
--------------------------------------------------*/
body {
  background: #faf7f2;
  min-width: 1000px;
}
.container {
  margin: 0 auto;
  width: 1000px;
  color: #444;
  position: relative;
}
/* header
--------------------------------------------------*/
header.global {
  background: #fff;
  padding: 15px 0;
}
header.global .inner .logo {
  margin: 15px 20px 20px 0;
  float: left;
}
header.global .inner .en_box {
  text-align: right;
  margin-right: 50px;
}
header.global .inner .en_box .banner {
  display: inline-block;
  margin: 0 20px 0 180px;
  vertical-align: middle;
}
header.global .inner .en_box .translate {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  font-weight: normal;
  font-size: 92%;
  line-height: 1.4;
}
header.global .inner ul {
  float: left;
  margin-top: 10px;
}
header.global .inner ul li {
  float: left;
}
header.global .inner ul.inquiry {
  margin-left: 141px;
  margin-bottom: 10px;
}
header.global .inner ul.btnSns {
  float: right;
}
header.global .inner ul.btnSns li {
  margin-left: 8px;
}
header.global .inner .searchBox {
  float: left;
  margin: 10px 0 10px 4px;
  position: relative;
}
header.global .inner .searchBox input {
  width: 176px;
  padding: 6px 32px 6px 10px;
  border: 2px solid #dad0cb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header.global .inner .searchBox img {
  position: absolute;
  top: 8px;
  right: 8px;
}
header.global nav li {
  float: left;
}
/* パンくず
--------------------------------------------------*/
#breadcrumbs {
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  font-size: 85%;
}
#breadcrumbs ul {
  background: url(../img/ico_nav_home.gif) no-repeat 0 center;
  padding: 13px 23px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#breadcrumbs ul li {
  float: left;
  margin-right: 7px;
}
#breadcrumbs ul li a {
  margin-right: 7px;
  font-weight: bold;
}
/* main
--------------------------------------------------*/
#main {
  line-height: 1.5;
  margin: 0 auto;
  width: 980px;
  padding: 0 10px;
}
#main #content {
  width: 720px;
  float: left;
}
#main #sidebar {
  width: 230px;
  float: right;
  margin-top: -20px;
}
#main #sidebar .title {
  background: #009feb;
  margin-top: 20px;
  padding: 17px 12px;
}
#main #sidebar dl dt {
  background: #efeced;
  padding: 7px 12px;
}
#main #sidebar .contentMenu {
  background: #fff;
}
#main #sidebar .contentMenu li {
  border-top: 1px solid #e4e0e1;
}
#main #sidebar .contentMenu li:first-child {
  border: none;
}
#main #sidebar .contentMenu li a {
  display: block;
  padding: 12px 25px 12px 12px;
  font-size: 108%;
  font-weight: bold;
  background: url(../img/ico_side_arrow.png) no-repeat right center;
}
#main #sidebar .contentMenu li a.current {
  background-color: #E4F5FD;
  color: #009FEC;
  text-decoration: none;
}
#main #sidebar .sideBnr li {
  margin-top: 20px;
}
#main #sidebar .sideBnr li img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#main #sidebar .calendar dd {
  background: #fff;
  padding: 0 6px 20px;
  position: relative;
}
#main #sidebar .calendar dd .nav li {
  position: absolute;
  top: 7px;
  cursor: pointer;
}
#main #sidebar .calendar dd .nav li.prev {
  left: 6px;
}
#main #sidebar .calendar dd .nav li.next {
  right: 6px;
}
#main #sidebar .calendar dd table {
  width: 100%;
}
#main #sidebar .calendar dd table caption {
  color: #001f46;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 13px;
}
#main #sidebar .calendar dd table th,
#main #sidebar .calendar dd table td {
  border: 1px solid #e4e4e4;
  text-align: center;
  height: 2.6em;
}
#main #sidebar .calendar dd table th a,
#main #sidebar .calendar dd table td a {
  display: block;
  height: 2.6em;
  line-height: 2.6em;
}
#main #sidebar .calendar dd table th.w0,
#main #sidebar .calendar dd table td.w0 {
  background: #fde5d5;
}
#main #sidebar .calendar dd table th.w6,
#main #sidebar .calendar dd table td.w6 {
  background: #cef1fc;
}
#main #sidebar .calendar dd table th.today,
#main #sidebar .calendar dd table td.today {
  background: #fff1b7;
}
#main #sidebar .calendar dd table thead th {
  font-weight: bold;
}
#main #sidebar .calendar dd table thead th.sun {
  background: #ffcead;
  color: #e55b3c;
}
#main #sidebar .calendar dd table thead th.sat {
  background: #a4deff;
  color: #0a76ae;
}
#main #sidebar .calendar dd table td.active a {
  background: #E4F5FD;
  color: #009FEC;
  font-weight: bold;
  text-decoration: none;
}
/* footer
--------------------------------------------------*/
.relationBnr {
  margin: 35px auto 0;
  width: 980px;
}
.relationBnr li {
  float: left;
  width: 230px;
  margin-right: 20px;
}
.relationBnr li:nth-child(4n) {
  margin-right: 0;
}
.relationBnr li img {
  margin-bottom: 10px;
}
footer.global {
  background: #fff url(../img/bg_footer.png) no-repeat center 97%;
  margin-top: 25px;
  padding: 20px 0 35px;
  min-width: 1000px;
  line-height: 1.3;
  position: relative;
}
footer.global #pagetop {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  display: none;
}
footer.global #pagetop.fixed {
  position: absolute;
  top: -70px;
  bottom: auto;
}
footer.global .likeBox {
  border-bottom: 1px solid #e4e0e1;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
footer.global .sitemap {
  padding: 0 10px;
}
footer.global .sitemap dl {
  float: left;
  width: 200px;
}
footer.global .sitemap dl dt {
  background: url(../img/ico_circle.png) no-repeat 0 0.2em;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 116%;
}
footer.global .sitemap dl dd li {
  background: url(../img/ico_arrow.png) no-repeat 5px 0.4em;
  margin-bottom: 6px;
  padding-left: 20px;
}
footer.global .sitemap dl dd li a {
  color: #444;
  text-decoration: none;
}
footer.global .sitemap dl dd li a:hover {
  text-decoration: underline;
}
footer.global .sitemap dl.siteInfo {
  width: 380px;
}
footer.global .sitemap dl.siteInfo li {
  float: left;
  padding-right: 8px;
  width: 162px;
}
footer.global p {
  margin-top: 20px;
  padding: 0 10px;
}
/* switch
--------------------------------------------------*/
ul.switch {
  text-align: center;
  padding: 0;
  margin-bottom: 1%;
}
 ul.switch li {
  display: inline-block;
  /*インラインブロック表示*/
  display: inline;
  /*IE対策*/
  zoom: 1;
  /*IE対策*/
  padding: 0;
}
#btnPC {
  width: 50px;
  background: #ccc;
  color: #fff;
}
 #btnSP {
  width: 50px;
  background: #726d6d;
  color: #fff;
}
