@charset "utf-8";

/* ---------------------------------------------
　acms.css初期化
------------------------------------------------ */

#adminBox {
	margin-bottom: 0 !important;
}

.acms-entry .entry-container {
	margin-left: 10px;
	margin-right: 10px;
}

.acms-entry .entry-container2{
	padding-left:10px;
	padding-right:10px;
}


.acms-entry blockquote {
	margin-top: 20px !important;
}

[class*='column-gf-map-'] {
  margin-bottom: 20px;
	margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ファイル配置（おまかせ） */
/* ファイル配置（左） */
.column-gf-file-left {
	text-align:left;
}
/* ファイル配置（右） */
.column-gf-file-right {
	text-align:right;
}
/* ファイル配置（中央） */
.column-gf-file-center {
  text-align: center;
}

/* 地図配置（おまかせ） */
.column-gf-map-auto {
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
/* 地図配置（左） */
.column-gf-map-left {
  float: left;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
/* 地図配置（右） */
.column-gf-map-right {
  float: right;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
/* 地図配置（中央） */
.column-gf-map-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-gf-youtube-left, 
.column-gf-video-left {
  display: inline;
  float: left;
}
/* YouTube配置 (右) */
.column-gf-youtube-right, 
.column-gf-video-right {
  display: inline;
  float: right;
}
/* YouTube配置 (中央) */
.column-gf-youtube-center, 
.column-gf-video-center {
  margin-left: auto;
  margin-right: auto;
}
.acms-entry [class*="column-gf-youtube-"] {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.acms-entry [class*="column-gf-video-"] {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

/* ---------------------------------------------
　index, entry共通
------------------------------------------------ */

.content {
  float: left;
  width: 900px;
  margin: 0;
}

/* ------ sidebar -------------------------- */

.sidebar {
  float: left;
  width: 260px;
  margin-left: 40px;
}

.sidebar .local-navigation {
  width: 100%;
  border-bottom: none;
  border-radius: 0;
}
.sidebar .local-navigation h2 {
  display: block;
  padding: 5px 0 7px;
  background: #fac47f;
  font-size: 24px;
  color: #fff !important;
}
.sidebar .local-navigation h2::before {
  content: none;
  display: none;
}

.sidebar .local-navigation ul {
  margin: 0;
}
.sidebar .local-navigation ul li {
  width: 100%;
  padding: 0;
  border-bottom: solid 1px #d4d4d4;
}
.sidebar .local-navigation li a {
  display: block;
  margin: 0;
  padding: 15px 40px 15px 15px;
}

/* ------ index-list -------------------------- */

.index-list {
  border-top: solid 1px #ddd;
}
.index-list dl {
  margin: 0;
  padding: 20px 30px;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  position: relative;
}
.index-list dl:hover { background: #f9f9f9; }
.index-list dl::after,
.index-list .index-link::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
  transform: rotate(45deg);
}
  
.index-list dl dt { font-weight: bold; margin-right: 20px; }
.index-list dl dt,
.index-list dl dd {
  float: left;
}
.index-list dl dd.blog {
  width: 175px;
  margin: -2px 25px 0;
  background: #ddd;
  text-align: center;
  font-size: 12px;
}
.index-list dl dd.blog.keiai-school { background: #cadaad; }
.index-list dl dd.blog.keiai-support { background: #fac47f; }
.index-list dl dd.blog.hakucho { background: #b0dfdf; }

.index-list dl dd.title a { text-decoration: none; color: #333; }

/* ------ social icon -------------------------- */

.social-icon ul{
  margin:20px auto;
  text-align:center;
}

.social-icon ul li{
  display:inline-block;
}

.social-icon ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
  font-size: 50%;
  border-radius:50%;
}

@media screen and ( min-width:750px ){
  .facebook:hover {
    background:url(../images/svg/facebook.svg) center center no-repeat;
    background-size: 100%;
    background-color: #3b5998!important;
  }
}
.facebook {
  background:url(../images/svg/facebookClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff!important;
  border: 1px solid #3b5998;
}
@media screen and ( min-width:750px ){
  .twitter:hover {
    background:url(../images/svg/twitter.svg) center center no-repeat;
    background-size: 100%;
    background-color: #00aced!important;
  }
}
.twitter {
  background:url(../images/svg/twitterClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff!important;
  border: 1px solid #00aced;
}
@media screen and ( min-width:750px ){
  .plurk:hover {
    background:url(../images/svg/plurk.svg) center center no-repeat;
    background-size: 100%;
    background-color: #c6602b!important;
  }
}
.plurk {
  background:url(../images/svg/plurkClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff!important;
  border: 1px solid #c6602b;
}
@media screen and ( min-width:750px ){
  .google:hover {
    background:url(../images/svg/google.svg) center center no-repeat;
    background-size: 100%;
    background-color: #d64136!important;
  }
}
.google {
  background:url(../images/svg/googleClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff!important;
  border: 1px solid #d64136;
}
@media screen and ( min-width:750px ){
  .line:hover {
    background:url(../images/svg/line.svg) center center no-repeat;
    background-size: 100%;
    background-color: #2cbf13!important;
  }
}
.line {
  background:url(../images/svg/lineClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff!important;
  border: 1px solid #2cbf13;
}
}