@charset "utf-8";

* {
    margin:0;
    padding:0;
}
body {
    font-size: 80%;
    margin: 20px;
    padding: 0px;
    background-color: #eee;
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

img {
    *behavior: url("../js/iepngfix/iepngfix.htc");
}

#wrapper {
    page-break-before: avoid;
    width: 740px;
    margin-right: auto;
    margin-left: auto;
}

/* 角丸フレーム上 */
#frame-top {
    background:url(../images/frame_top_black.png) no-repeat;
    height:5px;
    behavior: url("../js/iepngfix/iepngfix.htc");
}

/* 角丸フレーム下 */
#frame-btm {
    background:url(../images/frame_btm_black.png) no-repeat;
    height:5px;
    behavior: url("../js/iepngfix/iepngfix.htc");
}

/* メイン枠 */
#main {
    padding:20px;
    background:#fff;
}

/* 見出し1 */
h1 {
    color:#CC0000;
    font-size:24px;
    margin-bottom:20px;
    margin-left: 20px;
}

/* ショップロゴ */
h1 img#logo {
    margin-right:10px;
    vertical-align:middle;
}

/* メイン画像 */
#main-image {
    margin-bottom:20px;
}

/* コンテンツ情報枠 */
#contents {
    margin:0 20px;
}

/* キャッチコピー */
#catch {
    font-size:16px;
    font-weight:bold;
    line-height:130%;
    color:#CC0000;
    margin-bottom:10px;
}

/* ショップ紹介文 */
#text {
    line-height:140%;
    margin-bottom:20px;
}

/* ショップ情報 */
table#info {
    border-collapse:collapse;
    margin-bottom:20px;
    width: 660px;
    border:solid 1px #999999;
}
table#info td,
table#info th {
    padding:5px;
    border:solid 1px #999999;
}
table#info td {
}
table#info th {
    background:#eee;
    text-align:left;
    font-weight:normal;
}

table#info th.title {
    width: 97px;
}

table#info td.content {
    width: 247px;
    white-space: nowrap;
}

table#info td.map {
    width: 303px;
}

table#info td.memo {
    width: 550px;
}


/*GoogleMAP*/
#gmap {
    background:#eee;
    height: 210px;
    width: 293px;
    margin:5px;
}
#more-map {
    text-align:right;
    margin:0 10px;
}

/* QRコード */
img#qr {
    float:left;
    margin-right:10px;
}

/* 画像 */

ul#image-list {
    list-style:none;
}
ul#image-list li {
    float:left;
    text-align:center;
    width:220px;
    margin-bottom:20px;
}
ul#image-list li img{
    margin-bottom:5px;
}

.c-left {
    clear:left;
}


/* copyright */
address {
    font-family:Arial, Helvetica, sans-serif;
    color:#999;
    font-size:10px;
    font-style:normal;
    margin-top:30px;
    text-align: center;
}
address a {
    color:#999;
    text-decoration:none;
}


/* レビューパネル */
div#review-panel-wrapper {
    page-break-after: always;
    width: 740px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
}

div#review-panel {
    background-color: #ffffff;
    color: #333311;
    padding: 12px;
}

div#review-panel p {
    margin: 8px;
}

div#review-panel form {
    text-align: center;
}

.action {
    text-align: left;
    margin: 4px 0;
}
.action a {
    background:url(../images/paging-right.png) no-repeat left center;
    padding: 5px 25px 5px 25px;
}

@media print {
    body {
        background-color: #ffffff;
    }
}

.apple_overlay {
    display: none;
    background-image: url("../images/blank.gif");
    padding: 0;
    border-width: 0;
}
.apple_overlay div.close {
    background-image: url("../images/close.png");
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor:pointer;
}
div.apple_overlay.black { 
    background-image: url("../images/blank.gif");
    color: #ffffff; 
}

div.twitter-timeline-background {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 10000;
}

div.twitter-timeline {
    margin: 0px auto;
    width: 590px;
    height: 600px;
    filter: alpha(opacity=100);
    opacity: 1.0;
    z-index: 12000;
}

div.twitter-timeline {
    *width: 590px;
}

div.twitter-timeline div.header {
    background-image: url(../images/twitter_header.png);
    background-repeat: no-repeat;
    height: 200px;
    width: 590px;
}

div.twitter-timeline div.header div.close {
    width: 20px;
}

div.twitter-timeline div.body {
    background-image: url(../images/twitter_body.png);
    background-repeat: repeat-y;
    padding: 0 56px;
    width: 478px;
}

div.twitter-timeline div.body ul {
    width: 480px;
}

div.twitter-timeline div.body li {
    width: 480px;
}

div.twitter-timeline div.body li .text {
    width: 480px;
}

div.twitter-timeline div.footer {
    background-image: url(../images/twitter_footer.png);
    background-repeat: no-repeat;
    height: 50px;
    padding: 13px 96px;
}

div.twitter-timeline div.header .profile {
    float: left;
    margin: 24px 24px;
    width: 380px; 
}

div.twitter-timeline div.header .profile a {
}

div.twitter-timeline div.header .profile img {
    border: solid 9px #ffffff;
    height: 73px;
    width: 73px;
}

div.twitter-timeline div.header .profile h1 {
    color: #000000;
    font-size: 23px;
    margin: -66px 0px 0px 106px;
    width: 400px; 
}

div.twitter-timeline div.body ul {
    margin-top: -56px;
    width: 480px;
    float: left;
}

div.twitter-timeline div.body ul li {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #cccccc;
    background-color: #FFFFFF;
    list-style: none;
    padding: 6px;
    margin-bottom: 6px;
    min-height: 51px;
}

div.twitter-timeline div.body ul li .profile_image {
    float: left;
    border-width: 0;
    margin: 0;
    margin-right: 6px;
    width: 48px;
    height: 48px;
}

div.twitter-timeline div.body ul li .text {
    color: #9e6a26;
}

div.twitter-timeline div.body ul li .text a {
    color: #f58e3b;
}

div.twitter-timeline div.body ul li .text .screen_name {
    color: #0088BB;
    font-weight: bold;
}

div.twitter-timeline div.body ul li .created_at {
    color: #888888;
    font-size: 11px;
    margin: 3px 0;
}

div.twitter-timeline div.body ul li .reply {
    margin: 0;
    float: right;
}
div.twitter-timeline div.body ul li .reply a img {
    border-width: 0;
}

div.twitter-timeline div.footer {
    color: #cccccc;
}

div.twitter-timeline div.footer a {
    color: #0066cc;
}

div.twitter-timeline div.footer a.close {
    margin-left: 42px;
    margin-right: 32px;
}

div.twitter-timeline div.footer .sep {
}

div.twitter-timeline div.footer a.link {
    margin-left: 50px;
}





.timeline-panel {
    color: #444444;
    display: inline;
    width: 640px;
}

.timeline-panel img {
    margin: 0;
    margin-bottom: 6px;
}

.timeline-panel .showlink {
    float: right;
    font-size: 12px;
    margin-top: 3px;
    color: #00CCEE;
}

.shop-timeline {
}

.shop-timeline li {
    border: solid 1px #DDEEFF;
    background-color: #FFFFFF;
    list-style: none;
    padding: 6px;
    margin-bottom: 6px;
    min-height: 51px;
    *width: 680px;
}

.shop-timeline li .profile_image {
    float: left;
    border-width: 0;
    margin: 0;
    margin-right: 6px;
    width: 48px;
    height: 48px;
}

.shop-timeline li .text {
    *width: 600px;
}

.shop-timeline li .text .screen_name {
    color: #0088BB;
    font-weight: bold;
}

.shop-timeline li .created_at {
    color: #888888;
    font-size: 11px;
    margin: 3px 0;
    *width: 480px;
}

.shop-timeline li .reply {
    margin: 0;
    float: right;
}
.shop-timeline li .reply a img {
    border-width: 0;
}



