@charset "utf-8";
/* ***********************************************************
*
* Since:			2008-01-25
* Modified:			2008-01-25
* Guideline:		Ver.1.00
* Editor:			KATSURA YOSHIDA(SONAR.Inc)
* Last Modified:	KATSURA YOSHIDA(SONAR.Inc)
*
* ***********************************************************
*/

/* CSS Document */
/* コンテンツ上:タイトル */
body#shopBoth h2 {
	background-image:url(../img/shop/title.gif);
	}
body#shopAdd h2 {
	background-image:url(../img/shop/title_add.gif);
	}
body#shopArea h2 {
	background-image:url(../img/shop/title_area.gif);
	}
/* 見出し */
h3.commonM {
	background-image:url(../img/shop/bg_head_o.gif);
	}
	
/* 矢印真中 */
p.arrow {
	text-align:center;
	margin:0 0 10px 0;
	}
	
/* ボーダー背景 */
div.searchArea {
	width:734px;
	margin:0 0 10px 0;
	padding: 3px;
	background-image:url(../img/bg_border_gray.gif);
	}
	
/* トップ：リードエリア */
div#leadArea {
	width:740px;
	min-height:130px;
	margin:0 0 15px 0;
	padding:0;
	background-image:url(../img/shop/img_lead_add.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
body#shopArea div#leadArea {
	background-image:url(../img/shop/img_lead_area.jpg);
	}
div#leadArea h3 {
	width:552px;
	height:18px;
	margin:0 0 10px 0;
	padding: 0;
	background-image:url(../img/shop/head_lead.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	}
div#leadArea p {
	width:500px;
	margin:0 230px 10px 10px;
	padding: 0;
	}
/* ワード検索 */
div#freeWordSearch{ 
	width:710px;
	margin:5px auto;
	padding: 2px 5px 0 5px;
	background-image:url(../img/shop/bg_wordsearch.gif);
	background-repeat:repeat-y;
	}
div#freeWordSearch:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
	}
div#freeWordSearch p{
	margin:0 0 -2px 0;
	float:left;
	}
div#freeWordSearch p.example{
	margin: 0 0 0 3px;
	padding:3px 0 0 0;
	}
div#freeWordSearch p.text{
	margin: 0 0 0 3px;
	padding:3px 0 0 0;
	}
div#freeWordSearch p input , div#freeWordSearch p select{
	margin-top:2px;
	}
div#freeWordSearch ul {
	margin:4px 0 0 0;
	padding:0;
	float:left;
	}
div#freeWordSearch li {
	margin:0 10px 0 0;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
	float:left;
	}
div#freeWordSearch p#searchBtn{
	float:right;
	}

/* 沿線・エリアから検索：都道府県リスト */
div.selectPrefBox {
	width:720px;
	margin:0 0 10px 0;
	padding:0 10px 10px 10px;
	border-top-style:none;
	background-image:url(../img/shop/bg_selectpref.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
div.selectPrefBox h4 {
	width:355px;
	height:63px;
	margin:0;
	padding:0;
	background-position:0 0;
	background-repeat:no-repeat;
	}
div#routeBox h4 {
	background-image:url(../img/shop/head_search_route.gif);
	}
div#areaBox h4 {
	background-image:url(../img/shop/head_search_area.gif);
	}
div#routeBox {
	float:left;
	}
div#areaBox {
	float:right;
	}
dl.selectPrefList {
	width:335px;
	margin:-5px 0 0 0;
	padding:0 10px 10px 10px;
	background-color:#FFFFFF;
	}
dl.selectPrefList dt {
	width:100px;
	height:19px;
	margin: 5px 0 0 0;
	padding: 0;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	}
dl.selectPrefList dt.tohoku {
	border-top-style:dotted;
	border-top-color:#cccccc;
	border-top-width:1px;
	padding-top:10px;
	padding-bottom:0;
	width:335px;
	background-position:center left;
	background-image:url(../img/shop/head_tohoku.gif);
	}
dl.selectPrefList dt.kanto {
	background-image:url(../img/buy/head_kanto.gif);
	}
dl.selectPrefList dt.koshinetsu {
	background-image:url(../img/buy/head_koshinetsu.gif);
	}
dl.selectPrefList dt.tokai {
	background-image:url(../img/buy/head_tokai.gif);
	}
dl.selectPrefList dt.kinki {
	background-image:url(../img/buy/head_kinki.gif);
	}
dl.selectPrefList dt.chugoku {
	background-image:url(../img/buy/head_chugoku.gif);
	}
dl.selectPrefList dt.kyushu {
	background-image:url(../img/buy/head_kyushu.gif);
	}
dl.selectPrefList dd {
	width:335px;
	margin: 0;
	padding: 5px 0;
	border-bottom-style:dotted;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	}
dl.selectPrefList dd:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
	}
dl.selectPrefList dd ul {
	margin: 0;
	padding:0;
	}
dl.selectPrefList dd li {
	list-style-position:inside;
	list-style-type:none;
	float:left;
	color:#333333;
	word-break:keep-all;
	}
dl.selectPrefList dd li a , dl.selectPrefList dd li span {
	margin: 0 4px;
	}
dl.selectPrefList dd li span {
	color:#CDCDCD;
	}

/* サイド：営業エリア・所在地からも検索 */
dl#sideConAnother {
	width:180px;
	margin-bottom:13px;
	}
dl#sideConAnother dt {
	width:180px;
	height:44px;
	margin: 0;
	padding:0;
	}
body#shopAdd dl#sideConAnother dt {
	background-image:url(../img/shop/head_side_another_area.gif);
	}
body#shopArea dl#sideConAnother dt {
	background-image:url(../img/shop/head_side_another_add.gif);
	}
dl#sideConAnother dd {
	margin:0;
	padding:9px 10px 10px 10px;
	background-image:url(../img/shop/bg_side_o.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	}
dl#sideConAnother dd p {
	margin:0 0 5px 0;
	padding:0;
	}
dl#sideConAnother dd p#text {
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
	}

/* 検索：市区郡選択・沿線選択 */
/* 検索：市区郡選択・沿線選択：上に都道府県下にリスト */
table#topHeadTable {
	width:739px;
	margin:0 0 10px 1px;
	padding:0;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	border-collapse:collapse;
	}
table#topHeadTable th{
	width:732px;
	margin:0;
	padding:3px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	background-image:url(../img/bg_dot.gif);
	}
table#topHeadTable th h4{
	width:100px;
	height:23px;
	margin:0;
	padding:0;
	display:block;
	float:left;
	}
table#topHeadTable th h4#areaTohoku{
	background-image:url(../img/buy/head_tohoku.gif);
	}
table#topHeadTable th h4#areaKanto{
	background-image:url(../img/buy/head_kanto.gif);
	}
table#topHeadTable th h4#areaKoshinetsu{
	background-image:url(../img/buy/head_koshinetsu.gif);
	}
table#topHeadTable th h4#areaTokai{
	background-image:url(../img/buy/head_tokai.gif);
	}
table#topHeadTable th h4#areaKinki{
	background-image:url(../img/buy/head_kinki.gif);
	}
table#topHeadTable th h4#areaChugoku{
	background-image:url(../img/buy/head_chugoku.gif);
	}
table#topHeadTable th h4#areaKyushu{
	background-image:url(../img/buy/head_kyushu.gif);
	}
table#topHeadTable th h4{
	width:100px;
	height:23px;
	margin:0;
	padding:0;
	display:block;
	float:left;
	}
table#topHeadTable th ul{
	margin:0 0 0 110px;
	padding:0;
	}
table#topHeadTable th li{
	margin:5px 0 0 0;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
	float:left;
	}
table#topHeadTable th li a , table#topHeadTable th li span {
	margin: 0 5px;
	}
table#topHeadTable th li span {
	color:#CDCDCD;
	}
table#topHeadTable th p{
	margin:0;
	padding:5px;
	background-color:#E0E0E0;
	font-size:10px;
	float:right;
	}
/* 検索：市区郡選択・沿線選択：コメント部分 */
table#topHeadTable p {
	margin: 5px;
	}
/* 検索：市区郡選択・沿線選択：市区郡・沿線一覧 */
table#topHeadTable table.selectAreaLine {
	width:732px;
	margin:2px auto 10px auto;
	border-collapse:collapse;
	color:#999999;
	}
table#topHeadTable table.selectAreaLine th {
	margin:0;
	padding:4px 0;
	background-color:#EAEAEA;
	background-image:none;
	text-align:left;
	border:none;
	}
table#topHeadTable table.selectAreaLine th.lineName {
	padding:4px;
	color:#333333;
	}
table#topHeadTable table.selectAreaLine td {
	width: 125px;
	margin:0;
	padding:5px 4px 0 0;
	text-align:left;
	vertical-align:top;
	}
table#topHeadTable table.selectAreaLine .checkbox {
	width: 13px;
	padding:3px 4px 4px 4px;
	}
table#topHeadTable table.selectAreaLine td.checkbox {
	padding:7px 4px 0 4px;
	}
/* 市区郡・沿線選択：サービス選択 */
table#requestTable {
	width:740px;
	margin:0 0 10px 0;
	padding:0;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	border-collapse:collapse;
	border-bottom:none;
	}
table#requestTable th {
	width:147px;
	margin:0;
	padding:5px 3px;
	border-right-style:solid;
	border-right-color:#333333;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	background-image:url(../img/bg_dot.gif);
	color:#333333;
	text-align:left;
	}
table#requestTable td {
	margin:0;
	padding:5px 3px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	}
table#requestTable td ul{
	margin:0;
	padding:0;
	}
table#requestTable td ul:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
	}
table#requestTable td li{
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style-position:inside;
	list-style-type:none;
	}
table#requestTable td li input{
	margin-bottom:0;
	}
table#requestTable td ul.requestListM li{
	width:130px;
	}
table#requestTable td ul.requestListM li input{
	margin-bottom:0;
	}
	
/* 店舗一覧 */
div#changeBtnArea {
	width:734px;
	margin:5px 0;
	padding: 5px 3px 3px 3px;
	background-image:url(../img/bg_border_gray.gif);
	}
div#changeBtnArea:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
	}
div#changeBtnArea div#listChangeBtnArea {
	width:550px;
	float:left;
	}
div#changeBtnArea div#listChangeBtnArea p {
	float:left;
	margin:0 20px 0 0;
	padding-bottom:2px;
	}
div#changeBtnArea div#listChangeBtnArea p strong {
	font-size:22px;
	color:#CC0000;
	}
div#changeBtnArea p.headArrowLink {
	padding-top:3px;
	}
/* 店舗一覧：上：並び替え */
div#changeBtnArea dl {
	width: ;
	margin:3px 0 0 0;
	padding:0;
	}
div#changeBtnArea dl:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
	}
div#changeBtnArea dl dt{
	width:67px;
	height:14px;
	padding: 0 5px 0 0;
	border-right-style:solid;
	border-right-color:#333333;
	border-right-width:1px;
	background-image:url(../img/icon_sort.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	display:block;
	float:left;
	}
div#changeBtnArea dl dd ul{
	margin:0;
	padding:0;
	}
div#changeBtnArea dl dd li{
	margin:0;
	padding:0 5px;
	list-style-position:inside;
	list-style-type:none;
	border-right-style:solid;
	border-right-color:#333333;
	border-right-width:1px;
	float:left;
	}

/* 店舗一覧：各店舗 */
img.iconW {
	margin:0 0 1px 1px;
	}
img.iconH {
	margin:0 0 1px 0;
	}
table.conShopList {
	width:740px;
	margin:0 0 10px 0;
	padding:0;
	border-collapse:collapse;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	}
table.conShopList th {
	margin:0;
	padding:5px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	background-color:#FFE2AB;
	font-size:larger;
	font-weight:bold;
	text-align:left;
	}
table.conShopList td.alignR {
	margin:0;
	padding:5px 5px 5px 0;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	background-color:#FFE2AB;
	font-size:smaller;
	}
table.conShopList table.conShopListDetail {
	margin:-1px;
	padding:0;
	border-collapse:collapse;
	}
table.conShopList table.conShopListDetail td {
	margin:0;
	padding:5px;
	}
table.conShopList table.conShopListDetail td.photo {
	text-align:center;
	width:120px;
	}
table.conShopList table.conShopListDetail td.photo img {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	}
table.conShopList table.conShopListDetail td.access {
	width:135px;
	background-color:#F2F2F2;
	text-align:center;
	}
table.conShopList table.conShopListDetail td.access p.alignR {
	margin:5px 0;
	}
table.conShopList table.conShopListDetail td.access p {
	margin:5px 0;
	}
table.conShopList table.conShopListDetail td.access strong {
	font-size:16px;
	}
table.conShopList table.conShopListDetail td.accessTime {
	width:40px;
	background-color:#F2F2F2;
	text-align:center;
	}
table.conShopList table.conShopListDetail td.address {
	width:412px;
	}
table.conShopList table.conShopListDetail td.address strong {
	font-size:26px;
	color:#CC0000;
	font-weight:bold;
	display:block;
	margin-top:5px;
	}
table.conShopList table.conShopListDetail td.address p {
	margin:5px 0;
	padding:3px 0;
	border-top-style:dotted;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	}
table.conShopList table.conShopListDetail td.btnCell {
	width:32px;
	background-color:#F2F2F2;
	text-align:center;
	}
table.conShopList table.conShopListDetail td.address p.managerComment {
	padding:3px;
	background-color:#E3F1FF;
	border:none;
	color:#666666;
	}

/* 店舗詳細 */	
/* 店舗詳細：店舗名・各リンク */
div#shopNameArea {
	width:938px;
	margin:0;
	padding:5px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	background-color:#FFE2AB;
	}
div#shopNameArea:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
	}
div#shopNameArea h3 {
	font-size:24px;
	font-weight:bold;
	float:left;
	margin:5px 0;
	}
div#shopNameArea ul {
	margin:5px 0 0 0;
	padding:0;
	float:right;
	}
div#shopNameArea ul li {
	margin:0 0 0 5px;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
	font-size:smaller;
	float:left;
	}
/* 店舗詳細：店舗・スタッフ切り替え */
body#shopBoth div#changeBtnArea {
	width:944px;
	margin:5px 0;
	padding: 5px 3px 3px 3px;
	background-image:url(../img/bg_border_gray.gif);
	}
body#shopBoth div#changeBtnArea:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
	}
body#shopBoth div#changeBtnArea p {
	padding-top:5px;
	float:left;
	}

body#shopBoth div#changeBtnArea p#showUrl {
	padding:4px 5px 0 7px;
	float:right;
	}
body#shopBoth div#changeBtnArea p#showUrl input {
	width:210px;
	font-size:12px;
	margin:0 0 0 3px;
	}
/* 店舗詳細：店舗詳細 */
body#shopBoth div#contents {
	width:950px;
	margin: -5px auto 10px auto;
	padding:0;
	background-image:url(../img/shop/bg_shopdetail.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	}
body#shopBoth div#contents div#columnR {
	width:180px;
	margin: 0 0 0 0;
	padding:10px;
	background:none;
	float:right;
	}
/* 店舗詳細：店舗詳細：情報 */
div#shopInfoArea {
	width:718px;
	margin:-5px 0 10px 0;
	padding:10px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	}
div#shopInfoArea div#topArea {
	margin:0;
	padding:0;
	}
div#shopInfoArea div#topArea:after , div#shopInfoArea div#topArea div#inqBtnArea:after , div#shopInfoArea div#bottomArea:after  {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
	}
div#shopInfoArea div#topArea p#photo {
	width:320px;
	}
div#shopInfoArea div#topArea p.photoImg {
	float:left;
	}
div#shopInfoArea div#topArea p#photo img {
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	}
div#shopInfoArea div#topArea div#topRight {
	float:right;
	}
div#shopInfoArea div#topArea table {
	width:386px;
	margin:5px 0;
	padding:0;
	border-collapse:collapse;
	}
div#shopInfoArea div#topArea table th {
	width:100px;
	text-align:left;
	vertical-align:top;
	}
div#shopInfoArea div#topArea table td {
	vertical-align:top;
	}
div#shopInfoArea div#topArea table td strong {
	font-size:26px;
	color:#CC0000;
	font-weight:bold;
	margin:1px 0 4px 0;
	display:block;
	}
div#shopInfoArea div#topArea p#comment {
	width:376px;
	margin:0 0 5px 0;
	padding:5px;
	background-color:#EBEBEB;
	}
div#shopInfoArea div#topArea div#inqBtnArea {
	margin:0;
	padding:5px;
	background-image:url(../img/bg_border_gray.gif);
	}
div#shopInfoArea div#topArea div#inqBtnArea p#left {
	margin:0 5px 0 0;
	float:left;
	}
div#shopInfoArea p#eigyoArea {
	width:708px;
	margin:5px 0 10px 0;
	padding:5px;
	background-color:#EBEBEB;
	clear:both;
	}
div#shopInfoArea div#bottomArea {
	margin:0;
	padding:0;
	}
div#shopInfoArea div#bottomArea ul {
	width:170px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	}
div#shopInfoArea div#bottomArea ul li {
	margin:0;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
	text-align:center;
	}
div#shopInfoArea div#bottomArea ul li#printMap {
	margin:0 0 10px 0;
	}
div#shopInfoArea div#bottomArea ul li.mB5 {
	margin:0 0 5px 0;
	}
div#shopInfoArea div#bottomArea ul li.mB10 {
	margin:0 0 10px 0;
	}
div#shopInfoArea div#bottomArea div#centerMapArea {
	width:228px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	}
div#shopInfoArea div#bottomArea div#centerMapArea dl#detailMap {
	margin:0 0 5px 0;
	padding:0;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	}
div#shopInfoArea div#bottomArea div#centerMapArea dl#detailMap dt {
	width:226px;
	height:22px;
	margin:0;
	padding:0;
	background-image:url(../img/shop/head_info_map.gif);
	}
div#shopInfoArea div#bottomArea div#centerMapArea dl#detailMap dd {
	width:226px;
	height:179px;
	margin:0;
	padding:0;
	}
div#shopInfoArea div#bottomArea div#centerMapArea dl#detailMap dd img {
	margin:0 0 -2px 0;
	padding:0;
	}
div#shopInfoArea div#bottomArea div#centerMapArea p {
	width:226px;
	height:42px;
	margin:0;
	padding:0;
	}
	
/*　店舗詳細：店舗詳細：画像一覧 */
table.imgListFrame {
	width:740px;
	margin:0 0 15px 0;
	padding:0;
	border-collapse:collapse;
	}
table.imgListFrame td.spacer {
	width:10px;
	padding:0;
	border:none;
	}
table.imgListFrame td.spacerW {
	height:10px;
	padding:0;
	border:none;
	}
table.imgListFrame th {
	width:100px;
	margin:0;
	padding:4px 5px 2px 5px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	border-left:none;
	background-color:#EBEBEB;
	text-align:right;
	vertical-align:middle;
	}
table.imgListFrame strong {
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
	}
table.imgListFrame td.icon {
	width:117px;
	margin:0;
	padding:4px 5px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	border-right:none;
	background-color:#EBEBEB;
	}	
table.imgListFrame td.img {
	width:228px;
	margin:0;
	padding:5px;
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:1px;
	border-left-style:solid;
	border-left-color:#999999;
	border-left-width:1px;
	vertical-align:middle;
	text-align:center;
	}
table.imgListFrame td.img img {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	}	
table.imgListFrame td.access {
	width:117px;
	margin:0;
	padding:0 5px 5px 5px;
	border-left-style:solid;
	border-left-color:#999999;
	border-left-width:1px;
	vertical-align:middle;
	}	
table.imgListFrame td.plan {
	width:100px;
	margin:0;
	padding:0 5px 5px 5px;;
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:1px;
	vertical-align:middle;
	text-align:right;
	font-weight:bold;
	}
table.imgListFrame td.plan strong {
	margin:0 5px 0 0;
	color:#000000;
	}
table.imgListFrame td.plan span {
	margin:0 5px 0 -5px;
	color:#000000;
	}
table.imgListFrame td.info {
	width:228px;
	padding:0 5px 5px 5px;
	background-image:url(../img/buy/bg_imglist_dot.gif);
	background-position:top;
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	border-top:none;
	vertical-align:bottom;
	text-align:right;
	}
table.imgListFrame td.info p.headArrowLink {
	padding-top:8px;
	}
/* 店舗詳細：店舗詳細：サイド */
div#columnR p#centurion {
	width:180px;
	margin: 0 0 10px 0;
	padding:0;
	}
body#shopBoth dl.sideCon {
	width:180px;
	margin-bottom:13px;
	}
body#shopBoth dl.sideCon dt {
	width:180px;
	height:24px;
	margin: 0;
	padding:0;
	}
body#shopBoth dl.sideCon dd {
	margin:0;
	padding:9px 10px 10px 10px;
	background-image:url(../img/shop/bg_side_o2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	}
dl#sideConStaff dt {
	background-image:url(../img/shop/head_side_staff.gif);
	}
dl#sideConSite dt {
	background-image:url(../img/shop/head_side_site.gif);
	}
dl#sideConBusiness dt {
	background-image:url(../img/shop/head_side_business.gif);
	}
dl#sideConPoint dt {
	background-image:url(../img/shop/head_side_point.gif);
	}
dl#sideConStaff dd p {
	margin: 0 auto 5px auto;
	padding:0;
	}
dl#sideConStaff dd p.photo img {
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	}
dl#sideConStaff dd p.comment {
	text-align:left;
	padding:5px;
	background-color:#EBEBEB;
	}
dl#sideConStaff dd p.btnArea {
	margin:0;
	}
body#shopBoth dl#sideConSite dd {
	text-align:left;
	}
dl#sideConSite img {
	margin:0 0 5px 0;
	}
dl#sideConSite p.mobileHead {
	margin:5px 0;
	}
dl#sideConSite p.mobileQR {
	margin:0 0 5px 0;
	text-align:center;
	}
dl#sideConSite p img {
	margin:0;
	}
dl#sideConBusiness dd p , dl#sideConPoint dd p {
	width:150px;
	margin:0 auto;
	text-align:left;
	}
	
/* 店舗詳細：スタッフ紹介 */
table.conStaffList {
	width:950px;
	margin:0 0 10px 0;
	padding:0;
	border-collapse:collapse;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	}
table.conStaffList td {
	margin:0;
	padding:5px;
	}
table.conStaffList td.photo {
	text-align:center;
	width:95px;
	padding:5px;
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:1px;
	background:none;
	}
table.conStaffList td.photo img {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	}
table.conStaffList td.detail {
	width:180px;
	vertical-align:top;
	}
table.conStaffList td.detail p {
	margin-bottom:5px;
	}
table.conStaffList td.detail p.btn {
	margin-top:5px;
	margin-bottom:0;
	}
table.conStaffList td h5 {
	padding:2px;
	background-color:#FFF2AB;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	color:#F2A003;
	margin:0 0 5px 0;
	text-align:center;
	}
table.conStaffList td.profile {
	width:265px;
	background-color:#F2F2F2;
	vertical-align:top;
	}
table.conStaffList td.profile table.profileDetail {
	width:263px;
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-top-style:dotted;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	}
table.conStaffList td.profile table.profileDetail th {
	width:50px;
	margin:0;
	padding:2px 0 0 5px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	text-align:right;
	}
table.conStaffList td.profile table.profileDetail td {
	margin:0;
	padding:2px 0 0 2px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	}
table.conStaffList td.comment {
	width:265px;
	vertical-align:top;
	}
table.conStaffList td.btnCell {
	text-align:right;
	background-color:#F2F2F2;
	}
table.conStaffList td.btnCell p {
	margin:2px 0;
	}
	
/* 一時的対応 */
div#selectPrefBoth {
	margin:0 0 15px 0;
	padding:20px 10px;
	background-image:url(../img/shop2/bg_pref.gif);
	background-position:right center;
	}
table#shopAllList caption {
	padding:0 0 15px 0;
	text-align:left;
	}
	
/* 店舗のトップにお客様アンケート */
div.enqueteC {
	margin:0 0 10px 0;
	padding:10px 10px 20px 10px;
	border-style:solid;
	border-color:#BFE78F;
	border-width:10px;
	background-image:url(../img/shop/bg_enquete.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	border-bottom-style:none;
}
* html div.enqueteC {
	border-style:solid;
	border-color:#BFE78F;
	border-width:10px;
}
div.enqueteC p.name {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top-style:dotted;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	color:#666666;
}
.moreLink {
	margin:-5px 0 10px 0;
	}
.moreLink img {
	margin-right:5px;
	margin-bottom:2px;
	vertical-align:middle;
	}
	
	
/* スタッフ詳細 */
div#staffInfoArea {
	margin:0 0 15px 0;
	padding:10px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	zoom:1;
}
div#staffInfoArea:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
}
div#staffInfoArea p.photo {
	width:152px;
	margin:0;
	float:left;
}
div#staffInfoArea p.photo img {
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
}
div#staffInfoArea div.infoBox {
	width:550px;
	margin:0 0 10px 0;
	float:right;
	zoom:1;
}
div#staffInfoArea div.infoBox:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
}
div#staffInfoArea p.comment , div#staffInfoArea p.icon {
	width:550px;
	margin:0;
	float:right;
}
div#staffInfoArea p.comment {
	margin:0 0 10px 0;
}
div#staffInfoArea p.icon img {
	margin:0 1px 0 0;
}



div#staffInfoArea div.infoBox p.name {
	width:160px;
	margin:0;
	float:left;
}
div#staffInfoArea div.infoBox div#inqBtnArea {
	width:380px;
	margin:0;
	padding:5px;
	background-image:url(../img/bg_border_gray.gif);
	float:right;
	zoom:1
	}
div#staffInfoArea div.infoBox div#inqBtnArea:after {
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	content: ".";
	display: block;
	color: #ffffff;
	clear: both;
}
div#staffInfoArea div.infoBox div#inqBtnArea p.floatL {
	margin:0 5px 0 0;
	float:left;
	}
	
/* 活動報告リスト */
table#acList {
	width:740px;
	margin:0 0 10px 0;
	border-collapse:collapse;
}
table#acList td.img {
	width:170px;
	padding:10px 0;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	vertical-align:top;
}
table#acList td.img img {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}
table#acList td.text {
	width:570px;
	padding:10px 0;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	vertical-align:top;
}
table#acList td.text div.clear {
	margin-bottom:10px;
}
table#acList td.text div.clear h4 {
	font-size:larger;
}
table#acList td.text div.clear img {
	margin-left:5px;
	vertical-align:middle;
}
table#acList td.text p {
	margin-bottom:10px;
}
table#acList td.text p.info {
	padding:5px;
	background-color:#E5E5E5;
}

	
/* お客様購入体験談リスト */
table#voiceList {
	width:740px;
	margin:0 0 10px 0;
	border-collapse:collapse;
}
table#voiceList td.img {
	width:170px;
	padding:10px 0;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	vertical-align:top;
}
table#voiceList td.img img {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}
table#voiceList td.text {
	width:570px;
	padding:10px 0;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	vertical-align:top;
}
table#voiceList td.text h4 {
	font-size:larger;
	margin-bottom:10px;
}
table#voiceList td.text p {
	margin-bottom:10px;
}
