@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: #ffc0cb !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: 3px 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;
}















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

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: #696969 !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;
  
  
}

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 td{
	
	padding-left: 25px;
	background-color: #e0ffff;
}




#accesstable th{

        background-color: #afeeee;
	
	
}



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


#contents .left .shisya01 {
	
	background: #e7f5ff;
	
}


#contents .left .shisya02 {
	
	background: #d8e5ee;
	
}



/*---------- 赤バー　----------*/


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


/*---------- flow緑バー　----------*/


#flow h3 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
 
  background: url(img/h_bg3.gif) center repeat-x;
}

#flowin{
    background-color:#dcdcdc;
    margin: 0 20px 0 20px;
}

#flowin p{
    padding: 20px 20px 20px 20px;
}





/*---------- ピンク文字h4　----------*/

h4 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ff1493;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;

}






/*---------- 青トップ背景画像　----------*/

 .txt-area {
	background: url(img/outsoucing01.jpg) no-repeat left top;
	height: 55px;
	width: 315px;
	margin: 0px 0px 5px 0px;
	
	
}


.txt-area p {
	color: #FFF;
	padding-top: 5px;
	padding-right: 100px;
	padding-left: 7px;
	font-size: 8px;
	line-height: 1.5em;
	text-align: left;
	
}



/*---------- 質問回答　----------*/



.question {
	background: url(img/icnq.gif) no-repeat left 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	font-weight: bold;
	padding-left: 30px;
	margin:0px 0px 0px 20px; 
}

 .answer {
	background: url(img//icna.gif) no-repeat left 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	line-height: 1.8em;
	margin:0px 0px 0px 20px; 
}

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


a{
    
    text-decoration:none;

}





/*---------- 福利h5　----------*/


h5{
    
    padding-left:10px;

}




