@charset "utf-8";
/* **************************************************

CSS Information
File Name : cls.css
Style Info: ¥­¥ã¥ó¥Ñ¥¹¥é¥¤¥Õ¥µ¥Ý©`¥È¥ë©`¥à¹ÌÓÐ¤Î¥¹¥¿¥¤¥ëÖ¸¶¨
Date: 2017-01-17
LastUpdate: 2017-03-14
************************************************** */
/* --------------------------------------------------
	¹²Í¨¥Ø¥Ã¥À©`
-------------------------------------------------- */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
  margin: 8px 0 8px;
}

#globalHeader #siteID {
  padding: 0;
}

#globalHeader #siteID img {
  width: 350px;
  height: auto;
}

#globalHeader #headerTheme {
  float: left;
  width: 125px;
  margin-left: 8px;
}

#globalHeader #headerTheme p {
  float: left;
  margin-right: 5px;
  font-size: 1.2rem;
  line-height: 32px;
}

#globalHeader #headerTheme ul li:first-child {
  margin-left: 0;
}

#globalHeader #headerTheme li {
  float: left;
  width: 30px;
  height: 32px;
  margin-left: 3px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}

#globalHeader #headerTheme li a {
  display: block;
  border-radius: 3px;
  text-decoration: none;
  width: 30px;
  height: 32px;
  box-sizing: border-box;
}

#globalHeader #headerTheme li .white a {
  background-color: #fff !important;
  border: solid 1px #ddd;
}

#globalHeader #headerTheme li .white a:hover {
  background-color: #eee !important;
  color: #333 !important;
}

#globalHeader #headerTheme li .blue a {
  background-color: #00c !important;
  color: #fff !important;
}

#globalHeader #headerTheme li .blue a:hover {
  background-color: #33c !important;
  color: #ccc !important;
}

#globalHeader #headerTheme li .black a {
  background-color: #000 !important;
  color: #fff !important;
}

#globalHeader #headerTheme li .black a:hover {
  background-color: #333 !important;
  color: #ccc !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  #globalHeader {
    position: relative;
    padding: 10px 0 0;
  }

  #globalHeader .subHeader {
    margin-bottom: 10px;
  }

  #globalHeader #headerSearch {
    width: 100%;
    margin-right: -80px;
  }

  #globalHeader #headerSearch form {
    width: auto;
    margin-right: 80px;
  }

  #globalHeader #headerTheme {
    display: none;
  }
}

/* --------------------------------------------------
	¹²Í¨¥Õ¥Ã¥¿©`
-------------------------------------------------- */
#globalFooter .footerAddress dt img {
  width: 280px;
}

/* --------------------------------------------------
	¥µ¥¤¥É¥Æ¥­¥¹¥È¥Ð¥Ê©`
-------------------------------------------------- */
.sideTextBanner li .block {
  font-size: 1.3rem !important;
  line-height: 1.3;
}

.sideTextBanner li .block .bannerTitle {
  padding-left: 8px;
}

.sideTextBanner li .block .bannerTitle span {
  padding-right: 0;
}

/* --------------------------------------------------
	¥á¥¤¥ó¥¿¥¤¥È¥ë£¨¥«¥Æ¥´¥ê©`¥Ú©`¥¸?‚€„e¥Ú©`¥¸£©
-------------------------------------------------- */
.mainTitle {
}

.mainTitle .inner {
  width: 1020px;
}

.mainTitle .imgTitle {
  display: block;
}

/* --------------------------------------------------
	šøÓÃClass
-------------------------------------------------- */
.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }

  .spOnly {
    display: block !important;
  }

  .body .btn a {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* --------------------------------------------------
	¤ªÖª¤é¤»
-------------------------------------------------- */
.tabList dt {
  margin-bottom: 8px;
}

.column2 .tabList .tabs span a {
  width: 148px;
}

.contentArticleAttribute h2,
.contentArticleAttribute .feed {
  display: none;
}

dt.attrNews:before {
  display: inline-block;
  content: "ÐÂ×ÅÇéˆó";
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 0;
  background-color: #96825a;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

dt.attrWorkshop:before {
  display: inline-block;
  content: "ÑÐÐÞ»á";
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 0;
  background-color: #7d7d7d;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

dt.attrLectureMeeting:before {
  display: inline-block;
  content: "ÖvÑÝ»á";
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 0;
  background-color: #856964;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

dt.attrSeminar:before {
  display: inline-block;
  content: "¥»¥ß¥Ê©`";
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 0;
  background-color: #616d5b;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

/* --------------------------------------------------
	Ð´Õæ¸¶¤­¥ê¥¹¥È
-------------------------------------------------- */
.photoList {
  list-style: none !important;
  margin-left: 0 !important;
}

.photoList > li {
  clear: both;
  width: 240px;
  max-height: 344px;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.photoList > .photo {
  clear: none;
  float: left;
}

.photoList > .photo > img {
  width: 100%;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .photoList > li {
    width: 100%;
    margin-right: 0;
  }
}

/*	Joruri CMS 2020
-------------------------------------------------- */
.tabList .category span.zokusei-news,
.contentGpArticleDocs .category span.zokusei-news,
.contentGpCategory .category span.zokusei-news {
  background-color: #96825a;
}

#naviTalkPlayer {
  position: relative;
  z-index: 999;
  width: 380px;
  background-color: #fff;
}
