﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
店舗基本情報(/basicInfo/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/04/04
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	background: url("../img/basicInfoBack.jpg") no-repeat left bottom;
}

	/* 営業時間 */
	#leftContents #openTime {
		width: 484px !important;
		width: 500px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		border: 3px solid #ff9900;
		font-weight: bold;
		font-size: 140%;
		padding: 5px;
		color: #ffffff;
	}
		#leftContents #openTime .timeTitle {
			background-color: #ff9900;
			font-size: 100%;
			color: #ffffff;
			padding: 3px;
		}
		#leftContents #openTime .fullTime {
			color: #ff9900;
			font-size: 120%;
			line-height: 1.6;
		}
		#leftContents #openTime .exception {
			font-size: 70%;
		}

	/* ブラックシリカ */
	#leftContents #blackSirica {
		background-color: #E7C85D;
		border: 5px double #ffffff;
		width: 480px !important;
		width: 510px;
		margin-left: 5px;
		margin-bottom: 10px;
		padding: 10px;
	}
		#leftContents #blackSirica td {
			padding: 2px 4px !important;
			padding: 4px 8px;
		}
			#leftContents #blackSirica td.blackBorder {
				background-color: #000000;
				height: 1px;
				padding: 0 !important;
				padding: 0;
			}
		#leftContents #blackSirica .naturalMineral {
			color: #ffffff;
			font-size: 150%;
			font-weight: bold;
		}
		#leftContents #blackSirica .effectTitle {
			color: #ffffff;
			font-size: 120%;
			font-weight: bold;
		}

	/* 注意書き */
	#leftContents #notice {
		color: #ffffff;
	}
		#leftContents #notice ul {
			list-style-type: square;
			padding: 0;
			margin: 0 1em 0 2em;
		}
			#leftContents #notice li {
				list-style-type: square;
				line-height: 1.3;
				font-size: 90%;
				margin: 2px 0;
			}

/* -----------------------------------------------------------------------------
2.右側のコンテンツの設定
----------------------------------------------------------------------------- */

#rightContents {
	text-align: center;
}

	#rightContents .navigation {
		width: 224px;
		margin: 0 auto;
		padding-top: 65px;
	}
		#rightContents .navigation ul li {
			margin-bottom: 7px;
		}