@charset "UTF-8";
/*!-------------------------------------------------------
 ** @ News
-------------------------------------------------------*/
#newsArea a {
  display: block;
  margin-bottom: 1em;
  padding-top: 16px;
  padding-bottom: 0;
  text-decoration: none;
  color: inherit;
  border-top: 1px #ccc solid;
  overflow: hidden;
  *zoom: 1;
  line-height: 1.4;
}
#newsArea article:first-child a {
  padding-top: 0;
  border: none;
}
#newsArea h1 {
  margin: 0;
  color: #231815;
  font-size: 108%;
}
@media only screen and (min-width: 600px) {
  #newsArea time {
    float: left;
    margin-right: 1em;
    width: 7em;
    font-size: 90%;
  }
  #newsArea h1 {
    overflow: hidden;
    *zoom: 1;
  }
}

/*! --------------------------------------------------------
 **  0- Wordpress default
 **  1- reset
 **  2- font
 **  3- body
 **  4- box
 **  5- globalHeader
 **  6- globalNav
 **  7- contents
 **  8- main
 **  9- side
 ** 10- globalFooter
 ** 11- classModules
--------------------------------------------------------  */
/*!-------------------------------------------------------
 ** @ Wordpress default
------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 91.7%;
  /* font-size: 0.785714286rem; */
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 91.7%;
  /* font-size: 0.785714286rem; */
  line-height: 2.181818182;
}

/* Form fields, general styles first */
button, input, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}

button, input {
  line-height: normal;
}

textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}

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

.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
  max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 100%;
  /* font-size: 0.857142857rem; */
  line-height: 2;
  color: #757575;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content dl.gallery-item {
  margin: 0;
}

.gallery-item a,
.gallery-caption {
  width: 90%;
}

.gallery-item a {
  display: block;
}

.gallery-caption a {
  display: inline;
}

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/*!-------------------------------------------------------
 ** @ reset
------------------------------------------------------- */
html, body, div, form, fieldset, input, textarea, table, th, tr, td, img {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

.reset dl, .reset dt, .reset dd, .reset ul, .reset ol, .reset li,
.reset p, .reset h1, .reset h2, .reset h3, .reset h4, .reset h5 {
  margin: 0;
  padding: 0;
}

.reset ul, .reset ol, .reset li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

img {
  vertical-align: bottom;
  border: none;
}

button {
  cursor: pointer;
}

/*!-------------------------------------------------------
 ** @ font
------------------------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Calibri', sans-serif;
  color: #231815;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

table {
  font-size: inherit;
  font: 100%;
}

#wrap, td, th {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

a {
  text-decoration: none;
  color: #86377E;
}
a:link {
  text-decoration: none;
  color: #86377E;
}
a:visited {
  text-decoration: none;
  color: #86377E;
}
a:hover {
  text-decoration: underline;
  color: #86377E;
}
a:focus {
  overflow: hidden;
}

body {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
}

h1, h2, h3, h4, h5 {
  font-size: 140%;
  line-height: 1.3;
}
@media only screen and (min-width: 600px) {
  h1, h2, h3, h4, h5 {
    font-size: 117%;
    line-height: 1.3;
  }
}

/*!-------------------------------------------------------
 ** @ body
-------------------------------------------------------*/
html {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}

/*!-------------------------------------------------------
 ** @ wrap
-------------------------------------------------------*/
#wrap {
  font-size: 100%;
  border-top: 4px #801B75 solid;
  background-color: #E0E9E9;
}

/*!-------------------------------------------------------
 ** @ globalHeader
-------------------------------------------------------*/
#globalHeader {
  padding-bottom: 10px;
  border-bottom: 4px #D8E3E3 solid;
  background-color: #fff;
  overflow: hidden;
  *zoom: 1;
}

#globalHeader .site_id .site-logo {
  margin: 16px auto 0;
  width: 166px;
  height: 59px;
  background-position: -5px -59px;
}

/** ie8 **/
.no-opacity #globalHeader .site_id .site-logo {
  background-position: -10px -70px;
}

#sp-menu {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10;
  width: 24px;
  height: 18px;
  background-color: #fff;
}

#sp-menu a {
  width: 100%;
  height: 100%;
  background-position: -210px -59px;
  background-color: #fff;
}

/** ie8 **/
.no-opacity #sp-menu a {
  background-position: -230px -70px;
}

@media only screen and (min-width: 600px) {
  #globalHeader .site_id .site-logo {
    position: relative;
    left: 16px;
    float: left;
    margin: 16px 0 0;
    width: 383px;
    height: 40px;
    background-position: -5px -5px;
  }

  /** ie8 **/
  .no-opacity #globalHeader .site_id .site-logo {
    background-position: -10px -10px;
  }
}
@media only screen and (min-width: 801px) {
  #globalHeader {
    padding-bottom: 0;
    border-bottom: none;
  }

  #globalHeader .site_id {
    position: relative;
    z-index: 10;
  }

  #globalHeader .site_id .site-logo {
    margin: 16px 0 0;
    left: 0;
  }

  #sp-menu {
    display: none;
  }
}
/*!-------------------------------------------------------
 ** @ menuItems
-------------------------------------------------------*/
#menuItems {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100;
  width: 70%;
  height: 100%;
  background-color: #221814;
  font-size: 108%;
  -webkit-backface-visibility: hidden;
}
#menuItems a {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  #menuItems {
    font-size: 90%;
  }
}
@media only screen and (min-width: 801px) {
  #menuItems {
    position: relative;
    z-index: 0;
    padding: 6px 0 0;
    width: 100%;
    height: auto;
    background-color: #FFF;
  }
  #menuItems .inner {
    margin-bottom: 6px;
  }
  #menuItems a {
    color: inherit;
  }
}

.sub-headmenu {
  margin-bottom: 20px;
  background-color: #444241;
}
.sub-headmenu ul {
  overflow: hidden;
  *zoom: 1;
}
.sub-headmenu li {
  float: left;
  padding: 6px;
  width: 50%;
  border-bottom: 1px #4E4C4C solid;
  border-right: 1px #4E4C4C solid;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-headmenu a {
  display: block;
  font-size: 84.7%;
  /* 11px */
}
.sub-headmenu .icon-tirangle a:before {
  display: none;
}
@media only screen and (min-width: 801px) {
  .sub-headmenu {
    margin-bottom: 2px;
    background-color: inherit;
    text-align: right;
  }
  .sub-headmenu li {
    float: none;
    display: inline-block;
    padding: 0;
    margin-left: 1.2em;
    width: auto;
    border: none;
  }
  .sub-headmenu a {
    display: block;
    font-size: 73.3%;
    /* 11px */
  }
  .sub-headmenu .icon-tirangle a:before {
    display: inline-block;
  }
}

@media only screen and (min-width: 801px) {
  .utility {
    overflow: hidden;
    *zoom: 1;
  }
}
#search {
  margin: 0 auto 10px;
  width: 90%;
  overflow: hidden;
  *zoom: 1;
  letter-spacing: -.4em;
  vertical-align: top;
}
#search input {
  display: inline-block;
  padding: .2em;
  width: 76%;
  height: 1.4em;
  border: none;
  letter-spacing: normal;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  border-radius: 0;
  vertical-align: top;
}
#search button {
  display: inline-block;
  padding: 0;
  width: 24px;
  height: 1.8em;
  background-color: #ccc;
  text-align: center;
  letter-spacing: normal;
  border-radius: 0;
  border: none;
  vertical-align: top;
}
#search .icon-search {
  margin: 0 auto;
  width: 11px;
  height: 12px;
  background-position: -265px -90px;
}
@media only screen and (min-width: 801px) {
  #search {
    float: right;
    margin: 0 0 6px;
    width: 200px;
    text-align: right;
  }
  #search input {
    height: 1.8em;
    text-align: left;
    border: 1px #ccc solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#language {
  margin-bottom: 20px;
  font-size: 84.7%;
  /* 11px */
}
#language .lang_current {
  color: #C2BF34;
}
#language ul {
  letter-spacing: -.4em;
  text-align: center;
}
#language li {
  display: inline-block;
  width: 32%;
  letter-spacing: normal;
  border-left: 1px #4E4C4C solid;
}
#language li:first-child {
  border: none;
}
#language .arabic {
  margin: 0 auto;
  width: 30px;
  height: 12px;
  background-position: -225px -90px;
}
@media only screen and (min-width: 801px) {
  #language {
    float: right;
    padding: 4px 0;
    margin-bottom: 0;
    font-size: 73.3%;
    /* 11px */
  }
  #language ul {
    text-align: right;
  }
  #language li {
    margin-left: 10px;
    width: auto;
    border-left: none;
  }
  #language .arabic {
    display: block;
    margin: 0;
    width: 30px;
    height: 12px;
    background-position: -185px -90px;
    text-align: left;
  }
}

/** ie8 **/
.no-opacity .icon-search {
  background-position: -300px -100px;
}

/** ie8 **/
.no-opacity .arabic {
  background-position: -250px -100px;
}
@media only screen and (min-width: 801px) {
  .no-opacity .arabic {
    background-position: -200px -100px;
  }
}

/*!-------------------------------------------------------
 ** @ globalNav
-------------------------------------------------------*/
#globalNav {
  border-top: 1px #4E4C4C solid;
}
#globalNav li a {
  display: block;
  padding: 1em;
  border-bottom: 1px #4E4C4C solid;
}
#globalNav .current-menu {
  background-color: #000;
}
@media only screen and (min-width: 801px) {
  #globalNav {
    border: none;
    border-top: 4px #D8E3E3 solid;
    background-color: #333;
  }
  #globalNav .inner {
    margin: 0 auto !important;
  }
  #globalNav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #globalNav li {
    display: table-cell;
    padding: .8em 0;
    border: none;
  }
  #globalNav li:first-child {
    width: 12.4em;
  }
  #globalNav li a {
    padding: 0;
    border: none;
    color: #fff;
    font-weight: bold;
  }
}

/*!-------------------------------------------------------
 ** @ contents
-------------------------------------------------------*/
#contents {
  padding-top: 16px;
  background: url(../img/bg_body.png) no-repeat center top;
  background-size: 672px 367px;
  min-height: 800px;
}
@media only screen and (min-width: 600px) {
  #contents {
    background-size: 896px 489px;
  }
}
@media only screen and (min-width: 801px) {
  #contents {
    background-size: 1120px 612px;
  }
}

/*!-------------------------------------------------------
 ** @ breadComb
-------------------------------------------------------*/
#breadComb {
  padding: 4px 8px;
  margin-bottom: 1em;
  text-align: left;
  font-size: 74%;
}
#breadComb p {
  display: inline-block;
  margin: 0 0.2em 0 0;
  vertical-align: middle;
}
#breadComb a {
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  font-size: 100%;
}
#breadComb .icon-home {
  width: 12px;
  height: 14px;
  background-position: -185px -59px;
}

/*!-------------------------------------------------------
 ** @ mainArea
-------------------------------------------------------*/
.mainArea {
  margin: 0 16px;
  text-align: left;
}
@media only screen and (min-width: 801px) {
  .mainArea {
    float: right;
    margin: 0;
    width: 75%;
    max-width: 720px;
  }
}

.inner-content {
  padding: 16px;
}

.header-content {
  position: relative;
  border-top: 4px #D2CF67 solid;
  background-color: #C2BF34;
  color: #fff;
  overflow: hidden;
  *zoom: 1;
}
.header-content .title-content {
  display: block;
  padding: 8px 16px;
  overflow: hidden;
  *zoom: 1;
}

.utility-content {
  float: right;
}
.utility-content ul {
  height: 40px;
  text-align: right;
  letter-spacing: -0.4em;
}
.utility-content li {
  display: inline-block;
  margin-left: 2px;
  width: 40px;
  height: 40px;
  background-color: #B4B128;
  text-align: left;
  letter-spacing: normal;
}

.icon-list {
  display: block;
  width: 40px;
  height: 40px;
  background-position: -269px -47px;
}

.icon-rss {
  display: block;
  width: 40px;
  height: 40px;
  background-position: -306px -47px;
}

.icon-submenu {
  display: block;
  width: 40px;
  height: 40px;
  background-position: -234px -46px;
}

/** ie8 **/
.no-opacity .icon-list {
  background-position: -318px -57px;
}
.no-opacity .icon-rss {
  background-position: -365px -57px;
}
.no-opacity .icon-submenu {
  background-position: 0 0;
}

/*!-------------------------------------------------------
 ** @ side
-------------------------------------------------------*/
.sideArea {
  margin: 0 16px;
}
@media only screen and (min-width: 801px) {
  .sideArea {
    float: left;
    margin: 0;
    /*!width: 224px;*/
    width: 23%;
    max-width: 224px;
  }
}

.subMenu {
  display: none;
  background-color: #fff;
  border-bottom: 4px #D8E3E3 solid;
}
.subMenu ul {
  padding: .8em 1.2em;
  text-align: left;
  line-height: 1.4;
}
.subMenu a {
  display: block;
  padding: .6em 0 .4em 1em;
  color: #fff;
}
.subMenu a:before {
  content: ">";
  display: inline-block;
  margin-left: -1em;
  margin-right: .4em;
}
.subMenu .sub-menu {
  padding: .6em 1em;
  border-top: 1px #fff solid;
  font-size: 90%;
}
.subMenu .sub-menu .sub-menu {
  display: none;
  font-size: 90%;
  padding: 0;
}
.subMenu .current-menu-item > .sub-menu {
  display: block;
}
@media only screen and (min-width: 801px) {
  .subMenu {
    display: block;
    margin-bottom: 1.5em;
    border-top: 4px #D2CF67 solid;
  }
  .subMenu a {
    color: inherit;
  }
  .subMenu .sub-menu {
    border-top: 1px #ccc solid;
  }
  .subMenu .sub-menu .sub-menu {
    margin-bottom: 1em;
    border-bottom: 1px #ccc solid;
  }
  .subMenu .sub-menu .sub-menu li {
    padding: 0 0 0 1em;
  }
  .subMenu .sub-menu .current-menu-item > a {
    color: #ACA925;
  }
}

#subMenu-clone {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 999;
  width: 100%;
  clear: both;
  display: block;
  background-color: #B4B128;
}
@media only screen and (min-width: 801px) {
  #subMenu-clone {
    display: none;
  }
}

#subMenu-btn a.active {
  background-position: -346px -49px;
}
@media only screen and (min-width: 801px) {
  #subMenu-btn {
    display: none;
  }
}

.aside-banner {
  padding: 0 16px 16px;
  text-align: left;
}
.aside-banner a {
  margin-bottom: 0.6em;
  color: #231815;
}
@media only screen and (min-width: 801px) {
  .aside-banner {
    padding: 0;
  }
  .aside-banner li {
    margin-bottom: 0.4em;
  }
  .aside-banner a {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    font-size: 0;
  }
  .aside-banner a:before, .aside-banner a:after {
    display: none !important;
  }
  .aside-banner span {
    text-indent: 0;
  }
}

/*!-------------------------------------------------------
 ** @ globalFooter
-------------------------------------------------------*/
#globalFooter {
  clear: both;
  padding-top: 24px;
}

.copyright {
  padding: 1em 0;
  background-color: #231815;
  border-top: 4px #A6A3A1 solid;
  color: #fff;
}
.copyright p {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
  font-size: 90%;
}
.copyright p:first-child {
  padding-bottom: .8em;
  margin-bottom: .8em;
  border-bottom: 1px #37312c solid;
}

/*!-------------------------------------------------------
 ** @ ie-legacy
-------------------------------------------------------*/
#ie-legacy {
  padding: 20px;
  width: 100%;
  background-color: #ff0;
  border-bottom: 1px #000 solid;
  overflow: hidden;
  *zoom: 1;
}
#ie-legacy p {
  margin: 0;
  padding: 0;
}
#ie-legacy strong {
  font-size: 167%;
  color: #f00;
}
#ie-legacy .dlbox {
  padding: 12px;
  margin: 12px auto;
  width: 80%;
  background-color: #fff;
  border: 1px #ffc solid;
}
#ie-legacy .dlbox a {
  color: #06f;
  font-size: 117%;
}

/*!-------------------------------------------------------
 ** @ モバイル用メニューアクション
-------------------------------------------------------*/
@media only screen and (max-width: 800px) {
  #wrap {
    -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  /** 3D **/
  .csstransforms3d #wrap {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .csstransforms3d .showmenu #wrap {
    -webkit-transform: translate3d(-70%, 0, 0);
    -ms-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0);
  }
  .csstransforms3d #menuItems {
    -webkit-transform: translate3d(100%, -4px, 0);
    -ms-transform: translate3d(100%, -4px, 0);
    transform: translate3d(100%, -4px, 0);
    pointer-events: none;
  }
  .csstransforms3d .showmenu #menuItems {
    pointer-events: auto;
  }

  /** ->not 3D **/
  .no-csstransforms3d #wrap {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .no-csstransforms3d .showmenu #wrap {
    -webkit-transform: translate(-70%, 0);
    -ms-transform: translate(-70%, 0);
    transform: translate(-70%, 0);
  }
  .no-csstransforms3d #menuItems {
    -webkit-transform: translate(100%, -4px);
    -ms-transform: translate(100%, -4px);
    transform: translate(100%, -4px);
    pointer-events: auto;
  }
  .no-csstransforms3d .showmenu #menuItems {
    pointer-events: auto;
  }

  /** -->not transition **/
  .no-csstransforms .showmenu #wrap {
    position: relative;
    left: -70%;
  }
  .no-csstransforms #menuItems {
    left: 100%;
  }
}
/*!-------------------------------------------------------
 ** @ モバイル用サブメニューアクション
-------------------------------------------------------*/
@media only screen and (max-width: 800px) {
  /** csstransitions **/
  .csstransitions {
    /** -->not transition **/
  }
  .csstransitions #subMenu-clone {
    -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1, 0) translate(0, -60px);
    -ms-transform: scale(1, 0) translate(0, -60px);
    transform: scale(1, 0) translate(0, -60px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
  .csstransitions #subMenu-clone.active {
    -webkit-transform: scale(1, 1) translate(0, 0);
    -ms-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }

  /** -->not transition **/
  .no-csstransitions #subMenu-clone {
    display: none;
  }
  .no-csstransitions #subMenu-clone.active {
    display: block;
  }
}
/*!-------------------------------------------------------
 ** @ Modules
-------------------------------------------------------*/
/*!-------------------------------------------------------
	Sprite
-------------------------------------------------------*/
.sprite-global {
  display: block;
  background-image: url("../img/sprite-global.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 540px 300px;
  overflow: hidden;
  text-indent: -9999px;
}

/*!* ie8 **/
.no-opacity .sprite-global {
  background-image: url(../img/sprite-global-ie.png);
  background-size: 600px 400px;
}

/*!-------------------------------------------------------
	Typo
-------------------------------------------------------*/
.h-level1 {
  display: block;
  font-size: 124%;
  font-weight: bold;
}
@media only screen and (min-width: 801px) {
  .h-level1 {
    font-size: 160%;
  }
}

.h-level2 {
  display: block;
  font-size: 117%;
  color: #86377E;
  font-weight: bold;
}

.h-level3 {
  display: block;
  font-size: 117%;
  font-weight: bold;
}

.h-level4 {
  display: block;
  font-size: 100%;
  color: #86377E;
  font-weight: bold;
}

.h-level5 {
  display: block;
  font-size: 100%;
  font-weight: bold;
}

.h-level6 {
  display: block;
  font-size: 117%;
  color: #86377E;
  font-weight: normal;
}

.h-level7 {
  display: block;
  font-size: 117%;
  font-weight: normal;
}

.h-level8 {
  display: block;
  font-size: 100%;
  color: #86377E;
  font-weight: normal;
}

.h-under_line {
  display: block;
  padding-bottom: .4em;
  border-bottom: 1px #ccc solid;
}

.h-left_line1 {
  display: block;
  padding: .1em 0 .1em .8em;
  border-left: 4px #231815 solid;
}

.h-left_line2 {
  display: block;
  padding: .1em 0 .1em .8em;
  border-left: 4px #86377E solid;
}

small {
  display: block;
  padding-top: .4em;
  font-size: 84%;
  line-height: 1.4;
  color: #666;
}

.icon-tirangle a,
a.icon-tirangle {
  display: inline-block;
  vertical-align: top;
}

a.icon-tirangle:before,
.icon-tirangle a:before {
  content: "▶";
  position: relative;
  top: 0.2em;
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: top;
  color: #86377E;
  font-size: 80%;
}

.icon-blank:after {
  content: "";
  display: inline-block;
  margin-left: 0.3em;
  width: 12px;
  height: 10px;
  background-image: url("../img/sprite-global.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 540px 300px;
  overflow: hidden;
  text-indent: -9999px;
  background-position: -290px -90px;
}

/*!* ie8 **/
.no-opacity .icon_blank:after {
  background-position: -420px -70px;
  background-image: url(../img/sprite-global-ie.png);
  background-size: 600px 400px;
}

.icon-pdf:after {
  content: url("../img/pdficon.png");
  display: inline-block;
  margin-left: 0.3em;
  width: 15px;
  height: 15px;
}

.text-lead {
  display: block;
  margin-bottom: 1em !important;
  font-weight: bold;
  font-size: 117%;
}

.cismor-head {
  padding: 1em;
  margin-bottom: 30px;
  background-color: #F2DAF0;
  background-image: url(../img/img_logo.png);
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: 10px 10px;
}

a.btn-passedu, .btn-passedu a {
  display: inline-block;
  width: 100%;
  padding: .4em;
  background-color: #86377E;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left !important;
}
a.btn-passedu:before, .btn-passedu a:before {
  content: "▶︎";
  display: inline-block;
  margin-right: .4em;
  font-size: 80%;
}
@media only screen and (min-width: 600px) {
  a.btn-passedu, .btn-passedu a {
    width: auto;
  }
}

.cis-purpl {
  color: #86377E;
}

/*!-------------------------------------------------------
	List
-------------------------------------------------------*/
.list-reset, .list-reset li {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  list-style: none;
}

.list-no_style,
.list-squire,
.list-circle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-no_style li,
.list-squire li,
.list-circle li {
  padding: 0 0 0 1.5em;
  margin: 0 0 .5em 0;
  list-style: none;
}

.list-squire li::before,
.list-circle li::before {
  display: inline-block;
  position: relative;
  margin-left: -1.5em;
  margin-right: .5em;
  color: inherit;
  font-size: 80%;
  text-align: left;
}

.list-squire li::before {
  content: "■";
}

.list-circle li::before {
  content: "●";
}

.list-mrg_btm_large li {
  margin-bottom: 3em !important;
}

.list-mrg_btm_middle li {
  margin-bottom: 1.5em !important;
}

/*!-------------------------------------------------------
	Table
-------------------------------------------------------*/
table {
  border-collapse: collapse;
  border: 1px #fff solid;
}

.th-style1, th, td {
  display: block;
  padding: 8px;
  border: 1px #fff solid;
  font-weight: normal;
  background-color: #eee;
  empty-cells: hide;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  word-wrap: break-word;
}
@media only screen and (min-width: 600px) {
  .th-style1, th, td {
    display: table-cell;
    width: auto;
    empty-cells: show;
  }
}

th {
  background-color: #C7D7DD;
}

.th-style {
  background-color: #C7D7DD;
  font-weight: bold;
}

.table-layoutfix {
  table-layout: fixed;
}

.table-tb_bdr, .table-tb_bdr table {
  border-collapse: collapse;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.table-tb_bdr tr, .table-tb_bdr table tr {
  border-bottom: 1px #ccc solid;
}
.table-tb_bdr .th-style1, .table-tb_bdr th, .table-tb_bdr td, .table-tb_bdr table .th-style1, .table-tb_bdr table th, .table-tb_bdr table td {
  padding: 2px 8px;
  font-weight: normal;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-tb_bdr .th-style1, .table-tb_bdr table .th-style1 {
  background-color: #fff;
  font-weight: bold;
  color: #88861E;
}
.table-tb_bdr th, .table-tb_bdr table th {
  color: #88861E;
}
.table-tb_bdr .no-line, .table-tb_bdr .no-line th, .table-tb_bdr .no-line td, .table-tb_bdr table .no-line, .table-tb_bdr table .no-line th, .table-tb_bdr table .no-line td {
  border-top: none;
  border-bottom: none;
}
@media only screen and (min-width: 600px) {
  .table-tb_bdr .th-style1, .table-tb_bdr th, .table-tb_bdr td, .table-tb_bdr table .th-style1, .table-tb_bdr table th, .table-tb_bdr table td {
    padding: 8px;
    width: auto;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
  }
}

.table-plain, .table-plain table {
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
}
.table-plain .th-style1, .table-plain th, .table-plain td, .table-plain table .th-style1, .table-plain table th, .table-plain table td {
  padding: 2px 8px;
  border: none;
  font-weight: normal;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-plain .th-style1, .table-plain table .th-style1 {
  background-color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 600px) {
  .table-plain .th-style1, .table-plain th, .table-plain td, .table-plain table .th-style1, .table-plain table th, .table-plain table td {
    padding: 8px;
    width: auto;
  }
}

/**
 sp -> 100% css file
 tab -> style attribute
 pc -> style attribute
**/
/*!-------------------------------------------------------
	Layout
-------------------------------------------------------*/
.lefty {
  float: left;
  display: block;
}

.righty {
  float: right;
  display: block;
}

.centery {
  margin: 0 auto;
  display: block;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.mainArea section, .section {
  position: relative;
  margin-bottom: 2em;
  background-color: #fff;
  border-bottom: 4px #D8E3E3 solid;
}

.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

.pconly {
  display: none;
}
@media only screen and (min-width: 801px) {
  .pconly {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .sphidden {
    display: none;
  }
}

.box-img {
  max-width: 100%;
}
.box-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.box-responsive-img {
  max-width: 100%;
}
.box-responsive-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.box-clum {
  margin-bottom: 30px;
}
.box-clum, .box-clum .no-wrapbox {
  display: block;
  overflow: hidden;
  *zoom: 1;
}
.box-clum .lefty {
  margin-right: 2em;
  margin-bottom: 20px;
}
.box-clum .righty {
  margin-left: 2em;
  margin-bottom: 20px;
}

.box-clum_half {
  display: block;
  margin: 0 -8% 0 0 !important;
  overflow: hidden;
  *zoom: 1;
}
.box-clum_half .clum {
  float: left;
  width: 42%;
  margin: 0 8% 24px 0 !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-clum_gold {
  display: block;
  overflow: hidden;
  *zoom: 1;
}
.box-clum_gold .clum-1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 270px;
  overflow: hidden;
}
.box-clum_gold .clum-16 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 432px;
  overflow: hidden;
}

.box-responsive_break_tab .lefty, .box-responsive_break_tab .righty {
  float: none;
}
.box-responsive_break_tab .box-img {
  max-width: 100%;
}
.box-responsive_break_tab .img-100 {
  width: 100% !important;
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (min-width: 801px) {
  .box-responsive_break_tab .box-img {
    width: auto;
    max-width: 40%;
  }
  .box-responsive_break_tab .lefty {
    float: left;
    margin-right: 2em;
  }
  .box-responsive_break_tab .righty {
    float: right;
    margin-left: 2em;
  }
}

.box-responsive_break_mobile .lefty, .box-responsive_break_mobile .righty {
  float: none;
}
.box-responsive_break_mobile .img-100 {
  width: 100% !important;
  margin-left: -0px;
  margin-right: -0px;
}
@media only screen and (min-width: 600px) {
  .box-responsive_break_mobile .img-100 {
    width: auto;
    max-width: 40%;
  }
  .box-responsive_break_mobile .lefty {
    float: left;
    margin-right: 2em;
  }
  .box-responsive_break_mobile .righty {
    float: right;
    margin-left: 2em;
  }
}

.box-youtube iframe {
  width: 100%;
  height: auto;
  min-height: 240px;
}
@media only screen and (min-width: 600px) {
  .box-youtube iframe {
    min-height: 400px;
  }
}

.box-annotation {
  padding: 1.4em;
  background-color: #ededed;
  line-height: 1.4;
}

/*!-------------------------------------------------------
	Margin
-------------------------------------------------------*/
body .mrg-btm0 {
  margin-bottom: 0 !important;
}
body .mrg-btm1 {
  margin-bottom: 1em !important;
}
body .mrg-btm2 {
  margin-bottom: 2em !important;
}
body .mrg-btm3 {
  margin-bottom: 3em !important;
}
body .mrg-btm4 {
  margin-bottom: 4em !important;
}
body .mrg-btm5 {
  margin-bottom: 5em !important;
}
body .mrg-top0 {
  margin-top: 0 !important;
}
body .mrg-top1 {
  margin-top: 1em !important;
}
body .mrg-top2 {
  margin-top: 2em !important;
}
body .mrg-top3 {
  margin-top: 3em !important;
}
body .pad-top0 {
  padding-top: 0 !important;
}
body .pad-top1 {
  padding-top: 1em !important;
}
body .pad-top2 {
  padding-top: 2em !important;
}
body .pad-top3 {
  padding-top: 3em !important;
}
body .pad-btm0 {
  padding-bottom: 0 !important;
}
body .pad-btm1 {
  padding-bottom: 1em !important;
}
body .pad-btm2 {
  padding-bottom: 2em !important;
}
body .pad-btm3 {
  padding-bottom: 3em !important;
}
body .margin-reset, body .margin-reset li, body .margin-reset dt, body .margin-reset dd {
  margin: 0 !important;
  padding: 0 !important;
}
body .max40 {
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  body .max40 {
    max-width: 40%;
  }
}
body .max30 {
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  body .max30 {
    max-width: 30%;
  }
}
body .max20 {
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  body .max20 {
    max-width: 20%;
  }
}
body .max10 {
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  body .max10 {
    max-width: 10%;
  }
}

/*!-------------------------------------------------------
 ** @ clearfix
-------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*!-------------------------------------------------------
 ** @ News
-------------------------------------------------------*/
/*!-------------------------------------------------------
 ** @ 検索調整
-------------------------------------------------------*/
#___gcse_0 table, #___gcse_0 td, #___gcse_0 th {
  background-color: #fff;
  padding: 0;
}
#___gcse_0 .gs-result {
  padding-bottom: 1em;
  border-bottom: 1px #cdcdcd solid;
}

/*!-------------------------------------------------------
 ** @ 書籍調整
-------------------------------------------------------*/
@media only screen and (min-width: 600px) {
  .tax-series .img-100, .post-type-archive-publication .img-100 {
    max-width: 26%;
  }
}

/*!-------------------------------------------------------
 ** @ サイトマップ調整
-------------------------------------------------------*/
.sitemap-item a {
  display: block;
  padding: .4em 0;
  border-bottom: 1px #ccc solid;
}
.sitemap-item .sub-menu a {
  border: none;
}

/*!-------------------------------------------------------
 ** @ OwlCarousel用調整
-------------------------------------------------------*/
#photoslider, .photoslider {
  margin-bottom: 1.2em;
  overflow: hidden;
  *zoom: 1;
}
#photoslider li, .photoslider li {
  float: left;
  margin-right: 3%;
  width: 40%;
  text-align: center;
}
#photoslider li img, .photoslider li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#photoslider .owl-item li, .photoslider .owl-item li {
  margin: 0 5%;
  width: 90%;
}
#photoslider .owl-item img, .photoslider .owl-item img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=base.css.map */
