@charset "utf-8";

/* ---------------------------------------------------- */
/* sanitize.css */
/* ---------------------------------------------------- */
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */


/* ---------------------------------------------------- */
/* layout */
/* ---------------------------------------------------- */
body {
  background: url('../../img/pc/blog/BackGround.gif') repeat;
  color: #4f4f4f;
  font-family: 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px;
  text-align: center;
}

.wrapper {
  width: 960px;
}

.container {
  background: url('../../img/pc/blog/bg_area_line.gif') repeat-y;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 960px;
}

.container.lp {
  background: #ffffcd;
}

.header,
.content,
.footer {
  margin: 0;
  padding: 0;
}

.header-inner,
.content-inner,
.footer-inner {
  margin: 0;
  padding: 0 4px;
}

a,
a:link,
a:visited {
  text-decoration: underline;
  outline: none;
  color: #009b74;
}

a:hover,
a:active {
  text-decoration: none;
  outline: none;
  color: #27c9a0;
}



/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
.header{
  margin: 0;
  padding: 0;
}

.header p.head-read,
.header h1 {
  background: #fff100 none repeat scroll 0 0;
  color: #212121;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 10px;
  margin: 0;
}

.header-alpha {
  background: url('../../img/pc/blog/HeaderBg.jpg') no-repeat;
  height: 298px;
}

.header-logo {
  padding: 0 0 0 10px;
  width: 715px;
  overflow: hidden;
  height: 75px;
}

.header-logo p {
  margin: 0;
  padding: 0;
}

.header-logo img {
  padding: 0 0 10px 10px;
}

.header-alpha span {
  position: absolute;
  top: 0;
  left: 0;
}

.header-alpha span span {
  display: block;
  font-size: 25px;
}

.header-alpha-left {
  float: left;
  position: relative;
  letter-spacing: 1px;
  width: 720px;
}

.header-alpha-right {
  box-sizing: content-box;
  padding: 19px 10px 0 0;
  float: right;
  position: relative;
  width: 210px;
  height: 60px;
}

.header-alpha-right:before,
.header-alpha-right:after {
   content: " ";
   display: table;
}

.header-alpha-right:after {
  clear: both;
}

.header-alpha-right span {
  background: url('../../img/pc/blog/HeaderTel.gif') no-repeat;
  display: block;
  width: 210px;
  height: 55px;
  position: absolute;
  top: 19px;
  left: 0;
}

.header-alpha-right p {
  margin: 0;
  padding: 0;
}

.header-alpha-right address {
  display: inline;
}

.breadcrumb {
  width: 940px;
  padding: 0 10px 0;
}

.breadcrumb-list {
  list-style: none;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  top: 312px;
}

.breadcrumb-list-item {
  display: inline;
  padding: 0 5px 0 0;
}

.breadcrumb-list-item:before {
  content: "\3e\3e\20";
}

.breadcrumb-list-item:first-child {
  padding: 0 5px;
}

.breadcrumb-list-item:first-child:before {
  content: "";
}

.header-logo .school-name {
  top: 43px;
  left: 238px;
  font-size: 27px;
}


/* ---------------------------------------------------- */
/* Contents */
/* ---------------------------------------------------- */
.contents {
  background: #ffffcc;
  width: 960px;
}

.contents:before,
.contents:after {
  content: " ";
  display: table;
}

.contents:after {
  clear: both;
}


.left-column {
  float: left;
  padding: 16px 10px 10px;
  position: relative;
  width: 235px;
}

.entry-body-inner span {
  color: #39c;
}

.entry-body-inner ul {
  list-style: disc none outside;
  margin: 0 15px 12px;
}

.content-area {
  float: left;
  width: 725px;
}


/* ---------------------------------------------------- */
/*.main */
/* ---------------------------------------------------- */
.main {
  float: right;
  margin: 0 0 20px 0;
  position: relative;
  width: 490px;
}

.entry-inner {
  border-bottom: 1px dotted #fff;
  position: relative;
  padding: 1px;
}

.entry-text {
  padding: 15px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  width: auto;
}

.entry-text-title {
  border-bottom: 1px dotted #393939;
  border-left: 8px solid #009b73;
  color: #565656;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  overflow: hidden;
  width: auto;
}

.entry-text-title.details {
  padding: 10px;
}

.entry-text-title a {
  display: block;
  padding: 10px;
}

.entry-text-title a:link,
.entry-text-title a:visited,
.entry-text-title a:hover,
.entry-text-title a:active {
  color: #565656;
  text-decoration: none;
}

.entry-text-title a:hover {
  opacity: 0.7;
}

.entry-text img {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}

.entry-text iframe {
  display: block;
  margin: 0 auto 25px auto;
  width: 100%;
}

.entry-text ul li .thumbnail {
  float: left;
  margin: 0 0 0 4%;
  width: 30%;
}

.entry-text ul li .entry-body-inner.right_side {
  color: #565656;
  float: left;
  margin: 0 0 0 4%;
  width: 62%;
}

.entry-text ul li a {
  text-decoration: none;
}

.beta-text-date {
  font-size: 10px;
  text-align: right;
  padding: 5px 0;
  width: auto;
}

.article-footer-link {
  margin: 0 auto;
  text-align: center;
}

.entry-body-inner {
  color: #565656;
  margin: 0 0 45px 4%;
}

.container.lp .entry-body-inner {
  margin: 0 0 45px 0%;
}

.entry-body-inner p {
  margin: 0;
  padding: 0 0 12px;
}

.pager {
  text-align: center;
}

.pager-inner {
  display: block;
  margin: auto;
}

.pager-list {
  text-align: right;
  list-style: none;
  margin: 5px 10px;
}

.pager-list-item {
  display: inline-block;
}

.pager-list-item:nth-child(2) {
  padding: 0 10px;
}

.pager-list-item a[rel="prev"] {
  border-right: 1px solid #999;
  padding: 0 10px;
}

.single-pager-list {
  padding: 0 30px;
  text-align: center;
}

.single-pager-list-item {
  display: inline;
  line-height: 18px;
}

.single-pager-list-item:nth-child(2) {
  padding: 0 4px;
}

.single-pager-list-item:nth-child(2):before,
.single-pager-list-item:nth-child(2):after {
  content: "\20\7c\20";
}

/* ---------------------------------------------------- */
/* left-column */
/* ---------------------------------------------------- */

.acf-map {
  margin: 10px auto 0;
}

.map-link {
  display: block;
  text-align: right;
}

.word {
  margin: 0 0 10px 0;
}

.word h3 {
  margin: 0 0 10px 0;
}

.word p.wordtitle {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}

.word p {
  font-size: 10px;
  margin: 0 0 10px 0;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

.word p:last-child {
  font-size: 10px;
  margin: 0 0 25px 0;
  text-align: right;
}

.word p:last-child span {
  display: block;
}

/* ---------------------------------------------------- */
/* sidebar */
/* ---------------------------------------------------- */
.sidebar {
  box-sizing: border-box;
  float: right;
  padding: 10px 10px 0;
  position: relative;
  width: 235px;
}

.sidebar-left {
  padding: 20px 0 0
}

.sidebar-box {
  box-sizing: content-box;
  padding: 0 0 10px 0;
  position: relative;
}

.sidebar-box:before,
.sidebar-box:after {
   content: " ";
   display: table;
}

  .sidebar-map,
.sidebar-list,
.sidebar-photos {
  color: #666;
  padding: 10px 5px 0;
  width: auto;
}

.sidebar-title {
  background: #e4e9f9 url('../../img/pc/blog/SubTitle.gif') no-repeat;
  border: 1px solid #9c9c9c;
  color: #4f4f4f;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 0 5px 10px;
  margin: 0;
  letter-spacing: 1px;
  line-height: normal;
}

/* .sidebar-buttonで始まるクラスにマッチ */
[class^="sidebar-button"] {
  margin: 0;
  padding: 0;
}

.sidebar-button {
  display: block;
  margin: 0 0 5px;
  padding: 0 8px;
  position: relative;
  width: 200px;
}

[class^="sidebar-button-"] a {
  display: block;
}

.sidebar-button-detail a {
  margin: 10px 0 10px 5px;
  padding: 0;
  position: relative;
  width: 205px;
}

.sidebar-button-voice {
  margin: 10px 4px 0 4px;
}

.sidebar-button-info {
  margin: 10px 4px 10px;
}

.sidebar-button-voice a,
.sidebar-button-info a {
  padding: 42px 0 0;
  margin: 0;
  height: 0;
  overflow: hidden;
}

[class^="sidebar-button-"] a:hover {
  background-position: 0 -42px;
}

[class^="sidebar-button"] a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.sidebar-map-link {
  text-align: right;
  text-decoration: underline;
}

.sidebar-map-text {
  font-size: 12px;
  font-weight: normal;
  padding: 10px 5px;
  margin: 0;
  line-height: 1.5em;
}

.sidebar-voice {
  color: #666;
  padding: 10px 5px 15px;
}

.sidebar-voice-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3em;
}

.sidebar-voice-text {
  font-size: 10px;
  padding-top: 10px;
  margin: 0;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

.sidebar-voice-name {
  font-size: 10px;
  text-align: right;
  padding: 5px 0;
  margin: 0;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  width: auto;
}

.sidebar-list {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}

.sidebar-list-item {
  line-height: normal;
  margin: 5px 0 10px;
}

.sidebar-photos {
  text-align: center;
}

.sidebar-photos img {
  padding-bottom: 8px;
}

.sidebar-banner a {
  display:block;
  height:37px;
  margin:0;
  overflow:hidden;
  padding:41px 15px 0 15px;
  position:relative;
  text-decoration: none;
}

.sidebar-branch-list {
  margin: 10px 5px 0;
  padding: 0;
}

.sidebar-branch-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-branch-list-top {
  color: #666;
  height: 23px;
  line-height: 23px;
  width: auto;
}

.sidebar-branch-list-top span {
  color: #009b74;
}

.sidebar-branch-list-top a img {
  vertical-align: top;
}

.sidebar-branch-list-sub-list {
  color: #666;
  list-style-type: none;
  padding: 0 0 15px;
  width: auto;
}

.sidebar-branch-list-sub-list-item {
  margin: 0;
  padding: 0;
  padding-left: 22px;
  height: 23px;
  line-height: 23px;
}

.sidebar-branch-list-sub-list-item {
  background: url('../../img/pc/blog/ListItem.gif') no-repeat;
}

.sidebar-branch-list-sub-list-item:last-child {
  background: url('../../img/pc/blog/ListItemLast.gif') no-repeat;
}


/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */

.footer {
  box-sizing: content-box;
}

.footer-menu {
  background-image: none;
  background-color: #ffeb00;
  position: relative;
  width: 940px;
  padding: 10px;
}

.footer-menu a {
  color:#4f4f4f;
}

.footer-menu-list {
  background: none;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  width: 910px;
}

.footer-menu-list-head {
  position: relative;
  width: 180px;
  overflow: hidden;
  padding: 5px 0;
}

.footer-menu-list-head span {
  display: block;
  position: relative;
  height: 25px;
  width: 180px;
  overflow: hidden;
}

.footer-menu-list-sub {
  display: inline;
  position: absolute;
  top: 0;
  left: 181px;
  margin: 0;
  padding: 10px 0;
}

.footer-menu-list-sub-list {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #999999;
  height: 16px;
}

.footer-menu-list-sub-list-item {
  margin: 0;
  padding: 0;
  line-height: 16px;
  display: inline;
}

.footer-menu-list-sub-list-item  a {
  border-right: 1px solid #999;
  margin: 0;
  padding: 0 0.7em;
}

.footer-copyright{
  background: #adbaeb url('../../img/pc/blog/FooterBar.jpg') no-repeat;
  color: #fff;
  font-size: 12px;
  height: 44px;
  padding-left: 20px;
  line-height: 44px;
  width: 940px;
}

.footer-copyright small {
  font-size: 100%;
}

/* ---------------------------------------------------- */
/* blog-contents */
/* ---------------------------------------------------- */

.thm-frame {
  margin: 0 0 25px 0;
}

.thm-frame img {
  width: 100%;
  height: auto;
}

