@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

	version: 1.0
	created: 2014/02/22
	update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
html, x:-moz-any-link {
  font-size: 16px;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif !important;
  font-size: 75%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

ul ul,
ul ol,
ol ul,
ol ol,
table ul,
table ol {
  margin-bottom: 0;
}

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

table th,
table td {
  font-weight: normal;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}

hr {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
}

li img {
  vertical-align: top;
}

input,
select {
  font-size: 100%;
  vertical-align: middle;
}

em,
address {
  font-style: normal;
}

em {
  font-weight: bold;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

nav ul {
  list-style: none;
}

/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

	version: 1.0
	created: 2014/02/22
	update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
/* margin set
--------------------------------------------------------------------------------------------------- */
p {
  margin: 0 0 1em 0;
}

table {
  margin: 0 0 1em 0;
}

ul {
  margin: 0 0 1em 1.8em;
  padding: 0;
}

ol {
  margin: 0 0 1em 1.8em;
  padding: 0;
}

/* base style
--------------------------------------------------------------------------------------------------- */
body {
  background: #fff;
  color: #666666;
  line-height: 1.5;
}

#document {
  min-width: 960px;
}

a {
  color: #41aa46;
}

a:hover > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* HeaderArea
--------------------------------------------------------------------------------------------------- */
#gheader {
  padding: 17px 0 20px;
  border-bottom: 1px solid #d2d2d2;
  background: #ffffff;
  color: #000000;
}
#gheader .headerContent {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
}
#gheader .headerContent:after {
  content: "";
  display: block;
  clear: both;
}
#gheader .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#gheader .logo img {
  vertical-align: bottom;
}
#gheader .logo img:first-child {
  margin: 0 24px 0 0;
}
#gheader .logo img:first-child + img {
  vertical-align: -2px;
}
#gheader .headerColumn {
  float: right;
  margin: 0 0 15px;
}
#gheader .headerContent .headerTagline {
  margin: 0 0 5px;
  font-size: 0.834em;
  line-height: 1;
}
#gheader .headerColumn .headerContact {
  margin: 0;
  list-style: none;
}
#gheader .headerColumn .headerContact li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 6px;
}
.go_haTop{
  text-align: right;
  font-size: 10px;
}
.go_haTop a{
  text-decoration: none;
}

/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
#gnav {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
  list-style: none;
}
#gnav li {
  float: left;
  margin: 0;
  padding: 0;
}
#gnav li a, #gnav li span {
  display: block;
  overflow: hidden;
  position: relative;
  height: 49px;
}
#gnav li a img, #gnav li span img {
  margin-bottom: -49px;
}
#gnav:after {
  content: "";
  display: block;
  clear: both;
}

.about #gnav > .about a > img,
.college #gnav > .college a > img,
.schoollife #gnav > .schoollife a > img,
.senior #gnav > .senior a > img,
.admission #gnav > .admission a > img,
.support #gnav > .support a > img,
.about #gnav > .about span > img,
.college #gnav > .college span > img,
.schoollife #gnav > .schoollife span > img,
.senior #gnav > .senior span > img,
.admission #gnav > .admission span > img,
.support #gnav > .support span > img {
  margin-top: -49px;
}

.about #gnav > .about a:hover > img,
.college #gnav > .college a:hover > img,
.schoollife #gnav > .schoollife a:hover > img,
.senior #gnav > .senior a:hover > img,
.admission #gnav > .admission a:hover > img,
.support #gnav > .support a:hover > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* ContetnsArea
--------------------------------------------------------------------------------------------------- */
/*  Container  */
#container {
  overflow: hidden;
  width: 100%;
  background: #f7f6ee url(../images/mod_bg_container.gif) no-repeat 50% 0;
}

.breadcrumb {
  margin: 6px 0 17px;
  border-bottom: 3px solid #ebe9e2;
  background: #ffffff;
  color: #666666;
}
.breadcrumb p {
  margin: 0 auto;
  width: 940px;
  font-size: 12px;
}
.breadcrumb a {
  color: #41aa46;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  width: 12px;
  height: 30px;
  background: url(../images/mod_bg_breadclumb.gif);
  text-indent: -999px;
}
.breadcrumb em {
  font-weight: normal;
}

#mainContents > .pagetop {
  position: fixed;
  bottom: 100px;
  right: 0;
  margin: 0;
  z-index: 100;
}

/*  Wrapper  */
#wrapper {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
  text-align: left;
}

#wrapper:after {
  content: "";
  display: block;
  clear: both;
}

/*  MainContents  */
#mainContents {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
  font-size: 14px;
  line-height: 1.714;
}

#wrapper #mainContents {
  float: left;
  padding: 0;
  width: 700px;
}

/*  subContents  */
#subContents {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

.sideContact {
  margin: 0 0 30px;
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border: 1px solid #dfdcc5;
  padding: 9px;
  background: url(../images/mod_bg_box.gif);
  list-style: none;
}
.sideContact li {
  margin: 10px 0 0;
}
.sideContact li:first-child {
  margin: 0;
}
.sideContact li.request {
  position: relative;
}
.sideContact li.request:before {
  position: absolute;
  top: 3px;
  right: -130px;
  content: url(../../../camp/common/images/side_img.png);
}
.sideContact li.request img {
  margin: -53px -21px -6px -20px;
}

.lnav {
  position: relative;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  margin: 0 0 20px;
  border-radius: 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border-top: 3px solid #b3d6b4;
  background: #ffffff;
}
.lnav:before {
  margin: -3px 0 0;
  content: "";
  display: block;
  border-radius: 4px 0 0 0;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  height: 3px;
  width: 33px;
  background: #137f19;
}
.lnav > ul > li:first-child {
  border-top: none;
}
.lnav ul {
  margin: 0;
  list-style: none;
}
.lnav ul > li {
  border-top: 2px solid #137f19;
}
.lnav ul > li > a {
  display: block;
  padding: 15px 10px 15px 30px;
  background: url(../images/mod_ico_arrow.png) no-repeat 12px 18px;
  text-decoration: none;
}
.lnav ul > li > a:hover {
  background-color: #c7e6c9;
}
.lnav ul > li.current > a {
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #41aa46 url(../images/mod_ico_arrow_03.png) no-repeat 12px 18px;
  color: #ffffff;
}
.lnav ul > li li {
  border-top: 1px solid #e1e1e1;
}
.lnav ul > li li > a {
  background: url(../images/mod_ico_arrow_02.png) no-repeat 18px 20px;
  color: #666666;
}
.lnav ul > li li.current > a {
  background: #41aa46 url(../images/mod_ico_arrow_05.png) no-repeat 18px 20px;
}
.lnav ul > li li.current > a:before {
  display: none;
}
.lnav ul > li li li {
  border: none;
}
.lnav ul > li li li > a {
  padding: 7px 10px 7px 42px;
  background: url(../images/mod_ico_arrow_02.png) no-repeat 35px 12px;
}
.lnav ul > li li li > a:hover {
  background-color: #c7e6c9;
}
.lnav ul > li li li.current > a {
  background-position: 35px 12px;
  background-color: #41aa46;
}
.lnav > .heading {
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 10px 15px 13px;
  background-color: #41aa46;
  color: #ffffff;
  font-weight: normal;
}
.lnav > .heading + .lnavListElementA01, .lnav > .heading + .lnavListElementA02 {
  margin: 0;
  list-style: none;
}
.lnav > .heading + .lnavListElementA01 li, .lnav > .heading + .lnavListElementA02 li {
  border: none;
  padding: 0;
}
.lnav > .heading + .lnavListElementA01 li:first-child, .lnav > .heading + .lnavListElementA02 li:first-child {
  margin-top: 0;
}
.lnav > .heading + .lnavListElementA01 li a, .lnav > .heading + .lnavListElementA02 li a {
  padding-left: 24px;
  background: url(../images/mod_ico_arrow_02.png) no-repeat 13px 20px;
  color: #666666;
}
.lnav > .heading + .lnavListElementA01 li a:hover, .lnav > .heading + .lnavListElementA02 li a:hover {
  background-color: #c7e6c9;
}
.lnav > .heading + .lnavListElementA02 {
  padding: 10px 0;
}
.lnav > .heading + .lnavListElementA02 li.more {
  text-align: right;
}
.lnav > .heading + .lnavListElementA02 li.more a {
  display: inline;
  color: #41aa46;
}
.lnav > .heading + .lnavListElementA02 li.more a:hover {
  background-color: transparent;
}
.lnav > .heading + .lnavListElementA02 li a {
  padding: 3px 10px 3px 24px;
  background-position: 13px 9px;
}

#new > .heading + .lnavListElementA02 li a {
  padding: 5px 10px 5px 24px;
}

.sideFacebook {
  margin: 0 0 30px;
  border-radius: 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  padding: 12px 0;
  background: #ffffff;
}
.sideFacebook span, .sideFacebook iframe {
  height: 100px !important;
}

.sideTwitter {
  margin: 0 0 30px;
  border-radius: 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  background: #ffffff;
  text-align: center;
}
.sideTwitter p {
  margin: 0;
}
.sideTwitter p a {
  display: block;
  padding: 12px 0;
}

/* FooterArea
--------------------------------------------------------------------------------------------------- */
#gfooter {
  overflow: hidden;
  border-top: 1px solid #d2d2d2;
  padding: 41px 0 0;
  color: #000000;
  background: #eeecdc;
}
#gfooter .footerContent {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
}
#gfooter .footerContent:after {
  content: "";
  display: block;
  clear: both;
}
#gfooter .schoolInfo {
  float: right;
  width: 220px;
}
#gfooter .schoolInfo .footerSearch {
  margin: 0 0 30px;
}
#gfooter .schoolInfo .footerSearch #srchInput {
  margin: 0 5px 0 0;
  border: 1px solid #dddddd;
  padding: 6px 10px 5px;
  width: 148px;
  vertical-align: top;
}
#gfooter .schoolInfo .address {
  margin: 12px 0 0 6px;
  font-size: 0.834em;
}
#gfooter .schoolInfo .address dt {
  margin: 0;
}
#gfooter .schoolInfo .address dt:before {
  content: "■";
  margin: 0 2px 0 0;
}
#gfooter .schoolInfo .address dd {
  margin: 0;
}
#gfooter .footerSitemap {
  float: left;
}
#gfooter .footerSitemap .column {
  float: left;
  box-shadow: -1px 0 #ffffff inset;
  margin: 0 14px 0 0;
  border-right: 1px solid #dad4bd;
  padding: 0 15px 0 0;
  width: 214px;
}
#gfooter .footerSitemap .column + .column {
  width: 183px;
}
#gfooter .footerSitemap .column + .column + .column {
  box-shadow: none;
  margin-right: 0;
  border: 0;
  padding-right: 0;
  width: 200px;
}
#gfooter .footerSitemap .column .heading {
  box-shadow: 0 1px #ffffff;
  margin: 0 0 23px;
  height: 38px;
  border-bottom: 1px solid #dad4bd;
  font-weight: normal;
}
#gfooter .footerSitemap .column .heading:before {
  display: inline-block;
  vertical-align: middle;
  content: url(../images/mod_ico_bullet.png);
  margin: 0 8px 0 0;
}
#gfooter .footerSitemap .column + .column .heading:before {
  content: url(../images/mod_ico_bullet_02.png);
}
#gfooter .footerSitemap .column + .column + .column .heading:before {
  content: url(../images/mod_ico_bullet_03.png);
}
#gfooter .footerSitemap .column ul {
  margin: 0;
  list-style: none;
}
#gfooter .footerSitemap .column ul > li {
  margin: 14px 0 0;
}
#gfooter .footerSitemap .column ul > li > a {
  display: block;
  padding-left: 20px;
  background: url(../images/mod_ico_arrow.png) no-repeat 0 3px;
  text-decoration: none;
  text-decoration: none;
  color: #000000;
}
#gfooter .footerSitemap .column ul > li > a:hover {
  text-decoration: underline;
}
#gfooter .footerSitemap .column ul ul {
  margin-left: 20px;
}
#gfooter .footerSitemap .column ul ul > li a {
  padding-left: 13px;
  background: url(../images/mod_ico_arrow_02.png) no-repeat 0 7px;
  text-decoration: none;
}
#gfooter .footerSitemap .column > ul > li:first-child {
  margin: 0;
}
#gfooter .footerSitemap .column + .column + .column:after {
  content: "";
  display: block;
  clear: both;
}
#gfooter .footerSitemap .column + .column + .column ul {
  float: left;
  width: 50%;
}
#gfooter .footerSitemap:after {
  content: "";
  display: block;
  clear: both;
}
#gfooter .gfooterBottom {
  margin: 50px 0 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 3px solid #32b838;
  padding: 23px 0 18px;
  background: #ffffff;
}
#gfooter .gfooterBottom .footerContent {
  position: relative;
}
#gfooter .gfooterBottom .footerContent:before {
  position: absolute;
  right: -157px;
  bottom: -18px;
  content: url(../images/footer_img.png);
}
#gfooter .footerColumn {
  float: left;
}
#gfooter .footerColumn .unav {
  margin: 0;
  list-style: none;
}
#gfooter .footerColumn .unav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
  border-left: 1px solid #e8e8e8;
  padding: 0 0 0 10px;
  font-size: 0.834em;
  line-height: 1;
}
#gfooter .footerColumn .unav li:first-child {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}
#gfooter .footerColumn .unav li a {
  color: #41aa46;
  text-decoration: none;
}
#gfooter .footerColumn .unav li a:hover {
  text-decoration: underline;
}
#gfooter .footerColumn .unav:after {
  content: "";
  display: block;
  clear: both;
}
#gfooter .footerColumn .copyright {
  margin: 23px 0 0;
}
#gfooter .authentication {
  float: right;
  margin: -5px 95px 0 0;
}
#gfooter .authentication p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 14px;
}

/*  test
--------------------------------------------------------------------------------------------------- */
p {
  margin: 0 0 1em 0;
}

/* ari add
--------------------------------------------------------------------------------------------------- */
.event .sectionElementA01 .sectionElementB01 img,
.topics .sectionElementA01 .sectionElementB01 img,
.lecturer .introductionElementA01 img,
.senior .introductionElementA01 img,
.work .introductionElementA01 img,
.findingEmployment-debut .introductionElementA01 img {
  max-width: 100% !important;
  height: auto !important;
}

.event .sectionElementB01 .imageBoxElementA01:first-child .image,
.lecturer .introductionElementA01 .imageBoxElementA01:first-child .image,
.senior .introductionElementA01 .imageBoxElementA01:first-child .image,
.work .introductionElementA01 .imageBoxElementA01:first-child .image,
.findingEmployment-debut .introductionElementA01 .imageBoxElementA01:first-child .image {
  width: 242px;
  height: 212px;
}

.event .sectionElementB01 .imageBoxElementA01:first-child .image img,
.lecturer .introductionElementA01 .imageBoxElementA01:first-child .image img,
.senior .introductionElementA01 .imageBoxElementA01:first-child .image img,
.work .introductionElementA01 .imageBoxElementA01:first-child .image img,
.findingEmployment-debut .introductionElementA01 .imageBoxElementA01:first-child .image img {
  height: auto !important;
  width: 100% !important;
}

/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

	version: 1.0
	created: 2014/02/22
	update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
.sectionElementA01 {
  margin: 0 0 30px;
}

.sectionElementA02 {
  margin: 0 0 60px;
}

.sectionElementB01 {
  margin: 0 20px 40px;
}

.separateElementA01 {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0 0;
}

.separateElementA02 {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 20px;
}

/* heading module
--------------------------------------------------------------------------------------------------- */
.pagetitleElementA01 {
  position: relative;
  margin: 0 0 26px;
  border-top: 7px solid #eaeaea;
  border-radius: 4px 4px 0 0;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border-bottom: 1px solid #ededed;
  padding: 14px 20px 14px 38px;
  color: #41aa46;
  font-size: 24px;
  line-height: 1.5;
}
.pagetitleElementA01:before {
  position: absolute;
  top: -7px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  display: block;
  border-radius: 4px 0 0 0;
  width: 83px;
  height: 6px;
  background: #41aa46;
}
.pagetitleElementA01:after {
  position: absolute;
  top: 14px;
  right: auto;
  bottom: 14px;
  left: 23px;
  content: "";
  display: block;
  border-radius: 4px;
  width: 4px;
  background: #41aa46;
}
.pagetitleElementA01 .title {
  margin: 0;
  width: 610px;
}
.pagetitleElementA01 .rss {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -12px 20px 0 0;
}

.boxElementA01 .pagetitleElementA01, .boxElementA02 .pagetitleElementA01 {
  margin: 0 -20px 30px;
}

.headingElementA00 {
  margin: 0;
}

.headingElementA01 {
  margin: 0 0 10px;
}

.headingElementA02 {
  margin: 0 0 20px;
}

.headingElementA03 {
  position: relative;
  margin: 0 0 30px;
}
.headingElementA03 > .schoolName {
  position: absolute;
  top: 65px;
  left: 30px;
}

.headingElementB01 {
  position: relative;
  box-shadow: 0 1px #ededed inset, 0 1px #ededed;
  margin: 0 0 16px;
  padding: 6px 20px 5px;
  border: 1px solid #e8e8e8;
  border-top: 5px solid #41aa46;
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  background: #ffffff;
  color: #41aa46;
  font-size: 18px;
}
.headingElementB01 > * {
  margin: 0;
}
.headingElementB01 > * > img {
  padding: 10px 0;
}
.headingElementB01 > img {
  padding: 10px 0;
}
.headingElementB01 .link {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 1;
  font-size: 10px;
}
.headingElementB01 .link > a {
  padding-left: 13px;
  background: url(../images/mod_ico_arrow_02.png) no-repeat 0 7px;
  text-decoration: none;
  background-position: 0 5px;
  color: #333333;
}
.headingElementB01 .link > a:hover {
  text-decoration: underline;
}
.headingElementB01 a {
  padding-left: 24px;
  background: url(../images/mod_ico_arrow_04.png) no-repeat 0 3px;
  text-decoration: none;
  background-position: 0 6px;
}
.headingElementB01 a:hover {
  text-decoration: underline;
}
.headingElementB01 .note {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}

.boxElementB01 > .headingElementB01, .boxElementB02 > .headingElementB01,
.boxElementB01 > .headingElementC01,
.boxElementB02 > .headingElementC01,
.boxElementB01 > .headingElementC02,
.boxElementB02 > .headingElementC02,
.boxElementB01 > .headingElementC03,
.boxElementB02 > .headingElementC03 {
  margin: -20px -20px 16px;
  border-radius: 4px 4px 0 0;
}

.boxElementB01 > .headingElementC02, .boxElementB02 > .headingElementC02 {
  margin: -20px -20px 0;
  border-radius: 4px 4px 0 0;
}

.headingElementC01, .headingElementC02, .headingElementC03 {
  box-shadow: 0 1px #ededed inset;
  margin: 0 0 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
  border-top: 3px solid #41aa46;
  color: #41aa46;
  font-size: 16px;
  font-weight: normal;
}
.headingElementC01 > a, .headingElementC02 > a, .headingElementC03 > a {
  padding-left: 24px;
  background: url(../images/mod_ico_arrow_04.png) no-repeat 0 3px;
  text-decoration: none;
}
.headingElementC01 > a:hover, .headingElementC02 > a:hover, .headingElementC03 > a:hover {
  text-decoration: underline;
}

.headingElementC02 {
  border-bottom: 0;
}

.headingElementC03 {
  padding-bottom: 0;
  border-bottom: 0;
  border-top-width: 5px;
  font-size: 18px;
}

.headingElementD01, .headingElementD02 {
  margin: 0 0 16px;
  font-weight: normal;
  font-size: 16px;
}

.headingElementD02 {
  margin-bottom: 6px;
  color: #41aa46;
}

.headingElementE01, .headingElementE02, .headingElementE03, .headingElementE04, .headingElementE05 {
  margin: 0 0 10px;
  font-size: 26px;
  text-align: center;
}
.headingElementE01:before, .headingElementE02:before, .headingElementE03:before, .headingElementE04:before, .headingElementE05:before {
  margin: 0 10px 0 0;
  content: url(../../common/images/mod_bg_heading.png);
}
.headingElementE01:after, .headingElementE02:after, .headingElementE03:after, .headingElementE04:after, .headingElementE05:after {
  position: relative;
  bottom: -12px;
  margin: 0 0 0 10px;
  content: url(../../common/images/mod_bg_heading_02.png);
}

.headingElementE02 {
  margin-bottom: 20px;
}
.headingElementE02:before {
  position: relative;
  bottom: -20px;
  content: url(../../common/images/mod_bg_heading_03.png);
}
.headingElementE02:after {
  position: relative;
  bottom: 12px;
}

.headingElementE03 {
  margin-bottom: 20px;
}
.headingElementE03:before {
  position: relative;
  bottom: -22px;
  content: url(../../common/images/mod_bg_heading_04.png);
}
.headingElementE03:after {
  position: relative;
  bottom: 12px;
}

.headingElementE04 {
  margin-bottom: 20px;
}
.headingElementE04:before {
  position: relative;
  bottom: -22px;
  content: url(../../common/images/mod_bg_heading_05.png);
}
.headingElementE04:after {
  position: relative;
  bottom: 12px;
}

.headingElementE05 {
  margin-bottom: 20px;
}
.headingElementE05:before {
  position: relative;
  bottom: -22px;
  content: url(../../common/images/mod_bg_heading_06.png);
}
.headingElementE05:after {
  position: relative;
  bottom: 12px;
}

.headingElementF01 {
  position: relative;
  margin: 0 0 10px;
  padding: 9px 0;
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border: 1px solid #e8e8e8;
  background: #a6c75f;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.3;
  z-index: 100;
}
.headingElementF01:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -32px;
  left: 50%;
  content: "";
  display: block;
  background-image: url(../../common/images/mod_ico_heading_02.png);
  width: 44px;
  height: 32px;
  margin-left: -22px;
  z-index: 100;
}
.headingElementF01 > span {
  font-size: 20px;
}

.headingElementG01 {
  margin: 0 0 15px;
  padding: 20px;
  background: #e6f4e6;
  color: #41aa46;
  font-size: 18px;
}

.boxElementC01 .headingElementG01 {
  margin: -19px -19px 15px;
}

/* box module
--------------------------------------------------------------------------------------------------- */
.imageBoxElementA01 {
  display: table;
  margin: 0 0 1.5em;
  border-spacing: 0;
}
.imageBoxElementA01 .image {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
  width: 1%;
}
.imageBoxElementA01 .image img {
  border: 4px solid #c7e6c9;
}
.imageBoxElementA01 .image .caption {
  display: block;
  margin: 6px 0 0;
  font-size: 10px;
}
.imageBoxElementA01 .box {
  direction: ltr;
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: top;
  text-align: left;
}
.imageBoxElementA01 .box .category {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 20px 0 0;
  color: #ffffff;
  vertical-align: middle;
}
.imageBoxElementA01 .box .category.type01 {
  background-color: #00a0e8;
}
.imageBoxElementA01 .box *:last-child {
  margin-bottom: 0;
}
.imageBoxElementA01.type02 .image img {
  border: none;
}

.imageBoxElementB01 {
  display: table;
  margin: 0 0 1.5em;
  border-spacing: 0;
  direction: rtl;
  width: 100%;
}
.imageBoxElementB01 .image {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
  width: 1%;
}
.imageBoxElementB01 .image img {
  border: 4px solid #c7e6c9;
}
.imageBoxElementB01 .image .caption {
  display: block;
  margin: 6px 0 0;
  font-size: 10px;
}
.imageBoxElementB01 .box {
  direction: ltr;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.imageBoxElementB01 .box .category {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 20px 0 0;
  color: #ffffff;
  vertical-align: middle;
}
.imageBoxElementB01 .box .category.type01 {
  background-color: #00a0e8;
}
.imageBoxElementB01 .box *:last-child {
  margin-bottom: 0;
}
.imageBoxElementB01.type02 .image img {
  border: none;
}

.imagesElementA01 ul {
  margin: 0;
  list-style: none;
}
.imagesElementA01 .images {
  margin-right: -25px;
}
.imagesElementA01 .images li {
  float: left;
  margin: 0 21px 10px 0;
}
.imagesElementA01 .images li img {
  border: 4px solid #c7e6c9;
}
.imagesElementA01 .images:after {
  content: "";
  display: block;
  clear: both;
}
.imagesElementA01 .captions {
  font-size: 10px;
}

.boxElementA01, .boxElementA02 {
  border-radius: 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  margin: 0 0 20px;
  padding: 0 20px 30px;
  background: #ffffff;
}
.boxElementA01 > *:last-child, .boxElementA02 > *:last-child {
  margin-bottom: 0;
}

.boxElementA02 {
  padding-top: 30px;
}

.boxElementB01, .boxElementB02 {
  border-radius: 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border: 1px solid #e8e8e8;
  margin: 0 0 30px;
  padding: 19px;
  background: #ffffff;
}
.boxElementB01 > *:last-child, .boxElementB02 > *:last-child {
  margin-bottom: 0;
}

.boxElementB02 {
  background: #f3f7ef;
}

.boxElementC01 {
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border: 1px solid #e8e8e8;
  margin: 0 0 20px;
  padding: 29px 19px 19px;
  background: #ffffff;
}
.boxElementC01 > *:last-child {
  margin-bottom: 0;
}
.boxElementC01 > .boxElementC01 {
  padding-top: 19px;
}

.pdfLinkElementA01 {
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  margin: 0 0 20px;
  border: 1px solid #b39090;
  padding: 12px 20px;
  background: #faf4f4;
  list-style: none;
}
.pdfLinkElementA01 > * {
  margin: 10px 0;
  padding: 0 0 0 46px;
  min-height: 30px;
  background: url(../../common/images/mod_ico_pdf.png) no-repeat 0 50%;
  line-height: 1.5;
}
.pdfLinkElementA01 > * a {
  text-decoration: none;
}
.pdfLinkElementA01 > * a:hover {
  text-decoration: underline;
}
.pdfLinkElementA01 > *:first-child {
  margin-top: 0;
}
.pdfLinkElementA01 > *:last-child {
  margin-bottom: 0;
}

.introductionElementA01 .categoryListElementA01 li {
  line-height: 1.5;
  font-size: 12px;
}
.introductionElementA01 .name {
  margin: 0 0 10px;
  font-size: 24px;
  color: #41aa46;
}
.introductionElementA01 .name .jobTitle {
  font-size: 14px;
  font-weight: normal;
}

.cv, .cvElementA02 {
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  margin: 0 auto 30px;
  padding: 19px 0 19px 19px;
  width: 919px;
  border: 1px solid #dfdcc5;
  background: url(../../common/images/mod_bg_box.gif);
  list-style: none;
}
.cv:after, .cvElementA02:after {
  content: "";
  display: block;
  clear: both;
}
.cv > li, .cvElementA02 > li {
  float: left;
  margin: 0 14px 0 0;
}
.cv > li:first-child, .cvElementA02 > li:first-child {
  position: relative;
  margin: -14px 14px -17px 0;
}

.cvElementA02 {
  padding: 13px 10px 16px;
  width: auto;
}
.cvElementA02 > li {
  margin: 0 0 0 10px;
}
.cvElementA02 > li:first-child {
  margin: 0;
}

.seoText {
  display: none;
  margin: 0 auto 30px;
  width: 940px;
  text-align: center;
  color: #000000;
  font-size: 10px;
  line-height: 1.8;
}

.mapElementA01 {
  margin: 0 0 30px;
}
.mapElementA01 iframe {
  margin: 0 0 20px;
}
.mapElementA01 dl {
  margin: 0;
}
.mapElementA01 dt {
  position: relative;
  width: 5em;
}
.mapElementA01 dt:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
}
.mapElementA01 dd {
  margin: -1.5em 0 0 5em;
}

.flowElementA01 {
  margin: 0 0 -5px;
  list-style: none;
}
.flowElementA01 > li {
  margin: 0 0 35px;
  border-radius: 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border: 1px solid #e8e8e8;
  padding: 19px;
  background: #ffffff;
}
.flowElementA01 > li > *:last-child {
  margin-bottom: 0;
}
.flowElementA01 > li:after {
  position: absolute;
  left: 50%;
  top: -37px;
  margin: 0 0 0 -25px;
  content: url(../../common/images/mod_ico_arrow_08.png);
  z-index: 10;
}
.flowElementA01 > li:first-child:after {
  content: "";
}
.flowElementA01 > li .time {
  position: relative;
  margin: 7px 0 10px -20px;
  padding: 5px 0 5px 83px;
  background: #a6c75f url(../../common/images/mod_bg_time.gif) no-repeat 100% 50%;
  background-size: 14px 100%;
  color: #ffffff;
  font-size: 20px;
}
.flowElementA01 > li .time:before {
  position: absolute;
  top: -21px;
  left: 12px;
  content: url(../../common/images/mod_ico_time.png);
}
.flowElementA01 > li .num {
  margin: 0 0 5px;
  padding: 4px 0 2px 35px;
  font-size: 1.143em;
  color: #41aa46;
  background: no-repeat 0 0;
}
.flowElementA01 > li:first-child .num {
  background-image: url(../../common/images/mod_ico_num.gif);
}
.flowElementA01 > li:first-child + li .num {
  background-image: url(../../common/images/mod_ico_num_02.gif);
}
.flowElementA01 > li:first-child + li + li .num {
  background-image: url(../../common/images/mod_ico_num_03.gif);
}
.flowElementA01 > li:first-child + li + li + li .num {
  background-image: url(../../common/images/mod_ico_num_04.gif);
}
.flowElementA01 > li:first-child + li + li + li + li .num {
  background-image: url(../../common/images/mod_ico_num_05.gif);
}
.flowElementA01 > li:first-child + li + li + li + li + li .num {
  background-image: url(../../common/images/mod_ico_num_06.gif);
}

.columnElementA01 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.columnElementA01:after {
  content: "";
  display: block;
  clear: both;
}
.columnElementA01 .column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 100%;
}
.columnElementA01 .column:first-child {
  padding-left: 0;
}

.columnElementB01 {
  margin: 0 -20px 40px;
}
.columnElementB01 > .inner {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 20px 0;
  width: 100%;
}
.columnElementB01 > .inner > .column {
  display: table-cell;
  word-break: break-all;
  word-wrap: break-word;
}
.columnElementB01 > .inner > .column > *:last-child {
  margin-bottom: 0;
}

.visualElementA01 {
  margin: 0 0 30px;
}

.sitemapElementA01 {
  margin: 0 -20px 30px 0;
}
.sitemapElementA01:after {
  content: "";
  display: block;
  clear: both;
}
.sitemapElementA01 .column {
  float: left;
  margin: 0 20px 0 0;
  width: 320px;
}
.sitemapElementA01 .column:first-child {
  margin-left: 0;
}
.sitemapElementA01 .column ul {
  margin: 0;
  list-style: none;
}
.sitemapElementA01 .column ul > li {
  margin: 0 0 20px;
}
.sitemapElementA01 .column ul > li span {
  display: block;
  border-top: 2px solid #569a5a;
  padding: 10px 10px 10px 20px;
  background-color: #e6f4e6;
}
.sitemapElementA01 .column ul > li span a {
  padding-left: 20px;
  background: url(../images/mod_ico_arrow_10.png) no-repeat 0 50%;
  text-decoration: none;
}
.sitemapElementA01 .column ul > li span a:hover {
  text-decoration: underline;
}
.sitemapElementA01 .column ul ul li {
  margin: 10px 0 0;
  border: none;
  padding: 0 0 0 40px;
  background: none;
}
.sitemapElementA01 .column ul ul li a {
  padding-left: 13px;
  background: url(../images/mod_ico_arrow_02.png) no-repeat 0 7px;
  text-decoration: none;
}
.sitemapElementA01 .column ul ul li a:hover {
  text-decoration: underline;
}

.textOther {
  margin-top: 1em;
  padding-right: 100px;
  text-align: right;
}

.slideshowC01 {
  position: relative;
}
.slideshowC01 .slideControl {
  padding: 0;
  position: relative;
  clear: both;
}
.slideshowC01 .cursor {
  display: none;
  margin: 10px 0 0;
  list-style: none;
  text-align: center;
}
.slideshowC01 .cursor li {
  display: inline-block;
  margin: 0 5px;
}
.slideshowC01 .cursor li.prev {
  left: -15px;
}
.slideshowC01 .cursor li.next {
  right: -15px;
}
.slideshowC01 .cursor li > a:hover > img {
  opacity: 1.0;
  filter: none;
}
.slideshowC01 .selectWrapper {
  overflow: hidden;
}
.slideshowC01 .selectWrapper .select {
  position: relative;
  margin: 0 -10px 0 0;
  text-align: left;
}
.slideshowC01 .selectWrapper .select li {
  padding-left: 3px;
  display: inline-block;
  vertical-align: top;
}

.eventCaroucelSelect {
  margin-top: -10px;
  padding: 8px 0 0;
}
.eventCaroucelSelect:after {
  content: "";
  display: block;
  clear: both;
}
.eventCaroucelSelect li {
  display: block;
  float: left;
  margin: 10px 0 0;
  padding: 0 10px 0 7px;
}
.eventCaroucelSelect li a {
  text-decoration: none;
}
.eventCaroucelSelect li.eventEntertainment .eventRapper {
  border-color: #de622c;
}
.eventCaroucelSelect li.eventDesign .eventRapper {
  border-color: #e4007f;
}
.eventCaroucelSelect li.eventSports .eventRapper {
  border-color: #009b1d;
}
.eventCaroucelSelect li.eventBusiness .eventRapper {
  border-color: #0071d0;
}
.eventCaroucelSelect li.eventNight .eventRapper {
  border-color: #5542a0;
}
.eventCaroucelSelect li.eventCommon .eventRapper {
  border-color: #e40000;
}
.eventCaroucelSelect li.eventEntertainment .eventRapper h3 {
  color: #de622c;
}
.eventCaroucelSelect li.eventDesign .eventRapper h3 {
  color: #e4007f;
}
.eventCaroucelSelect li.eventSports .eventRapper h3 {
  color: #009b1d;
}
.eventCaroucelSelect li.eventBusiness .eventRapper h3 {
  color: #0071d0;
}
.eventCaroucelSelect li.eventNight .eventRapper h3 {
  color: #5542a0;
}
.eventCaroucelSelect li.eventCommon .eventRapper h3 {
  color: #e40000;
}
.eventCaroucelSelect li .eventRapper {
  padding: 0 9px 9px;
  width: 190px;
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border: 1px solid;
  background: #fffffff;
  vertical-align: top;
}
.eventCaroucelSelect li .eventRapper h2 img{
  max-width: 190px;
}
.eventCaroucelSelect li .eventRapper h3 {
  margin: 10px 0;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 5px;
  font-size: 12px;
  font-weight: bold;
}
.eventCaroucelSelect li .eventRapper dl {
  margin: 5px 0 0;
  line-height: 1.1;
  font-size: 12px;
}
.eventCaroucelSelect li .eventRapper dl:after {
  content: "";
  display: block;
  clear: both;
}
.eventCaroucelSelect li .eventRapper dl dt {
  float: left;
  margin: 5px 0 0;
  width: 35px;
  color: #333333;
}
.eventCaroucelSelect li .eventRapper dl dd {
  float: left;
  margin: 5px 0 0;
  width: 145px;
  color: #333333;
}
.eventCaroucelSelect li .eventRapper dl + img {
  margin: 5px 0;
}

.educationLoan .hd2_inner h2 {
  position: relative;
  margin: 0 0 26px;
  border-top: 7px solid #eaeaea;
  border-radius: 4px 4px 0 0;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border-bottom: 1px solid #ededed;
  padding: 14px 20px 14px 38px;
  color: #41aa46;
  font-size: 24px;
  line-height: 1.5;
}
.educationLoan .hd2_inner h2:before {
  position: absolute;
  top: -7px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  display: block;
  border-radius: 4px 0 0 0;
  width: 83px;
  height: 6px;
  background: #41aa46;
}
.educationLoan .hd2_inner h2:after {
  position: absolute;
  top: 14px;
  right: auto;
  bottom: 14px;
  left: 23px;
  content: "";
  display: block;
  border-radius: 4px;
  width: 4px;
  background: #41aa46;
}
.educationLoan .boxElementA01 .hd2_inner h2, .educationLoan .boxElementA02 .hd2_inner h2 {
  margin: 0 -20px 30px;
}
.educationLoan h3.dotLblue {
  position: relative;
  box-shadow: 0 1px #ededed inset, 0 1px #ededed;
  margin: 0 0 16px;
  padding: 6px 20px 5px;
  border: 1px solid #e8e8e8;
  border-top: 5px solid #41aa46;
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  background: #ffffff;
  color: #41aa46;
  font-size: 18px;
}
.educationLoan .boxElementB02 > h3.dotLblue {
  margin: -20px -20px 16px;
  border-radius: 4px 4px 0 0;
}
.educationLoan table {
  width: 100%;
  table-layout: fixed;
}
.educationLoan table th, .educationLoan table td {
  border: 1px solid #a6c75f;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}
.educationLoan table tr:first-child th, .educationLoan table tr th:first-child {
  background: #dce8c4;
  text-align: center;
  font-weight: bold;
}
.educationLoan table tr th.bgLlblue {
  background: #edf4dd;
  font-weight: bold;
}
.educationLoan table .w120 {
  width: 120px;
}
.educationLoan .box {
  margin: 0 0 30px;
}
.educationLoan ul {
  margin: 0;
  list-style: none;
}
.educationLoan ul > li > a {
  padding-left: 13px;
  background: url(../images/mod_ico_arrow_02.png) no-repeat 0 7px;
  text-decoration: none;
}
.educationLoan ul > li > a:hover {
  text-decoration: underline;
}

/* list module
--------------------------------------------------------------------------------------------------- */
.normalListElementA01, .normalListElementA02 {
  margin: 0;
  list-style: none;
}
.normalListElementA01 > li, .normalListElementA02 > li {
  padding-left: 1em;
  text-indent: -1em;
}
.normalListElementA01 > li:before, .normalListElementA02 > li:before {
  content: "・";
}

.normalListElementA02 {
  margin-left: 1.3em;
}
.normalListElementA02 li {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.normalListElementA02.type02 li, .normalListElementA02.type03 li {
  margin-right: -4px;
  padding: 0 1.2em 0 0;
}
.normalListElementA02.type02 li:last-child, .normalListElementA02.type03 li:last-child {
  padding-right: 0;
}
.normalListElementA02.type02 li {
  width: 50%;
}
.normalListElementA02.type03 li {
  width: 33%;
}

.numListElementA01 {
  margin: 0;
  list-style: none;
}
.numListElementA01 > li {
  margin: 24px 0 0;
  padding: 0 0 0 35px;
  background: no-repeat 0 50%;
}
.numListElementA01 > li:first-child {
  background-image: url(../../common/images/mod_ico_num.gif);
}
.numListElementA01 > li:first-child + li {
  background-image: url(../../common/images/mod_ico_num_02.gif);
}
.numListElementA01 > li:first-child + li + li {
  background-image: url(../../common/images/mod_ico_num_03.gif);
}
.numListElementA01 > li:first-child + li + li + li {
  background-image: url(../../common/images/mod_ico_num_04.gif);
}
.numListElementA01 > li:first-child + li + li + li + li {
  background-image: url(../../common/images/mod_ico_num_05.gif);
}
.numListElementA01 > li:first-child + li + li + li + li + li {
  background-image: url(../../common/images/mod_ico_num_06.gif);
}

.bannerListElementA01 {
  margin: 0 0 27px;
  list-style: none;
}
.bannerListElementA01 li {
  margin: 10px 0 0;
}
.bannerListElementA01 li :first-child {
  margin: 0;
}
.bannerListElementA01 li li img {
  margin: 0 -2px -2px 0;
}

.bannerListElementB01 {
  margin: 0 -20px 20px 0;
  list-style: none;
}
.bannerListElementB01 > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 14px 18px 0;
}

.linkListElementA01 {
  margin: 0;
  list-style: none;
}
.linkListElementA01 li > a {
  padding-left: 20px;
  background: url(../images/mod_ico_arrow.png) no-repeat 0 3px;
  text-decoration: none;
}
.linkListElementA01 li > a:hover {
  text-decoration: underline;
}
.linkListElementA01.type02 > li {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}
.linkListElementA01.type03 > li {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
}
.linkListElementA01.type04 > li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}

.linkListElementB01 {
  margin: 0;
  list-style: none;
}
.linkListElementB01 li > a {
  padding-left: 13px;
  background: url(../images/mod_ico_arrow_02.png) no-repeat 0 7px;
  text-decoration: none;
}
.linkListElementB01 li > a:hover {
  text-decoration: underline;
}

.linkListElementC01 li a, .linkListElementC01 li span {
  padding-left: 13px;
  background: url(../images/mod_ico_arrow_02.png) no-repeat 0 7px;
  text-decoration: none;
  background: url(../images/mod_ico_arrow_10.png) no-repeat 0 50% !important;
}
.linkListElementC01 li.current a, .linkListElementC01 li.current span {
  background-image: url(../images/mod_ico_arrow_09.png) !important;
}

.linkListElementD01 {
  overflow: hidden;
}
.linkListElementD01 ul {
  margin: 0 0 0 -16px;
  list-style: none;
  line-height: 1;
}
.linkListElementD01 ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 15px 0;
  padding: 0 0 0 15px;
  border-left: 1px solid #666666;
}

.imageListElementA01, .imageListElementA02 {
  margin: 0 -21px 0 0;
  list-style: none;
}
.imageListElementA01 li, .imageListElementA02 li {
  margin: 0 17px 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 206px;
}
.imageListElementA01 li img, .imageListElementA02 li img {
  border: 4px solid #c7e6c9;
}
.imageListElementA01 li .caption, .imageListElementA02 li .caption {
  display: block;
  margin: 8px 0 0;
  height-line: 1.8;
  font-size: 12px;
}
.imageListElementA01 li .title, .imageListElementA02 li .title {
  display: block;
  margin: 8px 0 0;
  font-size: 16px;
}
.imageListElementA01 li .title + .caption, .imageListElementA02 li .title + .caption {
  margin-top: 0;
}

.imageListElementA02 li {
  margin: 0 16px 20px 0;
  width: 320px;
}
.imageListElementA02 li .caption {
  font-size: 14px;
}

.indexListElementA01 {
  margin: 0 -20px 0 0;
  list-style: none;
}
.indexListElementA01 > li {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border: 1px solid #e8e8e8;
  margin: 0 16px 20px 0;
  padding: 19px;
  width: 280px;
  background: #ffffff;
  z-index: 0;
}
.indexListElementA01 > li:hover a {
  text-decoration: underline !important;
}
.indexListElementA01 > li:hover:before {
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  border: 4px solid #41aa46;
  z-index: -1;
}
.indexListElementA01 > li p > a {
  color: #666666;
  text-decoration: none;
}
.indexListElementA01 > li .title {
  margin: 0 0 10px;
}
.indexListElementA01 > li .title a {
  display: block;
  padding: 1px 0;
  padding-left: 24px;
  background: url(../images/mod_ico_arrow_04.png) no-repeat 0 3px;
  text-decoration: none;
  color: #41aa46;
  font-size: 14px;
}
.indexListElementA01 > li .title02 {
  margin: -19px -19px 10px;
  background: #eaeaea;
  padding: 12px 19px;
}
.indexListElementA01 > li .title02 a {
  color: #41aa46;
  font-size: 14px;
}
.indexListElementA01 > li .listElementA01 {
  margin: 0 0 1.5em;
  font-size: 12px;
}
.indexListElementA01 > li .listElementA01 .category {
  color: #666666;
  margin-bottom: 0.2em;
  padding-left: 20px;
  font-size: 14px;
  background: url(../images/mod_ico_arrow_10.png) no-repeat 0 4px;
  text-decoration: none;
}
.indexListElementA01 > li .listElementA01 dd {
  margin: 0;
}
.indexListElementA01 > li > *:last-child {
  margin-bottom: 0;
}
.indexListElementA01.type02 > li {
  padding: 10px;
  width: 185px;
}
.indexListElementA01.type02 > li:hover:before {
  border-color: #ffffff;
}
.indexListElementA01.type03 > li {
  border-radius: 0 0 4px 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border-top: 7px solid;
  padding: 0 12px 32px;
  width: 294px;
  overflow: visible;
}
.indexListElementA01.type03 > li:before {
  position: absolute;
  top: -7px;
  right: -1px;
  bottom: auto;
  left: -1px;
  content: "";
  display: block;
  height: 7px;
  border: none;
}
.indexListElementA01.type03 > li.type01:before {
  background-color: #e60012;
}
.indexListElementA01.type03 > li.type01 a {
  color: #e60012;
  background-image: url(../../common/images/mod_ico_arrow_04_01.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type01 .listElementA01 dt {
  color: #e60012;
}
.indexListElementA01.type03 > li.type02:before {
  background-color: #e5006e;
}
.indexListElementA01.type03 > li.type02 a {
  color: #e5006e;
  background-image: url(../../common/images/mod_ico_arrow_04_02.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type02 .listElementA01 dt {
  color: #e5006e;
}
.indexListElementA01.type03 > li.type03:before {
  background-color: #e60044;
}
.indexListElementA01.type03 > li.type03 a {
  color: #e60044;
  background-image: url(../../common/images/mod_ico_arrow_04_03.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type03 .listElementA01 dt {
  color: #e60044;
}
.indexListElementA01.type03 > li.type04:before {
  background-color: #e4007f;
}
.indexListElementA01.type03 > li.type04 a {
  color: #e4007f;
  background-image: url(../../common/images/mod_ico_arrow_04_04.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type04 .listElementA01 dt {
  color: #e4007f;
}
.indexListElementA01.type03 > li.type05:before {
  background-color: #f39800;
}
.indexListElementA01.type03 > li.type05 a {
  color: #f39800;
  background-image: url(../../common/images/mod_ico_arrow_04_05.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type05 .listElementA01 dt {
  color: #f39800;
}
.indexListElementA01.type03 > li.type06:before {
  background-color: #fabe00;
}
.indexListElementA01.type03 > li.type06 a {
  color: #ffa200;
  background-image: url(../../common/images/mod_ico_arrow_04_06.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type06 .listElementA01 dt {
  color: #ffa200;
}
.indexListElementA01.type03 > li.type07:before {
  background-color: #ffe100;
}
.indexListElementA01.type03 > li.type07 a {
  color: #b3a224;
  background-image: url(../../common/images/mod_ico_arrow_04_07.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type07 .listElementA01 dt {
  color: #b3a224;
}
.indexListElementA01.type03 > li.type08:before {
  background-color: #e5e519;
}
.indexListElementA01.type03 > li.type08 a {
  color: #989828;
  background-image: url(../../common/images/mod_ico_arrow_04_08.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type08 .listElementA01 dt {
  color: #989828;
}
.indexListElementA01.type03 > li.type09:before {
  background-color: #007cc3;
}
.indexListElementA01.type03 > li.type09 a {
  color: #007cc3;
  background-image: url(../../common/images/mod_ico_arrow_04_09.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type09 .listElementA01 dt {
  color: #007cc3;
}
.indexListElementA01.type03 > li.type10:before {
  background-color: #b71a86;
}
.indexListElementA01.type03 > li.type10 a {
  color: #b71a86;
  background-image: url(../../common/images/mod_ico_arrow_04_10.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type10 .listElementA01 dt {
  color: #b71a86;
}
.indexListElementA01.type03 > li.type11:before {
  background-color: #2e59a7;
}
.indexListElementA01.type03 > li.type11 a {
  color: #2e59a7;
  background-image: url(../../common/images/mod_ico_arrow_04_11.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type11 .listElementA01 dt {
  color: #2e59a7;
}
.indexListElementA01.type03 > li.type12:before {
  background-color: #f8c6bd;
}
.indexListElementA01.type03 > li.type12 a {
  color: #cd6d5c;
  background-image: url(../../common/images/mod_ico_arrow_04_12.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type12 .listElementA01 dt {
  color: #cd6d5c;
}
.indexListElementA01.type03 > li.type13:before {
  background-color: #25a4c5;
}
.indexListElementA01.type03 > li.type13 a {
  color: #00a6c2;
  background-image: url(../../common/images/mod_ico_arrow_04_13.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type13 .listElementA01 dt {
  color: #00a6c2;
}
.indexListElementA01.type03 > li.type14:before {
  background-color: #dd0048;
}
.indexListElementA01.type03 > li.type14 a {
  color: #dd0048;
  background-image: url(../../common/images/mod_ico_arrow_04_14.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type14 .listElementA01 dt {
  color: #dd0048;
}
.indexListElementA01.type03 > li.type15:before {
  background-color: #c00081;
}
.indexListElementA01.type03 > li.type15 a {
  color: #c00081;
  background-image: url(../../common/images/mod_ico_arrow_04_15.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type15 .listElementA01 dt {
  color: #c00081;
}
.indexListElementA01.type03 > li.type16:before {
  background-color: #e8829b;
}
.indexListElementA01.type03 > li.type16 a {
  color: #e8829b;
  background-image: url(../../common/images/mod_ico_arrow_04_16.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type16 .listElementA01 dt {
  color: #e8829b;
}
.indexListElementA01.type03 > li.type17:before {
  background-color: #e5e519;
}
.indexListElementA01.type03 > li.type17 a {
  color: #989828;
  background-image: url(../../common/images/mod_ico_arrow_04_17.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type17 .listElementA01 dt {
  color: #989828;
}
.indexListElementA01.type03 > li.type18:before {
  background-color: #ffa200;
}
.indexListElementA01.type03 > li.type18 a {
  color: #fabe00;
  background-image: url(../../common/images/mod_ico_arrow_04_18.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type18 .listElementA01 dt {
  color: #fabe00;
}
.indexListElementA01.type03 > li.type19:before {
  background-color: #3798e0;
}
.indexListElementA01.type03 > li.type19 a {
  color: #3798e0;
  background-image: url(../../common/images/mod_ico_arrow_04_19.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type19 .listElementA01 dt {
  color: #3798e0;
}
.indexListElementA01.type03 > li.type20:before {
  background-color: #6551a2;
}
.indexListElementA01.type03 > li.type20 a {
  color: #6551a2;
  background-image: url(../../common/images/mod_ico_arrow_04_20.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type20 .listElementA01 dt {
  color: #6551a2;
}
.indexListElementA01.type03 > li.type21:before {
  background-color: #ec9ab6;
}
.indexListElementA01.type03 > li.type21 a {
  color: #ec9ab6;
  background-image: url(../../common/images/mod_ico_arrow_04_21.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type21 .listElementA01 dt {
  color: #ec9ab6;
}
.indexListElementA01.type03 > li.type22:before {
  background-color: #ec9a78;
}
.indexListElementA01.type03 > li.type22 a {
  color: #ec9a78;
  background-image: url(../../common/images/mod_ico_arrow_04_22.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type22 .listElementA01 dt {
  color: #ec9a78;
}
.indexListElementA01.type03 > li.type23:before {
  background-color: #39aadb;
}
.indexListElementA01.type03 > li.type23 a {
  color: #39aadb;
  background-image: url(../../common/images/mod_ico_arrow_04_23.png);
  background-position: 0 6px;
}
.indexListElementA01.type03 > li.type23 .listElementA01 dt {
  color: #39aadb;
}
.indexListElementA01.type03 > li .image {
  margin: 0 -13px 10px;
}
.indexListElementA01.type03 > li .precedentListElementB01 {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.indexListElementA01.type03 > li:hover .image img {
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.indexListElementA01.nohover > li:hover:before {
  display: none;
}

.faqListElementA01 {
  margin: 0;
}
.faqListElementA01 dt, .faqListElementA01 dd {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 78px;
  border-bottom: 1px solid #cac9c9;
}
.faqListElementA01 dt {
  margin-top: 24px;
  background: #fae0d2;
  font-size: 14px;
}
.faqListElementA01 dt:first-child {
  margin-top: 0;
}
.faqListElementA01 dt:before {
  position: absolute;
  top: -7px;
  left: 19px;
  content: url(../../common/images/mod_ico_faq.png);
}
.faqListElementA01 dt:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  content: "";
  display: block;
  width: 10px;
  background: url(../../common/images/mod_bg_faq.gif) no-repeat 0 50%;
  background-size: 10px 100%;
}
.faqListElementA01 dd {
  min-height: 30px;
  background: #f5f5f5;
}
.faqListElementA01 dd:before {
  position: absolute;
  top: 18px;
  left: 19px;
  content: url(../../common/images/mod_ico_faq_02.png);
}

.newsListElementA01 {
  margin: 0;
  border-top: 1px solid #e8e8e8;
  list-style: none;
}
.newsListElementA01 > li {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px;
}
.newsListElementA01 > li a:hover {
  text-decoration: none;
}
.newsListElementA01 > li:nth-child(odd) {
  background: #f8f8f8;
}
.newsListElementA01 > li > * {
  margin-bottom: 0;
}
.newsListElementA01 > li .newsDate {
  display: table-cell;
  padding: 0 10px 0 0;
  font-size: 12px;
  color: #000000;
  vertical-align: top;
}
.newsListElementA01 > li .newsDate .category {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  padding: 3px 0;
  min-width: 54px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.newsListElementA01 > li .newsDate .category.type01 {
  background: #f19300;
}
.newsListElementA01 > li .newsDate .category.type02 {
  background: #ff4200;
}
.newsListElementA01 > li .newsDate + .categoryListElementA01 {
  display: table-cell;
  padding: 2px 0 0;
  margin: 0 0 0 6px;
  vertical-align: top;
}
.newsListElementA01 > li .newsTitle {
  margin: 3px 0 10px;
  font-size: 16px;
}
.newsListElementA01 > li.more {
  position: absolute;
  top: 20px;
  right: 15px;
  border: 0;
  padding: 0;
  z-index: 10;
}
.newsListElementA01 > li .open {
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.newsListElementA01 > li .open + ul {
  margin: 0;
  list-style: none;
}
.newsListElementA01 > li .open + ul > li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.newsListElementA01 > li .open + ul > li .blank {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  line-height: 1.4;
}

.newsListElementB01 {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  font-size: 0.875em;
}
.newsListElementB01 dt {
  margin: 0;
  width: 85px;
}
.newsListElementB01 dd {
  margin: -1.714em 0 10px 85px;
}
.newsListElementB01 dd a:hover {
  text-decoration: none;
}

.socialListElementA01 {
  margin: 0 0 20px;
  list-style: none;
  text-align: right;
}
.socialListElementA01 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 16px;
}
.socialListElementA01 li.twitter > iframe {
  width: 90px !important;
}
.socialListElementA01 li.facebook > iframe {
  width: 100px !important;
}
.socialListElementA01 li.gplus > div {
  width: 55px !important;
}
.socialListElementA01 li.gree > iframe {
  width: 70px !important;
}

.precedentListElementA01 {
  margin: 0 0 20px;
  list-style: none;
}
.precedentListElementA01:after {
  content: "";
  display: block;
  clear: both;
}
.precedentListElementA01 li {
  float: left;
  margin: 0 0 0 16px;
}

.precedentListElementB01 {
  margin: 0;
  list-style: none;
  text-align: right;
}
.precedentListElementB01:after {
  content: "";
  display: block;
  clear: both;
}
.precedentListElementB01 li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.pointElementA01, .pointElementA02, .pointElementA03 {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.pointElementA01 > li, .pointElementA02 > li, .pointElementA03 > li {
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  margin: 0 0 38px 30px;
  padding: 10px 55px 10px;
  background: #75b9d5;
  color: #ffffff;
  font-size: 16px;
}
.pointElementA01 > li > img, .pointElementA02 > li > img, .pointElementA03 > li > img {
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -37px;
  z-index: 10;
}
.pointElementA01 > li > em, .pointElementA02 > li > em, .pointElementA03 > li > em {
  font-size: 20px;
  font-weight: normal;
}

.pointElementA02 > li {
  margin-left: 0;
  background: #cf79b6;
}
.pointElementA02 > li p {
  margin: 5px -55px -10px;
  border-radius: 0 0 4px 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  padding: 10px 20px 10px 55px;
  background: #f4f4f4;
  color: #666666;
  font-size: 14px;
}
.pointElementA02 > li img {
  top: -18px;
  margin-top: 0;
}

.pointElementA03 > li {
  margin-left: 0;
  background: #92b66e;
}
.pointElementA03 > li > div {
  margin: 5px -55px -35px;
  padding: 37px 0 0;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
}
.pointElementA03 > li > img {
  top: -18px;
  margin-top: 0;
}

.categoryListElementA01 {
  margin: 0 0 10px;
  list-style: none;
  line-height: 1.2;
}
.categoryListElementA01 > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 3px;
  padding: 3px 5px 1px;
  background: #ff4200;
  font-size: 10px;
  color: #ffffff;
}
.categoryListElementA01 > li.cat_design {
  background-color: #e60012;
}
.categoryListElementA01 > li.cat_fashion {
  background-color: #e5006e;
}
.categoryListElementA01 > li.cat_hair {
  background-color: #dd0048;
}
.categoryListElementA01 > li.cat_beauty {
  background-color: #c00081;
}
.categoryListElementA01 > li.cat_nail {
  background-color: #e4007f;
}
.categoryListElementA01 > li.cat_bridal {
  background-color: #e8829b;
}
.categoryListElementA01 > li.cat_music {
  background-color: #f39800;
}
.categoryListElementA01 > li.cat_pa {
  background-color: #ffa200;
}
.categoryListElementA01 > li.cat_kids {
  background-color: #f39800;
}
.categoryListElementA01 > li.cat_manga {
  background-color: #b3a224;
}
.categoryListElementA01 > li.cat_game {
  background-color: #989828;
}
.categoryListElementA01 > li.cat_fishing {
  background-color: #007cc3;
}
.categoryListElementA01 > li.cat_sports {
  background-color: #3798e0;
}
.categoryListElementA01 > li.cat_snow {
  background-color: #b71a86;
}
.categoryListElementA01 > li.cat_bas {
  background-color: #6551a2;
}
.categoryListElementA01 > li.cat_fc {
  background-color: #2e59a7;
}
.categoryListElementA01 > li.cat_evessa {
  background-color: #e600A1;
}
.categoryListElementA01 > li.cat_child {
  background-color: #cd6d5c;
}
.categoryListElementA01 > li.cat_medical {
  background-color: #ec9ab6;
}
.categoryListElementA01 > li.cat_business {
  background-color: #25a4c5;
}
.categoryListElementA01 > li.cat_web {
  background-color: #0b52e3;
}
.categoryListElementA01 > li.cat_yakan_manga {
  background-color: #b3a224;
}
.categoryListElementA01 > li.cat_yakan_pa {
  background-color: #fabe00;
}
.categoryListElementA01 > li.cat_yakan_sports {
  background-color: #3798e0;
}
.categoryListElementA01 > li.cat_yakan_game {
  background-color: #989828;
}
.categoryListElementA01 > li.cat_yakan_beauty {
  background-color: #ff3feb;
}
.categoryListElementA01 > li.cat_univ {
  background-color: #ba79b1;
}
.categoryListElementA01 > li.cat_masscom {
  background-color: #25a4c5;
}
.categoryListElementA01 > li.cat_yakan_mode {
  background-color: #e600A1;
}
.categoryListElementA01 > li.cat_hairmake {
  background-color: #e4007f;
}
.categoryListElementA01 > li.cat_entalab {
  background-color: #fabe00;
}
.categoryListElementA01 > li.cat_creativelab {
  background-color: #989828;
}
.categoryListElementA01 > li.cat_music_dance {
  background-color: #f39800;
}
.categoryListElementA01 > li.cat_pet {
  background-color: #ec9a78;
}
.categoryListElementA01 > li.cat_tourism {
  background-color: #39aadb;
}
.categoryListElementA01 > li.cat_all {
  background-color: #41aa46;
}

.scheduleListElementA01 {
  margin: 0;
}
.scheduleListElementA01 dt {
  margin: 0;
  width: 2.7em;
  text-align: right;
}
.scheduleListElementA01 dd {
  margin: -1.5em 0 0 4.5em;
}

.notesListElementA01 {
  margin: 0 0 20px;
  list-style: none;
}
.notesListElementA01 > li {
  padding: 0 0 0 0.5em;
  text-indent: -0.5em;
  font-size: 12px;
}

.notesListElementA02 {
  margin: 0 0 20px;
  list-style: none;
}
.notesListElementA02 > li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 12px;
}

.authorListElementA01 {
  margin: 0 0 20px;
}
.authorListElementA01 dt {
  margin: 0;
  font-size: 0.857em;
  color: #41aa46;
}
.authorListElementA01 dd {
  margin: 0 0 0.5em;
  font-size: 1.143em;
}

/* table module
--------------------------------------------------------------------------------------------------- */
.tableElementA01 {
  margin: 0 0 20px;
  border-top: 1px solid #d5d5d5;
  width: 100%;
}
.tableElementA01 th,
.tableElementA01 td {
  border-bottom: 1px solid #d5d5d5;
  vertical-align: top;
  text-align: left;
}
.tableElementA01 th {
  padding: 12px 0 12px 20px;
  width: 4em;
  color: #41aa46;
}
.tableElementA01 td {
  padding: 12px 10px;
}
.tableElementA01 tr:nth-child(odd) th,
.tableElementA01 tr:nth-child(odd) td {
  background: #f8f8f8;
}

.tableElementB01, .tableElementB02, .tableElementB03 {
  width: 100%;
  table-layout: fixed;
}
.tableElementB01 th, .tableElementB02 th, .tableElementB03 th, .tableElementB01 td, .tableElementB02 td, .tableElementB03 td {
  border: 1px solid #a6c75f;
  padding: 5px 3px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}
.tableElementB01 th.cellType01, .tableElementB02 th.cellType01, .tableElementB03 th.cellType01, .tableElementB01 td.cellType01, .tableElementB02 td.cellType01, .tableElementB03 td.cellType01 {
  background: #dce8c4;
}
.tableElementB01 th.cellType02, .tableElementB02 th.cellType02, .tableElementB03 th.cellType02, .tableElementB01 td.cellType02, .tableElementB02 td.cellType02, .tableElementB03 td.cellType02 {
  background: #fae0d2;
}
.tableElementB01 th.cellType03, .tableElementB02 th.cellType03, .tableElementB03 th.cellType03, .tableElementB01 td.cellType03, .tableElementB02 td.cellType03, .tableElementB03 td.cellType03 {
  background: #fae0d2;
  color: #b41908;
}
.tableElementB01 th.cellType04, .tableElementB02 th.cellType04, .tableElementB03 th.cellType04, .tableElementB01 td.cellType04, .tableElementB02 td.cellType04, .tableElementB03 td.cellType04 {
  background: #f2f2f2;
  color: #666666;
}
.tableElementB01 th.cellWidth01, .tableElementB02 th.cellWidth01, .tableElementB03 th.cellWidth01, .tableElementB01 td.cellWidth01, .tableElementB02 td.cellWidth01, .tableElementB03 td.cellWidth01 {
  width: 125px;
}
.tableElementB01 th.cellWidth02, .tableElementB02 th.cellWidth02, .tableElementB03 th.cellWidth02, .tableElementB01 td.cellWidth02, .tableElementB02 td.cellWidth02, .tableElementB03 td.cellWidth02 {
  width: 100px;
}
.tableElementB01 thead th, .tableElementB02 thead th, .tableElementB03 thead th {
  font-size: 10px;
  text-align: center;
}
.tableElementB01 thead th:first-child, .tableElementB02 thead th:first-child, .tableElementB03 thead th:first-child {
  font-size: 12px;
  text-align: left;
}
.tableElementB01 th, .tableElementB02 th, .tableElementB03 th {
  background: #edf4dd;
  font-size: 12px;
}
.tableElementB01 td, .tableElementB02 td, .tableElementB03 td {
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
}
.tableElementB01 .separate th, .tableElementB02 .separate th, .tableElementB03 .separate th, .tableElementB01 .separate td, .tableElementB02 .separate td, .tableElementB03 .separate td {
  padding-top: 20px;
}
.tableElementB01 .separate th span, .tableElementB02 .separate th span, .tableElementB03 .separate th span {
  display: block;
  position: relative;
}
.tableElementB01 .separate th span:before, .tableElementB02 .separate th span:before, .tableElementB03 .separate th span:before {
  position: absolute;
  top: -20px;
  right: auto;
  bottom: auto;
  left: -4px;
  content: "";
  display: block;
  width: 660px;
  height: 15px;
  background: #ffffff;
  border-bottom: 1px solid #a6c75f;
}

.tableElementB02 th, .tableElementB02 td, .tableElementB02 thead th {
  padding: 19px 14px;
  font-size: 12px;
}
.tableElementB02 td {
  text-align: left;
}

.tableElementB03 {
  table-layout: auto;
}
.tableElementB03 th, .tableElementB03 td, .tableElementB03 thead th {
  padding: 19px 14px;
  font-size: 12px;
}
.tableElementB03 th {
  text-align: center;
  white-space: nowrap;
}
.tableElementB03 thead th:first-child {
  text-align: center;
}
.tableElementB03 td {
  text-align: left;
}

/* navigation module
--------------------------------------------------------------------------------------------------- */
.anchorElementA01, .linkListElementC01 {
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  margin: 0 0 40px;
  border: 1px solid #41aa46;
  padding: 20px 0 10px 40px;
  background: url(../../common/images/mod_bg_box.gif);
  list-style: none;
  line-height: 1;
}
.anchorElementA01 li, .linkListElementC01 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 28px 10px 0;
}
.anchorElementA01 li:first-child, .linkListElementC01 li:first-child {
  margin-left: 0;
}
.anchorElementA01 li a, .linkListElementC01 li a, .anchorElementA01 li span, .linkListElementC01 li span {
  padding-left: 20px;
  background: url(../images/mod_ico_arrow_06.png) no-repeat 0 3px;
  text-decoration: none;
  background-position: 0 50%;
  color: #666666;
}
.anchorElementA01 li a:hover, .linkListElementC01 li a:hover, .anchorElementA01 li span:hover, .linkListElementC01 li span:hover {
  text-decoration: underline;
}
.anchorElementA01 li span:hover, .linkListElementC01 li span:hover {
  text-decoration: none;
}

.tabElementA01 {
  margin: 0 0 20px;
  border-bottom: 1px solid #41aa46;
}
.tabElementA01 ul {
  margin: 0 -11px 0 0;
  list-style: none;
}
.tabElementA01 ul li {
  display: inline-block;
  margin: 0 7px -1px 0;
  display: inline-block;
  vertical-align: bottom;
}
.tabElementA01 ul li:last-child {
  margin-right: 0;
}
.tabElementA01 ul li > a, .tabElementA01 ul li > span {
  display: block;
  border-radius: 4px 4px 0 0;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  border: 1px solid #41aa46;
  padding: 10px 0;
  width: 155px;
  background: url(../../common/images/mod_bg_box.gif);
  color: #666666;
  text-align: center;
  text-decoration: none;
}
.tabElementA01 ul li > a:hover, .tabElementA01 ul li > span:hover {
  text-decoration: underline;
}
.tabElementA01 ul li > a span, .tabElementA01 ul li > span span {
  padding-left: 20px;
  background: url(../images/mod_ico_arrow.png) no-repeat 0 3px;
  text-decoration: none;
  background-position: 0 50%;
}
.tabElementA01 ul li span:hover {
  text-decoration: none;
}
.tabElementA01 .current > a,
.tabElementA01 .current > span {
  position: relative;
  border-top: 4px solid #41aa46;
  border-bottom: 1px solid #ffffff;
  padding: 12px 0;
  background: #ffffff;
  color: #41aa46;
}
.tabElementA01 .current > a:before,
.tabElementA01 .current > span:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: url(../../common/images/mod_ico_arrow_07.png);
}
.tabElementA01 .current > a span,
.tabElementA01 .current > span span {
  background: none;
  padding-left: 0;
}

.pagingElementA01 {
  margin: 0 0 30px;
  text-align: center;
}
.pagingElementA01 > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.pagingElementA01 p > a {
  text-decoration: none;
}
.pagingElementA01 p > a:hover {
  text-decoration: underline;
}
.pagingElementA01 .prev, .pagingElementA01 .next {
  margin: 0 23px 0 9px;
}
.pagingElementA01 .prev a, .pagingElementA01 .next a {
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  display: table-cell;
  width: 52px;
  height: 32px;
  background: #41aa46;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
}
.pagingElementA01 .prev a:hover, .pagingElementA01 .next a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.pagingElementA01 .next {
  margin: 0 9px 0 23px;
}
.pagingElementA01 ol {
  list-style: none;
}
.pagingElementA01 ol li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.pagingElementA01 ol li a, .pagingElementA01 ol li span {
  border-radius: 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  display: table-cell;
  width: 32px;
  height: 32px;
  background: #2d8a00;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
}
.pagingElementA01 ol li a:hover, .pagingElementA01 ol li span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.pagingElementA01 ol li.current a, .pagingElementA01 ol li.current span {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
  background: #d8d8d8;
}
.pagingElementA01 ol li.current a:hover, .pagingElementA01 ol li.current span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.buttonElementA01 {
  margin: 0 0 20px;
  list-style: none;
  text-align: center;
}
.buttonElementA01 li {
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
}
.buttonElementA01 li a {
  position: relative;
  display: block;
  border-radius: 4px;
  box-shadow: 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  padding: 8px 15px;
  background: #41aa46;
  text-decoration: none;
  color: #ffffff;
}
.buttonElementA01 li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.buttonElementA01 li.skin02 a {
  background: #666666;
}
.buttonElementA01 li.skin03 a:before {
  content: url(../../common/images/mod_ico_arrow_11.png);
  margin: 0 10px 0 0;
  vertical-align: -2px;
}

.buttonElementB01 {
  margin: 0 0 20px;
  border: 1px solid #dfdcc5;
  border-radius: 4px;
  position: relative;
  behavior: url("/common/scripts/PIE.htc");
  z-index: 1;
  padding: 10px 0;
  background: url(../../common/images/mod_bg_box.gif);
  list-style: none;
  text-align: center;
}
.buttonElementB01 > li {
  display: inline-block;
  vertical-align: middle;
}

/* inline module
--------------------------------------------------------------------------------------------------- */
/* anchor */
.blank {
  padding: 0 0 0 20px;
  background: url(../../common/images/mod_ico_blank.gif) no-repeat 0 4px;
  text-decoration: none;
}
.blank:hover {
  text-decoration: underline;
}

/* text align */
.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

.alignTop {
  vertical-align: top !important;
}

.alignMiddle {
  vertical-align: middle !important;
}

.alignBottom {
  vertical-align: bottom !important;
}

/* font size */
.fontSmall {
  font-size: 0.834em;
}

.fontLarge {
  font-size: 1.167em;
}

.fontexLarge {
  font-size: 1.33em;
}

.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font24 {
  font-size: 24px !important;
}

.font26 {
  font-size: 26px !important;
}

.font28 {
  font-size: 28px !important;
}

.font30 {
  font-size: 30px !important;
}

/* text style */
.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.834em;
}

.fontBold {
  font-weight: bold;
}

p.catchcopy {
  font-size: 1.142em;
  margin: 0 0 5px;
}

/* image style */
.blog .sectionElementB01 img {
  height: auto !important;
  max-width: 620px !important;
}

/* text color */
.colorType01 {
  color: #41aa46;
}

.colorType02 {
  color: #709f42;
}

.colorType03 {
  color: #2d8a00;
}

/* block margin */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}
