@charset "UTF-8";
/* CSS Document */

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/* clear float */
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

/* ボディ・コンテナ類 */
body {
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
}
#container {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#container_conts {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images_smart/bk_container_conts.jpg);
}
/* ここまで */

/* トピックパス */
#container_conts #topicpath {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#container_conts #topicpath p {
	font-size: 75%;
	color: #999;
}
#container_conts #topicpath p a {
	color: #360;
}
/* ここまで */

/* コンテンツページ用 */
#container_conts h1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666;
}
#container_conts h2 {
	width: 280px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	color: #360;
	font-size: 130%;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #999;
}
#container_conts .shoplist {
	width: 280px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#container_conts .shoplist h3 {
	font-size: 110%;
	font-weight: bold;
	color: #360;
	margin-bottom: 5px;
}
#container_conts .shoplist p {
	font-size: 80%;
	color: #999;
	margin-bottom: 5px;
}
/* ここまで */

/* ナビゲーション */
nav {
	margin-bottom: 20px;
}
nav ul li {
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
#btn01 a{
	background-image: url(images_smart/btn01.jpg);
	height: 60px;
	width: 320px;
	display: block;
}
#btn02 a {
	background-image: url(images_smart/btn02.jpg);
	height: 60px;
	width: 320px;
	display: block;
}
#btn03 a {
	background-image: url(images_smart/btn03.jpg);
	height: 60px;
	width: 320px;
	display: block;
}
#btn04 a {
	background-image: url(images_smart/btn04.jpg);
	height: 60px;
	width: 320px;
	display: block;
}
#btn05 a {
	background-image: url(images_smart/btn05.jpg);
	height: 60px;
	width: 320px;
	display: block;
}
#btn06 a {
	background-image: url(images_smart/btn06.jpg);
	height: 60px;
	width: 320px;
	display: block;
}
#btn01 a:hover {
	background-image: url(images_smart/btn01o.jpg);
}
#btn02 a:hover {
	background-image: url(images_smart/btn02o.jpg);
}
#btn03 a:hover {
	background-image: url(images_smart/btn03o.jpg);
}
#btn04 a:hover {
	background-image: url(images_smart/btn04o.jpg);
}
#btn05 a:hover {
	background-image: url(images_smart/btn05o.jpg);
}
#btn06 a:hover {
	background-image: url(images_smart/btn06o.jpg);
}
/* ここまで */

/* フッター */
footer {
	background-color: #FFF;
}
footer p {
	color: #360;
	text-align: center;
	font-size: 80%;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer p a {
	color: #360;
}
footer h6 {
	text-align: center;
}
footer #address {
	font-size: 90%;
	margin-top: 10px;
}
footer #address p img {
	margin-bottom: 10px;
}
footer h6 a {
	color: #360;
}
/* ここまで */
