@charset "utf-8";
/* CSS Document */

/*パンくずリスト*/
.pan-list-inline {
  /* 右寄せは text-align:right; を追加 */
  margin:0px; padding:0px;
}
.pan-list-inline li {
	display:inline;
	margin:0px;
	padding:0px 0px 0px 18px;
	list-style-type:none;
	background-image:url(../images/pan-image.gif);
	background-repeat:no-repeat;
}
.pan-list-inline li.home {
  display:inline;
  margin:0px; padding:0px;
  list-style-type:none;
  background-image:url("no-img.gif");
}

#top{
	width: 100%;
	padding-bottom: 15px;
	height: auto;
}
#top #left{
	float: left;
	width: 50%;
}

#top #gaikan{
	width: 100%;
	text-align: center;
}
#top #gaikan img {
	width: 450px;
}
#top #theta{
	width: 100%;
	padding-top: 15px;
}
#top #mitorizu{
	width: 100%;
	padding-top: 15px;
	margin-right: 4px;
	margin-left: 4px;
}
#top #mitorizu img {
	max-width: 450px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 10px;
	vertical-align: top;
}
#top #comment{
	width: 100%;
	clear: both;
}

#top #right{
	float: right;
	width: 50%;
}
#top #right table{
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px solid #A7A7A7; /* テーブル全体の枠線（太さ・色・スタイル） */
	padding: 3px;
}
#top #right table th{
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FBD0A2;
	border: 1px solid #A7A7A7;	
}
#top #right table td{
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #A7A7A7;
}
#top #toiawase{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
#top #toiawase img{
	margin-bottom: 5px;
}
#top #toiawase p.tell{
	font-size: 24px;
	font-weight: bold;
	color: #FF3338;
}

#top #syousai{
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#photo{
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-bottom: 10px;
}
#photo img{
	width: 180px;
}
#kukaku{
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#kukaku img{
	max-width: 640px;
}
.kukaku{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
	margin-top: 20px;
}
.kukaku td,th {
	padding-right: 0.5em;
	padding-left: 0.5em;
	vertical-align: middle;
	height: 20px;
	border: 1px solid #D5D5D5;
	text-align: center;
}
.kukaku th {
	background-color: #1C5193;
	font-weight: bold;
	color: #FFF;
}
.kukaku th.no{
	width: 10%;
}
.kukaku th.kakaku{
	width: 16%;
}
.kukaku th.menseki{
	width: 12%;
}
.kukaku th.tubo{
	width: 12%;
}

.kukaku td.no{
	background-color: #E1F0FF;
}
.kukaku td.kakaku{

}
.kukaku td.menseki{

}
.kukaku td.tubo{

}


#favorite img{
	padding-bottom: 5px;
	padding-right: 10px;
}

#map{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*---------お問い合わせ-------*/
table.contact {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom: 10px;
}
table.contact th {
	background-color:#E1EAFF;
	border:1px solid #99CCFF;
	font-size:14px;
	padding:10px;
}
table.contact td {
	border:1px solid #99CCFF;
	padding:10px;
}



/*-----------------------------------
       店舗用ページカラー
------------------------------------*/

#contents-a.red #contents-title {
	margin-right: 0;
	margin-left: 0;
	background-image: url(../images/contents_title_red.gif);
	background-repeat: repeat;
	text-indent: 30px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	clear: both;
	width: 960px;
}
#contents-a.blue #contents-title {
	margin-right: 0;
	margin-left: 0;
	background-image: url(../images/contents_title_blue.gif);
	background-repeat: repeat;
	text-indent: 30px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	clear: both;
	width: 960px;
}
#contents-a.green #contents-title {
	margin-right: 0;
	margin-left: 0;
	background-image: url(../images/contents_title_green.gif);
	background-repeat: repeat;
	text-indent: 30px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	clear: both;
	width: 960px;
}
#contents-a.yellow #contents-title {
	margin-right: 0;
	margin-left: 0;
	background-image: url(../images/contents_title_yellow.gif);
	background-repeat: repeat;
	text-indent: 30px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	clear: both;
	width: 960px;
}
#contents-a.glay #contents-title {
	margin-right: 0;
	margin-left: 0;
	background-image: url(../images/contents_title_glay.gif);
	background-repeat: repeat;
	text-indent: 30px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	clear: both;
	width: 960px;
}

#contents-a.red #top #right table th{
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FDC4C4;
	border: 1px solid #A7A7A7;
}
#contents-a.blue #top #right table th{
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #9FC5FD;
	border: 1px solid #A7A7A7;
}
#contents-a.green #top #right table th{
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B3E8B9;
	border: 1px solid #A7A7A7;
}
#contents-a.yellow #top #right table th{
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FEF0B1;
	border: 1px solid #A7A7A7;
}
#contents-a.glay #top #right table th{
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E1E1E1;
	border: 1px solid #A7A7A7;
}

.bgCyan {
background: #E3F1D2;
}
.bdGray {
border: 1px solid #CCCCCC;
}

table.satei_k1{
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px solid #DDDDDD; /* テーブル全体の枠線（太さ・色・スタイル） */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFE8D0;
}

table.satei_k1 td{
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #DDDDDD solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	padding: 10px;
}
table.satei_k1 td.check{
	width: 30px;
	text-align: center;
	background-color: #EEE;
}

table.satei_k2{
	border-collapse: collapse; /* テーブル全体の枠線（太さ・色・スタイル） */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	margin-bottom: 10px;
}

table.satei_k2 td{
	border-collapse: collapse; /* テーブル全体の枠線（太さ・色・スタイル） */
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
table.satei_k2 td.gaikan{
	width: 150px;
	text-align: center;
}

table.form_table{
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px solid #DDDDDD; /* テーブル全体の枠線（太さ・色・スタイル） */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
table.form_table td{
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #DDDDDD solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	padding: 5px;
}

.satei_h2{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/satei_h2.gif);
	text-indent: 30px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	clear: both;
	width: 800px;
	background-repeat: no-repeat;
}
.satei_navi{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.satei_kd{
	float: left;
	margin-left: 20px;
}
.privacy_policy dt {
	line-height: 1.6;
	font-weight: bold;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-left-color: #F00;
	padding: 3px;
}
.privacy_policy dd {
	line-height: 1.6;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	padding: 3px;
}

