@charset "utf-8";

/*
  Site URL  : http://www.hanamaki.ne.jp/
  File name : /_themes/201004/design_card.css
  Target    : /members/
  Summary   : Members Card design, color
*/

/* -------------------------------------
File Tree
  catv_design.css
    |-- catv_layout.css
          |-- layout.css
                |-- common.css

CSS Tree
  Container
    |-- Header
    |    |-- Global Menu
    |-- Catch
    |-- Contents
    |-- Footer
         |-- Site Map
------------------------------------- */

/* -------------------------------------
Import
------------------------------------- */
@import url("hana_layout.css");

/* -------------------------------------
Catch
------------------------------------- */
#catch {
	background-color: #0092CA;
	background-image: url(img/catch_back_card.gif);
	background-repeat: repeat-x;
}

/* -------------------------------------
Contents
------------------------------------- */
#contents #contentsMain #pageTitle {
	background-color: #0092CA;
}

#contents #sideMenu {
	background-color: #E5F7FF;
}
#contents #sideMenu .sMenuTitle {
	background-color: #0092CA;
	background-image: url(img/smenu_title_back_card.gif);
	background-repeat: repeat-x;
}
#contents #sideMenu .sMenuTitle2 {
	background-color: #0092CA;
	background-image: url(img/smenu_title2_back_card.gif);
	background-repeat: repeat-x;
}

h1 {
	background-image: url(img/back_h1_card.gif);
	background-repeat: repeat-x;
}
h2 {
	border-color: #0092CA;
}
h3 {
	border-left-color: #0092CA;
}

/* index.html */
.genre {
	padding: 0;
	margin: 0 0 0 2ex;
}
.genre ul {
	margin: 0 auto;
	padding: 0;
	width:100%;
}
.genre li {
	float: left;
	list-style-type: none;
	display:inline;
	width: 19%;
	margin-bottom: 2ex;
	padding-left: 36px;
	line-height: 120%;
}
.genre li.gTaberu {
	background: url(http://maps.google.co.jp/mapfiles/ms/icons/red-pushpin.png) no-repeat 0px 0px;
	background-position: left center;
}
.genre li.gKazaru {
	background: url(http://maps.google.co.jp/mapfiles/ms/icons/ylw-pushpin.png) no-repeat 0px 0px;
	background-position: left center;
}
.genre li.gKurasu {
	background: url(http://maps.google.co.jp/mapfiles/ms/icons/blue-pushpin.png) no-repeat 0px 0px;
	background-position: left center;
}
.genre li.gTanosi {
	background: url(http://maps.google.co.jp/mapfiles/ms/icons/grn-pushpin.png) no-repeat 0px 0px;
	background-position: left center;
}
.genre li.gTaberu a {
	color: #F06;
	font-weight: bold
}
.genre li.gKazaru a {
	color: #F50;
	font-weight: bold
}
.genre li.gKurasu a {
	color: #06F;
	font-weight: bold
}
.genre li.gTanosi a {
	color: #090;
	font-weight: bold
}

.imgLeft {
	margin: 10px 30px 20px 10px;
}

.mapShopInfo {
	font-size: 12px;
	line-height: 1.5em;
}
.mapShopInfo hr{
	margin: 5px 0 2px 0;
}

/*  list page */
.pager {
	clear: both;
	margin: 10px 0;
	padding: 0;
}
.pager ul {
	list-style-type: none;
}
.pager li {
	list-style-type: none;
	display:inline;
	padding: 0px 10px;
	margin: 0 5px;
	border: solid 1px #CCC;
	background-color: #E5F7FF;
}
.pager li a {
	text-decoration: none;
}
.pager li.pagerThis {
	font-weight: bold;
	color: #FFF;
	background-color: #0092CA;
}
.pager li.pagerFN {
	font-weight: bold;
	padding: 0px 10px;
}

.shopList {
	clear: both;
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
}
.shopList ul {
	background-color: #E5F7FF;
	width: 100%
}
.shopList li {
	float: left;
	list-style-type: none;
	display:inline;
	width: 48%;
}

.shopInfo {
	clear: both;
	position: relative;
	display: block;
}
.shopInfo h3 {
	margin: 20px 0 10px 0;
	width: auto;
	height: 24px;
}
.shopInfo h3.tTaberu {
	border-left-color: #F66;
	background-color: #FDD;
}
.shopInfo h3.tKazaru {
	border-left-color: #F70;
	background-color: #FEC;
}
.shopInfo h3.tKurasu {
	border-left-color: #06C;
	background-color: #DEF;
}
.shopInfo h3.tTanosi {
	border-left-color: #393;
	background-color: #DFD;
}
.shopInfo .shopName {
	position: relative;
	display: inline;
	float: left;
	width: 72%;
}
.shopInfo .areaName {
	position: relative;
	display: inline;
	float: right;
	width: 25%;
	text-align: right;
	font-weight: normal;
	font-size: 90%;
}
.shopInfoImg {
	display: inline;
	position: relative;
	float: right;
	width: 20%;
}
.shopInfoImg img {
	padding-bottom: 10px;
}
.shopInfoText {
	display: inline;
	position: relative;
	float: left;
	width: 77%;
}
.shopInfo dl {
	margin: 0;
}
.shopInfo dt {
	margin: 3px 0;
	padding: 0;
	width: 90px;
	float: left;
	clear: left;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #C60;
	background-color: #FFC;
	border: solid 1px #C60;
}
.shopInfo dd {
	margin-left: 100px;
	padding: 2px;
	font-size: 100%;
}
.shopInfo .pageTopMini {
	clear: both;
}

/* -------------- end --------------- */
