/* ------------------------------------- */
/*   Common   */
/* ------------------------------------- */
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #4e402c;/**/
  background-color: #fff7e1 !important;
  background-image:url(../img/bg.png);
}
a{

}
@media screen and (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media screen and (min-width: 768px) {
  .container {
   /* width: 990px;*/
  }
}
/* ------------------------------------- */
/*   header   */
/* ------------------------------------- */

  #header .head-bar {
	background-color:#ffe7ba;
	font-size:10px;
	padding:3px 0 2px 0;
}
  #header .head-bar h2.location {
	  display:inline;
	  font-size:10px !important;
	  float:right;
	  padding:3px 0 2px 0;
	  margin:0;
	  font-weight:bold;
  }
 @media screen and (max-width: 767px) {
  #header .head-bar {
	  margin-bottom:1em;
	  font-size:8px;
  }
}
@media screen and (max-width: 767px) {
  #header .head-bar h2.location {
    display: block;
	font-size:8px;
	float:none;
  }
}
@media screen and (max-width: 767px) {
  #header {
    text-align: center;
    height: auto;
    padding: 15px 0;
  }
}

#header h1 {
  margin: 0;
}
#header .logo,
#header .description,
#header .tell {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #header .logo,
  #header .description,
  #header .tell {
    display: block;
  }
}
#header .logo {
  margin-top: 5px;
  margin-bottom: 3px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #header .logo {
    margin: 0;
  }
}
#header .description {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  #header .description {
    width: auto;
    margin-top: 10px;
  }
  #header .description img {
    width: 60%;
  }
}
#header .tell {
  float: right;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #header .tell {
    float: none;
  }
}
/* ------------------------------------- */
/*   nav   */
/* ------------------------------------- */
.navbar {
  /*height: 66px;*/
  padding-top: 9px;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  background: #6be800 url(../img/bg_nav.png) top left repeat-x !important;
}
@media screen and (max-width: 768px) {
  .navbar {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .navbar .container {
    width: 1135px;
  }
}
@media screen and (max-width: 768px) {
  .navbar .container {
    width: 100%;
  }
}
.navbar .navbar-brand {
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .navbar .nav li a {
    display: inline-block;
    padding: 19px 21px 18px 21px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
	text-decoration:none;
  }
  .navbar .nav li a:hover {
    color: #4e402c !important;
    background-color: #c1ff53 !important;
  }
  .navbar .nav li.current a {
    color: #4e402c !important;
    background-color: #ddffa0 !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar .nav {
    margin: 0;
  }
}
.navbar-default .navbar-toggle {
  border-color: #fff !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    margin-top: 6px;
    border: none;
    background-color: #fff !important;
  }

  .navbar-default .navbar-nav>li>a {
    color: #009933 !important;
	text-decoration:none;
  }
  .navbar-default .navbar-nav>li>a:hover {
    color: #009933 !important;
  }
}

/* ------------------------------------- */
/*   dropdown nav   */
/* ------------------------------------- */
@media screen and (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown .dropdown-menu {
    width: 250px;
    background-color: #d8fa9d !important;
    opacity: 0.9;
  }
  .dropdown .dropdown-menu li a {
    color: #4e402c !important;
    padding: 10px;
    background: none !important;
  }
}
/* ------------------------------------- */
/*   footer   */
/* ------------------------------------- */
#footer {
  text-align: center;
}
#footer .bar {
  margin-bottom: 30px;
  border-top: 6px solid #009933;
  box-shadow: 0px 6px 13px rgba(179, 137, 47, 0.7);
}
#footer ul {
  margin-bottom: 30px;
}
#footer ul li a {
  color: #009933;
  font-size: 14px;
  text-decoration: underline;
}
#footer .copy {
  font-size: 12px;
}
/* ------------------------------------- */
/*   full width image   */
/* ------------------------------------- */
#contents.home {
  padding-bottom: 30px;
  background: url(../img/bg-main.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
/* ------------------------------------- */
/*   contents-top   */
/* ------------------------------------- */
.contents-top {
  margin-top: 20px;
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: rgba(83, 126, 75, 1) 0 0 6px;
  background-color: #fff !important;
}
.contents-top .main-image {
  width: 715px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .contents-top .main-image {
    width: 100%;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contents-top .main-image img {
    width: 100%;
    height: 100%;
  }
}
.contents-top .main-info {
  text-align: center;
  width: 275px;
}
@media screen and (max-width: 768px) {
  .contents-top .main-info {
    width: 100%;
  }
}
.contents-top .main-info .title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contents-top .main-info .info-list {
  text-align: left;
  margin-bottom: 10px;
}
.contents-top .main-info .info-list .info-title {
  padding: 0 5px;
  color: #009933 !important;
  font-size: 13px;
  text-decoration: underline;
  margin-bottom:5px;/**/
}
.contents-top .main-info .info-list .info-body {
  padding: 0 5px;
  font-size: 13px;/**/
}
.contents-top .main-info .info-list .info-body ul {/**/
	padding-left:0.5em;
	line-height:1.6;
}
.contents-top .main-info .info-list .info-body ul li {/**/
margin-bottom:0.5em;
list-style:none;
}
.contents-top .main-info .info-cta{
  text-align: center;
  margin-bottom:10px;/**/
}
/* ------------------------------------- */
/*   contents-obi   */
/* ------------------------------------- */
.contents-obi {
  padding: 15px 0;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
@media screen and (max-width: 767px) {
  .contents-obi {
    text-align: center;
    background: none !important;
  }
}
.contents-obi img {
  margin: 0 15px;
}
.contents-obi .obi-text p {
  color: #4e402c !important;
  font-size: 14px;
  font-weight: bold;
}
.contents-obi .obi-text h2.title {/**/
  font-size: 24px;
  text-shadow: 0 0 6px #fff !important;
  font-weight: bold;
	margin:0 0 10px 0;
	line-height:1.3em;
}
.contents-obi .obi-cta {
  float: right;
}
@media screen and (max-width: 767px) {
  .contents-obi .obi-cta {
    float: none;
  }
}
/* ------------------------------------- */
/*   contents-box   */
/* ------------------------------------- */
.contents-box a {
  display: block;
  color: #00bc3f !important;/**/
  text-shadow: 1px 0 0 #fff !important;/**/
  border-radius: 4px;
  background-color: #ddffa0 !important;
  text-decoration:none !important;
}
.contents-box a:hover {
  text-decoration: none;
}
.contents-box a:hover > .box {
  opacity: 0.5;
}
.contents-box .box {
  height: 200px;
  margin-bottom: 30px;/**/
  padding: 20px 15px;
  border-radius: 6px;
  box-shadow: rgba(83, 126, 75, 1) 0 0 6px;
  background-color: #fff !important;
  font-size: 12px;
  font-weight:bold;/**/
}
.contents-box .box.bottom {
  height: 130px;
}
.contents-box .box img {
  margin-bottom: 10px;/**/
}

.contents-box .box1 {
  background-image: url(../img/pic-box1.png) !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
.contents-box .box2 {
  background-image: url(../img/pic-box2.png) !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
.contents-box .box3 {
  background-image: url(../img/pic-box3.png) !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
.contents-box .box4 {
  background-image: url(../img/pic-box4.png) !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
.contents-box .box5 {
  background-image: url(../img/pic-box5.png) !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
.contents-box .box6 {
  background-image: url(../img/pic-box6.png) !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
/* ------------------------------------- */
/*   kaiko-top   */
/* ------------------------------------- */
.kaiko-top {
  box-shadow: 0 10px 20px #aaa;
  margin-bottom: 35px;
  background: url(../img/bg-main50.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.kaiko-top .text-area {
  padding-top: 7px;
}
.kaiko-top .text-area .text {
  padding-right: 0;
  color: #4e402c !important;
}
@media screen and (max-width: 767px) {
  .kaiko-top .text-area .text {
    padding-right: 15px;
  }
}
.kaiko-top .text-area .text h2 {
  margin-bottom: 26px;/**/
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff !important;
}
.kaiko-top .text-area .text p {
  font-size: 16px;
  font-weight: bold;
  line-height:26px;/**/
}
@media screen and (max-width: 767px) {
  .kaiko-top .text-area .image {
    text-align: center;
  }
}
/* ------------------------------------- */
/*   kaiko - section   */
/* ------------------------------------- */
.section {
  margin-bottom: 40px;
}
.section .section-header {
  margin-bottom: 10px;
}
.section .section-header h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #4e402c !important;
  font-size: 24px;
  font-weight: bold;
  background-image:url(../img/title_bg.png);
  background-repeat:repeat-x;
  min-height:55px;
  padding-top:2px;
}
@media screen and (max-width: 767px) {
.section .section-header h3 {
    font-size: 16px;
  }
}
.section .section-header h3.bar {
	padding-top:8px;
}
.section .section-header h3 span {
  padding-left: 0px;
  padding-right: 20px;
  vertical-align: middle;
}
.section .section-header p {
  color: #4e402c !important;
  font-size: 14px;
  font-weight: bold;
  line-height:24px;/**/
}
.section .section-body {
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: rgba(179, 137, 47, 0.4) 0 0 10px;
  background-color: #fff !important;
}
.section .nobox {
  box-shadow:none !important;
  background-color:#e0f3d7 !important;
  border:#fff 1px solid;
}
.section .section-body h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ff5433;
  font-size: 20px;
  font-weight: bold;
}
.section .section-body p {
  margin-bottom: 25px;
  color: #4e402c;
  font-size: 14px;
 /*font-weight: bold;*/
  line-height:26px;/**/
}
.section ul {/**/
	padding-left:2em;
}
.section ul li {
  color: #4e402c !important;
  /*font-size: 16px;*/
 /* font-weight: bold;*/
 line-height:1.8em;
 margin-bottom:0.8em;
}
.section .section-body ul li ol li{
	font-weight:normal;
}
.section .section-body ul li small {
  font-size: 14px;
}
.section .section-body table {
  text-align: center;
  color: #4a4027 !important;
  width: 740px;
  margin: 15px auto;
  border-color: #b6ae99 !important;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .section .section-body table {
    width: 100%;
  }
}
.section .section-body table td {
 /* width: 105px;
  height: 43px;*/
  padding:16px 8px;
  vertical-align:middle;/**/
  line-height:1.8;
}
@media screen and (max-width: 767px) {
  .section .section-body table td {
    width: auto;
  }
}
.section .section-body table th,
.section .section-body table td {
  border-color: #b6ae99 !important;
}
.section .section-body table .head1 {
  color: #593f30 !important;
  background-color: #e0f3d7 !important;
}
.section .section-body table .head2 {
  color: #593f30 !important;
  background-color: #fff7e2 !important;
}
.section .section-body table .bold td {
  font-weight: bold;
}
.section .section-body table th {
  text-align: center;
  vertical-align: middle;
}
.section .section-body .table-bordered > thead > tr > th,
.section .section-body .table-bordered > thead > tr > td {
  border-width: 1px !important;
}
/* ------------------------------------- */
/*   recommend-book   */
/* ------------------------------------- */
.recommend-book {
  margin-bottom: 20px;
  background-color:#fff7e2;
  padding:20px 32px 0px 32px;
}
.recommend-book .col-sm-2 {
  /*width: 150px;*/
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .recommend-book .col-sm-2 {
    width: 100%;
    text-align: center;
  }
}
.recommend-book p.title {
font-size:16px;
  color: #4e402c !important;
  font-weight: bold;
    margin:0;
}
.recommend-book p.title .red {
  color: #ff5433 !important;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .recommend-book p.title small {
    display: block;
  }
}
.recommend-book p.price {
  color: #4e402c !important;
  font-size: 14px !important;
  font-weight: bold !important;
    margin:0;
}
.recommend-book p.text {
  color: #4e402c !important;
  font-size: 12px !important;

}
.recommend-book .text a {
  color: #00bc3f;
  text-decoration: underline;
}
/* ------------------------------------- */
/*   page-top   */
/* ------------------------------------- */
.page-top {
  box-shadow: 0 10px 20px #aaa;
  margin-bottom: 35px;
  background: url(../img/bg-main50.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.page-top .text-area {
  padding-top: 7px;
}
.page-top .text-area .text {
  padding-right: 0;
  color: #4e402c !important;
}
@media screen and (max-width: 767px) {
  .page-top .text-area .text {
    padding-right: 15px;
  }
}
.page-top .text-area .text h2 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff !important;
}
.page-top .text-area .text p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-top .text-area .image {
    text-align: center;
  }
}
/* ------------------------------------- */
/*   section   */
/* ------------------------------------- */
.section .section-header .about-message {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
}
.about .col-sm-8 {
	width:600px;
	margin-left:1em;
}
@media screen and (max-width: 767px) {
.about .col-sm-8 {
	width:95%;
  }
}
.about .col-sm-4 img {
	margin:0.5em 0 2em 0;
}
@media screen and (max-width: 767px) {
.about .col-sm-4 img {
	width:97%;
	height:auto;
  }
}
.section .section-body.profile p {
  margin-bottom: 10px;
  font-size: 14px;
}
.section .section-body.profile p.daihyo {
	font-weight:bold;
	font-size:16px;
}
.section .section-body.profile .nomal {
  padding: 0 20px;
  font-weight: normal;
  line-height: 26px;
}
h4.staff {
	font-weight:bold;
	padding-left:1em;
}
dl.staff {
	padding-left:2em;
	margin-top:20px;
}
dl.staff dt {
	margin-bottom:10px;
}
dl.staff dd {
	line-height:1.8;
	padding-left:1.5em;
}
@media screen and (min-width: 768px) {
  .section ol {
    padding-left: 60px;
  }
}
.section ol li {
  line-height:1.5em;
 margin-bottom:0.5em;
}
.section dl {
  color: #4e402c !important;
  font-size: 14px;
}
.section .price {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 20px !important;
  font-weight: normal !important;
}
@media screen and (max-width: 767px) {
  .section .cta {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* ------------------------------------- */
/*  feature-top   */
/* ------------------------------------- */
.feature-top {
  box-shadow: 0 10px 20px #aaa;
  margin-bottom: 35px;
  background: url(../img/bg-main50.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.feature-top .text-area {
  padding-top: 7px;
}
.feature-top .text-area h2 {
  margin-bottom: 26px;/**/
  color: #4e402c !important;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff !important;
}
.feature-top .text-area .text {
  padding-right: 0;
  color: #4e402c !important;
}
@media screen and (max-width: 767px) {
  .feature-top .text-area .text {
    padding-right: 15px;
  }
}
.feature-top .text-area .text p {
  font-size: 16px;
  font-weight: bold;
  line-height:26px;/**/
}
@media screen and (max-width: 767px) {
  .feature-top .text-area .image {
    text-align: center;
  }
}
/* ------------------------------------- */
/*   section   */
/* ------------------------------------- */
/*@media screen and (min-width: 768px) {
  .section.manabi .section-header .col-sm-8 {
    width: 740px;
  }
}*/
@media screen and (min-width: 768px) {
  .section.manabi .section-header .col-sm-4 {
    width: 200px;
  }
}
.section.manabi .section-body img {
  margin-bottom: 30px;
}
.section.manabi .section-body p.nomal {
  margin-bottom: 10px;/**/
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}
.section.manabi .section-body ul {
	padding-left:20px;/**/
}
.section.manabi .section-body ul.list-nomal li {
  margin-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .section.manabi .section-images .col-sm-4 {
    padding: 0;
  }
}
.section.manabi #section-image-slider ol {
  padding: 0;
}
.section.manabi #section-image-slider .item img {
  width: 100%;
  height: 100%;
}
.section.manabi .section-body.erabu {
  margin-bottom: 30px;
}
.section.manabi .section-body.erabu .cell {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b9ae99;
}
.section.manabi .section-body.erabu h4 {
  font-size: 16px;
}
.section.manabi .section-body.erabu p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .section.manabi .section-body.erabu .col-sm-2 {
    width: 95px;
  }
}
@media screen and (min-width: 768px) {
  .section.manabi .section-body.erabu .col-sm-10 {
    /*width: 800px;*/
    padding-left: 30px;
    padding-right: 0;
    border-left: 1px solid #b9ae99;
  }
}
.section.about .section-body.hako {
  margin-bottom: 30px;
}
.section.about .section-body.hako .cell {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b9ae99;
}
.section.about .section-body.hako h4 {
  font-size: 16px;
}
.section.about .section-body.hako p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .section.about .section-body.hako .col-sm-2 {
    width: 303px;
  }
}
  .section.about .section-body.hako .col-sm-2 img {
	  margin-bottom:10px;
  }
@media screen and (max-width: 767px) {
  .section.about .section-body.hako .col-sm-2 img {
	width:100%;
	height:auto;
  }
}
@media screen and (max-width: 767px) {
  .section.about .section-body.profile .col-sm-2 {
	  text-align:center;
	padding-bottom:1em;
  }
}
@media screen and (min-width: 768px) {
  .section.about .section-body.profile .col-sm-10 {
    /*width: 780px;*/
    padding-left: 55px;
    padding-right: 0;
	padding-top:1em;
  }
}
@media screen and (min-width: 768px) {
  .section.about .section-body.hako .col-sm-10 {
    width: 550px;
    padding-left: 30px;
    padding-right: 0;
	padding-top:1em;
  }
}
.section.manabi .more-btn ul li {
  margin-bottom: 20px;
}
/* ------------------------------------- */
/*   section   */
/* ------------------------------------- */
.section.form {
  margin-top: 40px;
}
.section.form .red {
  color: #ff5433 !important;
}
.section.form a {
  text-decoration: underline;
  color: #009933 !important;
}
/* ------------------------------------- */
/*   form   */
/* ------------------------------------- */
.section form {
  padding: 20px;
  margin-bottom: 25px;
  border-top: 2px solid #00bc3f;
  border-bottom: 2px solid #00bc3f;
}
.section form .form-control {
  display: inline-block;
  width: 170px;
  border-radius: 0;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .section form .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
}
.section form .form-control.tell {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .section form .form-control.tell {
    width: 70px;
  }
}
.section form .form-control.long {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .section form .form-control.long {
    width: 100%;
    margin-bottom: 10px;
  }
}
.section form .form-control.mid {/**/
  width: 400px;
}
@media screen and (max-width: 767px) {/**/
  .section form .form-control.mid {
    width: 100%;
    margin-bottom: 10px;
  }
}
.section form hr {
  border-color: #00bc3f !important;
}
.section form textarea {
  width: 100% !important;
}
.section form textarea.kiyaku {
  width: 600px !important;
  height: 125px;
  padding: 15px 15px 0 15px;
}
@media screen and (max-width: 767px) {
  .section form textarea.kiyaku {
    width: 100% !important;
    height: 215px;
  }
}
.section form .privacy {
  text-align: center;
  margin-bottom: 40px;
  color: #4e402c !important;
}
.section form .privacy p {
  margin-bottom: 30px;
}
.section form .privacy .bold {
  margin-bottom: 10px;
  font-weight: bold;
}
.section form .privacy textarea {
  color: #4e402c !important;
  font-size: 13px;
}
.section form .confirm-btn {
  text-align: center;
}
.section form .confirm-btn input[type="submit"] {
  width: 161px;
  height: 45px;
  margin-bottom: 10px;
  border: none;
  color: transparent !important;
  background-image: url(../img/btn-confirm.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.section form .confirm-btn input[type="submit"]:disabled{
  opacity: 0.7;
}
.section .contact p {
  color: #ff5433;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section .contact p {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .section .contact ul {
    padding-left: 100px;
  }
}
.section .contact ul li {
  margin-bottom: 10px;
  color: #4e402c !important;
  font-size: 14px;
}
.section .contact ul li .large {
  font-size: 26px;
  font-weight: bold;
}
/* ------------------------------------- */
/*   confirm   */
/* ------------------------------------- */
.section.form form.confirm th {
  padding: 8px;
  font-size: 16px;
  width: 150px;
}
.section.form form.confirm td {
  padding: 8px;
  font-size: 16px;
}
.section.form form.confirm .confirm-btn input {
  vertical-align: top;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section.form form.confirm .confirm-btn input {
    margin-right: 0;
  }
}
.section.form form.confirm .confirm-btn input[type="button"] {
  width: 161px;
  height: 45px;
  border: none;
  color: transparent !important;
  background-image: url(../img/btn-reset.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.section.form form.confirm .confirm-btn input[type="submit"] {
  width: 161px;
  height: 45px;
  border: none;
  color: transparent !important;
  background-image: url(../img/btn-submit.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.section.form .error {
  text-align: center;
  padding: 20px;
  margin-bottom: 25px;
  border-top: 2px solid #00bc3f;
  border-bottom: 2px solid #00bc3f;
}
.section.form .error input[type="button"] {
  width: 161px;
  height: 45px;
}

/*===============*/
.orange {
	color:#ff5433 !important;
}
.brown {
	color:#4e402c !important;
}
.green {
	color:#009933 !important;
}
a:link {
	color:#009933 !important;
	text-decoration:underline;
}
a:hover {
	text-decoration:none !important;
}
a:visited{
	color:#009933 !important;
}
.kyu {
	min-height:700px;/**/
}
.section.noheadline {
  margin-top: 40px;
}
dl.embox {
	padding:12px;
	background-color:#e0f3d7;
	display:inline-block;
}
dl.embox dt {
	margin-bottom:0.8em;
}
dl.embox dd {
	margin-bottom:0.3em;
}
	
@media screen and (min-width: 768px) {
.col-sm-8.wide{
    width: 95% !important;
  }
}
.bottom-1em {
	margin-bottom:1em;
}
.top-1em {
	margin-top:1em;
}
.normal {
	font-weight:normal !important;
}
.bold {
	font-weight:bold !important;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
a.underline {
	text-decoration:underline;
}
span.emphasis {
	background-color:#ccff99 !important;
	padding:0.2em;
}
.indent {
	margin-left:2em;
}
.in-bl {
	display:inline-block;
	text-align:left;
}

/* ------------------------------------- */
/*   print   */
/* ------------------------------------- */
@media print and (min-width: 480px) {
  .container {
    width: 990px !important;
  }
}
@media print and (min-width: 480px) {
  .navbar{
    display: block;
  }
  .navbar .container {
    width: 990px;
  }
}
@media print and (min-width: 480px) {
  .navbar .nav li a {
    display: inline-block;
    margin-top: -5px;
    padding: 19px 20px 18px 20px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
  }
  .navbar .nav li a:hover {
    color: #4e402c !important;
    background-color: #c1ff53 !important;
  }
  .navbar .nav li.current a {
    color: #4e402c !important;
    background-color: #ddffa0 !important;
  }
}
@media print and (max-width: 767px) {
  .contents-top .main-image {
    width: 695px;
    padding-right: 0;
  }
}
@media print and (max-width: 767px) {
  .contents-top .main-image img {
    width: auto;
    height: auto;
  }
}
@media print{
  body {
    margin-top: 0;
  }
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
  #header .logo {
    float: left;
  }
  #header .description {
    float: left;
  }
  #header .tell {
    float: right;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 6px;
    border: none;
    background: none !important;
  }
  .navbar-default .navbar-nav>li>a {
    color: #fff !important;
  }
}
@media print and (min-width: 480px){
  .navbar .nav li a {
  display: inline-block;
  padding: 19px 21px 18px 21px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}
}
@media screen and (min-width: 768px){
  .section .section-body table {
      width: 100%;
  }
}
