@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #192f60;
}

a:hover {
  color: #1e50a2;
}

a:visited {
  color: #192f60;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
  background-color: #ffffff;
}

header h1 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #000000;
  font-size: 17px;
}

header h1 a {
  color: #00bfff !important;
  text-decoration: none;
  font-size: 17px;
}

header h1 a:hover {
  color:#c0c0c0 !important;
  text-decoration: underline;
  font-size: 17px;
}

#page_top {
  margin: 0;
  padding: 0;
}





/*---------- コンテンツ ----------*/

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #000000;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg.gif) center repeat-x;
}




section p {
  margin: 0 0 12px 0;
  padding: 10px 30px 3px 30px;
  line-height: 1.8;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}

section #gazou img{

   display:block;
   margin:auto;
}





/*---------- TOPナビ ----------*/

nav0 {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
  margin: 0 auto;

  }





nav0 h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav0 ul {
  width: 100%;
  height:180px;
  border-top: solid 1px;
  border-top-color: #cccccc;







}

nav0 li {
  width: 158px;
  margin-right: 1px;
  list-style: none;
  text-align: center;
  float: left;


}

nav0 li a {

  padding: 10px;
  display: block;
  color: #FFFFFF !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav0 li a:hover {
  color: #000000 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}










/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #FFFFFF !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #000000 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}










/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #dcdcdc;
}

footer p {
  padding: 10px;
  color: #000000;


}

footer a {
  color: #000000 !important;
  text-decoration: none;

}

footer a:hover {
  color: #696969 !important;
}

footer a:visited {
  color: #696969;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #000000;
}

footer p.copy a {
  color: #cccccc !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #000000 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #000000;
  text-decoration: none;
}







/*---------- プランテーブル ----------*/

.plankoumoku{
	text-align: center;
	margin:auto;
	width="270"


	}





/*---------- QA ----------*/


#qa{

	color: #000;
	text-align: left;

}

#qa dl dt{
	background-image: url(img/qa-train-point.png);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #F90;
	padding-left: 45px;
	padding-top: 10px;


}



#qa dd{
	background-image: url(img/qa-other-anchor.png);
	background-repeat: no-repeat;

	color: #000;
	padding-top: 20px;
	margin-left: 35px;

}




/*---------- メールフォーム contact.php----------*/




#contact-box td textarea{
width: 250px;
height: 100px;
}


#contact-box td input[type=text]{
width: 250px;
height: 20px;
}

#contact-box #buttons {
	text-align: center;
	width: 614px;
	height: 22px;
	padding: 0px;
}


/*---------- 会社概要　----------*/
#accesstable{

}





#accesstable td{
	font-size: 12px;
	padding-left: 25px;
	background-color: #e0ffff;
}




#accesstable th{
        font-size: 12px;
        padding-left: 15px;
	padding-right: 15px;
        background-color: #afeeee;


}







/*---------- 店舗情報　----------*/


#contents .left .shisya01 {

	background: #e7f5ff;
  padding-bottom:20px;
  margin-bottom:10px;

}


#contents .left .shisya02 {

	background: #d8e5ee;
  padding-bottom:20px;
  margin-bottom:10px;

}



/*---------- リンク下線消し　----------*/


a{

    text-decoration:none;

}


/*---------- 店舗h3 h4　----------*/


h3{

    padding-left:10px;

}


h4{

    padding-left:15px;

}



/*---------- プライバシーh5　----------*/


h5{

    padding-left:10px;

}

/* Googlemap Responsive */
.youtube {
  position: relative;
  width: 95%;
  padding-top: 56.25%;
  margin:auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  padding-bottom:20px;
}

/*button用追加CSS*/

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.text-blue {color:blue}
