@charset "utf-8";

/*----------------------------------------------------*/


/* mf_free_html
------------------------------------------------------*/

#container #contents .mf_free_html {
  background: #FFF;
}


/*----------------------------------------------------*/


/* mf_question
------------------------------------------------------*/

.mf_question {
  background: #FFF;
  margin-bottom: 50px;
}

.mf_question p.question {
  font-size: 110%;
  font-weight: bold;
  margin: 15px;
  padding-top: 10px;
}

.mf_question p.question li imput {
  margin-right: 10px;
}

.mf_question p.mf_button {
  margin-top: 10px;
  text-align: center;
}

.mf_question p.result {
  font-size: 98%;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}

.mf_question p.result a {
  color: #000;
  border-bottom: dotted 2px #bcbcbc;
}

.mf_question li {
  margin: 5px 20px;
}

.mf_question p.by {
  font-size: 90%;
  text-align: right;
  margin-right: 10px;
  padding: 5px;
}

.mf_question p.by a {
  color: #000;
}


/*----------------------------------------------------*/


/* mf_teiki
------------------------------------------------------*/

.mf_teiki div#info_entry {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  padding: 1em;
}

.mf_teiki h4.sub_title {
  font-size: 1.16em;
  padding: .25em .7em .3em;
  background: #cf383d;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin-top: 1em;
}

.mf_teiki .content_img {
  width: 30%;
  float: left;
}

.mf_teiki .content_txt {
  margin-left: 35%;
}

.mf_teiki .content_txt img {
  width: 100%;
  max-width: 150px;
  margin-left: 10px;
}

.mf_teiki .content_img img {
  width: 100%;
}

.mf_teiki #detailmenu a {
  width: auto;
  display: block;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(#252525, #0c0c0c);
  background: linear-gradient(#252525, #0c0c0c);
  border-radius: 3px;
  margin: 0.5em;
  padding: .4em 0;
}

.mf_teiki #detailmenu a:hover {
  text-decoration: none;
  opacity: .85;
}

.mf_teiki .content_txt h3 {
  font-size: 1.6em;
  border-bottom: 1px solid #cf383d;
  padding: 0 0 0.15em 0;
  line-height: 1.2;
  margin-bottom: .5em;
}

.mf_teiki .content_txt p {
  margin: 10px 0 0 0;
}

.mf_teiki .content_txt dt {
  font-size: 1.1em;
  padding: .2em .7em .3em;
  background: #cf383d;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin-top: 1em;
}

.mf_teiki .content_txt dd {
  font-size: 108%;
}

.mf_teiki table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.mf_teiki table caption {
  font-size: 1.3em;
  line-height: 2;
}

.mf_teiki table thead tr {
  background: #c7c7c7;
  color: #333;
}

.mf_teiki table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.mf_teiki table th,
.mf_teiki table td {
  padding: .3em;
  text-align: center;
}

.mf_teiki table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mf_teiki #info_entry ul li {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0);
  overflow: visible;
  box-shadow: none;
}

.mf_teiki table tr a {
  width: auto;
  display: block;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(#26ba00, #008600);
  background: linear-gradient(#26ba00, #008600);
  border-radius: 3px;
  margin: 0.5em;
  padding: .6em 0;
  font-size: .9em;
}

.mf_teiki table tr a:hover {
  text-decoration: none;
  opacity: .85;
}

.mf_teiki .close a {
  opacity: .2;
  cursor: default;
}

.mf_teiki .close a:hover {
  opacity: .2 !important;
}

.mf_teiki .c-reborn {
  width: 65px;
  padding: 0px 3px 3px 7px;
  color: #ffffff;
  background-color: #b1cd52;
  line-height: 18px;
  text-align: center;
  position: relative;
  z-index: 99;
  left: -26px;
  top: -3px;
  display: inline;
  font-size: 0.9em;
}

.mf_teiki .c-reborn:before,
.mf_teiki .c-reborn:after {
  content: '';
  border: 10px solid transparent;
  position: absolute;
  z-index: -1;
}

.mf_teiki .c-reborn:before {
  border: 6px solid transparent;
  border-right-color: #99ac41;
  top: 14px;
  left: -6px;
  z-index: -150;
}

.mf_teiki .c-reborn:after {
  border-color: #b1cd52;
  border-right-color: transparent;
  top: 0px;
  right: -10px;
  visibility: visible;
}

.mf_teiki .attention li {
  list-style: disc;
  margin-left: 1.5em;
}

.mf_teiki .accordion {
  min-width: 300px;
  margin: 0 auto;
}

.mf_teiki .accordion .ac-content {
  margin: 0 10px;
}

.mf_teiki .accordion input {
  display: none;
}

.mf_teiki .accordion label {
  display: block;
  background: #fff;
  cursor: pointer;
  padding: 10px 10px 10px 40px;
  z-index: 9999;
  position: relative;
}

.mf_teiki .accordion .ac-box {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  margin: 10px 0;
}

.mf_teiki .accordion .ac-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.mf_teiki .accordion .ac-cont {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 10px;
  border-top: 1px solid #fff;
}

.mf_teiki .accordion input:checked + .ac-box .ac-cont {
  height: auto;
  max-height: 140px;
  margin-bottom: 15px;
  padding: 10px;
  z-index: 0;
  border-top: 1px solid #eee;
}

.mf_teiki .accordion label:before,
.mf_teiki .accordion label:after {
  display: block;
  content: '';
  width: 2px;
  height: 16px;
  background-color: #cf383d;
  border-radius: 1px;
  position: absolute;
  top: 9px;
  left: 17px;
  visibility: visible;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.mf_teiki .accordion label:before {
  width: 16px;
  height: 2px;
  top: 16px;
  left: 10px;
}

.mf_teiki .accordion input:checked + .ac-box label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mf_teiki .clear {
  clear: both;
}


/*----------------------------------------------------*/


/* wd_teiki
------------------------------------------------------*/

.wd_teiki .entry_main h3 {
  margin-top: 2em;
}

.wd_teiki h4.sub_title {
  font-size: 1.2em;
  margin: 1em 0 0 0;
  border: 3px solid #00afef;
  color: #00afef;
  display: inline-block;
  padding: 0.1em 1.5em;
  border-radius: 1em;
}

.wd_teiki .entry p {
  margin-top: .5em;
}

.wd_teiki dt {
  font-size: 1.3em;
  color: #cc0066;
  font-weight: bold;
  margin: 1em 0 -.4em;
}

.wd_teiki dd {
  font-size: 108%;
}

.wd_teiki table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.wd_teiki table caption {
  font-size: 1.3em;
  line-height: 2;
}

.wd_teiki table thead tr {
  background: #00afef;
  color: #fff;
}

.wd_teiki table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.wd_teiki table th,
.wd_teiki table td {
  padding: .3em;
  text-align: center;
}

.wd_teiki table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wd_teiki #info_entry ul li {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0);
  overflow: visible;
  box-shadow: none;
}

.wd_teiki table tr a {
  width: auto;
  display: block;
  text-align: center;
  color: #ffffff;
  background: -webkit-linear-gradient(#e6cc8a, #e0aa26);
  background: linear-gradient(#e6cc8a, #e0aa26);
  border-radius: 3px;
  margin: 0.5em;
  padding: .6em 0;
  font-size: .9em;
  border-bottom: none !important;
}

.wd_teiki table tr a:hover {
  text-decoration: none;
  opacity: .8;
  color: #fff !important;
  border-bottom: none !important;
}

.wd_teiki .close a {
  opacity: .4;
  cursor: default;
}

.wd_teiki .close a:hover {
  opacity: .4 !important;
}

.wd_teiki .c-reborn {
  width: 65px;
  padding: 0px 3px 1px 7px;
  color: #ffffff;
  background-color: #cc0066;
  line-height: 18px;
  text-align: center;
  position: relative;
  z-index: 99;
  left: -35px;
  top: -3px;
  display: inline;
  font-size: 0.9em;
}

.wd_teiki .c-reborn:before,
.wd_teiki .c-reborn:after {
  content: '';
  border: 11px solid transparent;
  position: absolute;
  z-index: -1;
}

.wd_teiki .c-reborn:before {
  border: 6px solid transparent;
  border-right-color: #6c0036;
  top: 16px;
  left: -6px;
  z-index: -150;
}

.wd_teiki .c-reborn:after {
  border-color: #cc0066;
  border-right-color: transparent;
  top: 0px;
  right: -10px;
  visibility: visible;
}

.wd_teiki .attention li {
  list-style: disc;
  margin-left: 1.5em;
}

.wd_teiki .wd_accordion {
  min-width: 300px;
  margin: 0 auto;
}

.wd_teiki .wd_accordion .ac-content {
  margin: 0 10px;
}

.wd_teiki .wd_accordion input {
  display: none;
}

.wd_teiki .wd_accordion label {
  display: block;
  background: #00afef;
  color: #fff;
  cursor: pointer;
  padding: 10px 10px 4px 42px;
  z-index: 1;
  position: relative;
}

.wd_teiki .wd_accordion .ac-box {
  margin: 10px 0;
}

.wd_teiki .wd_accordion .ac-box:hover {
  opacity: .8;
}

.wd_teiki .wd_accordion .ac-cont {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 10px;
  border: 1px solid #fff;
}

.wd_teiki .wd_accordion input:checked + .ac-box .ac-cont {
  height: auto;
  max-height: 160px;
  margin-bottom: 15px;
  padding: 5px 10px 10px;
  z-index: 0;
  border: 1px solid #ccc;
}

.wd_teiki .wd_accordion label:before,
.wd_teiki .wd_accordion label:after {
  display: block;
  content: '';
  width: 20px !important;
  height: 2px !important;
  background-color: #ffffff;
  border-radius: 1px;
  position: absolute;
  top: 47%;
  left: 10px;
  visibility: visible;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wd_teiki .wd_accordion label:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wd_teiki .wd_accordion input:checked + .ac-box label:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wd_teiki .clear {
  clear: both;
}


/*----------------------------------------------------*/


/* sekai_teiki
------------------------------------------------------*/

.sekai_teiki .entry>section:first-child {
  padding: 30px 20px 0 20px;
  margin: 0;
}

.sekai_teiki .entry_main {
  padding: 2em 20px 2em 20px;
  margin: 2em 0 0 0;
  border-top: solid 1px #f5eaea;
}

.sekai_teiki h3 {
  font-size: 1.5em;
  margin: 1.5em 0 .5em;
  border-left: 5px solid #b7060c;
  padding-left: 5px;
  line-height: 1.5;
}

.sekai_teiki .entry_main h3:first-child {
  margin-top: 0;
}

.sekai_teiki dt {
  font-size: 1.16em;
  padding: .25em .7em .3em;
  background: #e8c8c8;
  display: inline-block;
  color: #4c2628;
  border-radius: 2px;
  margin-top: 1em;
  font-weight: bold;
}

.sekai_teiki .accordion label:hover {
  background: #f8e6e6;
}

.sekai_teiki h4.sub_title {
  font-size: 1.16em;
  padding: .25em .7em .3em;
  background: #e8c8c8;
  display: inline-block;
  color: #4c2628;
  border-radius: 2px;
  margin-top: 1em;
}

.sekai_teiki #detailmenu a {
  width: auto;
  display: block;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(#252525, #0c0c0c);
  background: linear-gradient(#252525, #0c0c0c);
  border-radius: 3px;
  margin: 0.5em;
  padding: .4em 0;
}

.sekai_teiki #detailmenu a:hover {
  text-decoration: none;
  opacity: .85;
}

.sekai_teiki .content_txt h3 {
  font-size: 1.6em;
  border-bottom: 1px solid #cf383d;
  padding: 0 0 0.15em 0;
  line-height: 1.2;
  margin-bottom: .5em;
}

.sekai_teiki .content_txt p {
  margin: 10px 0 0 0;
}

.sekai_teiki .content_txt dt {
  font-size: 1.1em;
  padding: .2em .7em .3em;
  background: #cf383d;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin-top: 1em;
}

.sekai_teiki .content_txt dd {
  font-size: 108%;
}

.sekai_teiki table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.sekai_teiki table caption {
  font-size: 1.3em;
  line-height: 2;
}

.sekai_teiki table thead tr {
  background: #f5f4f0;
  color: #4c2628;
}

.sekai_teiki table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

.sekai_teiki table th,
.sekai_teiki table td {
  padding: .3em;
  text-align: center;
}

.sekai_teiki table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sekai_teiki #info_entry ul li {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0);
  overflow: visible;
  box-shadow: none;
}

.sekai_teiki table tr a {
  width: auto;
  display: block;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(#26ba00, #008600);
  background: linear-gradient(#26ba00, #008600);
  border-radius: 3px;
  margin: 0.5em;
  padding: .6em 0;
  font-size: .9em;
}

.sekai_teiki table tr a:hover {
  text-decoration: none;
  opacity: .85;
}

.sekai_teiki .close a {
  opacity: .2;
  cursor: default;
}

.sekai_teiki .close a:hover {
  opacity: .2 !important;
}

.sekai_teiki .c-reborn {
  width: 65px;
  padding: 0px 3px 3px 7px;
  color: #ffffff;
  background-color: #b1cd52;
  line-height: 18px;
  text-align: center;
  position: relative;
  z-index: 99;
  left: -26px;
  top: -3px;
  display: inline;
  font-size: 0.9em;
}

.sekai_teiki .c-reborn:before,
.sekai_teiki .c-reborn:after {
  content: '';
  border: 10px solid transparent;
  position: absolute;
  z-index: -1;
}

.sekai_teiki .c-reborn:before {
  border: 6px solid transparent;
  border-right-color: #99ac41;
  top: 14px;
  left: -6px;
  z-index: -150;
}

.sekai_teiki .c-reborn:after {
  border-color: #b1cd52;
  border-right-color: transparent;
  top: 0px;
  right: -10px;
  visibility: visible;
}

.sekai_teiki .attention li {
  list-style: disc;
  margin-left: 1.5em;
}

.sekai_teiki .accordion {
  min-width: 300px;
  margin: 0 auto;
}

.sekai_teiki .accordion .ac-content {
  margin: 0 10px;
}

.sekai_teiki .accordion input {
  display: none;
}

.sekai_teiki .accordion label {
  display: block;
  background: #f5f4f0;
  cursor: pointer;
  padding: 10px 10px 10px 40px;
  z-index: 9999;
  position: relative;
}

.sekai_teiki .accordion .ac-box {
  margin: 10px 0;
}

.sekai_teiki .accordion .ac-cont {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 10px;
  border: 0px solid #eee;
}

.sekai_teiki .accordion input:checked + .ac-box .ac-cont {
  height: auto;
  max-height: 140px;
  margin-bottom: 15px;
  padding: 10px;
  z-index: 0;
  border: 1px solid #eee;
}

.sekai_teiki .accordion label:before,
.sekai_teiki .accordion label:after {
  display: block;
  content: '';
  width: 2px;
  height: 16px;
  background-color: #cf383d;
  border-radius: 1px;
  position: absolute;
  top: 9px;
  left: 17px;
  visibility: visible;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sekai_teiki .accordion label:before {
  width: 16px;
  height: 2px;
  top: 16px;
  left: 10px;
}

.sekai_teiki .accordion input:checked + .ac-box label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sekai_teiki .clear {
  clear: both;
}


/*----------------------------------------------------*/


/* teiki_list
------------------------------------------------------*/

.teiki_list h1 {
  background-color: #333333;
  color: #FFF;
  font-size: 123.1%;
  padding: 15px;
  margin-bottom: 10px;
}

.teiki_list h2 {
  font-weight: bold;
  margin: 20px 10px 20px 10px;
  font-size: 150%;
}

.teiki_list p {
  margin: 3px 10px 5px 10px;
  font-size: 108%;
}


/*----------------------------------------------------*/


/* course_box
------------------------------------------------------*/

.course_box {
  width: 740px;
}

.course_box li {
  overflow: hidden;
}

.course_box li .naiyou {
  border-bottom: solid 3px #CCCCCC;
  width: 740px;
}

.course_box li .course {
  float: left;
  width: 140px;
}

.course_box li .course dt {
  margin: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 113%;
}

.course_box li .course dd {
  margin: 0 0 0 10px;
  font-size: 103%;
}

.course_box li .detail {
  float: left;
  width: 250px;
}

.course_box li .detail dt {
  margin: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 103%;
}

.course_box li .detail dd {
  margin: 10px 10px 5px 10px;
  font-size: 108%;
}

.course_box li .more {
  float: left;
  width: 100px;
}

.course_box li .more dt {
  margin: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 113%;
}

.course_box li .more dd {
  margin: 0 0 0 10px;
  font-size: 10%;
}


/*----------------------------------------------------*/


/* kouza_box
------------------------------------------------------*/

.kouza_box {
  width: 740px;
}

.kouza_box li {
  border-bottom: solid 2px #CCCCCC;
  overflow: hidden;
}

.kouza_box li.first {
  border-top: solid 2px #CCCCCC;
  border-bottom: solid 2px #CCCCCC;
  overflow: hidden;
}

.kouza_box li .daiji {
  float: left;
  width: 270px;
}

.kouza_box li .daiji dt {
  margin: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 130%;
}

.kouza_box li .daiji dd {
  margin: 0 0 0 20px;
  font-size: 102%;
}

.kouza_box li .detail {
  border-left: solid 2px #CCCCCC;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

.kouza_box li .detail dt {
  margin: 10px 5px 5px 5px;
  font-weight: bold;
  font-size: 120%;
}

.kouza_box li .detail dd {
  font-size: 115%;
  margin-bottom: 3px;
}


/*----------------------------------------------------*/


/* magazine_box
------------------------------------------------------*/

.magazine_box {
  width: 740px;
}

.magazine_box ul {
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}

.magazine_box li {
  background: #FFF;
  overflow: hidden;
}

.magazine_box li .image {
  background-color: #f0f0f0;
  float: left;
  width: 180px;
  height: 335px;
}

.magazine_box li .image img {
  padding: 5px;
}

.magazine_box li .image dt {
  margin: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 130%;
}

.magazine_box li .image dd {
  margin: 0 0 0 20px;
  font-size: 108%;
}

.magazine_box li .detail {
  float: left;
  width: 300px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.magazine_box li .detail_sekai {
  float: left;
  width: 520px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.magazine_box li .detail dt {
  font-weight: bold;
  font-size: 135%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.magazine_box li .detail dd {
  font-size: 108%;
  margin-bottom: 3px;
}

.magazine_box li .detail .more {
  line-height: 1;
  margin-top: 10px;
}

.magazine_box li .detail .more a {
  color: #D3383D;
}

.magazine_box li .buy {
  width: 180px;
  height: 325px;
  overflow: hidden;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.magazine_box li .buy dl {
  margin-top: 13px;
  margin-bottom: 15px;
}

.magazine_box li .buy dt {
  font-weight: bold;
  font-size: 103%;
  margin-bottom: 7px;
}

.magazine_box li .buy dd {
  font-size: 93%;
}

.magazine_box li .buy .more {
  font-size: 113%;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 15px;
}


/*----------------------------------------------------*/


/* teiki_box
------------------------------------------------------*/

.teiki_box ul {
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}

.teiki_box li {
  background: #FFF;
  overflow: hidden;
}

.teiki_box li .image {
  float: left;
  width: 270px;
  background-color: #f0f0f0;
}

.teiki_box li .image img {
  padding: 10px;
}

.teiki_box li .image dt {
  margin: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 130%;
}

.teiki_box li .image dd {
  margin: 0 0 0 20px;
  font-size: 108%;
}

.teiki_box li .detail {
  overflow: hidden;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.teiki_box li .detail dt {
  font-weight: bold;
  font-size: 135%;
  margin-bottom: 15px;
}

.teiki_box li .detail dd {
  font-size: 108%;
  margin-bottom: 3px;
}

.teiki_box li .detail .more {
  line-height: 1;
  margin-top: 20px;
}

.teiki_box li .detail .more a {
  color: #D3383D;
}


/*----------------------------------------------------*/


/* event_list
------------------------------------------------------*/

.event_list {
  margin-right: 16px;
}

.event_list h1 {
  background-color: #333333;
  color: #FFF;
  font-size: 123.1%;
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.event_list img {
  margin: 10px;
}

.event_list li {
  border-top: solid 1px #F3F2F1;
  padding: 10px 20px;
  overflow: hidden;
}

.event_list ul li:first-child {
  border-top: none;
}

.event_list li p {
  font-size: 125%;
  overflow: hidden;
  font-weight: bold;
}

.event_list li .date {
  font-size: 80%;
  font-weight: normal;
  color: #666666;
  display: block;
}


/*----------------------------------------------------*/


/* top_img
------------------------------------------------------*/

.top_img {
  margin-top: 60px;
}


/*----------------------------------------------------*/


/* free_html
------------------------------------------------------*/

.free_html {
  margin-left: auto;
  /* �����}�[�W���������I�ɋ󂯂� */
  margin-right: auto;
  /* �E���}�[�W���������I�ɋ󂯂� */
  text-align: left;
  /* ���g�������\���ɖ߂� */
}

.free_html p {
  margin: 5px 10px 5px 10px;
  font-size: 108%;
}

.free_html h1 {
  font-weight: bold;
  margin: 10px 10px 5px 10px;
  font-size: 130%;
}


/*----------------------------------------------------*/


/* free_box
------------------------------------------------------*/

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

.free_box li {
  margin-bottom: 25px;
  background: #FFF;
  overflow: hidden;
}

.free_box li .image {
  float: left;
  width: 320px;
}

.free_box li .image img {
  width: 160px;
}

.free_box li .image dt {
  margin: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 130%;
}

.free_box li .image dd {
  margin: 0 0 0 20px;
  font-size: 108%;
}

.free_box li .detail {
  overflow: hidden;
  padding-top: 10px;
  padding-right: 20px;
}

.free_box li .detail dt {
  font-weight: bold;
  font-size: 123.1%;
  margin-bottom: 15px;
}

.free_box li .detail dd {
  font-size: 108%;
  margin-bottom: 3px;
}

.free_box li .detail .more {
  text-align: right;
  line-height: 1;
}

.free_box li .detail .more a {
  color: #D3383D;
}


/*----------------------------------------------------*/


/* order_detail
------------------------------------------------------*/

.order_detail .disp_use_point span:before,
.order_detail .disp_get_point span:before {
  padding-left: 1.5em;
  background: url(/files/user/img/ec/icn_tpoint01.gif) no-repeat 1px 0;
  background-size: auto 100%;
  content: "";
}

/* YoutubeX|VuΉ */

.youtube-resp {
     position: relative;
     padding-bottom: 56.25%; /*AXyNg 16:9̏ꍇ̏c*/
     height: 0;
     overflow: hidden;
}
 
.youtube-resp iframe {
     position: absolute;
     top: 100px;
     left: 0;
     width: 100%;
     height: 100%;
}
