@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon_li48hk.eot");
  src: url("fonts/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon_li48hk.woff") format("woff"), url("fonts/icomoon_li48hk.ttf") format("truetype"), url("fonts/icomoon_li48hk-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-daia:before {
  content: "\e600"; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

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

html {
  overflow-y: scroll; }

body {
  line-height: 1.8; }

p {
  font-size: 16px;
  margin-bottom: 1.3em; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

a img {
  vertical-align: bottom; }

/*common
----------------------------------------------------------*/
html {
  height: 100%;
  color: #545454;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.0;
  -webkit-font-smoothing: antialiased; }

body {
  height: 100%; }

a {
  color: #b48723; }

a:hover {
  text-decoration: none; }

a.arrow {
  background-image: url(img/common/arrow_list.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  text-decoration: none; }
  a.arrow:hover {
    text-decoration: underline; }

#breadcrumb {
  overflow: hidden; }

#breadcrumb li {
  color: #bababa;
  line-height: 1.5; }
  #breadcrumb li a {
    color: #bababa; }
  #breadcrumb li:before {
    margin: 0 0.7em;
    font-family: 'icomoon';
    content: "" !important; }
  #breadcrumb li:first-child:before {
    content: "" !important;
    margin: 0; }

/*side
----------------------------------------------------------*/
header#side {
  background-color: #f36d89;
  width: 210px;
  height: 100%;
  position: fixed;
  z-index: 100;
  padding-top: 70px;
  -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1); }
  header#side h1 {
    text-align: center;
    margin-bottom: 60px; }
  header#side a:hover {
    opacity: 0.6; }
  header#side #gnavi ul {
    text-align: center;
    margin-bottom: 50px; }
    header#side #gnavi ul li {
      line-height: 1;
      margin-bottom: 25px; }
  header#side #purpose ul {
    text-align: center; }

/*font-style
----------------------------------------------------------*/
#mainCol h1 {
  color: #f72359;
  font-size: 40px;
  line-height: 1; }

h2 {
  font-size: 26px;
  color: #f72359;
  margin-bottom: 17px; }

.single #postSingle section p,
.privacy #mainCol #content p,
.recommend #mainCol #content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1.3em;
  padding: 0 10px; }

.single #postSingle section h2 + p,
.privacy #mainCol #content h2 + p,
.recommend #mainCol #content h2 + p {
  padding: 0; }

.single #postSingle section h3,
.privacy #mainCol #content h3,
.recommend #mainCol #content h3 {
  font-size: 20px;
  margin-bottom: 13px; }
  .single #postSingle section h3:before,
  .privacy #mainCol #content h3:before,
  .recommend #mainCol #content h3:before {
    font-family: 'icomoon';
    content: "\e600";
    margin-right: 0.3em; }

.single #postSingle section p + h3,
.single #postSingle section ul + h3,
.privacy #mainCol #content p + h3,
.privacy #mainCol #content ul + h3,
.recommend #mainCol #content p + h3,
.recommend #mainCol #content ul + h3 {
  margin-top: 40px; }

.single #postSingle section section ul,
.privacy #mainCol #content section ul,
.recommend #mainCol #content section ul {
  padding: 0 10px;
  margin-bottom: 1.3em; }
  .single #postSingle section section ul li,
  .privacy #mainCol #content section ul li,
  .recommend #mainCol #content section ul li {
    margin-bottom: 0.5em; }
    .single #postSingle section section ul li:before,
    .privacy #mainCol #content section ul li:before,
    .recommend #mainCol #content section ul li:before {
      font-family: 'icomoon';
      font-size: 9px;
      vertical-align: 10%;
      content: "\e600";
      margin: 0 1em 0 0.6em; }

/*mainCol
----------------------------------------------------------*/
#mainCol {
  margin-left: 210px; }
  #mainCol #breadcrumb {
    font-size: 14px; }
    #mainCol #breadcrumb li {
      float: left; }

#mainCol #content {
  width: 800px;
  margin: 0 auto; }
  #mainCol #content header {
    padding: 20px 0 60px; }
    #mainCol #content header h1 {
      clear: both;
      padding-top: 40px;
      text-align: center; }
  #mainCol #content footer {
    clear: both; }

/*footer
----------------------------------------------------------*/
#siteFooter {
  width: 800px;
  margin: 0 auto; }
  #siteFooter ul {
    margin-top: 45px;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center; }
    #siteFooter ul li {
      display: inline-block;
      font-size: 12px; }
      #siteFooter ul li:after {
        content: '|';
        color: #e4e4e4;
        margin: 0 15px; }
      #siteFooter ul li:last-child:after {
        content: '';
        margin: 0; }
  #siteFooter li a {
    color: #9f9f9f;
    text-decoration: none; }
    #siteFooter li a:hover {
      text-decoration: underline; }

small#copy {
  background: #fafafa;
  clear: both;
  line-height: 45px;
  font-size: 10px;
  color: #b8b8b8;
  display: block;
  text-align: center; }

/*form
----------------------------------------------------------*/
#formSteps {
  text-align: center; }
  #formSteps li {
    display: inline-block;
    margin-bottom: 40px; }

.media #formSteps,
.corporations #formSteps {
  display: none; }

/*top
----------------------------------------------------------*/
.home #topSlide {
  height: 100%;
  margin-left: 210px;
  position: relative; }
  .home #topSlide #siteFooter {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #fff; }
    .home #topSlide #siteFooter ul {
      margin: 0;
      padding-right: 20px;
      line-height: 30px;
      text-align: right; }
      .home #topSlide #siteFooter ul li:after {
        content: '|';
        color: #e4e4e4;
        margin: 0 10px; }
      .home #topSlide #siteFooter ul li:last-child:after {
        content: '';
        margin: 0; }

.home #captionWrap {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 10;
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  font-size: 16px; }

/*news-drawer
----------------------------------------------------------*/
#newsDrawer {
  position: fixed;
  left: 0px;
  height: 100%;
  transition: left 0.3s ease-in-out;
  z-index: 8; }
  #newsDrawer #drawerBtn {
    position: absolute;
    top: 20px;
    right: -60px;
    background: #fff;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    font-family: Georgia;
    display: block;
    text-decoration: none;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1); }
  #newsDrawer:hover {
    left: 210px;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1); }
    #newsDrawer:hover #drawerBtn {
      opacity: 0;
      transition: all 0.4s ease 0s; }
    #newsDrawer:hover .inner {
      -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1); }
  #newsDrawer .inner {
    background: #fff;
    width: 210px;
    height: 100%;
    overflow: auto;
    z-index: 6; }
    #newsDrawer .inner #drawerHead {
      height: 40px;
      line-height: 40px !important;
      position: fixed;
      width: 210px;
      background: #fff;
      z-index: 1; }
      #newsDrawer .inner #drawerHead h1 {
        font-family: Georgia;
        font-size: 18px;
        float: left;
        padding-left: 20px; }
      #newsDrawer .inner #drawerHead a {
        float: right;
        font-size: 14px;
        padding-right: 20px;
        line-height: 40px !important; }
    #newsDrawer .inner li {
      background: url(img/news/thumb.jpg) no-repeat center center;
      margin-bottom: 10px;
      -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
      background-size: cover; }
      #newsDrawer .inner li:first-child {
        padding-top: 40px; }
      #newsDrawer .inner li a {
        width: 170px;
        height: 138px;
        display: block;
        padding: 10px 20px;
        color: #fff;
        text-decoration: none;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        background: rgba(21, 6, 23, 0.72); }
        #newsDrawer .inner li a:hover {
          background: rgba(21, 6, 23, 0.72);
          opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "alpha(opacity=100)";
          transition: opacity 0.4s ease 0; }
        #newsDrawer .inner li a .title {
          line-height: 1.5;
          font-size: 14px; }
        #newsDrawer .inner li a .date {
          font-family: Georgia;
          line-height: 1;
          overflow: hidden;
          font-size: 20px;
          float: left;
          margin-bottom: 10px; }
          #newsDrawer .inner li a .date .day {
            display: inline-block;
            font-size: 56px;
            float: left;
            margin-right: 10px;
            line-height: 1.1; }
          #newsDrawer .inner li a .date .month {
            display: inline-block;
            float: left;
            padding-top: 15px; }

/*concept
----------------------------------------------------------*/
#conceptWrap {
  position: absolute;
  z-index: 10000;
  width: 100%;
  background: #fff;
  left: -100%;
  height: 4458px;
  transition: left 0.3s ease-in-out; }
  #conceptWrap.active {
    left: 0; }
  #conceptWrap #content {
    background-image: none !important;
    position: relative;
    display: none;
    height: 4458px; }
  #conceptWrap section {
    margin-bottom: 0 !important; }

/*service
----------------------------------------------------------*/
body.service #mainCol #content {
  width: inherit; }
  body.service #mainCol #content header, body.service #mainCol #content footer {
    width: 800px;
    margin: 0 auto; }
  body.service #mainCol #content header {
    padding-bottom: 10px; }
    body.service #mainCol #content header #maintxt {
      text-align: center;
      margin-top: 70px;
      margin-bottom: 0px;
      line-height: 2; }
  body.service #mainCol #content .inner {
    height: 325px;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 45px; }
    body.service #mainCol #content .inner p {
      margin-bottom: 10px; }
    body.service #mainCol #content .inner h2 {
      margin-bottom: 8px; }
  body.service #mainCol #content #kids {
    width: 800px;
    margin: 0 auto;
    height: 280px;
    background: url(img/service/index/img_kids.jpg) no-repeat right center;
    border-bottom: 1px solid #e8e2d0; }
    body.service #mainCol #content #kids .inner {
      width: 520px; }
  body.service #mainCol #content #school {
    width: 950px;
    margin: 0 auto;
    background: url(img/service/index/img_school.jpg) no-repeat left center; }
    body.service #mainCol #content #school .inner {
      width: 580px;
      margin-left: 275px; }
  body.service #mainCol #content #corporate {
    border-top: 1px solid #e8e2d0;
    width: 800px;
    margin: 0 auto 60px;
    background: url(img/service/index/img_corporate.jpg) no-repeat right center; }
    body.service #mainCol #content #corporate .inner {
      width: 530px; }
      body.service #mainCol #content #corporate .inner h2 {
        margin-bottom: 15px; }

/*trust-form
----------------------------------------------------------*/
div#trust-form.contact-form {
  margin-bottom: 100px; }
  div#trust-form.contact-form #message-container-input {
    margin-bottom: 40px; }
  div#trust-form.contact-form form table {
    margin-bottom: 0; }
    div#trust-form.contact-form form table div {
      padding: 0; }
    div#trust-form.contact-form form table tr {
      display: block;
      margin-bottom: 33px; }
      div#trust-form.contact-form form table tr:hover {
        background: #fff; }
      div#trust-form.contact-form form table tr th {
        display: block;
        padding: 0px;
        font-size: 14px;
        margin-bottom: 0.8em; }
        div#trust-form.contact-form form table tr th .subject {
          margin-bottom: 0.8em; }
      div#trust-form.contact-form form table tr td {
        padding: 0;
        display: block; }
        div#trust-form.contact-form form table tr td input {
          border: 1px solid #ccc;
          line-height: 2;
          font-size: 16px;
          padding: 0 1%;
          border-radius: 2px;
          width: 98%;
          color: #888; }
        div#trust-form.contact-form form table tr td textarea {
          line-height: 1.3;
          font-size: 16px;
          width: 98%;
          padding: 1%;
          border: 1px solid #ccc;
          height: 10em;
          color: #888; }
          div#trust-form.contact-form form table tr td textarea:focus {
            outline: none; }
    div#trust-form.contact-form form table ul li {
      display: inline-block;
      margin-right: 1.5em;
      line-height: 1.8;
      font-size: 14px; }
      div#trust-form.contact-form form table ul li:before {
        content: none; }
      div#trust-form.contact-form form table ul li input {
        width: auto; }
  div#trust-form.contact-form form #confirm-button input {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    width: 160px;
    height: 40px;
    border: solid 1px #fff;
    outline: solid 1px #f36d89;
    background: #f36d89; }
    div#trust-form.contact-form form #confirm-button input:hover {
      background: #ff85a4; }

div#trust-form.contact-form table th,
div#trust-form.contact-form table td {
  border: none; }

.formInquiry02 tr {
  width: 47%; }

.formInquiry02 .element-2 {
  float: left; }

.formInquiry02 .element-1 {
  float: right; }

.formInquiry02 .element-3 {
  float: left; }

.formInquiry02 .element-4 {
  float: right; }

.formInquiry02 .element-7 {
  clear: both;
  width: 100%; }

.formInquiry02 .element-5 {
  width: 100%; }

.inquiry-party div#trust-form.contact-form tr {
  width: 47%; }

.inquiry-party div#trust-form.contact-form .element-3, .inquiry-party div#trust-form.contact-form .element-4, .inquiry-party div#trust-form.contact-form .element-7 {
  float: left; }

.inquiry-party div#trust-form.contact-form .element-9, .inquiry-party div#trust-form.contact-form .element-5, .inquiry-party div#trust-form.contact-form .element-10 {
  float: right; }

.inquiry-party div#trust-form.contact-form .element-5 .subject {
  float: left; }

.inquiry-party div#trust-form.contact-form .element-11, .inquiry-party div#trust-form.contact-form .element-12, .inquiry-party div#trust-form.contact-form .element-8, .inquiry-party div#trust-form.contact-form .element-13, .inquiry-party div#trust-form.contact-form .element-14 {
  clear: both;
  width: 100%; }

.inquiry-party div#trust-form.contact-form .element-13 ul li {
  width: 50%;
  margin: 0; }

.inquiry-school div#trust-form.contact-form tr {
  width: 47%; }

.inquiry-school div#trust-form.contact-form .element-3, .inquiry-school div#trust-form.contact-form .element-5 {
  float: left; }

.inquiry-school div#trust-form.contact-form .element-4 {
  float: right; }

.inquiry-school div#trust-form.contact-form .element-8 {
  clear: both;
  width: 100%; }

.inquiry-goods div#trust-form.contact-form tr {
  width: 47%; }

.inquiry-goods div#trust-form.contact-form .element-2, .inquiry-goods div#trust-form.contact-form .element-4, .inquiry-goods div#trust-form.contact-form .element-6 {
  float: left; }

.inquiry-goods div#trust-form.contact-form .element-3, .inquiry-goods div#trust-form.contact-form .element-5, .inquiry-goods div#trust-form.contact-form .element-7 {
  float: right; }

.inquiry-goods div#trust-form.contact-form .element-8 {
  clear: both;
  width: 100%; }

.inquiry div#trust-form.contact-form tr {
  width: 47%; }

.inquiry div#trust-form.contact-form .element-5, .inquiry div#trust-form.contact-form .element-3 {
  float: left; }

.inquiry div#trust-form.contact-form .element-1, .inquiry div#trust-form.contact-form .element-6 {
  float: right; }

.inquiry div#trust-form.contact-form .element-2 {
  clear: both;
  width: 100%; }

#trust-form.contact-form-confirm table {
  display: block;
  border: 1px solid #eee;
  padding: 5% 10%;
  width: 80%;
  margin-bottom: 20px !important;
  background-color: #fafafa; }
  #trust-form.contact-form-confirm table tr {
    width: 100% !important; }

/*2016 school
----------------------------------------------------------*/
.school #mainCol #content.school2016 .pl10 {
  padding-left: 10px; }

.school #mainCol #content.school2016 .mb10 {
  margin-bottom: 10px !important; }

.school #mainCol #content.school2016 span.fz16 {
  font-size: 16px !important; }

.school #mainCol #content.school2016 .weekDay {
  color: #409b61 !important; }

.school #mainCol #content.school2016 .weekEnd {
  color: #ae1717 !important; }

.school #mainCol #content.school2016 #courses {
  background: url(img/service/school/2016/courses_bg.jpg) no-repeat center bottom;
  padding-bottom: 5px; }

.school #mainCol #content.school2016 #anchorCourse {
  margin-top: 40px;
  text-align: center; }
  .school #mainCol #content.school2016 #anchorCourse li {
    display: inline-block;
    margin: 0 40px;
    font-size: 14px;
    line-height: 1.4;
    color: #f85b41; }
    .school #mainCol #content.school2016 #anchorCourse li a {
      margin-bottom: 15px;
      display: inline-block; }
    .school #mainCol #content.school2016 #anchorCourse li:last-child {
      color: #2d74d5; }

.school #mainCol #content.school2016 #shortCourse {
  margin-top: 30px;
  margin-bottom: 80px; }
  .school #mainCol #content.school2016 #shortCourse .inner {
    padding: 0 25px; }
  .school #mainCol #content.school2016 #shortCourse table {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    border-top: 1px solid #ffc4c4;
    border-left: 1px solid #ffc4c4;
    white-space: normal; }
    .school #mainCol #content.school2016 #shortCourse table th, .school #mainCol #content.school2016 #shortCourse table td {
      border-right: 1px solid #ffc4c4;
      border-bottom: 1px solid #ffc4c4;
      padding: 10px;
      table-layout: fixed; }
    .school #mainCol #content.school2016 #shortCourse table th {
      width: 4em;
      background-color: #ffecec;
      text-align: center;
      color: #d55640;
      vertical-align: middle; }
    .school #mainCol #content.school2016 #shortCourse table td {
      color: #d55640; }
      .school #mainCol #content.school2016 #shortCourse table td h5 {
        margin-top: 5px;
        font-size: 14px;
        color: #d55640;
        margin-bottom: 8px;
        line-height: 1.3; }
      .school #mainCol #content.school2016 #shortCourse table td ul {
        padding-left: 1em;
        margin-bottom: 0; }
        .school #mainCol #content.school2016 #shortCourse table td ul li {
          text-indent: -1em;
          font-size: 12px;
          margin-bottom: 0px;
          line-height: 1.3; }
    .school #mainCol #content.school2016 #shortCourse table .time {
      text-align: center;
      padding: 3px;
      color: #d55640; }
  .school #mainCol #content.school2016 #shortCourse table + p {
    text-align: right;
    font-size: 12px; }
  .school #mainCol #content.school2016 #shortCourse p {
    font-size: 14px; }
    .school #mainCol #content.school2016 #shortCourse p span {
      font-size: 12px; }
  .school #mainCol #content.school2016 #shortCourse h3, .school #mainCol #content.school2016 #shortCourse h4, .school #mainCol #content.school2016 #shortCourse h5 {
    color: #f85b41; }
  .school #mainCol #content.school2016 #shortCourse h3 {
    font-size: 26px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f85b41;
    position: relative;
    top: -24px; }
    .school #mainCol #content.school2016 #shortCourse h3 span {
      background: #FFFFFF;
      position: relative;
      top: 24px;
      padding-right: 10px; }
  .school #mainCol #content.school2016 #shortCourse h4 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-indent: -1.3em; }
    .school #mainCol #content.school2016 #shortCourse h4:before {
      font-family: 'icomoon';
      font-size: 12px;
      vertical-align: middle;
      content: "\e600";
      margin: 0 0.5em 0 0.5em;
      line-height: 1.5;
      color: #f85b41; }
  .school #mainCol #content.school2016 #shortCourse ul li {
    font-size: 14px; }
  .school #mainCol #content.school2016 #shortCourse ul.noteList li {
    margin-bottom: 0;
    line-height: 1.5; }
  .school #mainCol #content.school2016 #shortCourse .colTwo .leftCol {
    float: left;
    width: 50%;
    border-right: 1px dashed #dfd4bc; }
  .school #mainCol #content.school2016 #shortCourse .colTwo .rightCol {
    margin-left: 50%;
    padding-left: 35px; }
  .school #mainCol #content.school2016 #shortCourse #teachers {
    text-align: center;
    background: #fffefb;
    border: 1px solid #f1e7d4;
    width: 700px;
    margin: 40px auto 0;
    padding: 15px 0 30px;
    position: relative; }
    .school #mainCol #content.school2016 #shortCourse #teachers #soco_s {
      position: absolute;
      right: -35px;
      top: -69px; }
    .school #mainCol #content.school2016 #shortCourse #teachers h5 {
      font-size: 18px;
      margin-bottom: 15px; }
    .school #mainCol #content.school2016 #shortCourse #teachers .rightCol {
      padding-left: 0px; }
    .school #mainCol #content.school2016 #shortCourse #teachers ul li {
      display: inline-block;
      margin: 10px 10px; }
  .school #mainCol #content.school2016 #shortCourse h5 {
    font-size: 16px; }
  .school #mainCol #content.school2016 #shortCourse .mt50 {
    margin-top: 40px; }

.school #mainCol #content.school2016 #proCourse {
  background: url(img/service/school/2016/pro_img.png) no-repeat right bottom;
  padding-bottom: 30px; }
  .school #mainCol #content.school2016 #proCourse .inner {
    padding: 0 25px; }
  .school #mainCol #content.school2016 #proCourse p {
    font-size: 14px; }
    .school #mainCol #content.school2016 #proCourse p span {
      font-size: 12px; }
  .school #mainCol #content.school2016 #proCourse table {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    border-top: 1px solid #c1d8ff;
    border-left: 1px solid #c1d8ff; }
    .school #mainCol #content.school2016 #proCourse table th, .school #mainCol #content.school2016 #proCourse table td {
      border-right: 1px solid #c1d8ff;
      border-bottom: 1px solid #c1d8ff;
      padding: 10px; }
    .school #mainCol #content.school2016 #proCourse table th {
      width: 8em;
      background-color: #ebf2ff;
      text-align: center;
      color: #2d74d5;
      vertical-align: middle; }
      .school #mainCol #content.school2016 #proCourse table th span {
        font-size: 12px; }
    .school #mainCol #content.school2016 #proCourse table td {
      color: #2568c2;
      text-align: center;
      table-layout: fixed;
      width: 210px;
      font-size: 13px; }
      .school #mainCol #content.school2016 #proCourse table td ul {
        padding: 0;
        margin: 0; }
        .school #mainCol #content.school2016 #proCourse table td ul li {
          padding: 0;
          background: none;
          font-size: 13px;
          line-height: 1.3;
          margin-bottom: 8px; }
          .school #mainCol #content.school2016 #proCourse table td ul li:last-child {
            margin-bottom: 0; }
    .school #mainCol #content.school2016 #proCourse table .time {
      text-align: center;
      padding: 3px;
      width: 200px;
      color: #2d74d5; }
  .school #mainCol #content.school2016 #proCourse table + p {
    text-align: right;
    font-size: 12px; }
  .school #mainCol #content.school2016 #proCourse h3, .school #mainCol #content.school2016 #proCourse h4, .school #mainCol #content.school2016 #proCourse h5 {
    color: #2d74d5; }
  .school #mainCol #content.school2016 #proCourse h3 {
    font-size: 26px;
    margin-bottom: 15px;
    border-bottom: 2px solid #2d74d5;
    position: relative;
    top: -24px; }
    .school #mainCol #content.school2016 #proCourse h3 span {
      background: #FFFFFF;
      position: relative;
      top: 24px;
      padding-right: 10px; }
  .school #mainCol #content.school2016 #proCourse h4 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-indent: -1.3em; }
    .school #mainCol #content.school2016 #proCourse h4:before {
      font-family: 'icomoon';
      font-size: 12px;
      vertical-align: middle;
      content: "\e600";
      margin: 0 0.5em 0 0.5em;
      line-height: 1.5;
      color: #2d74d5; }
  .school #mainCol #content.school2016 #proCourse h5 {
    margin-top: 40px;
    font-size: 16px; }
  .school #mainCol #content.school2016 #proCourse ul#learnPro {
    margin-top: 10px;
    padding-left: 20px;
    width: 460px; }
    .school #mainCol #content.school2016 #proCourse ul#learnPro li {
      font-size: 14px;
      background: url(img/service/school/2016/pro_lh.png) no-repeat left center;
      padding-left: 30px;
      line-height: 1.3;
      margin-bottom: 6px; }
      .school #mainCol #content.school2016 #proCourse ul#learnPro li:last-child {
        background: none;
        text-align: right;
        padding-right: 30px;
        color: #409b61 !important; }

.school #mainCol #content.school2016 #assistant #assistantTitle {
  line-height: 1.2; }
  .school #mainCol #content.school2016 #assistant #assistantTitle span {
    padding: 0; }

.school #mainCol #content.school2016 #application #boardL {
  background: url(img/service/school/2016/board_s.jpg) no-repeat center top;
  height: 230px; }
  .school #mainCol #content.school2016 #application #boardL ul {
    margin-bottom: 30px; }
    .school #mainCol #content.school2016 #application #boardL ul li {
      line-height: 1.3;
      font-size: 12px; }

/*post
----------------------------------------------------------*/
.blog h2 {
  font-size: 26px;
  color: #f72359;
  margin-bottom: 15px; }

#mainCol #postList {
  width: 560px;
  float: left;
  padding-bottom: 0; }
  #mainCol #postList section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    background: url(img/news/line.gif) center bottom no-repeat; }
    #mainCol #postList section h1 {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 10px;
      clear: both; }
    #mainCol #postList section .postTxt .readMore {
      text-align: right; }
    #mainCol #postList section .postContent {
      clear: both; }
      #mainCol #postList section .postContent p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.3em; }

.postMeta {
  color: #9f9f9f;
  margin-bottom: 5px;
  overflow: hidden; }
  .postMeta .date {
    font-family: Georgia;
    color: #6c6c6c;
    line-height: 1;
    overflow: hidden;
    font-size: 25px;
    position: relative;
    float: left;
    padding-right: 18px;
    margin-right: 7px;
    margin-bottom: 10px;
    background: url(img/news/slash.gif) no-repeat right 25px; }
    .postMeta .date .day {
      display: inline-block;
      font-size: 65px;
      margin-right: 8px;
      float: left;
      line-height: 1.1;
      vertical-align: top; }
    .postMeta .date .month {
      display: inline-block;
      padding-top: 15px; }
    .postMeta .date .year {
      display: block; }
  .postMeta ul {
    font-size: 12px;
    margin-top: 22px;
    padding: 0; }
    .postMeta ul li {
      line-height: 1.5; }
      .postMeta ul li span {
        font-family: Georgia;
        font-style: italic; }
      .postMeta ul li:before {
        content: "" !important;
        margin: 0 !important; }

aside#sidebar {
  float: right;
  width: 200px; }
  aside#sidebar h1 {
    font-size: 16px;
    color: #555555;
    margin-bottom: 1em; }
  aside#sidebar ul + h1 {
    margin-top: 50px; }
  aside#sidebar ul li {
    color: #d2b586;
    font-size: 14px;
    margin-bottom: 0.7em;
    text-indent: -1.6em;
    margin-left: 1.6em;
    line-height: 1.5; }
    aside#sidebar ul li:before {
      font-family: 'icomoon';
      font-size: 5px;
      vertical-align: 0%;
      content: "\e600";
      margin: 0 0.5em 0 0.5em;
      line-height: 1.5;
      color: #b48723; }
    aside#sidebar ul li ul {
      padding-top: 0.7em; }

#pager {
  text-align: center;
  margin: 10px 0 35px;
  font-family: Georgia;
  color: #b5b1af;
  font-size: 18px;
  clear: both; }
  #pager .page-numbers {
    margin: 0 10px;
    font-style: italic; }
  #pager .next {
    font-size: 14px; }
  #pager .prev {
    font-size: 14px; }

.newsThumb {
  background: url(img/news/thumb.jpg) no-repeat center center;
  background-size: 550px auto;
  height: 300px; }
  .newsThumb:hover {
    opacity: 0.8; }
  .newsThumb a, .newsThumb .flame {
    display: block;
    text-indent: -9999px;
    width: 560px;
    height: 310px;
    top: -5px;
    position: relative; }
  .newsThumb .flame01 {
    background: url(img/news/flame01.png) no-repeat center center; }
  .newsThumb .flame02 {
    background: url(img/news/flame02.png) no-repeat center center; }
  .newsThumb .flame03 {
    background: url(img/news/flame03.png) no-repeat center center; }

/*single
----------------------------------------------------------*/
#mainCol #postSingle {
  width: 560px;
  float: left;
  margin-bottom: 100px; }
  #mainCol #postSingle h2 {
    font-size: 26px;
    color: #f72359;
    margin-bottom: 15px;
    line-height: 1; }
  #mainCol #postSingle .postMeta {
    margin-bottom: 25px; }
    #mainCol #postSingle .postMeta p {
      padding: 0;
      margin-bottom: 0; }
    #mainCol #postSingle .postMeta .date {
      font-size: 20px;
      padding-right: 20px;
      background: url(img/news/slash.gif) no-repeat right 17px; }
      #mainCol #postSingle .postMeta .date .day {
        font-size: 50px; }
    #mainCol #postSingle .postMeta ul {
      margin-top: 15px;
      margin-left: 0; }
  #mainCol #postSingle .newsThumb {
    margin-bottom: 1em; }
    #mainCol #postSingle .newsThumb:hover {
      opacity: 1; }
  #mainCol #postSingle .postContent p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.3em;
    padding: 0 10px; }
  #mainCol #postSingle section {
    margin-bottom: 65px; }
  #mainCol #postSingle #postLink {
    margin: 15px 0 60px;
    overflow: hidden; }
    #mainCol #postSingle #postLink li {
      float: left; }
      #mainCol #postSingle #postLink li:last-child {
        float: right; }

/*Gallery 
----------------------------------------------------------*/
.post-type-archive-gallery #mainCol #content #albumList,
.tax-gallery_cat #mainCol #content #albumList {
  overflow: hidden;
  margin-bottom: 30px; }

.post-type-archive-gallery #mainCol #content .albumPost,
.tax-gallery_cat #mainCol #content .albumPost {
  width: 250px;
  margin-left: 25px;
  margin-bottom: 25px;
  float: left;
  position: relative; }
  .post-type-archive-gallery #mainCol #content .albumPost h1,
  .tax-gallery_cat #mainCol #content .albumPost h1 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5; }
  .post-type-archive-gallery #mainCol #content .albumPost:nth-child(3n+1),
  .tax-gallery_cat #mainCol #content .albumPost:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }
  .post-type-archive-gallery #mainCol #content .albumPost .thumb,
  .tax-gallery_cat #mainCol #content .albumPost .thumb {
    background: url(img/gallery/album_bg.jpg) no-repeat;
    width: 226px;
    height: 226px;
    padding: 12px;
    display: block; }
    .post-type-archive-gallery #mainCol #content .albumPost .thumb:after,
    .tax-gallery_cat #mainCol #content .albumPost .thumb:after {
      content: url(img/gallery/album_ribbon.png);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .post-type-archive-gallery #mainCol #content .albumPost .thumb:hover .overlay,
    .tax-gallery_cat #mainCol #content .albumPost .thumb:hover .overlay {
      background: rgba(21, 6, 23, 0.72);
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)";
      transition: opacity 0.4s ease 0; }
    .post-type-archive-gallery #mainCol #content .albumPost .thumb .overlay,
    .tax-gallery_cat #mainCol #content .albumPost .thumb .overlay {
      width: 186px;
      height: 186px;
      padding: 20px;
      position: absolute;
      z-index: 10;
      color: #fff;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "alpha(opacity=0)"; }
      .post-type-archive-gallery #mainCol #content .albumPost .thumb .overlay p,
      .tax-gallery_cat #mainCol #content .albumPost .thumb .overlay p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 0; }
      .post-type-archive-gallery #mainCol #content .albumPost .thumb .overlay .photoCount,
      .tax-gallery_cat #mainCol #content .albumPost .thumb .overlay .photoCount {
        font-family: Georgia;
        font-size: 40px;
        text-align: center; }
        .post-type-archive-gallery #mainCol #content .albumPost .thumb .overlay .photoCount span,
        .tax-gallery_cat #mainCol #content .albumPost .thumb .overlay .photoCount span {
          font-size: 30px; }
      .post-type-archive-gallery #mainCol #content .albumPost .thumb .overlay .open,
      .tax-gallery_cat #mainCol #content .albumPost .thumb .overlay .open {
        border: 1px solid #fff;
        width: 184px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        position: absolute;
        bottom: 20px; }
  .post-type-archive-gallery #mainCol #content .albumPost .postTxt,
  .tax-gallery_cat #mainCol #content .albumPost .postTxt {
    line-height: 1.5;
    font-size: 14px; }
    .post-type-archive-gallery #mainCol #content .albumPost .postTxt .date,
    .post-type-archive-gallery #mainCol #content .albumPost .postTxt .category,
    .tax-gallery_cat #mainCol #content .albumPost .postTxt .date, .tax-gallery_cat #mainCol #content .albumPost .postTxt .category {
      font-size: 12px;
      margin-bottom: 0; }
      .post-type-archive-gallery #mainCol #content .albumPost .postTxt .date span,
      .post-type-archive-gallery #mainCol #content .albumPost .postTxt .category span,
      .tax-gallery_cat #mainCol #content .albumPost .postTxt .date span, .tax-gallery_cat #mainCol #content .albumPost .postTxt .category span {
        font-family: Georgia;
        font-style: italic; }

.post-type-archive-gallery #mainCol #content h2,
.tax-gallery_cat #mainCol #content h2 {
  float: left; }

.post-type-archive-gallery #mainCol #content #dropDown,
.tax-gallery_cat #mainCol #content #dropDown {
  float: right;
  padding-top: 10px; }
  .post-type-archive-gallery #mainCol #content #dropDown form,
  .tax-gallery_cat #mainCol #content #dropDown form {
    float: left;
    margin-right: 10px; }
  .post-type-archive-gallery #mainCol #content #dropDown select,
  .tax-gallery_cat #mainCol #content #dropDown select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    text-indent: 0.01px;
    text-overflow: '';
    font-size: 12px;
    color: #fff;
    background-color: #d6b670;
    padding: 2px 7px;
    border-radius: 3px;
    cursor: pointer;
    outline: none; }
    .post-type-archive-gallery #mainCol #content #dropDown select::-ms-expand,
    .tax-gallery_cat #mainCol #content #dropDown select::-ms-expand {
      display: none; }

.single-gallery #mainCol #content #postSingle {
  width: 800px;
  padding-bottom: 0; }
  .single-gallery #mainCol #content #postSingle h1 {
    font-size: 26px;
    color: #f72359;
    margin-bottom: 15px;
    background: url(img/gallery/ttl_line.gif) no-repeat center bottom;
    padding-bottom: 15px;
    clear: both; }
  .single-gallery #mainCol #content #postSingle #dropDown {
    float: right; }
    .single-gallery #mainCol #content #postSingle #dropDown form {
      float: left;
      margin-right: 10px; }
  .single-gallery #mainCol #content #postSingle .albummeta {
    margin-bottom: 20px;
    font-size: 12px; }
    .single-gallery #mainCol #content #postSingle .albummeta li {
      display: inline-block;
      margin-right: 1.5em; }
      .single-gallery #mainCol #content #postSingle .albummeta li span {
        font-family: Georgia;
        font-style: italic; }
    .single-gallery #mainCol #content #postSingle .albummeta .photoCount {
      font-family: Georgia;
      float: right;
      font-size: 22px;
      margin: -5px 0 0; }
      .single-gallery #mainCol #content #postSingle .albummeta .photoCount span {
        font-size: 16px; }

.single-gallery #mainCol #content #photoList {
  padding: 0;
  margin-left: -19px; }
  .single-gallery #mainCol #content #photoList li {
    padding: 0;
    border: 1px solid #cabd94;
    margin-left: 19px;
    margin-bottom: 19px; }
    .single-gallery #mainCol #content #photoList li:before {
      content: none;
      margin: 0; }
    .single-gallery #mainCol #content #photoList li img {
      border: 1px solid #fff; }

.single-gallery #mainCol #content .postContent {
  width: 700px;
  padding: 30px;
  margin: 30px auto;
  border: 1px solid #f5f2ea;
  background: #fbfaf7; }
  .single-gallery #mainCol #content .postContent p {
    margin-bottom: 5px;
    font-size: 14px; }

.single-gallery #mainCol #content #postLink {
  border-top: 1px solid #f5f2ea;
  padding-top: 15px; }

/*membar
----------------------------------------------------------*/
.post-type-archive-member article#content {
  padding-bottom: 50px;
  background: url(img/membar/particle.gif) repeat-y; }

.post-type-archive-member #maintxt {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 0; }

.post-type-archive-member .person {
  width: 200px;
  float: left;
  text-align: center;
  margin-bottom: 50px; }
  .post-type-archive-member .person .memberPic {
    margin-bottom: 10px; }
  .post-type-archive-member .person .memberPic img {
    border-radius: 150px; }
    .post-type-archive-member .person .memberPic img:hover {
      opacity: 0.8; }
  .post-type-archive-member .person p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px; }
    .post-type-archive-member .person p a {
      font-size: 16px; }

.single-member .js-masonry li {
  border: 1px solid #cabd94;
  margin-right: 15px;
  margin-bottom: 15px; }
  .single-member .js-masonry li img {
    border: 1px solid #fff; }

/* COMMON */
.both {
  clear: both; }

.fwB {
  font-weight: bold; }

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

.fs11 {
  font-size: 11px !important; }

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

.fs13 {
  font-size: 13px !important; }

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

.fs15 {
  font-size: 15px !important; }

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

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

.fcGray {
  color: #9f9f9f; }

.taCenter {
  text-align: center; }

.taRight {
  text-align: right; }

.indent10 {
  padding-left: 10px; }

.indent15 {
  padding-left: 15px; }

.indent20 {
  padding-left: 20px; }

.ffGeorgia {
  font-family: Georgia, "Times New Roman", Times, serif; }

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

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

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

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

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

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

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

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

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

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

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

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

#totop {
  bottom: 100px;
  position: fixed;
  right: 40px; }

#totop a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.7; }

.school #anchor {
  width: 560px;
  margin-right: auto;
  margin-left: auto; }

.corporations #anchor,
.kidsparty #anchor {
  width: 420px;
  margin-right: auto;
  margin-left: auto; }

.english #anchor {
  width: 700px;
  margin-right: auto;
  margin-left: auto; }

#anchor li {
  float: left;
  margin-right: 10px;
  margin-left: 10px; }

#anchor a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.2s ease 0s; }

#sns a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.2s ease 0s; }

.formBtn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.2s ease 0s; }

.contactBtn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.2s ease 0s; }

/* SCHOOL */
.school #mainCol #content ul {
  margin-bottom: 1.3em;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0px; }

.school #mainCol #content ul li {
  margin-bottom: 0.5em; }

.school #mainCol #content ul li:before {
  font-family: 'icomoon';
  font-size: 9px;
  vertical-align: 0%;
  content: none;
  margin: 0 1em 0 0.6em; }

.school section {
  margin-bottom: 100px; }

.school #content {
  background-image: url(img/service/school/school_image.png);
  background-repeat: no-repeat;
  background-position: center 100px; }

.school #mainCol #content h1 {
  clear: both;
  padding-top: 50px;
  text-align: center;
  background-image: url(img/service/school/h1.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  margin-top: 30px; }

.school #mainCol #content header {
  padding: 20px 0 0px; }

.school #maintxt {
  text-align: center;
  margin-top: 460px;
  margin-bottom: 40px; }

#point {
  width: 670px;
  margin-right: auto;
  margin-left: auto;
  color: #f72359;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 40px; }

#point .point01 {
  float: left;
  width: 200px;
  background-image: url(img/service/school/point_bg01.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 50px;
  padding-left: 45px;
  padding-top: 10px; }

#point .point02 {
  float: left;
  width: 170px;
  background-image: url(img/service/school/point_bg02.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 50px;
  padding-left: 50px;
  padding-top: 10px; }

#point .point03 {
  float: left;
  width: 155px;
  background-image: url(img/service/school/point_bg03.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 50px;
  padding-left: 50px;
  padding-top: 10px; }

.school #board {
  clear: both;
  background-image: url(img/service/school/board.gif);
  background-repeat: no-repeat;
  height: 160px;
  width: 710px;
  margin-right: auto;
  margin-left: auto;
  color: #5b3510;
  padding-top: 30px;
  text-align: center; }

#course {
  background-image: url(img/service/school/course.gif);
  background-repeat: no-repeat;
  background-position: left top;
  height: 90px;
  width: 718px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  margin-top: 50px; }

.school #mainCol #content #introduction #course p {
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
  padding-top: 6px; }

#course span {
  font-size: 14px;
  font-weight: normal; }

#course #first {
  position: absolute;
  width: 210px;
  left: 4px;
  top: 6px; }

#course #second {
  position: absolute;
  left: 254px;
  top: 6px;
  width: 210px; }

#course #third {
  position: absolute;
  left: 504px;
  width: 210px;
  top: 6px; }

#curriculum {
  width: 660px;
  margin-right: auto;
  margin-left: auto; }

.school #mainCol #content #introduction h2 {
  margin-bottom: 30px; }

.school #mainCol #content #introduction .curriculumTitle {
  margin-bottom: 20px;
  color: #20a850;
  font-weight: bold;
  padding: 0 0px; }

.school #mainCol #content h3:before {
  content: none; }

.school #mainCol #content #introduction #curriculum li {
  padding-left: 20px;
  background-image: url(img/common/icon_green_s.gif);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px; }

#assistant {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #ebc619;
  border-bottom-color: #ebc619;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 50px; }

.school #mainCol #content #assistant #assistantTitle {
  color: #e0bb10;
  font-size: 28px;
  margin-bottom: 0.5em; }

.school #mainCol #content #assistant #assistantTitle span {
  color: #e0bb10;
  font-size: 15px;
  padding-left: 15px; }

#schedule h3 {
  font-size: 24px;
  background-image: url(img/common/icon_gray.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; }

#schedule #scheduleMap {
  background-image: url(img/service/school/schedule.gif);
  background-repeat: no-repeat;
  height: 200px;
  width: 800px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  line-height: 1.4em;
  font-size: 12px; }

.school #mainCol #content #introduction #schedule p {
  margin: 0px; }

#schedule #scheduleMap #scheduleYear01 {
  position: absolute;
  left: 15px;
  top: 0px;
  font-style: italic;
  color: #7f734e; }

#schedule #scheduleMap #scheduleYear02 {
  position: absolute;
  left: 495px;
  top: 0px;
  font-style: italic;
  color: #7f734e; }

#schedule01 {
  padding-top: 3px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari,Chrome */
  border-radius: 5px;
  position: absolute;
  background-color: #FF6600;
  left: 384px;
  top: 139px;
  height: 24px;
  width: 334px;
  background-image: url(img/service/school/schedule_tex01.gif);
  background-repeat: repeat; }

#schedule02 {
  padding-top: 10px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari,Chrome */
  border-radius: 5px;
  position: absolute;
  background-color: #009900;
  top: 73px;
  left: 111px;
  height: 45px;
  width: 120px;
  background-image: url(img/service/school/schedule_tex02.gif);
  background-repeat: repeat; }

#schedule03 {
  padding-top: 10px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari,Chrome */
  border-radius: 5px;
  position: absolute;
  background-color: #009900;
  left: 338px;
  top: 73px;
  height: 45px;
  width: 120px;
  background-image: url(img/service/school/schedule_tex03.gif);
  background-repeat: repeat; }

#schedule04 {
  padding-top: 10px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari,Chrome */
  border-radius: 5px;
  position: absolute;
  background-color: #009900;
  left: 521px;
  top: 73px;
  height: 45px;
  width: 120px;
  background-image: url(img/service/school/schedule_tex04.gif);
  background-repeat: repeat; }

#schedule05 {
  padding-top: 3px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari,Chrome */
  border-radius: 5px;
  position: absolute;
  background-color: #FFCC00;
  left: 654px;
  top: 73px;
  height: 52px;
  width: 80px;
  background-image: url(img/service/school/schedule_tex05.gif);
  background-repeat: repeat;
  font-size: 11px; }

#application #boardL {
  background-image: url(img/service/school/board_l.gif);
  background-repeat: no-repeat;
  height: 590px;
  width: 710px;
  color: #5b3510;
  padding: 45px;
  margin-top: 50px;
  font-size: 14px; }

#application #boardL a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.2s ease 0s; }

#application #boardL .appTitle {
  font-size: 26px;
  padding: 0px;
  line-height: 0.8em;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px; }

#application #boardL #boardTable {
  margin-bottom: 25px;
  font-size: 12px; }

#application #boardL #boardTable table {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #dfd4bc;
  border-left-color: #dfd4bc; }

#application #boardL #boardTable th {
  background-color: #f5f1e8;
  width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: #7d632c;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #dfd4bc;
  border-bottom-color: #dfd4bc; }

#application #boardL #boardTable td {
  padding-left: 20px;
  width: 534px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #dfd4bc;
  border-bottom-color: #dfd4bc; }

#member #slide {
  margin-bottom: 60px; }

#member #slide .list {
  background-image: url(img/common/arrow_list.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 12px;
  width: 30px;
  display: block;
  margin-left: 740px;
  margin-bottom: 0px; }

#slideBox {
  background-image: url(img/service/school/slide_bg.gif);
  background-repeat: no-repeat;
  height: 230px;
  width: 700px;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px; }

.school #mainCol #member #slide #slideBox p {
  margin: 0px;
  padding: 0px; }

#member #slide #slideBox #slider1 .slide {
  height: 230px;
  width: 180px;
  text-align: center; }

#member #slide #slideBox #slider1 .slide img {
  width: 132px;
  height: 132px; }

#member #slide #slideBox .memberPic1 {
  background-image: url(img/service/school/member_bg01.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 132px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px; }

#member #slide #slideBox .memberPic2 {
  background-image: url(img/service/school/member_bg02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 132px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px; }

#member #slide #slideBox .memberPic3 {
  background-image: url(img/service/school/member_bg03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 132px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px; }

#member #slide #slideBox .memberPic4 {
  background-image: url(img/service/school/member_bg04.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 132px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px; }

#member #slide #slideBox .memberPic1 img,
#member #slide #slideBox .memberPic2 img,
#member #slide #slideBox .memberPic3 img,
#member #slide #slideBox .memberPic4 img {
  -moz-border-radius: 150px;
  /* Firefox */
  -webkit-border-radius: 150px;
  /* Safari,Chrome */
  border-radius: 150px; }

#comment {
  position: relative; }

#comment h3 {
  font-size: 24px;
  background-image: url(img/common/icon_pink.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #f63c6c;
  margin-bottom: 20px; }

#comment #soco {
  background-image: url(img/service/school/dot_circle.png);
  background-repeat: no-repeat;
  height: 230px;
  width: 230px;
  position: absolute;
  left: 569px;
  top: 50px;
  background-position: right bottom; }

#comment #soco img {
  -moz-border-radius: 150px;
  /* Firefox */
  -webkit-border-radius: 150px;
  /* Safari,Chrome */
  border-radius: 150px; }

#fb {
  width: 780px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fbfbfb;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px; }

/* CORPORATIONS */
.corporations #mainCol #content ul {
  margin-bottom: 1.3em;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0px; }

.corporations #mainCol #content ul li {
  margin-bottom: 0.5em; }

.corporations #mainCol #content ul li:before {
  font-family: 'icomoon';
  font-size: 9px;
  vertical-align: 0%;
  content: none;
  margin: 0 1em 0 0.6em; }

.corporations section {
  margin-bottom: 100px; }

.corporations #content {
  background-image: url(img/service/corporations/corporations_image.png);
  background-repeat: no-repeat;
  background-position: center 100px; }

.corporations #mainCol #content h1 {
  clear: both;
  padding-top: 50px;
  text-align: center;
  background-image: url(img/service/corporations/h1.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  margin-top: 30px; }

.corporations #mainCol #content header {
  padding: 20px 0 0px; }

.corporations #maintxt {
  text-align: center;
  margin-top: 400px;
  margin-bottom: 40px; }

#results h3 {
  font-size: 24px;
  background-image: url(img/common/icon_pink.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #f63c6c;
  margin-bottom: 0px; }

#results .list {
  background-image: url(img/common/arrow_list.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 12px;
  width: 30px;
  display: block;
  margin-left: 740px;
  margin-bottom: 10px; }

.corporations #mainCol #content #case h2,
.corporations #mainCol #content #contact h2 {
  margin-bottom: 30px; }

#results .resultsBox {
  width: 380px;
  padding-right: 12px;
  padding-left: 8px;
  float: left;
  margin-bottom: 20px;
  line-height: 1.3; }

#results .thumb {
  height: 90px;
  width: 90px;
  float: left;
  margin-right: 15px; }

.corporations #results .resultsBox p {
  font-size: 14px;
  margin: 0px;
  padding: 0px; }

#case .caseBox {
  margin-bottom: 50px; }

#case .caseBox .caseNumber {
  float: left;
  width: 85px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 10px; }

#case .caseBox .caseNumber p {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  color: #debe91;
  font-style: italic;
  line-height: 0.7em; }

#case .caseBox .caseNumber .number {
  font-size: 60px; }

#case .caseBox .caseDetail {
  width: 690px;
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: #c7a65c;
  float: left;
  padding-left: 24px; }

.caseDetail .box01 {
  width: 245px;
  float: left;
  padding-right: 15px; }

.caseDetail .box02 {
  width: 430px;
  float: left; }

.caseDetail .box03 {
  width: 245px;
  float: left;
  padding-left: 15px; }

.photo {
  margin-bottom: 5px; }

.photo01 {
  float: left;
  width: 144px; }

.discription {
  font-size: 14px;
  color: #9f9f9f; }

.corporations #board {
  clear: both;
  background: url(img/service/corporations/board02.gif) center bottom;
  width: 710px;
  margin-right: auto;
  margin-left: auto;
  color: #5b3510;
  text-align: center; }
  .corporations #board .inner {
    padding-top: 30px;
    background: url(img/service/corporations/board01.gif) no-repeat;
    padding-bottom: 30px; }

#contactForm {
  float: left;
  width: 460px;
  padding-right: 30px;
  border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: #999999;
  padding-left: 8px; }

#contactInfo {
  float: left;
  width: 230px;
  padding-left: 35px; }

#contactInfo p {
  font-size: 14px;
  margin: 0px;
  padding: 0px; }

#contactInfo .link a {
  background-image: url(img/common/arrow_list.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px; }

/* KIDS PARTY */
.kidsparty #mainCol #content ul {
  margin-bottom: 1.3em;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0px; }

.kidsparty #mainCol #content ul li {
  margin-bottom: 0.5em; }

.kidsparty #mainCol #content ul li:before {
  font-family: 'icomoon';
  font-size: 9px;
  vertical-align: 0%;
  content: none;
  margin: 0 1em 0 0.6em; }

.kidsparty section {
  margin-bottom: 100px; }

.kidsparty #content {
  background-image: url(img/service/kidsparty/kidsparty_image.png);
  background-repeat: no-repeat;
  background-position: center 100px; }

.kidsparty #mainCol #content h1 {
  clear: both;
  padding-top: 50px;
  text-align: center;
  background-image: url(img/service/kidsparty/h1.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  margin-top: 30px; }

.kidsparty #mainCol #content header {
  padding: 20px 0 0px; }

.kidsparty #maintxt {
  text-align: center;
  margin-top: 460px;
  margin-bottom: 40px; }

.kidsparty #mainCol #content #plan h2,
.kidsparty #mainCol #content #event h2,
.kidsparty #mainCol #content #goods h2 {
  margin-bottom: 30px; }

#plan .board {
  background-image: url(img/service/kidsparty/board.gif);
  background-repeat: no-repeat;
  width: 800px;
  margin-bottom: 60px;
  padding-top: 30px;
  color: #5b3510; }

#plan .board .boardBtm {
  background-image: url(img/service/kidsparty/board_btm.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 800px;
  padding-bottom: 50px; }

#plan .board .boardBtm .inBox {
  padding-right: 50px;
  padding-left: 50px; }

#plan .board .inBox p {
  margin: 0px;
  padding: 0px; }

#plan .board .colLeft {
  float: left;
  width: 360px;
  padding-right: 40px; }

#plan .board .colRight {
  float: left;
  width: 300px; }

.kidsparty #plan .board .inBox .planTitle {
  color: #f63c6c;
  font-size: 24px;
  line-height: 1.4em; }

.kidsparty #plan .board .inBox .subTitle {
  color: #fa6d91;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #fa6d91;
  margin-bottom: 10px; }

.kidsparty #mainCol #content #plan .colLeft ul {
  margin-bottom: 0em;
  padding: 0; }

.kidsparty #mainCol #content #plan .colLeft li {
  font-size: 13px; }

#plan .board .inBox .colLeft li {
  padding-left: 30px; }

#plan .board .inBox .colLeft .no01 {
  padding-left: 30px;
  background-image: url(img/service/kidsparty/1.png);
  background-repeat: no-repeat;
  background-position: left 7px; }

#plan .board .inBox .colLeft .no02 {
  padding-left: 30px;
  background-image: url(img/service/kidsparty/2.png);
  background-repeat: no-repeat;
  background-position: left 7px; }

#plan .board .inBox .colLeft .no03 {
  padding-left: 30px;
  background-image: url(img/service/kidsparty/3.png);
  background-repeat: no-repeat;
  background-position: left 7px; }

#plan .board .inBox .colLeft .no04 {
  padding-left: 30px;
  background-image: url(img/service/kidsparty/4.png);
  background-repeat: no-repeat;
  background-position: left 7px; }

#plan .board .inBox .colLeft .no05 {
  padding-left: 30px;
  background-image: url(img/service/kidsparty/5.png);
  background-repeat: no-repeat;
  background-position: left 7px; }

#plan .board .inBox .colRight li {
  float: left;
  width: 134px;
  padding-left: 16px;
  font-size: 12px;
  background-image: url(img/common/icon_pink_s.gif);
  background-repeat: no-repeat;
  background-position: left center; }

#plan .board .inBox .colRight .long {
  float: left;
  width: 268px;
  padding-left: 16px;
  font-size: 12px;
  background-image: url(img/common/icon_pink_s.gif);
  background-repeat: no-repeat;
  background-position: left 6px; }

.kidsparty #mainCol #content #plan .board .inBox .colLeft .price {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px; }

#plan .board .inBox .colRight .boardTable {
  font-size: 12px; }

#plan .board .inBox .colRight .boardTable table {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #dfd4bc;
  border-left-color: #dfd4bc; }

#plan .board .inBox .colRight .boardTable th {
  background-color: #f5f1e8;
  width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: #7d632c;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #dfd4bc;
  border-bottom-color: #dfd4bc; }

#plan .board .inBox .colRight .boardTable td {
  width: 150px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #dfd4bc;
  border-bottom-color: #dfd4bc;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

#plan .optionBox {
  width: 778px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 80px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #eadcc0;
  border-left-color: #eadcc0;
  background-image: url(img/service/kidsparty/dotline.gif);
  background-repeat: repeat-y;
  background-position: center top;
  padding-bottom: 10px; }

#plan .optionBox .colLeft {
  float: left;
  width: 300px;
  padding-right: 44px;
  padding-left: 45px; }

#plan .optionBox .colRight {
  float: left;
  width: 300px;
  padding-right: 45px;
  padding-left: 44px; }

#plan .optionBox h4 {
  font-size: 20px;
  color: #f63c6c;
  margin-bottom: 10px; }

.kidsparty #mainCol #content #plan .optionBox p {
  font-size: 13px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px; }

.kidsparty #mainCol #content #plan .optionBox .priceBox .price {
  font-size: 28px;
  font-family: Georgia, "Times New Roman", Times, serif;
  float: left;
  margin-top: 15px; }

.kidsparty #mainCol #content #plan .optionBox .priceBox .priceSub {
  color: #9f9f9f;
  font-size: 12px;
  float: right;
  margin-top: 15px; }

#event #eventLesson {
  width: 400px;
  float: left; }

#event #report {
  float: left;
  width: 400px; }

#plan h3 {
  font-size: 24px;
  background-image: url(img/common/icon_pink.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #f63c6c;
  margin-bottom: 30px; }

#eventLesson h3,
#report h3 {
  font-size: 24px;
  background-image: url(img/common/icon_pink.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #f63c6c;
  margin-bottom: 0px; }

#eventLesson .list,
#report .list {
  background-image: url(img/common/arrow_list.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 12px;
  width: 30px;
  display: block;
  margin-bottom: 10px;
  margin-left: 330px; }

#eventLesson .resultsBoxL {
  width: 380px;
  padding-right: 12px;
  padding-left: 8px;
  float: left;
  margin-bottom: 20px; }

#report .resultsBoxR {
  width: 380px;
  padding-right: 8px;
  padding-left: 12px;
  float: left;
  margin-bottom: 20px; }

#eventLesson .thumb,
#report .thumb {
  height: 90px;
  width: 90px;
  float: left;
  margin-right: 15px; }

.kidsparty #eventLesson .resultsBoxL p,
.kidsparty #report .resultsBoxR p {
  font-size: 14px;
  margin: 0px;
  padding: 0px; }

/*goods
----------------------------------------------------------*/
#goods .inBox {
  padding-right: 10px;
  padding-left: 10px;
  margin-left: -30px; }

#goods .goodsBox {
  height: 240px;
  width: 240px;
  float: left;
  background-color: #FFCC99;
  position: relative;
  margin-left: 30px;
  margin-bottom: 30px; }

#goods .goodsBox a {
  position: absolute;
  top: 0;
  display: block;
  height: 210px;
  width: 210px;
  color: #FFFFFF;
  padding: 15px;
  opacity: 0.0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)"; }

#goods .goodsBox a:hover {
  display: block;
  height: 210px;
  width: 210px;
  text-indent: 0px;
  background-image: url(img/service/kidsparty/goods_link.png);
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition: all 0.4s ease 0s;
  padding: 15px; }

#goods .goodsBox img {
  position: absolute;
  top: 0; }

#goods .inBox p {
  margin: 0px;
  padding: 0px; }

#goods .goodsTitle {
  margin-bottom: 10px; }

#goods .goodsDetail {
  line-height: 1.2em;
  margin-bottom: 10px; }
  #goods .goodsDetail p {
    font-size: 12px;
    line-height: 1.5; }

#goods .goodsBtn p {
  text-align: center;
  width: 208px;
  border: 1px solid #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 15px; }

#goods #goodsNO-01 {
  background-image: url(img/service/kidsparty/goods01.jpg);
  background-repeat: no-repeat; }

#goods #goodsNO-02 {
  background-image: url(img/service/kidsparty/goods02.jpg);
  background-repeat: no-repeat; }

#goods #goodsNO-03 {
  background-image: url(http://socos-anniversary.com/wp/wp-content/themes/socos/img/service/kidsparty/goods03.jpg);
  background-repeat: no-repeat; }

#goods #goodsNO-04 {
  background-image: url(http://socos-anniversary.com/wp/wp-content/themes/socos/img/service/kidsparty/goods04.jpg);
  background-repeat: no-repeat; }

#goods #goodsNO-05 {
  background-image: url(http://socos-anniversary.com/wp/wp-content/themes/socos/img/service/kidsparty/goods05.jpg);
  background-repeat: no-repeat; }

#goods #goodsNO-06 {
  background-image: url(http://socos-anniversary.com/wp/wp-content/themes/socos/img/service/kidsparty/goods06.jpg);
  background-repeat: no-repeat; }

.kidsparty #slideBox {
  background-image: url(img/service/kidsparty/slide_bg.gif);
  background-repeat: no-repeat;
  height: 360px;
  width: 780px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px; }

#slideBox #slider2 .slide {
  height: 370px;
  position: relative; }

#slideBox #slider2 .slide .slidePic {
  height: 350px;
  width: 326px;
  padding-left: 1px; }

#slideBox #slider2 .slide .slideBG {
  background-image: url(img/service/kidsparty/slide_txt_bg.png);
  height: 305px;
  width: 357px;
  background-repeat: no-repeat;
  position: absolute;
  left: 287px;
  top: 0px;
  padding-top: 25px;
  padding-left: 90px;
  padding-right: 45px; }

.kidsparty #mainCol #content #plan #slideBox #slider2 .slide .slideBG p {
  margin: 0px;
  padding: 0px;
  line-height: 1.6em; }

/* ENGLISH */
.english #mainCol #content ul {
  margin-bottom: 1.3em;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0px; }

.english #mainCol #content ul li {
  margin-bottom: 0.5em; }

.english #mainCol #content ul li:before {
  font-family: 'icomoon';
  font-size: 9px;
  vertical-align: 0%;
  content: none;
  margin: 0 1em 0 0.6em; }

.english section {
  margin-bottom: 100px; }

.english #mainCol #content {
  margin: 0px;
  width: 100%; }

#concept {
  width: 800px;
  margin-right: auto;
  margin-left: auto; }

.english #mainCol #content #concept p {
  margin: 0px;
  padding: 0px; }

#concept #maintxt {
  background-image: url(img/english/english_image.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 360px;
  width: 800px;
  text-align: center; }

#concept #maintxt .conceptTitle {
  height: 320px;
  text-indent: -9999px; }

#concept #planner {
  background-image: url(img/english/profile.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 300px;
  width: 500px;
  padding-left: 300px;
  padding-top: 40px; }

.english #mainCol #content #concept #planner .plannerName {
  color: #f2547d;
  font-size: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f2547d;
  margin-bottom: 20px; }

#concept #planner .inbox {
  padding-right: 10px;
  padding-left: 10px; }

#plans {
  background-image: url(img/english/party_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 30px; }

#plans h3 {
  font-size: 20px;
  background-image: url(img/common/icon_pink.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #f63c6c;
  margin-bottom: 10px; }

#plans #planBox {
  width: 800px;
  margin-right: auto;
  margin-left: auto; }

#plans #planBox .board {
  background-image: url(img/english/board.png);
  background-repeat: no-repeat;
  height: 300px;
  width: 800px;
  margin: 0px;
  padding-top: 45px; }

#plans #planBox .board #planA {
  width: 200px;
  padding-left: 40px;
  float: left;
  padding-right: 15px; }

#plans #planBox .board #planB {
  width: 200px;
  padding-left: 40px;
  float: left;
  padding-right: 20px; }

#plans #planBox .board #planC {
  width: 220px;
  padding-left: 30px;
  float: left; }

#plans #planBox .board .plan {
  display: block;
  margin: 0px;
  padding: 0px;
  height: 70px;
  text-indent: -9999px; }

#plans #planBox .board .planTitle {
  color: #f2547d;
  text-align: center;
  font-size: 16px;
  padding: 0px;
  line-height: 1.4em;
  margin: 0px;
  height: 55px; }

#plans #planBox .board .planPrice {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #5b3510;
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px; }

#plans #planBox .board .planTxt {
  color: #854d17;
  margin: 0px;
  padding: 0px;
  line-height: 1.4em;
  font-size: 14px; }

#plans #planBox table {
  width: 770px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px; }

#plans #planBox th {
  background-image: url(img/english/icon_pink_s.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  padding-right: 20px;
  color: #f2547d; }

#plans #planBox td {
  font-family: Georgia, "Times New Roman", Times, serif; }

#plans #planBox .contactBox {
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari,Chrome */
  border-radius: 5px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 780px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px; }

#school {
  background-image: url(img/english/school_bg.png);
  background-repeat: no-repeat;
  background-position: right 100px; }

#school h3 {
  font-size: 20px;
  background-image: url(img/common/icon_pink.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #f63c6c;
  margin-bottom: 10px; }

#school #schoolBox {
  width: 800px;
  margin-right: auto;
  margin-left: auto; }

#school #schoolBox .schoolPic {
  float: left;
  width: 300px; }

#school #schoolBox .schoolPic2 {
  float: right;
  width: 290px;
  text-align: right;
  padding-right: 10px; }

#school #schoolBox .list {
  background-image: url(img/common/arrow_list.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 14px; }

#corporate {
  background-image: url(img/english/corporate_bg.png);
  background-repeat: no-repeat;
  background-position: left 30px; }

#corporate #corporateBox {
  width: 800px;
  margin-right: auto;
  margin-left: auto; }

#corporate #corporateBox .picBox {
  float: left;
  width: 240px; }

#items h3 {
  font-size: 20px;
  background-image: url(img/common/icon_pink.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #f63c6c;
  margin-bottom: 10px; }

#items #itemsBox {
  width: 800px;
  margin-right: auto;
  margin-left: auto; }

#items #itemsBox .itemsBox {
  float: left;
  width: 240px; }

#items #itemsBox .inbox {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 30px; }

#bgTop {
  background-image: url(img/concept/bg_top.png);
  background-repeat: no-repeat;
  background-position: left top; }

#bgBtm {
  background-image: url(img/concept/bg_btm.png);
  background-repeat: no-repeat;
  background-position: right bottom; }

#bgSlash {
  background-image: url(img/concept/bg_slash.png);
  background-repeat: no-repeat;
  background-position: center 1600px; }

#close {
  position: fixed;
  right: 50px;
  top: 50px;
  opacity: 0.0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  z-index: 10000; }

.active #close {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition: all 1.2s ease 0s; }

#close a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.2s ease 0s; }

#conceptBG01 {
  background-image: url(img/concept/concept_bg01.png);
  background-repeat: no-repeat;
  background-position: center 130px;
  height: 1400px;
  padding-top: 130px; }

#conceptBG02 {
  background-image: url(img/concept/concept_bg02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 1400px; }

#conceptBG03 {
  background-image: url(img/concept/concept_bg03.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 684px; }

#conceptBox {
  height: 1400px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 100px; }

#conceptBox2 {
  height: 684px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

#conceptBox3 {
  background-image: url(img/concept/concept_bg04.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 347px;
  padding-top: 220px; }

#conceptBox h1 {
  position: absolute;
  top: 50px; }

#conceptBox h2 {
  position: absolute;
  top: 190px;
  left: 0px; }

#conceptBox3 h3 {
  background-image: url(img/concept/anv_txt.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 590px;
  margin-right: auto;
  margin-left: auto;
  text-indent: -9999px; }

#profileBox h4 {
  color: #f2547d;
  font-size: 18px;
  background-image: url(img/common/icon_pink.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  margin-bottom: 10px; }

#conceptBox #mainTxt01 {
  background-image: url(img/concept/main_txt01.png);
  height: 125px;
  width: 438px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
  top: 317px;
  text-indent: -9999px; }

#conceptBox #mainTxt02 {
  background-image: url(img/concept/main_txt02.png);
  background-repeat: no-repeat;
  height: 227px;
  width: 410px;
  position: absolute;
  left: 50px;
  top: 490px;
  text-indent: -9999px; }

#conceptBox #txt01 {
  background-image: url(img/concept/txt01.png);
  background-repeat: no-repeat;
  height: 95px;
  width: 330px;
  position: absolute;
  left: 247px;
  top: 854px;
  text-indent: -9999px; }

#conceptBox #txt02 {
  background-image: url(img/concept/txt02.png);
  height: 140px;
  width: 338px;
  position: absolute;
  left: 493px;
  top: 925px;
  text-indent: -9999px; }

#conceptBox #txt03 {
  background-image: url(img/concept/txt03.png);
  background-repeat: no-repeat;
  height: 110px;
  width: 560px;
  position: absolute;
  left: 278px;
  top: 1154px;
  text-indent: -9999px; }

#conceptBox2 #txt04 {
  background-image: url(img/concept/txt04.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 58px;
  width: 345px;
  position: absolute;
  left: 180px;
  top: 40px; }

#conceptBox2 #txt05 {
  background-image: url(img/concept/txt05.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 100px;
  width: 220px;
  position: absolute;
  left: 315px;
  top: 155px; }

#conceptBox2 #txt06 {
  background-image: url(img/concept/txt06.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 100px;
  width: 200px;
  position: absolute;
  left: 760px;
  top: 225px; }

#conceptBox2 #txt07 {
  background-image: url(img/concept/txt07.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 135px;
  width: 430px;
  position: absolute;
  left: 450px;
  top: 455px; }

#profileBG {
  background-image: url(img/concept/profile_bg.png);
  background-repeat: no-repeat;
  background-position: center top; }

#profileBox {
  width: 624px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 200px;
  margin-bottom: 80px; }

#profileBox #nameLine {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #F2547D;
  border-bottom-color: #F2547D;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px; }

#profileBox .profileName {
  color: #f2547d;
  font-size: 24px;
  float: left; }

.concept #content #profile #profileBox .subTxt {
  font-size: 12px;
  line-height: 1.4em;
  color: #555555;
  padding-top: 6px; }

#profileBox .inbox {
  padding-right: 10px;
  padding-left: 10px; }

.concept #content #profile #profileBox p {
  margin: 0px;
  padding: 0px; }

#profile #sns {
  text-align: right; }

#profileBox #snsLinks {
  margin: 40px 0 50px;
  font-size: 14px; }

#profileBox #snsLinks ul {
  padding-left: 15px; }
  #profileBox #snsLinks ul li {
    clear: both;
    margin-bottom: 15px;
    vertical-align: middle; }
    #profileBox #snsLinks ul li span {
      float: right; }
      #profileBox #snsLinks ul li span a {
        margin-left: 15px; }
      #profileBox #snsLinks ul li span a:hover {
        filter: opacity(80);
        opacity: 0.8; }

#profileBox #otherSns .icon {
  text-align: right; }

#profileBox #otherSns .icon a {
  margin-left: 15px; }

#profileBox .bookBox {
  width: 180px;
  float: left;
  margin-right: 42px; }

#profileBox .bookBoxEnd {
  width: 180px;
  float: left; }

.fcPink {
  color: #f2547d; }

.floatR {
  float: right; }

/* FACEBOOK */
#facebook a {
  background-image: url(img/concept/fb.png);
  height: 246px;
  width: 410px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px; }

#facebook a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.2s ease 0s; }

#sns a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.2s ease 0s; }

/* FADE */
.animation {
  visibility: hidden; }

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* COMMON */
/* 補足文章 */
.supplement {
  font-size: 14px !important;
  color: #9f9f9f; }

/* ◇のタイトル */
h2.subTitle {
  text-align: left;
  font-size: 24px;
  background-image: url(img/common/icon_pink.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #f63c6c;
  margin-bottom: 20px; }

/* ページ説明文 */
.pageInfo {
  font-size: 16px;
  line-height: 1.8;
  text-align: center; }

/* >> 一覧 */
.toList {
  background: url(img/common/arrow_list.gif) no-repeat left center;
  padding-left: 18px;
  font-size: 14px; }

.link {
  font-size: 14px;
  margin: 0; }

/* 2カラム */
.colLeft {
  float: left; }

.colRight {
  overflow: hidden; }

/* CONTCT */
.contact #mainCol #content {
  text-align: center; }

.contact #mainCol #content .supplement {
  margin-bottom: 40px; }

.contact #mainCol #content section ul {
  padding: 0;
  margin-bottom: 0; }

.contact #mainCol #content section ul li:before {
  content: "";
  margin: 0; }

.contact #mainCol #content section ol {
  margin-bottom: 40px; }

.contact #mainCol #content section ol li,
.contact #mainCol #content section ul li {
  display: inline-block;
  list-style-type: none; }

.contact #mainCol #content section ul li {
  margin: 18px 18px; }

.contact #mainCol #content section ul li p {
  width: 224px;
  height: 210px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  background: url(img/contact/bg.gif) center center no-repeat; }

.contact #mainCol #content section ul li p:hover {
  background: url(img/contact/flame_over01.gif) center center no-repeat; }
  .contact #mainCol #content section ul li p:hover img {
    opacity: 0.8;
    filter: opacity(80); }

.contact #mainCol #content section ul li:nth-child(2n) p:hover {
  background: url(img/contact/flame_over02.gif) center center no-repeat; }

.contact #mainCol #content section ul#address {
  padding: 40px;
  border-top: 1px solid #f3ead8;
  width: 600px;
  margin: 60px auto 40px; }
  .contact #mainCol #content section ul#address li {
    margin: 0;
    display: block;
    background: none; }

/* FAQ */
.faq #content nav {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  background: url(img/faq/double_line.gif) center bottom no-repeat; }

.faq #content nav li {
  display: inline;
  padding: 0 44px 0 13px;
  background: url(img/faq/arrow_right.gif) center left no-repeat; }

.faq dl {
  width: 780px;
  background: url(img/faq/dot_line.gif) bottom center no-repeat;
  margin: 0 auto 60px;
  overflow: hidden; }

.faq dt {
  position: relative;
  padding: 35px 0;
  background: url(img/faq/q.gif) 33px center no-repeat, url(img/faq/dot_line.gif) top center no-repeat; }

.faq dt:hover {
  background: url(img/faq/q.gif) 33px center no-repeat, url(img/faq/dot_line.gif) top center no-repeat;
  background-color: #fbf8f0;
  -pie-background: url(img/faq/q.gif) 33px center no-repeat, url(img/faq/dot_line.gif) top center no-repeat;
  behavior: url(http://socos-anniversary.com/wp/wp-content/themes/socos/PIE.htc); }

.faq dl dt:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 18px;
  width: 30px;
  height: 11px;
  background-image: url(img/faq/arrow_bottom.gif); }

.faq dl dt.active:after {
  top: 33px;
  width: 31px;
  height: 30px;
  background-image: url(img/faq/close.gif); }

.faq dt h3 {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  min-height: 38px;
  width: 600px;
  line-height: 1.3;
  padding-left: 77px; }

.faq dd {
  display: none;
  width: 600px;
  margin-bottom: 50px;
  padding: 0 0 35px 77px;
  background: url(img/faq/a.gif) 33px 10px no-repeat; }

/* MEDIA */
.media section {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden; }

.media h3 {
  color: #5b3510;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1; }

.media .colLeft {
  width: 380px;
  padding: 0 10px; }

.media .colLeft {
  padding: 0 10px; }

.media p.pageInfo {
  font-size: 18px;
  margin-bottom: 0; }

.media .toList {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px; }

.media #thumbList {
  width: 780px;
  margin: 0 auto 40px;
  vertical-align: middle;
  overflow: hidden; }

.media #thumbList li {
  width: 190px;
  text-align: center;
  font-size: 14px;
  float: left;
  margin-right: 6px; }

.media #thumbList li:last-child {
  margin-right: 0; }

.media #thumbList .thumb {
  position: relative;
  display: inline-block;
  width: 178px;
  height: 138px;
  margin: 0 3px;
  padding: 3px;
  font-size: 14px;
  text-align: center;
  line-height: 130px;
  background: url(img/media/thumb_bg.gif) no-repeat 1px 0px; }

.media #thumbList .thumb img {
  vertical-align: middle; }

.media #thumbList .thumb img:hover {
  opacity: 0.8;
  filter: opacity(80); }

.media #thumbList .thumb p {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 38px; }

.media #thumbList .thumb.magazine p {
  background: url(img/media/magazine.png) top right no-repeat; }

.media #thumbList .thumb.web p {
  background: url(img/media/web.png) top right no-repeat; }

.media #thumbList .thumb.tv p {
  background: url(img/media/tv.png) top right no-repeat; }

.media #thumbList li .ttl {
  display: inline-block;
  width: 170px;
  line-height: 1.3; }

.media #thumbList .thumb span {
  display: block;
  text-align: left;
  padding-top: 8px; }

.media .linkList {
  margin-bottom: 56px; }

.media .linkList li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 14px;
  line-height: 1.5;
  background: url(img/common/icon_beige.gif) center left no-repeat; }

.media #board {
  clear: both;
  background: url(img/media/board_bg.gif) no-repeat;
  height: 290px;
  width: 586px;
  margin: 0 auto;
  color: #5b3510;
  padding-top: 30px;
  text-align: center;
  padding: 30px 60px 0; }

.media #board h3 {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.4; }

.media #board h4 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1; }

.media #board ul {
  line-height: 1.6;
  margin-bottom: 30px; }

.media #board li {
  font-size: 14px;
  display: inline; }

.media #board li:after {
  content: '/'; }

.media #board li:last-child:after {
  content: ''; }

.media #message .colLeft {
  width: 400px;
  height: 222px;
  background: url(img/media/movie_bg.gif) no-repeat;
  margin-right: 22px;
  padding: 3px; }

.media #message .colRight {
  padding: 0; }

.media #message p {
  font-size: 14px;
  margin-bottom: 0.5em;
  line-height: 1.9; }