/* common */
/*---------------------------------*/
.topText {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topText {
    padding: 0 3%;
  }
}

.blankLink {
  background-image: url("../images/icon/blank.png");
  padding-left: 20px;
}

.underline {
  text-decoration: underline;
}

.blueText {
  color: #3399cc;
}

.blueTextLink {
  color: #3399cc;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
}
@media only screen and (max-width: 767px) {
  .blueTextLink {
    font-size: 12px;
  }
}
.blueTextLink:active, .blueTextLink:focus, .blueTextLink:visited {
  color: #3399cc;
}
.blueTextLink:hover {
  text-decoration: underline;
}
.blueTextLink.arrowLink {
  background-image: url("../images/icon/arrow.png");
  padding-left: 20px;
}
.blueTextLink.plusLink {
  background-image: url("../images/icon/plus.png");
  padding-left: 20px;
}
.blueTextLink.minusLink {
  background-image: url("../images/icon/minus.png");
  padding-left: 20px;
}

.intro {
  margin-bottom: 20px;
}

.introTableWrap {
  margin-bottom: 20px;
}

.introTable {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .introTable {
    margin-top: 10px;
  }
}
.introTable:first-child {
  margin-top: 0;
}
.introTable dt, .introTable dd {
  vertical-align: top;
  line-height: 160%;
}
.introTable dt {
  font-weight: bold;
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .introTable dt {
    width: 20%;
  }
}

.endBtn {
  background-color: #ababab;
}
.endBtn:hover {
  background-color: #ababab;
}
.endBtn:active, .endBtn:focus, .endBtn:visited {
  background-color: #ababab;
}
.endBtn span {
  background-image: none;
  padding-left: 0;
}

.applyBtn {
  width: 235px;
  margin: 30px auto 0;
}
.applyBtn .ctaBtn {
  text-align: center;
}

.liveGallery {
  background-color: #f5f5f5;
  padding: 20px 20px 20px 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url("../images/icon/camera.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  -ms-background-size: 14px;
  -o-background-size: 14px;
  background-size: 14px;
  margin-top: 10px;
}

.colorBgTitle {
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 14px;
  line-height: 140%;
  color: #2c3a38;
  background-position: 20px center;
  padding: 20px 20px 20px 45px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .colorBgTitle {
    background-position: 10px center;
    padding: 20px 10px 20px 35px;
  }
}
.colorBgTitle.blueTitle {
  background-color: #dee8f6;
  background-image: url("../images/under/school/program/titleCircle.png");
}
.colorBgTitle.lightGreenTitle {
  background-color: #d1ece9;
  background-image: url("../images/icon/lightGreenCircle.png");
}

.must {
  color: #ea5032;
}

.textBoxWrap {
  font-size: 0;
}
.textBoxWrap .textBox {
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .textBoxWrap .textBox {
    padding: 15px;
  }
}
.textBoxWrap .textBox p {
  color: #fff;
  line-height: 150% !important;
}
.textBoxWrap .textBox p span {
  font-weight: bold;
  font-size: 16px;
  display: block;
}

#kvWrap {
  position: relative;
  margin-bottom: 25px;
}
#kvWrap #kvTextWrap {
  background-image: url("../images/under/kvTextBg.png");
  position: absolute;
  top: 50%;
  width: 370px;
  height: 290px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin-top: -145px;
  right: 40px;
}
@media only screen and (max-width: 767px) {
  #kvWrap #kvTextWrap {
    position: static;
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 3%;
  }
}
#kvWrap #kvTextWrap #kv_header {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #kvWrap #kvTextWrap #kv_header {
    font-size: 16px;
  }
}
#kvWrap #kvTextWrap #kv_description {
  font-size: 14px;
  line-height: 200%;
}

#globalNavWrap {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  #mainWrap #contentsWrap {
    padding: 30px 0;
  }
}
#mainWrap #contentsWrap .underContBox, #mainWrap #contentsWrap .contBox {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #mainWrap #contentsWrap .underContBox, #mainWrap #contentsWrap .contBox {
    margin-top: 30px;
  }
}
#mainWrap #contentsWrap .underContBox:first-child, #mainWrap #contentsWrap .contBox:first-child {
  margin-top: 0;
}
#mainWrap #contentsWrap .underContBoxInner {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #mainWrap #contentsWrap .underContBoxInner {
    margin-bottom: 25px;
  }
}
#mainWrap #contentsWrap .underContBoxInner:last-child {
  margin-bottom: 0;
}
#mainWrap #contentsWrap .underContBoxInner > div {
  margin-bottom: 20px;
}
#mainWrap #contentsWrap .underContBoxInner > div:last-child {
  margin-bottom: 0;
}

/*news*/
/*------------------------------*/
.newsWrap .news ul li {
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 0px;
  margin-top: 5px;
}
.newsWrap .news ul li:first-child {
  margin-top: 0;
}
.newsWrap .news ul li.noArticle {
  font-size: 14px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .newsWrap .news ul li.noArticle {
    padding: 15px;
  }
}
.newsWrap .news ul li a {
  display: block;
  line-height: 180%;
  font-size: 14px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .newsWrap .news ul li a {
    padding: 15px;
  }
}
.newsWrap .news ul li a:hover .title {
  text-decoration: underline;
}
.newsWrap .news ul li > p {
  font-size: 14px;
}
.newsWrap .news ul li .category {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .newsWrap .news ul li .category {
    margin-right: 0;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 10px;
  }
}
.newsWrap .news ul li .category.school {
  background-color: #2ab4ed;
}
.newsWrap .news ul li .category.camp {
  background-color: #ea5032;
}
.newsWrap .news ul li .category.information {
  background-color: #f1b21a;
}
.newsWrap .news ul li .category.topics {
  background-color: #0b9b26;
}
.newsWrap .news ul li .category.activity {
  background-color: #7661dc;
}
.newsWrap .news ul li .category.school_report {
  background-color: #0b9b26;
}
.newsWrap .news ul li .category.school_info {
  background-color: #f2b601;
}
.newsWrap .news ul li .date {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .newsWrap .news ul li .date {
    margin-right: 0;
    font-size: 12px;
  }
}
.newsWrap .news ul li .title {
  width: 580px;
  display: inline-block;
  vertical-align: middle;
}
.newsWrap .news ul li .title.newsTitle02 {
  width: 472px;
}
@media only screen and (max-width: 767px) {
  .newsWrap .news ul li .title.newsTitle02 {
    width: 100%;
  }
}
.newsWrap .news ul li .title.newsTitle03 {
  width: 730px;
}
@media only screen and (max-width: 767px) {
  .newsWrap .news ul li .title.newsTitle03 {
    width: 100%;
  }
}
.newsWrap .news ul li .title.newsTitle04 {
  width: 840px;
}
@media only screen and (max-width: 767px) {
  .newsWrap .news ul li .title.newsTitle04 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .newsWrap .news ul li .title {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}

/*------------------------------*/
.contText {
  line-height: 180%;
}
.contText p {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .contText p {
    margin-top: 15px;
  }
  .contText p .blueTextLink {
    font-size: 14px;
  }
}
.contText p:first-child {
  margin-top: 0;
}

.discList {
  margin-left: 1em;
}
.discList li {
  list-style: outside none disc;
  list-style: initial;
  line-height: 160%;
}

/*------------------------------*/
.flowBlockWrap {
  display: table;
  width: 100%;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .flowBlockWrap {
    display: block;
  }
}
.flowBlockWrap .flowBlock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .flowBlockWrap .flowBlock {
    display: block;
    width: 100%;
  }
}
.flowBlockWrap .flowBlock.stepBox {
  border: 1px solid #babfbe;
  width: 290px;
}
@media only screen and (max-width: 767px) {
  .flowBlockWrap .flowBlock.stepBox {
    width: 100%;
  }
}
.flowBlockWrap .flowBlock.stepBox .greenBgTitle {
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 0;
}
.flowBlockWrap .flowBlock.stepBox .txtWrap {
  padding: 20px;
  line-height: 150%;
}
.flowBlockWrap .flowBlock.arrow {
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .flowBlockWrap .flowBlock.arrow {
    padding: 10px 0;
  }
}

/*relatedLinks*/
/*------------------------------*/
@media only screen and (max-width: 767px) {
  .relatedLinks li {
    width: 100%;
    margin-left: 0;
  }
  .relatedLinks li:nth-child(2), .relatedLinks li:nth-child(3) {
    margin-top: 10px;
  }
}
.relatedLinks li a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 25px;
}
.relatedLinks li a .bannerIcon,
.relatedLinks li a .bannerText {
  display: inline-block;
  vertical-align: middle;
}
.relatedLinks li a .bannerIcon {
  margin-right: 20px;
}
.relatedLinks li a .bannerText {
  font-size: 16px;
  line-height: 115%;
}
.relatedLinks li.aboutLink a {
  background-color: #23baa1;
}
.relatedLinks li.faqLink a {
  background-color: #ebc53c;
}
.relatedLinks li.voiceLink a {
  background-color: #f05d5d;
}

/* table */
/*------------------------------*/
.tableTitle {
  font-size: 12px;
  font-weight: bold;
  background-color: #DEEDD6;
  padding: 5px 20px;
  border: 1px #D5DCD3 solid;
  border-bottom: none;
}

.tableWrap table tr th, .tableWrap table tr td {
  border: 1px solid #d1d8ce;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .tableWrap table tr th, .tableWrap table tr td {
    font-size: 12px;
    padding: 14px;
  }
}
.tableWrap table tr th {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .tableWrap table tr th {
    width: 40%;
  }
}
.tableWrap table tr td .name {
  font-weight: bold;
}
.tableWrap table tr td .grade {
  font-size: 12px;
}
.tableWrap table tr td .point {
  font-size: 12px;
  color: #b71c1c;
}
.tableWrap table tr .class {
  width: 240px;
}
.tableWrap table tr .oneTimes {
  width: 160px;
}
.tableWrap table tr .twoTimes {
  width: 160px;
}
.tableWrap table tr .other {
  width: 160px;
}

.spTable .tableBlock {
  margin-top: 10px;
}
.spTable .tableBlock:first-child {
  margin-top: 0;
}
.spTable .tableBlock th {
  line-height: 180%;
}

/*list*/
/*------------------------------*/
.numberList {
  margin-left: 1.5em;
}
.numberList > li {
  list-style: decimal;
  margin-top: 5px;
}
.numberList > li:first-child {
  margin-top: 0;
}

.romanList {
  margin-left: 1.5em;
}
.romanList > li {
  list-style: upper-roman;
  margin-top: 5px;
}
.romanList > li:first-child {
  margin-top: 0;
}

.childList {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*pageLink*/
/*------------------------------*/
#pageLink {
  font-size: 0px;
}
#pageLink li {
  width: 49.5%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #pageLink li {
    width: 100%;
    margin-top: 5px;
  }
  #pageLink li:first-child {
    margin-top: 0;
  }
}
#pageLink li:nth-child(2n+1) {
  margin-right: 1%;
}
@media only screen and (max-width: 767px) {
  #pageLink li:nth-child(2n+1) {
    margin-right: 0%;
  }
}
#pageLink li:nth-child(-n+2) {
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  #pageLink li:nth-child(-n+2) {
    margin-bottom: 0%;
  }
}
#pageLink li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8.25%;
  background-color: #f5f5f5;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#pageLink li a .pageName {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #pageLink li a .pageName {
    font-size: 16px;
    font-weight: normal;
  }
}
#pageLink li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
#pageLink li a:hover img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#pageLink li dl {
  font-size: 0px;
}
#pageLink li dl dt, #pageLink li dl dd {
  display: inline-block;
  vertical-align: middle;
}
#pageLink li dl dt {
  margin-right: 6.75%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 56px;
  text-align: center;
}
#pageLink li dl dt img {
  max-width: 56px;
}
#pageLink li dl dd {
  width: 66%;
}

/* contact */
/*----------------------------------*/
#contantBlock {
  border: 1px solid #ababab;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #contantBlock {
    margin-top: 30px;
  }
}
#contantBlock .contantBlockTitle {
  font-size: 18px;
  padding: 20px 25px;
  background-color: #f5f5f5;
  font-weight: bold;
  border-bottom: 1px solid #ababab;
}
@media only screen and (max-width: 767px) {
  #contantBlock .contantBlockTitle {
    padding: 15px 20px;
    font-size: 16px;
  }
}
#contantBlock .contantBlockDetail {
  line-height: 180%;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  #contantBlock .contantBlockDetail {
    padding: 20px;
  }
}
#contantBlock .contantBlockDetail .inquiries {
  font-size: 14px;
  margin-bottom: 15px;
}
#contantBlock .contantBlockDetail .telNum {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #contantBlock .contantBlockDetail .telNum {
    font-size: 16px;
  }
  #contantBlock .contantBlockDetail .telNum .reception {
    font-size: 14px;
  }
}
#contantBlock .contantBlockDetail .hours {
  font-size: 14px;
}
#contantBlock .contantBlockDetail .mail {
  font-size: 14px;
}

/* accordion */
/*----------------------------------*/
.acBlockWrap ul li {
  margin-top: 10px;
}
.acBlockWrap ul li:first-child {
  margin-top: 0;
}
.acBlockWrap ul li .acBlock {
  border: 1px solid #ababab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.acBlockWrap ul li .acBlock .acBtn .acBtnInner {
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .acBlockWrap ul li .acBlock .acBtn .acBtnInner {
    width: 94%;
  }
}
.acBlockWrap ul li .acBlock .acBtn a {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  background-image: url("../images/icon/plus.png");
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  -ms-background-size: 10px;
  -o-background-size: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 98% center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .acBlockWrap ul li .acBlock .acBtn a {
    padding: 20px 20px 20px 15px;
    background-position: 96% center;
  }
}
.acBlockWrap ul li .acBlock .acBtn a:hover {
  background-color: #E1E5E4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.acBlockWrap ul li .acBlock .acBtn a.active {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #deedd6;
  background-image: url("../images/icon/minus.png");
}
.acBlockWrap ul li .acBlock .acBtn a p {
  line-height: normal;
}
.acBlockWrap ul li .acBlock .acBtn span {
  vertical-align: middle;
}
.acBlockWrap ul li .acBlock .que, .acBlockWrap ul li .acBlock .ans {
  font-size: 20px;
  vertical-align: middle;
}
.acBlockWrap ul li .acBlock .que {
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .acBlockWrap ul li .acBlock .que {
    width: 5%;
    padding-right: 10px;
  }
}
.acBlockWrap ul li .acBlock .ans {
  padding-right: 15px;
}
.acBlockWrap ul li .acBlock .detailBlock {
  display: none;
  padding: 20px;
}
.acBlockWrap ul li .acBlock .detailBlock a {
  color: #3399cc;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
  background-image: url("../images/icon/arrow.png");
  padding-left: 20px;
}
.acBlockWrap ul li .acBlock .detailBlock a:hover {
  text-decoration: underline;
}
.acBlockWrap ul li .acBlock .detailBlockInner, .acBlockWrap ul li .acBlock .acBtnInner {
  display: table;
}
.acBlockWrap ul li .acBlock .detailBlockInner > p, .acBlockWrap ul li .acBlock .acBtnInner > p {
  display: table-cell;
}
@media only screen and (min-width: 768px) {
  .acBlockWrap ul li .acBlock .detailBlockInner > p, .acBlockWrap ul li .acBlock .acBtnInner > p {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .acBlockWrap ul li .acBlock .detailBlockInner > p, .acBlockWrap ul li .acBlock .acBtnInner > p {
    vertical-align: top;
  }
}

.siteLeft {
  width: 720px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .siteLeft {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
}
.siteLeft .inner {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .siteLeft .inner {
    width: 94%;
  }
}

/* sidebar */
/*----------------------------------*/
.siteRight {
  float: right;
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .siteRight {
    float: none;
    width: 100%;
  }
}
.siteRight a {
  line-height: 180%;
}
.siteRight #sideNav {
  margin-bottom: 10px;
}
.siteRight #sideNav ul {
  border: 1px solid #babfbe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.siteRight #sideNav ul li {
  border-top: 1px solid #babfbe;
}
.siteRight #sideNav ul li:first-child {
  border-top: none;
}
.siteRight #sideNav ul li a {
  display: block;
  background-image: url("../images/icon/arrow.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  -ms-background-size: 10px;
  -o-background-size: 10px;
  background-size: 10px;
  padding: 15px 25px 15px 17px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.siteRight #sideNav ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #e1e5e4;
}
.siteRight #sideBanner ul li {
  margin-top: 10px;
}
.siteRight #sideBanner ul li:first-child {
  margin-top: 0;
}
.siteRight #sideBanner ul li a {
  color: #fff;
  display: block;
  background-image: url("../images/icon/arrow_white.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  -ms-background-size: 10px;
  -o-background-size: 10px;
  background-size: 10px;
  padding: 20px 35px;
  font-weight: bold;
  font-size: 16px;
}

#newsMovie h4 {
  font-weight: bold;
  color: #639d2b;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 40px;
}
#newsMovie p {
  line-height: 180%;
  margin-bottom: 15px;
}

/* FAQ */
/*------------------------------*/
#contactAreaDescription {
  margin-bottom: 15px;
}

#contactSummary table tr th, #contactSummary table tr td {
  text-align: left;
}
#contactSummary table tr th {
  font-weight: bold;
  width: 170px;
}
@media only screen and (max-width: 767px) {
  #contactSummary table tr th {
    width: auto;
  }
}

/* STORE */
/*------------------------------*/
.storePage p {
  line-height: 180%;
}
.storePage .dmmLogo {
  height: 13px;
}
.storePage .blankIcon {
  background-repeat: no-repeat;
  background-position: 92% center;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  -ms-background-size: 10px;
  -o-background-size: 10px;
  background-size: 10px;
}
.storePage #onlineStore {
  font-size: 0;
  padding: 50px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .storePage #onlineStore {
    padding: 30px 20px;
  }
}
.storePage #onlineStore #storeLogo, .storePage #onlineStore #storeText {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .storePage #onlineStore #storeLogo, .storePage #onlineStore #storeText {
    width: 100%;
  }
}
.storePage #onlineStore #storeLogo {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .storePage #onlineStore #storeLogo {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
.storePage #onlineStore #storeText {
  width: 580px;
}
@media only screen and (max-width: 767px) {
  .storePage #onlineStore #storeText {
    width: 100%;
  }
}
.storePage #onlineStore #storeText .sentence {
  margin-bottom: 20px;
}
.storePage #onlineStore #storeText .storeBtnWrap a {
  background-image: url("../images/icon/blank_white.png");
  padding-right: 50px;
}
@media only screen and (min-width: 768px) {
  .storePage #onlineStore #storeText .storeBtnWrap a {
    display: inline-block;
  }
}
.storePage .movieList ul li {
  float: left;
  width: 188px;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .storePage .movieList ul li {
    margin-left: 10px;
  }
  .storePage .movieList ul li:nth-child(5n+1) {
    margin-left: 0;
  }
  .storePage .movieList ul li:nth-child(n+6) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .storePage .movieList ul li {
    width: 48.5%;
    margin-left: 3%;
    padding: 10px;
  }
  .storePage .movieList ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .storePage .movieList ul li:nth-child(n+3) {
    margin-top: 3%;
  }
}
.storePage .movieList ul li .movieName {
  font-weight: bold;
  margin-bottom: 20px;
  height: 60px;
  line-height: 150%;
}
.storePage .movieList ul li .thumb {
  margin-bottom: 20px;
  text-align: center;
}
.storePage .movieList ul li .thumb img {
  height: 110px;
}
.storePage .movieList ul li .buyBtn a {
  background-image: url("../images/icon/blank.png");
  padding: 15px 20px;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.storePage #contantBlock .contantBlockDetail .telNum {
  margin-bottom: 0;
}

/* policy */
/*------------------------------*/
.policyPage .contText .sentence {
  margin-bottom: 20px;
}

/* mailmagazine */
/*------------------------------*/
.text-mail {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .text-mail {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.mailmagazinePage .ctaBtn {
  display: inline-block;
}
.mailmagazinePage .ctaBtnWrap {
  margin-top: 20px;
}
.mailmagazinePage .ctaBtnWrap input[type="submit"] {
  border: none;
  width: 120px;
}
.mailmagazinePage .ctaBtnWrap input[type="submit"]:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .mailmagazinePage .ctaBtnWrap input[type="submit"] {
    width: 100%;
  }
}

/* VOICE */
/*------------------------------*/
#voice p {
  line-height: 180%;
}
#voice .profileBlock .profText .nameBoxWrap .role {
  margin-bottom: 5px;
}
#voice .profileBlock .profText .nameBoxWrap .name {
  line-height: 140%;
}
#voice .profileBlock .profText .detailText dl {
  margin-top: 15px;
}
#voice .profileBlock .profText .detailText dl:first-child {
  margin-top: 0;
}
#voice .profileBlock .profText .detailText dl dt {
  font-weight: bold;
}
#voice .profileBlock .profText .detailText dl dt p {
  line-height: 150%;
}

/* ABOUT */
/*------------------------------*/
.aboutPage p {
  line-height: 180%;
}
.aboutPage .tableWrap table tr th {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .aboutPage .tableWrap table tr th {
    width: auto;
  }
}
.aboutPage .tableWrap table tr th, .aboutPage .tableWrap table tr td {
  text-align: left;
}
.aboutPage .textBoxWrap .textBox {
  background-color: #0b9b26;
  width: 233px;
}
@media only screen and (min-width: 768px) {
  .aboutPage .textBoxWrap .textBox {
    height: 120px;
    padding: 24px;
    margin-left: 10px;
  }
  .aboutPage .textBoxWrap .textBox:nth-child(3n+1) {
    margin-left: 0;
  }
  .aboutPage .textBoxWrap .textBox:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutPage .textBoxWrap .textBox {
    width: 100%;
    margin-top: 10px;
  }
  .aboutPage .textBoxWrap .textBox:first-child {
    margin-top: 0;
  }
}
.aboutPage .textBoxWrap .textBox p {
  font-size: 14px;
}
.aboutPage .textBoxWrap .textBox p span {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .aboutPage .textBoxWrap .textBox p span {
    margin-bottom: 5px;
  }
}
.aboutPage #aboutHistory {
  background-color: #F5F5F5;
  padding: 20px;
}
.aboutPage #aboutHistory .leftBlock .title {
  margin-bottom: 15px;
}
.aboutPage #aboutHistory .leftBlock .text {
  line-height: 150%;
}
.aboutPage #aboutHistory .rightBlock {
  width: auto;
}
.aboutPage #aboutHistory .rightBlock .img {
  width: auto;
  text-align: center;
}
.aboutPage #whatsRecommendation ul .profileBlock .profPhoto {
  width: 185px;
}
@media only screen and (max-width: 767px) {
  .aboutPage #whatsRecommendation ul .profileBlock .profPhoto {
    width: 90px;
  }
}
.aboutPage #whatsRecommendation ul .profileBlock .profText {
  width: 510px;
}
@media only screen and (max-width: 767px) {
  .aboutPage #whatsRecommendation ul .profileBlock .profText {
    width: 94%;
  }
}

/* global link */
/*------------------------------*/
.globallinkPage #linkGlobalMap {
  text-align: center;
}
.globallinkPage #linkGlobalMap #linkGlobalMapImg {
  position: relative;
  display: inline-block;
}
.globallinkPage #linkGlobalMap #linkGlobalMapImg img {
  width: 100%;
}
.globallinkPage #linkGlobalMap #flagWrap {
  position: absolute;
  top: 0;
  left: 0;
}
.globallinkPage #linkGlobalMap #flagWrap img {
  width: 31px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList {
  position: relative;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag {
  position: absolute;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag01 {
  top: 77px;
  left: 38px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag02 {
  top: 59px;
  left: 106px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag03 {
  top: 106px;
  left: 96px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag05 {
  top: 81px;
  left: 74px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag09 {
  top: 144px;
  left: 90px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag10 {
  top: 58px;
  left: 73px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag11 {
  top: 107px;
  left: 131px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag13 {
  top: 143px;
  left: 59px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag16 {
  top: 129px;
  left: 285px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag17 {
  top: 139px;
  left: 241px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag19 {
  top: 257px;
  left: 272px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag20 {
  top: 292px;
  left: 343px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag23 {
  top: 128px;
  left: 489px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag24 {
  top: 87px;
  left: 461px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag25 {
  top: 106px;
  left: 40px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag26 {
  top: 143px;
  left: 42px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag27 {
  top: 129px;
  left: 67px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag28 {
  top: 129px;
  left: 96px;
}
.globallinkPage #linkGlobalMap #flagWrap .flagList .flag.listMapFlag29 {
  top: 139px;
  left: 214px;
}
.globallinkPage #grobalAreaList {
  font-size: 0px;
}
.globallinkPage #grobalAreaList .linkGrobalArea {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .globallinkPage #grobalAreaList .linkGrobalArea {
    width: 100%;
    margin-top: 30px;
  }
  .globallinkPage #grobalAreaList .linkGrobalArea:first-child {
    margin-top: 0;
  }
  .globallinkPage #grobalAreaList .linkGrobalArea.list2column {
    font-size: 0;
  }
  .globallinkPage #grobalAreaList .linkGrobalArea.list2column ul {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li {
  line-height: 160%;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 22px;
  -moz-background-size: 22px;
  -ms-background-size: 22px;
  -o-background-size: 22px;
  background-size: 22px;
  padding-left: 30px;
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li a {
  font-size: 14px;
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe01 {
  background-image: url("../images/under/flag/img_flg_gbr.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe02 {
  background-image: url("../images/under/flag/img_flg_swe.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe03 {
  background-image: url("../images/under/flag/img_flg_ger.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe04 {
  background-image: url("../images/under/flag/img_flg_bel.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe05 {
  background-image: url("../images/under/flag/img_flg_dnk.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe06 {
  background-image: url("../images/under/flag/img_flg_fin.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe07 {
  background-image: url("../images/under/flag/img_flg_isl.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe08 {
  background-image: url("../images/under/flag/img_flg_irl.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe09 {
  background-image: url("../images/under/flag/img_flg_ita.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe10 {
  background-image: url("../images/under/flag/img_flg_nor.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe11 {
  background-image: url("../images/under/flag/img_flg_pol.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe12 {
  background-image: url("../images/under/flag/img_flg_prt.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe13 {
  background-image: url("../images/under/flag/img_flg_sui.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe14 {
  background-image: url("../images/under/flag/img_flg_france.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe15 {
  background-image: url("../images/under/flag/img_flg_greece.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe16 {
  background-image: url("../images/under/flag/img_flg_indonesia.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Europe17 {
  background-image: url("../images/under/flag/img_flg_spain.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Middle-east01 {
  background-image: url("../images/under/flag/img_flg_uae.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.Africa01 {
  background-image: url("../images/under/flag/img_flg_rsa.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.AsiaPacific01 {
  background-image: url("../images/under/flag/img_flg_jpn.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.AsiaPacific02 {
  background-image: url("../images/under/flag/img_flg_kor.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.AsiaPacific03 {
  background-image: url("../images/under/flag/img_flg_aus.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.AsiaPacific04 {
  background-image: url("../images/under/flag/img_flg_nzl.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.AsiaPacific05 {
  background-image: url("../images/under/flag/img_flg_phi.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.AsiaPacific06 {
  background-image: url("../images/under/flag/img_flg_indonesia.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.AsiaPacific07 {
  background-image: url("../images/under/flag/img_flg_china.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.America01 {
  background-image: url("../images/under/flag/img_flg_usa.gif");
}
.globallinkPage #grobalAreaList .linkGrobalArea ul li.America02 {
  background-image: url("../images/under/flag/img_flg_can.gif");
}
.globallinkPage .areaBlockWrap .areaBlock .prefBlock ul {
  border: 1px solid #ababab;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.globallinkPage .areaBlockWrap .areaBlock .prefBlock ul > li {
  display: table;
  width: 100%;
  border-top: 1px solid #ababab;
}
.globallinkPage .areaBlockWrap .areaBlock .prefBlock ul > li:first-child {
  border-top: none;
}
.globallinkPage .areaBlockWrap .areaBlock .prefBlock ul > li .prefName {
  display: table-cell;
  background-color: #f5f5f5;
  padding: 20px;
  width: 140px;
  border-right: 1px solid #ababab;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.globallinkPage .areaBlockWrap .areaBlock .prefBlock ul > li .schoolNameWrap {
  display: table-cell;
}
.globallinkPage .areaBlockWrap .areaBlock .prefBlock ul > li .schoolNameWrap .schoolName > li a {
  padding: 20px;
  display: block;
  background-image: url("../images/icon/arrow.png");
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  -ms-background-size: 10px;
  -o-background-size: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  line-height: 150%;
  background-position: 98% center;
}
.globallinkPage .areaBlockWrap .areaBlock .prefBlock ul > li .schoolNameWrap .schoolName > li a:hover {
  background-color: #f5f5f5;
}




#shortEventText{
	font-size : 14px;
	line-height: 200%;
    margin-bottom: 15px;
}
.school_shortEvent .newsWrap .news ul li .title{
	width : calc(100% - 100px);
}
@media only screen and (max-width: 767px) {
	.school_shortEvent .newsWrap .news ul li .title{
		width : 100%;
	}
}

.adidas_product_header{
	font-size : 24px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-bottom : 20px;
}
.adidas_product{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom : 40px;
}

.adidas_product_item{
	display: table-cell;
	width : 215px;
	padding : 0 20px;
	text-align: left;
	vertical-align: top;
	position: relative;
}
.adidas_product_item:first-of-type{
	padding-left : 0;
}
.adidas_product_item:last-of-type{
	padding-right : 0;
}
.adidas_product_item .model_name{
	font-family: 'Montserrat', sans-serif;
	font-size : 28px;
	font-weight : bold;
	margin-bottom: -14px;
	padding-left : 24px;
	position: relative;
	z-index: 2;
}
.adidas_product_item .model_image{
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.adidas_product_item .model_description{
	font-size : 13px;
	line-height: 2;
	text-align: center;
	margin-bottom: 15px;
}
.adidas_product_item .model_number{
	font-size : 12px;
	color : #9f9f9f;
	text-align: center;
	margin-bottom: 25px;
}
.adidas_product_item .adidas_product_link{
	width: 100%;
}
.adidas_product_item .adidas_product_link a{
	display: block;
	padding : 10px 0;
	text-align: center;
	background-color : #fff;
	border : 1px solid #000;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.adidas_product_item .adidas_product_link a:hover{
	background-color : #e4e8e7;
}
@media only screen and (max-width: 767px) {
	.adidas_product_header{
		font-size : 18px;
	}
	.adidas_product{
		display: block;
		width: 100%;
		font-size : 0;
	}
	.adidas_product_item{
		display: inline-block;
		width : 50%;
		padding : 0 10px 20px;
		text-align: left;
		vertical-align: top;
		position: relative;
		box-sizing: border-box;
	}
	.adidas_product_item:nth-of-type(2n){
		padding-right : 0;
	}
	.adidas_product_item:nth-of-type(2n+1){
		padding-left : 0;
	}
	.adidas_product_item .model_name{
		font-size: 20px;
		margin-bottom: -10px;
		padding-left : 12px;
	}
	.adidas_product_item .model_description{
		line-height: 1.7;
	}
	.adidas_product_item .model_description br{
		display : none;
	}
	.adidas_product_item .model_number{
		font-size : 12px;
		color : #9f9f9f;
		text-align: center;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.adidas_product_item .adidas_product_link a{
		font-size : 12px;	
	}
}



.underContBoxInner .movie {
  height: 405px;
}
@media only screen and (max-width: 767px) {
  .underContBoxInner .movie {
    height: 300px;
  }
}
