/* reset
-----------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img, select {
  margin: 0;
  padding: 0; }

table {
  border-spacing: 0; }

img {
  border: 0;
  line-height: 0;
  vertical-align: bottom; }

address, caption, em, strong, th {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

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

a:active {
  outline: none; }

iframe {
  border: none; }

/* general
-----------------------------------------------*/
@media screen and (min-width: 360px) {
  * {
    -webkit-text-size-adjust: none; } }
body {
  font: 13px ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  line-height: 1.4;
  color: black; }

a {
  text-decoration: none;
  color: black; }

img {
  vertical-align: top;
  line-height: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.btn {
  padding-bottom: 1px;
  border-bottom: solid 1px #cccccc; }
  .btn .inner {
    background: linear-gradient(white, #e7e7e7);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #e7e7e7), color-stop(0, white));
    background: -webkit-linear-gradient(white, #e7e7e7);
    padding: 15px 10px; }
  .btn p {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fb5693), color-stop(0, #ff8cba));
    background: -webkit-linear-gradient(#ff8cba, #fb5693);
    background: linear-gradient(#ff8cba, #fb5693);
    border-radius: 3px;
    box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc; }
    .btn p a {
      padding: 20px 10px;
      display: block;
      font-size: 115%;
      color: #FFF;
      text-shadow: 0 -1px 1px black; }
      .btn p a span {
        background: url(../img/icn_arrow_01.png) right center no-repeat;
        background-size: 13px 24px;
        -webkit-background-size: 13px 24px;
        display: block; }
        .btn p a span span {
          background: none;
          display: inline-block;
          vertical-align: top; }
          .btn p a span span:first-child {
            background: #FF9900;
            margin-right: 5px;
            padding: 3px 2px 3px 5px;
            line-height: 1; }

/* header
-----------------------------------------------*/
header {
  padding: 15px 10px; }
  header h1 {
    line-height: 1; }

/* keyvisual
-----------------------------------------------*/
h2 {
  background: url(../img/bg_keyvis_01.png) center top repeat-x;
  background-size: 5px 154px;
  -webkit-background-size: 5px 154px;
  text-align: center; }

/* globalnavi
-----------------------------------------------*/
#gnav li {
  background: linear-gradient(to bottom, #ff8dbb 0%, #fd6ca4 47%, #fb5492 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fb5492), color-stop(0.47, #fd6ca4), color-stop(0, #ff8dbb));
  background: -webkit-linear-gradient(top, #ff8dbb 0%, #fd6ca4 47%, #fb5492 100%);
  border-top: solid 1px #f39ebe; }
  #gnav li:first-child span {
    text-indent: -0.5em; }
  #gnav li a {
    display: block;
    border-top: solid 1px #fec6dc;
    padding: 20px 10px;
    font-size: 115%;
    color: #FFF;
    text-shadow: 0 -1px 1px black;
    letter-spacing: -0.1em; }
    #gnav li a span {
      background: url(../img/icn_arrow_01.png) right center no-repeat;
      background-size: 13px 24px;
      -webkit-background-size: 13px 24px;
      display: block; }
      #gnav li a span span {
        background: #FF9900;
        margin-right: 5px;
        padding: 3px 2px 3px 5px;
        display: inline;
        line-height: 1; }

/* top
-----------------------------------------------*/
.topKeyvis {
  background: url(../../img/bg_keyvis_top_01.png) center top repeat-x;
  background-size: 5px 280px;
  -webkit-background-size: 5px 280px;
  box-shadow: 0 2px 2px #e4e4e4;
  -webkit-box-shadow: 0 2px 2px #e4e4e4; }

.top {
  margin-top: 20px; }
  .top .what {
    width: 100%;
    padding: 0 8px;
    display: table; }
    .top .what div {
      display: table-cell;
      padding-right: 10px; }
      .top .what div p {
        margin-top: 10px; }
    .top .what > p {
      width: 93px;
      display: table-cell;
      color: #f12d8f;
      font-size: 76%; }
      .top .what > p span {
        margin-top: 2px;
        display: block;
        text-align: center; }
  .top .ideal {
    margin-top: 15px;
    padding: 1px 0;
    border-top: solid 1px #ffc4c4; }
    .top .ideal .inner {
      background: linear-gradient(#fff5f5, #ffdfdf);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffdfdf), color-stop(0, #fff5f5));
      background: -webkit-linear-gradient(#fff5f5, #ffdfdf);
      padding: 15px 8px; }
      .top .ideal .inner > div {
        width: 100%;
        display: table; }
        .top .ideal .inner > div > p {
          width: 93px;
          display: table-cell;
          vertical-align: top; }
        .top .ideal .inner > div div {
          background: url(../../img/bg_top_01.png) left top no-repeat;
          background-size: 69px 100px;
          -webkit-background-size: 69px 100px;
          padding-left: 10px;
          display: table-cell;
          vertical-align: top; }
          .top .ideal .inner > div div h4 {
            font-size: 115%;
            color: #f12d8f; }
          .top .ideal .inner > div div p {
            margin-top: 10px; }
      .top .ideal .inner > p {
        margin: 10px 0;
        text-align: center; }
        .top .ideal .inner > p:last-child {
          margin: 10px 0 0 1em;
          text-align: left;
          text-indent: -1em; }
      .top .ideal .inner .adoption div {
        background: url(../../img/bg_top_02.png) left 12px no-repeat;
        background-size: 58px 100px;
        -webkit-background-size: 58px 100px; }

/* report
-----------------------------------------------*/
.report .tit {
  background: linear-gradient(to bottom, #f88bc1 0%, #f76fb3 50%, #f12e8f 50%, #ef1281 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ef1281), color-stop(0.5, #f12e8f), color-stop(0.46, #f76fb3), color-stop(0, #f88bc1));
  background: -webkit-linear-gradient(top, #f88bc1 0%, #f76fb3 50%, #f12e8f 50%, #ef1281 100%); }
  .report .tit h3 {
    padding: 15px 0;
    text-align: center;
    font-size: 138%;
    color: #FFF;
    text-shadow: 0 -1px 1px black; }
    .report .tit h3 span {
      background: #FF9900;
      margin-right: 5px;
      padding: 3px 2px 3px 5px;
      line-height: 1; }
.report .reporter {
  margin-top: 15px;
  padding: 0 8px; }
  .report .reporter > p {
    text-align: center; }
  .report .reporter > div {
    margin-top: 15px;
    width: 100%;
    display: table; }
    .report .reporter > div > p {
      width: 93px;
      display: table-cell;
      vertical-align: top; }
    .report .reporter > div div {
      padding-left: 15px;
      display: table-cell;
      vertical-align: top; }
      .report .reporter > div div p + p {
        margin-top: 10px;
        font-size: 115%;
        color: #f12d8f; }
.report .reportShop {
  margin-top: 15px;
  border-top: solid 1px #ddd2dd;
  padding-top: 1px; }
  .report .reportShop .inner {
    background: url(../../report/img/bg_report_01.jpg) center top repeat;
    background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    padding: 15px 8px 0 8px; }
    .report .reportShop .inner > div {
      width: 100%;
      display: table; }
      .report .reportShop .inner > div > p {
        width: 93px;
        display: table-cell;
        vertical-align: top; }
      .report .reportShop .inner > div div {
        padding-left: 10px;
        display: table-cell;
        vertical-align: top; }
        .report .reportShop .inner > div div p {
          margin-top: 8px; }
          .report .reportShop .inner > div div p:first-child {
            margin-top: 0; }
          .report .reportShop .inner > div div p:nth-of-type(2) {
            font-size: 108%;
            color: #f12d8f; }
    .report .reportShop .inner > p {
      margin-top: 15px;
      text-align: center; }
.report h4 {
  border-top: solid 1px #da0e74; }
  .report h4 span {
    background: linear-gradient(#ff579a, #f12e8f);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f12e8f), color-stop(0, #ff579a));
    background: -webkit-linear-gradient(#ff579a, #f12e8f);
    padding: 15px 0;
    border-top: solid 1px white;
    display: block;
    text-align: center;
    font-size: 125%;
    color: #FFF; }
.report .lesson {
  background: #FBE3DD;
  padding: 10px; }
  .report .lesson li {
    width: 300px;
    margin: 10px auto 0 auto; }
    .report .lesson li:first-child {
      margin-top: 0; }
    .report .lesson li p {
      margin-top: 10px;
      text-align: center; }
      .report .lesson li p:first-child {
        margin-top: 0; }
      .report .lesson li p:nth-of-type(2) {
        text-align: left; }
.report .point {
  padding: 10px 10px 20px 10px;
  border-bottom: solid 1px #cccccc; }
  .report .point li {
    margin-top: 10px; }
    .report .point li:first-child {
      margin-top: 0; }
    .report .point li p {
      margin-top: 5px; }
    .report .point li .point1 {
      background: url(../../report/img/icn_report_01.png) left top no-repeat;
      background-size: 45px 48px;
      -webkit-background-size: 45px 48px; }
    .report .point li .point2 {
      background: url(../../report/img/icn_report_02.png) left top no-repeat;
      background-size: 45px 48px;
      -webkit-background-size: 45px 48px; }
    .report .point li .point3 {
      background: url(../../report/img/icn_report_03.png) left top no-repeat;
      background-size: 45px 48px;
      -webkit-background-size: 45px 48px; }
    .report .point li .point1, .report .point li .point2, .report .point li .point3 {
      min-height: 33px;
      margin-top: 0;
      padding: 15px 0 0 55px;
      font-size: 125%;
      color: #f12d8f; }
.report .impression {
  border-top: solid 1px #f6c0d2;
  padding-top: 1px; }
  .report .impression .inner {
    background: #FDEDF3;
    padding: 10px; }
  .report .impression .subInner {
    border: solid 1px #f6c0d2;
    padding: 1px; }
    .report .impression .subInner div {
      border: solid 3px #f6c0d2;
      padding: 5px 8px 15px 8px; }
      .report .impression .subInner div p {
        margin-top: 5px; }
        .report .impression .subInner div p:first-child {
          background: url(../../report/img/bg_report_02.png) left top no-repeat;
          background-size: 273px 29px;
          -webkit-background-size: 273px 29px;
          min-height: 27px;
          margin: 0 0 10px 0;
          padding: 2px 0 0 50px;
          font-size: 125%;
          color: #f12d8f; }
.report #privilege {
  margin-bottom: 15px;
  background: url(../../report/img/bg_report_03.png) left top repeat-x;
  background-size: 5px 66px;
  -webkit-background-size: 5px 66px; }
  .report #privilege h5 {
    width: 320px;
    margin: 0 auto; }
  .report #privilege > div {
    width: 320px;
    margin: 0 auto; }
    .report #privilege > div div {
      width: 100%;
      display: table; }
      .report #privilege > div div h6{
        padding: 12px 0 0 8px;
        display: table-cell;
        vertical-align: top ;
		text-align:center;
        font-size: 125%;
        color: #B70031; }
        .report #privilege > div div P:first-child {
          width: 38px;
          padding: 0; }
      .report #privilege > div div P{
        padding: 12px 8px 0 8px;
        display: table-cell;
        vertical-align: top; 
		font-size: 100%;}
    .report #privilege > div > p {
      margin-top: 10px; }

/* lecturer
-----------------------------------------------*/
.lecturer .tit {
  background: linear-gradient(to bottom, #f88bc1 0%, #f76fb3 50%, #f12e8f 50%, #ef1281 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ef1281), color-stop(0.5, #f12e8f), color-stop(0.46, #f76fb3), color-stop(0, #f88bc1));
  background: -webkit-linear-gradient(top, #f88bc1 0%, #f76fb3 50%, #f12e8f 50%, #ef1281 100%);
  position: relative; }
  .lecturer .tit h3 {
    padding: 15px 0;
    text-align: center;
    font-size: 138%;
    color: #FFF;
    text-shadow: 0 -1px 1px black; }
.lecturer .profile {
  border-top: solid 3px #ffddca;
  border-bottom: solid 1px #ffb877;
  padding-bottom: 1px; }
  .lecturer .profile .inner {
    background: #FFF3EA;
    padding: 10px 8px;
    border-top: solid 3px #ffebd7; }
    .lecturer .profile .inner .subInner {
      width: 304px;
      margin: 0 auto; }
      .lecturer .profile .inner .subInner h3 {
        background: url(../../lecturer/img/icn_lecturer_01.png) left top no-repeat;
        background-size: 80px 48px;
        -webkit-background-size: 80px 48px;
        min-height: 40px;
        padding: 3px 0 5px 78px;
        border-bottom: dotted 1px black;
        color: #EA6708;
        text-align: center;
        font-size: 115%; }
      .lecturer .profile .inner .subInner div {
        width: 100%;
        display: table;
        margin-top: 5px; }
        .lecturer .profile .inner .subInner div p {
          display: table-cell;
          vertical-align: top; }
          .lecturer .profile .inner .subInner div p:first-child {
            width: 96px;
            padding-right: 10px; }
          .lecturer .profile .inner .subInner div p:last-child {
            background: #FFF;
            padding: 15px;
            border: solid 1px #ffe2c6;
            border-radius: 3px; }
      .lecturer .profile .inner .subInner > p {
        margin-top: 10px; }
.lecturer .works {
  background: #FFF3EA;
  padding-bottom: 10px; }
  .lecturer .works .inner {
    background: url(../../lecturer/img/bg_lecturer_02.png) center bottom no-repeat;
    background-size: 310px 5px;
    -webkit-background-size: 310px 5px;
    width: 310px;
    margin: 0 auto;
    padding: 10px 5px 5px 5px; }
    .lecturer .works .inner .subInner {
      background: url(../../lecturer/img/bg_lecturer_01.png) center top no-repeat;
      background-size: 310px 450px;
      -webkit-background-size: 310px 450px;
      padding: 10px 18px 20px 18px; }
	  .lecturer .works .inner .subInner > p { text-align:left; margin:0 auto;}
      .lecturer .works .inner .subInner > div {
        width: 100%;
        margin-top: 15px;
        display: table; }
        .lecturer .works .inner .subInner > div > p {
          width: 93px;
          padding-right: 10px;
          display: table-cell;
          vertical-align: top; }
        .lecturer .works .inner .subInner > div div {
          display: table-cell;
          vertical-align: top; }
          .lecturer .works .inner .subInner > div div p {
            margin-top: 8px; }
            .lecturer .works .inner .subInner > div div p:first-child {
              margin-top: 0; }

/* shop
-----------------------------------------------*/
.shop .tit {
  background: linear-gradient(to bottom, #f88bc1 0%, #f76fb3 50%, #f12e8f 50%, #ef1281 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ef1281), color-stop(0.5, #f12e8f), color-stop(0.46, #f76fb3), color-stop(0, #f88bc1));
  background: -webkit-linear-gradient(top, #f88bc1 0%, #f76fb3 50%, #f12e8f 50%, #ef1281 100%); }
  .shop .tit h3 {
    padding: 15px 0;
    text-align: center;
    font-size: 138%;
    color: #FFF;
    text-shadow: 0 -1px 1px black; }
.shop .shopList {
  padding: 15px 10px; }
  .shop .shopList h4 {
    margin-top: 15px;
    font-size: 125%;
    color: #f12d8f; }
  .shop .shopList p, .shop .shopList li {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffe1e1), color-stop(0, #ffd2d2));
    background: -webkit-linear-gradient(#ffd2d2, #ffe1e1);
    background: linear-gradient(#ffd2d2, #ffe1e1); }
    .shop .shopList p a, .shop .shopList li a {
      display: block;
      margin-top: 1px;
      padding: 10px;
      border-bottom: solid 1px #e6b0b0;
      font-size: 125%; }
      .shop .shopList p a span, .shop .shopList li a span {
        background: url(../img/icn_arrow_01.png) right center no-repeat;
        background-size: 13px 24px;
        -webkit-background-size: 13px 24px;
        margin-top: solid 1px white;
        display: block; }

/* shopDetails
-----------------------------------------------*/
.shopDetails .tit {
  background: linear-gradient(to bottom, #f88bc1 0%, #f76fb3 50%, #f12e8f 50%, #ef1281 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ef1281), color-stop(0.5, #f12e8f), color-stop(0.46, #f76fb3), color-stop(0, #f88bc1));
  background: -webkit-linear-gradient(top, #f88bc1 0%, #f76fb3 50%, #f12e8f 50%, #ef1281 100%);
  position: relative; }
  .shopDetails .tit h3 {
    padding: 15px 0;
    text-align: center;
    font-size: 138%;
    color: #FFF;
    text-shadow: 0 -1px 1px black; }
  .shopDetails .tit p {
    position: absolute;
    top: 8px;
    left: 15px; }
    .shopDetails .tit p a {
      width: 39px;
      height: 28px;
      padding: 12px 0 0 17px;
      text-shadow: 1px 1px 1px white;
      background: url(../../shop/img/btn_back_01.png) left top no-repeat;
      background-size: 56px 40px;
      -webkit-background-size: 56px 40px;
      display: block; }
.shopDetails ul {
  border-bottom: solid 1px #cccccc; }
.shopDetails li {
  width: 100%;
  background: linear-gradient(white, #e7e7e7);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #e7e7e7), color-stop(0, white));
  background: -webkit-linear-gradient(white, #e7e7e7);
  padding: 15px 10px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px white;
  display: table; }
  .shopDetails li:first-child {
    border-top: none; }
  .shopDetails li > p {
    width: 93px;
    padding: 3px;
    display: table-cell; }
    .shopDetails li > p img {
      border: solid 3px white; }
  .shopDetails li div {
    padding-left: 10px;
    display: table-cell; }
    .shopDetails li div h4 {
      font-size: 125%;
      color: #f12d8f; }
    .shopDetails li div p {
      margin-top: 6px; }
      .shopDetails li div p:first-child {
        margin-top: 15px; }
  .shopDetails li .map, .shopDetails li .web {
    background: linear-gradient(#ffd2d2, #ffe1e1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffe1e1), color-stop(0, #ffd2d2));
    background: -webkit-linear-gradient(#ffd2d2, #ffe1e1);
    width: 80px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #999999;
    -webkit-box-shadow: 1px 1px 1px #999999; }
    .shopDetails li .map a, .shopDetails li .web a {
      background: url(../img/icn_arrow_02.png) 65px center no-repeat;
      background-size: 9px 16px;
      -webkit-background-size: 9px 16px;
      padding: 4px 6px 2px 6px;
      display: block; }
  .shopDetails li .web {
    width: 130px; }
    .shopDetails li .web a {
      background-position: 115px center; }