@charset "utf-8";



/*========================

萬の湯カード

========================*/



/*------------------------
常にインクルードするCSS
------------------------*/

@import "reset.css";
@import "base.css";
@import "inner.css";
@import "print.css";



/*------------------------
ベース
------------------------*/

body.green_back {
background: url(../sauna/img/green_back.jpg) repeat-x;
}	


/*------------------------
資料請求ナビゲーション
------------------------*/

#catalog_navi{
	width: 170px;
	margin: 0px auto;
	padding-top: 26px;
}

#catalog_navi ul {
	display: block;
	margin: 0px;
	padding:0px;
	}

#catalog_navi ul li {
	list-style: none;
	margin:0px;
	padding-top: 6px;
 }



/*------------------------
資料請求
------------------------*/


#catalog_tit{
    width:900px;
    height:178px;
    margin:0px auto;
    padding:0px;
    }

#catalog_subtit{
	width:663px;
	margin:0px auto;
	padding-top:36px;
    }

.catalog{
	width:663px;
	margin:0px auto;
	padding:0px auto 50px;
    }

.catalog2{
	width:663px;
	margin:20px auto 50px;
	padding:0 0 0 50px;
    }

.catalog2 p{
	margin:10px auto;
}
		
.catalog_thanks{
	width:500px;
	margin:0px auto;
	padding:80px 0px ;
	text-align:center;
    }
		
.mannoyu_text{
	width:800px;
	margin:0px auto;
	padding:10px 0px ;
    }
		
.mannoyu_text img{
float:right;
padding-top:10px;
    }	
		
#text_back{
	width: 900px;
	margin:0px auto;
	font-size: 120%;
	background: url(../sauna/img/thanks.jpg) repeat-y;
    }
		
/*------------------------
送信ボタン
------------------------*/
		
#btn_all {
  width: 290px;
	height: 38px;
	float:right;
}		

.btn_right{
  width: 183px;
	height: 38px;
	float: right;
    }
	
.btn_left{
	width: 100px;
	height: 38px;
	font-size: 100%;
	float: left;
}	


#btn_all2 {
  width: 370px;
	height: 38px;
	margin:0 auto;
}		

.btn_right2{
	width: 183px;
	height: 38px;
	float: right;
}

.btn_left2{
	width: 100px;
	height: 38px;
	float: left;
}


/*------------------------
特典
------------------------*/

.tokuten table {
	width:645px;
	align:center;	
	text-align:center;
	border-collapse: separate;
  border-spacing: 5px;
	}
	

.tokuten table td{
	border:solid 1px #249448;
	padding:7px 10px;
	}
	
.store{
color:#666;
font-weight:bold;
}


.waku2 {
	width: 630px;
	border: 1px solid #219447;
	font-weight: bold;
	color: #006b33;
	text-indent: 10px;
	margin: 15px auto;
	padding:0px;
	font-size: 120%;
	display: block;
	line-height: 220%;
}

#phone2{
  width: 630px;
	height: 23px;	
	margin: 0px auto;
	padding:5px;
}


.text2{
  width: 630px;
  margin: 0px auto;
	padding:5px;
}

.text{
	width:620px;
	margin: 0px auto;
	padding:5px;
	text-align:right;
}


/*------------------------
資料請求テーブル
------------------------*/

.catalog table{
  width:645px;
	padding:7px;
	border-collapse: separate;
  border-spacing: 10px;
	}


.catalog table th {
	text-align: center;
	width: 118px;
	padding:7px;
	border: 1px solid #2DA714;
	font-weight: bold;
	color: #1e3fa0;
	line-height:140%;
	}


/*------------------------

お問い合わせリンク

------------------------*/

a.blue:link {
	color:#0000fc;
 text-decoration: underline;

	}

a.blue:visited {
	color:#0000fc;
  text-decoration: underline;
	}

a.blue:hover {
	color:#0000fc;
  text-decoration: underline;
	}



a.blue:active {
　color:#0000fc;
  text-decoration: underline;

	}


/*------------------------
フッター
------------------------*/

#footer_green{
	width:100%;
  background: url(../sauna/img/foot_back_green.jpg) repeat-x;
}

