@charset "utf-8";

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    background: transparent;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
}

a {
    outline: none;
}

img {
    vertical-align: bottom;
}

/* 2.BASE-SET
--------------------------------------------------------- */

body,
input,
select,
textarea {
    color: #453336;
    font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
    font-size: 13px;
    line-height: 1.2;
    -webkit-text-size-adjust: none;
}

input,
select {
    padding: 5px;
}

textarea {
    resize: none;
}

* html body {
    font-size: small; /* for IE6 */
}

*:first-child+html body {
    font-size: small; /* for IE7 */
}

* html table {
    font-size: 100%; /* for IE6 table */
}
 
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none; /* for iPhone */
    }
}

.cx:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

*:first-child+html .cx {
    display: inline-block;
    min-height: 1%;
}

* html .cx {
    height: 1%;
}

a {
    overflow: hidden;
    text-decoration: underline;
}

/* FONT-LIB */

.px10 {
    font-size: 77%;
}

.px11,
.xs {
    font-size: 85%;
}

.px12,
.s {
    font-size: 93%;
}

.px13,
.m {
    font-size: 100%;
}

.px14 {
    font-size: 108%;
}

.px15,
.l {
    font-size: 116%;
}

.px16,
.xl {
    font-size: 123%;
}

.px17 {
    font-size: 131%;
}

.px18 {
    font-size: 138%;
}

.px19 {
    font-size: 146%;
}

.px20 {
    font-size: 153%;
}

.px21 {
    font-size: 161%;
}

.px22 {
    font-size: 167%;
}

.px23 {
    font-size: 174%;
}

.px24 {
    font-size: 182%;
}

.px25 {
    font-size: 189%;
}

.px26 {
    font-size: 197%;
}

.px30 {
    font-size: 240%;
}


/* COMMON
--------------------------------------------------------- */

a:link {
    color: #07519a;
    text-decoration: none;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

a:visited {
    color: #909;
}

.b {
    font-weight: bold;
}

.rd3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rd5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rd8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


a:hover {
    text-decoration: underline;
}

a.arrow {
    background: url("../../img/pc/sprite.png") 0 -59px no-repeat;
    display: block;
    padding-left: 10px;
}

.redLineTop{
    border-top: 3px solid #fff0f0;
    margin-top: 15px;
    padding-top: 12px;
}

.redLineBottom{
    border-bottom: 3px solid #fff0f0;
    padding-bottom: 4px;
}

.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.m15 {
    margin: 15px;
}
.m20 {
    margin: 20px;
}

.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}

.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}

.mr50 {
    margin-right: 50px;
}

.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}

.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}

.p5 {
    margin: 5px;
}
.p10 {
    margin: 10px;
}
.p15 {
    margin: 15px;
}
.p20 {
    margin: 20px;
}

.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}

.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}

.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}

.pb5 {
    padding-left: 5px;
}
.pb10 {
    padding-left: 10px;
}
.pb15 {
    padding-left: 15px;
}
.pb20 {
    padding-left: 20px;
}

.fr {
    float: right;
}
.fl {
    float: left;
}

.ctr {
    text-align: center;
}

.txtr {
    text-align: right;
}

.txtl {
    text-align: left;
}

/* header 
--------------------------------------------------------- */

#header {
    border-bottom: 1px solid #d8d8d8;
    padding: 0;
}

#header .headerBox {
    margin: 0 auto;
    width: 940px;
}

#header .headerBox .logo {
    float: left;
    padding: 10px 0;
    width: 600px;
}

#header .headerBox .logo a {
    background: url("../../img/pc/sprite.png") 0 0 no-repeat;
    display: block;
    height: 26px;
    float: left;
    text-indent: -9999px;
    width: 159px;
}

#header .headerBox .logo h1 {
    color: #453336;
    padding-left: 170px;
    padding-top: 10px;
}

#header .headerBox ul {
    float: right;
    padding: 20px 0 3px;
}

#header .headerBox ul li {
    float: left;
    padding-left: 5px;
}

#header .headerBox ul li a {
    padding: 10px 5px 5px;
}

#header .headerBox ul li a.login {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ff4372), color-stop(0.00, #ff6088));
    background: -webkit-linear-gradient(top, #ff6088 0%, #ff4372 88%);
    background: -moz-linear-gradient(top, #ff6088 0%, #ff4372 88%);
    background: -o-linear-gradient(top, #ff6088 0%, #ff4372 88%);
    background: -ms-linear-gradient(top, #ff6088 0%, #ff4372 88%);
    background: linear-gradient(to bottom, #ff6088 0%, #ff4372 88%);
    padding: 5px 20px;
}

#header .headerBox ul li a.login:link {
    color: #fff;
}

#header .headerBox ul li span {
    color: #8c8c8c;
}

/* BOX
--------------------------------------------------------- */

#wrapper {
    display: none;
    margin: 0 auto;
    width: 950px;
    /* border: 1px solid #ccc; */
}

#jsoff {
    color: #ff0000;
    height: 200px;
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 150px;
    text-align: center;
    width: 950px;
}


.mainBox01 {
    border: 10px solid #fff0f0;
    margin-top: 20px;
    padding: 10px;
    width: 900px;
}

.mainBox02 {
    border: 10px solid #fff0f0;
    margin: 20px auto 0;
    padding: 10px 10px 30px;
    width: 620px;
}

.mainBox03 {
    margin: 40px auto 0;
    width: 900px;
}

.mainBox04 {
    border: 10px solid #fff0f0;
    float: left;
    margin-top: 20px;
    padding: 10px 10px 30px;
    width: 620px;
}

.mainBox01 h2,
.mainBox02 h2 {
    background: url("../../img/pc/sprite.png") no-repeat;
    font-size: 123%;
    font-weight: bold;
    height: 25px;
    line-height: 1.6;
    margin: 8px;
    margin-bottom: 11px;
    padding-left: 33px;
}

.mainBox03 h2 {
    font-size: 123%;
    font-weight: bold;
    height: 25px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.mainBox04 h2 {
    font-size: 123%;
    font-weight: bold;
    height: 25px;
    line-height: 1.6;
    margin: 8px;
    margin-bottom: 11px;
}

.errorBox {
    background-color: #ffe5e5;
    margin-bottom: 18px;
    padding: 10px 10px 5px;
}

span.must {
    background-color: #cc0000;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 1.4;
    margin-left: 10px;
    padding: 4px 5px;
}

p.subTitle {
    background: url("../../img/pc/sprite.png") -46px -145px no-repeat;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 15px;
}

p.statusPlus a,
p.statusPlusRest a {
    background-color: #edf2f8;
    border: 1px solid #d8e4ef;
    clear: both;
    color: #3b89d7;
    font-weight: bold;
    height: 30px;
    line-height: 2.5;
    margin: 10px 0;
    padding: 0px 10px;
    width: 170px;
    display: block;
}

p.statusPlus a:hover,
p.statusPlusRest a:hover {
    border: 1px solid #08529a;
    text-decoration: none;
}

#event,
#schedule,
#restaurant,
#comment,
#password {
    margin-bottom: 30px;
}

/* BOX
--------------------------------------------------------- */


#event h2 {
    background-position: -874px -191px;
}


#event dl {
    width: 620px;
}
  
#event dt {
    clear: both;
    float: left;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    width: 130px;
}
  
#event dd {
    margin-left: 140px;
    padding: 5px 5px 15px 10px;
    width: 465px;
}

* html #event dd {
    margin-left: 0;
    width: 440px;
}

*:first-child+html #event dd {
    margin-left: 0;
}

#schedule h2 {
    background-position: -877px 0;
    position: relative;
}

#schedule ul.daySelect {
    margin-top: 0;
}

#schedule ul.daySelect li {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
}

#schedule ul.daySelect li.delete {
    padding-top: 8px;
}

#schedule ul.daySelect li dl.candidate {
    margin-bottom: 8px;
    width: 390px;
}

#schedule ul.daySelect li dl.candidate dt {
    float: left;
    padding: 0 0 8px 15px;
    width: 100px;
}

#schedule ul.daySelect li dl.candidate dd {
    margin-left: 100px;
    padding: 0 5px 8px 15px;
    width: 260px;
}

#schedule p {
    margin-bottom: 10px;
}


#restaurant h2 {
    background-position: -874px -63px;
    position: relative;
}

#restaurant p {
    margin-bottom: 10px;
    text-align: left;
}

#restaurant .restaurantSelect {
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 0;
    width: 585px;
}

#restaurant .restaurantSelect ul li {
    border-bottom: 1px dotted #ccc;
    padding: 15px;
}

#restaurant .restaurantSelect ul li:last-child {
    border-bottom: none;
}

#restaurant .restaurantSelect ul li.last {
    border-bottom: none;
}

#restaurant .restaurantSelect ul li.on {
    background-color: #fff0f0;
    border-bottom: none;
}

#restaurant .restaurantSelect ul li .restaurantData {
    float: left;
}

#restaurant .restaurantSelect ul li .restaurantData img {
    float: left;
    margin-right: 15px;
}

#restaurant .restaurantSelect ul li .restaurantData .text {
    float: left;
    width: 450px;
}

#restaurant .restaurantSelect ul li .restaurantData .text p {
    margin-top: 5px;
}

#restaurant .restaurantSelect ul li .restaurantData .text p.miniComment {
    background: url("../../img/pc/sprite.png") -20px -100px no-repeat;
    color: #339900;
    margin-top: 10px;
    padding-left: 20px;
    word-break: break-all;
}

#restaurant .restaurantSelect p.delete {
    float: right;
}

#restaurant .restaurantSelectErr {
    border: 2px solid #cc0000;
    color: #cc0000;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 543px;
}

#restaurant #restinput,
#schedule #restinput {
    display: none;
}

#restaurant h2 span.cancel,
#schedule h2 span.cancel {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

* html #restaurant h2 span.cancel,
* html #schedule h2 span.cancel {
    top: -1px;
}

#comment h2 {
    background-position: -874px -128px;
}

#comment dl {
    border-bottom: 1px dashed #ccc;
    clear: both;
    padding-bottom: 8px;
    padding-top: 10px;
}

#comment dl dt {
    clear: both;
    float: left;
    padding: 5px 0 5px 10px;
    width: 150px;
}

#comment dl dd {
    margin-left: 150px;
    padding: 5px 0 5px 10px;
    word-break: break-all;
}

#password h2 {
    background-position: -877px -128px;
}

#password dl {
    width: 520px;
}

#password dt {
    clear: both;
    float: left;
    font-weight: bold;
    padding: 15px 0 0px 10px;
    width: 130px;
}

#password dd {
    margin-left: 130px;
    padding: 5px 5px 5px 10px;
    text-align: left;
    width: 360px;
}

* html #password dd {
    margin-left: 0;
}

*:first-child+html #password dd {
    margin-left: 0;
}

#password dd p {
    color: #666;
    margin-top: 5px;
}

.copyArea {
    background-color: #ffffdf;
    margin: 0 auto;
    padding: 30px 75px;
    text-align: center;
    width: 510px;
}

.copyArea p {
    margin-bottom: 30px;
}

.copyArea #copyForm {
    margin: 0 auto;
    width: 380px;
}

.copyArea input.copyBox {
    height: 18px;
}

.copyArea a.copyBtn {
    background: url("../../img/pc/button_url.png") no-repeat;
    display: block;
    float: left;
    height: 30px;
    text-indent: -9999px;
    width: 92px;
}

.copyArea a.copyBtn.clickBtn {
    background: url("../../img/pc/button_url.png") 0 -32px no-repeat;
}

.copyArea .fbsend {
    margin: 20px auto 0;
    height: 25px;
    width: 300px;
    overflow: hidden;
}

/* BOX-detail
--------------------------------------------------------- */

.anserDetail {
    float: right;
}



#title {
    margin-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

#title .text {
    float: left;
    width: 650px;
}

#title .text h2 {
    background-image: none;
    font-size: 240%;
    height: auto;
    line-height: 1.2;
    padding: 0;
}

#title .text p {
    font-weight: bold;
    margin-top: 8px;
    word-break: break-all;
}

#title dl {
    margin-bottom: 20px;
}

#title dl dt {
    background-color: #eee;
    clear: both;
    float: left;
    padding: 5px 0 5px 10px;
    width: 50px;
}

#title dl dd {
    float: left;
    padding: 5px 0 5px 10px;
    width: 400px;
}

#title .button {
    float: right;
    height: 90px;
    margin-right: 13px;
}

#title .button a {
    display: block;
    height: 67px;
    margin-top: 10px;
    width: 205px;
}

#title .button a:hover {
    left: 1px;
    position: relative;
    top: 1px;
}

#title .spnsorEdit {
    position: absolute;
    right: 6px;
    top: 88px;
}

#title .spnsorEdit a {
    background: url("../../img/pc/sprite.png") 0 -326px no-repeat;
    display: block;
    height: 22px;
    line-height: 1.7;
    padding-left: 30px;
}

#title .text {
    float: left;
    margin-left: 13px;
}
 
#title p.subTitle {
    background: url("../../img/pc/sprite.png") -46px -145px no-repeat;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 10px;
}

#title #restaurant02 {
    margin-bottom: 15px;
}

#title #restaurant02 .restaurantData img {
    float: left;
    margin-right: 15px;
}

#title #restaurant02 .restaurantData .text {
    width: 550px;
    margin: 0;
}

#title #restaurant02 h3 {
    background: url("../../img/pc/sprite.png") -874px -63px no-repeat;
    font-size: 123%;
    font-weight: bold;
    height: 25px;
    line-height: 1.6;
    margin: 24px 0 14px;
    padding-left: 33px;
}


#title #restaurant02 .restaurantData .text p.miniComment {
    background: url("../../img/pc/sprite.png") -20px -100px no-repeat;
    color: #339900;
    font-weight: normal;
    margin-top: 10px;
    padding-left: 20px;
    word-break: break-all;
}

/* preview02 STYLE
--------------------------------------------------------- */

#tabWindow {
    float: right;
    margin-top: 20px;
    width: 260px;
}

#tabWindow #tab {
    margin: 0 auto;
    width: 230px;
}

#tabWindow #tab li {
    background: -o-linear-gradient(top, #fff 0%, #efefef 88%);
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 88%);
    background: -ms-linear-gradient(top, #fff 0%, #efefef 88%);
    background: linear-gradient(to bottom, #fff 0%, #efefef 88%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #efefef), color-stop(0.00, #fff));
    background: -moz-linear-gradient(top, #fff 0%, #efefef 88%);
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 0 5px;
    padding: 10px;
    text-align: center;
    width: 75px;
}

#tabWindow #tab li.select {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #efefef));
    background: -webkit-linear-gradient(top, #efefef 0%, #fff 88%);
    background: -ms-linear-gradient(top, #efefef 0%, #fff 88%);
    background: linear-gradient(to bottom, #efefef 0%, #fff 88%);
    background: -moz-linear-gradient(top, #efefef 0%, #fff 88%);
    background: -o-linear-gradient(top, #efefef 0%, #fff 88%);
    background-color: #efefef;
    border-bottom: 1px solid #fff;
}

.content_wrap {
    border: 1px solid #ccc;
    color: #FFFFFF;
    margin-top: -1px;
    padding: 8px 10px;
    width: 240px;
}

.content_wrap .arrowUp,
.content_wrap .arrowDown {
    background-color: #eef4f7;
    color: #467fb3;
    padding: 5px;
    text-align: center;
}

.content_wrap .arrowUp a,
.content_wrap .arrowDown a {
    display: block;
    text-decoration: none;
}

.content_wrap ul {
    margin-top: 10px;
}

.content_wrap ul li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.content_wrap ul li .restaurantData img {
    float: left;
    margin-right: 10px;
}

.content_wrap ul li .restaurantData .text {
    float: left;
    width: 120px;
}

.content_wrap ul li .restaurantData .text p {
    color: #999;
    margin-top: 5px;
}

.content_wrap ul li .restaurantData .add {
    float: right;
}

.content_wrap ul li .restaurantData .add a {
    display: block;
    height: 26px;
    width: 43px;
}

.content_wrap ul li .restaurantData .add a:hover {
    left: 1px;
    position: relative;
    top: 1px;
}

.content_wrap p.errMessage {
    color: #CC0000;
    font-weight: bold;
    margin: 50px 0;
}

.disnon {
    display: none;
}

/* pc-ev-edt-R1-002
--------------------------------------------------------- */

#tabWindow02 {
    margin: 20px auto;
    width: 640px;
}

#tabWindow02 h2 {
    border-bottom: 3px solid #FFF0F0;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 4px;
}

#tabWindow02 #tab {
    margin: 0 auto;
    width: 540px;
}

#tabWindow02 #tab li {
    background: -o-linear-gradient(top, #fff 0%, #efefef 88%);
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 88%);
    background: -ms-linear-gradient(top, #fff 0%, #efefef 88%);
    background: linear-gradient(to bottom, #fff 0%, #efefef 88%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #efefef), color-stop(0.00, #fff));
    background: -moz-linear-gradient(top, #fff 0%, #efefef 88%);
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 0 10px;
    padding: 10px;
    text-align: center;
    width: 220px;
}

#tabWindow02 #tab li.select {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #efefef));
    background: -webkit-linear-gradient(top, #efefef 0%, #fff 88%);
    background: -ms-linear-gradient(top, #efefef 0%, #fff 88%);
    background: linear-gradient(to bottom, #efefef 0%, #fff 88%);
    background: -moz-linear-gradient(top, #efefef 0%, #fff 88%);
    background: -o-linear-gradient(top, #efefef 0%, #fff 88%);
    background-color: #efefef;
    border-bottom: 1px solid #fff;
}

#tabWindow02 .content_wrap {
    border-width: 1px 0;
    color: #FFFFFF;
    margin: -1px auto 0;
    padding: 8px 10px;
    width: 620px;
}

#tabWindow02 .content_wrap .arrowUp,
#tabWindow02 .content_wrap .arrowDown {
    background-color: #eef4f7;
    color: #467fb3;
    padding: 5px;
    text-align: center;
}

#tabWindow02 .content_wrap ul {
    margin: 10px auto 0;
    width: 640px;
}

#tabWindow02 .content_wrap ul li {
    float: left;
    margin: 0 10px 10px;
    padding-bottom: 10px;
    width: 280px;
}

#tabWindow02 .content_wrap ul li .restaurantData img {
    float: left;
    margin-right: 10px;
}

#tabWindow02 .content_wrap ul li .restaurantData .text {
    float: left;
    width: 170px;
}

#tabWindow02 .content_wrap ul li .restaurantData .text p {
    color: #999;
    margin-top: 5px;
}

#tabWindow02 .content_wrap ul li .restaurantData .add {
    float: right;
}

#tabWindow02 .content_wrap ul li .restaurantData .add a {
    display: block;
    height: 26px;
    width: 43px;
}

#tabWindow02 .content_wrap ul li .restaurantData .add a:hover {
    left: 1px;
    position: relative;
    top: 1px;
}

#tabWindow02 .content_wrap .login {
    color: #666;
    margin: 70px auto;
    text-align: center;
    width: 370px;
}

#tabWindow02 .content_wrap .login p {
    line-height: 1.5;
    margin-bottom: 50px;
}

#tabWindow02 .disnon {
    display: none;
}

#tabWindow02 #directBox {
    margin-top: 20px;
    padding: 10px;
}

#tabWindow02 #directBox ul {
    margin: 0 auto;
    width: 530px;
}

#tabWindow02 #directBox ul li {
    float: left;
    font-weight: bold;
    padding-right: 10px;
}

#tabWindow02 #directBox ul li.title {
    padding-top: 30px;
}

#tabWindow02 #directBox ul li dl dt {
    font-weight: bold;
    padding-bottom: 5px;
}

#tabWindow02 #directBox ul li.last {
    padding-right: 0;
    padding-top: 23px;
}

#tabWindow02 #directBox ul li.last .inputBtn {
    background: url("../../img/pc/button_add.png") no-repeat scroll 0 0 transparent;
    border-width: 0px;
    cursor: pointer;
    display: block;
    height: 26px;
    width: 43px;
    text-indent: -9999px;
}

#tabWindow02 #searchBox {
    background-color: #e8f0f4;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px;
}

#tabWindow02 #searchBox ul {
    margin: 0 auto;
    width: 500px;
}

#tabWindow02 #searchBox ul li {
    float: left;
    font-weight: bold;
    padding-right: 10px;
}

#tabWindow02 #searchBox ul li.title {
    padding-top: 30px;
}

#tabWindow02 #searchBox ul li dl dt {
    font-weight: bold;
    padding-bottom: 5px;
}

#tabWindow02 #searchBox ul li.and {
    padding-top: 30px;
}

#tabWindow02 #searchBox ul li.last {
    padding-right: 0;
    padding-top: 23px;
}

#tabWindow02 #searchBox ul li.last .inputBtn {
    background: url("../../img/pc/button_search.png") no-repeat scroll 0 0 transparent;
    border-width: 0px;
    cursor: pointer;
    display: block;
    height: 26px;
    text-indent: -9999px;
    width: 43px;
}

#tabWindow02 .noData {
    color: #666;
    margin-bottom: 50px;
}

#tabWindow02 .noData p.errMessage {
    color: #cc0000;
    font-weight: bold;
    margin: 50px 0;
}

#tabWindow02 .noData .waku {
    border: 1px solid #ccc;
    padding: 20px 10px;
    position: relative;
}

#tabWindow02 .noData p.title {
    background: #fff;
    font-weight: bold;
    height: 15px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 100px;
}

#tabWindow02 .noData img {
    float: left;
}

#tabWindow02 .noData p.guide {
    background: url("../../img/pc/arrow.png") left 50% no-repeat #e8f0f4 ;
    float: right;
    margin-left: 10px;
    padding: 10px;
    width: 250px;
}



/* fbsend 
-------------------------------------------*/

.fbsend .text {
    background: url("../../img/pc/sprite.png") -686px -366px no-repeat;
    padding-right: 20px;
    padding-top: 3px;
    width: 200px;
}

/* errorBox 
-------------------------------------------*/

.errorBox ul li {
    background: url("../../img/pc/sprite.png") -877px -256px no-repeat;
    color: #cc0000;
    font-weight: bold;
    height: 25px;
    line-height: 1.5;
    margin-bottom: 3px;
    padding-left: 33px;
}


/* table 
-------------------------------------------*/

table {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    clear: both;
    margin: 0 auto 10px;
    width: 900px;
/*    border-top-right-radius: 8px;
    border-top-left-radius: 8px;*/
    border-spacing: 0;
}

table tr th,
table tr td {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

table th {
    background: -o-linear-gradient(#fff, #ececec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ececec), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #ececec);
    background: -moz-linear-gradient(#fff, #ececec);
    background: -ms-linear-gradient(#fff, #ececec);
    background: linear-gradient(#fff, #ececec);
    background-color: #ececec;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

/*table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}*/

table td {
    font-weight: bold;
    padding: 18px;
    text-align: center;
    vertical-align: middle;
    word-break: break-all;
}

table td p.miniComment {
    background: url("../../img/pc/sprite.png") -20px -100px no-repeat;
    color: #339900;
    margin-top: 10px;
    padding-left: 20px;
}

table td.on {
    background-color: #ffffcc;
}

table td div.restaurantData img {
    float: left;
    margin-right: 15px;
}

table td div.restaurantData .text {
    float: left;
    text-align: left;
    width: 320px;
}

table td div.restaurantData .text p {
    margin-top: 5px;
    width: 320px;
}

table th.member,
table td.member {
    border-right: 2px solid #ccc;
    text-align: left;
    width: 120px;
}

table th.rest {
    width: 420px;
}

.subBox {
    border: 10px solid #e5e5e5;
    margin-top: 20px;
    padding: 10px;
    width: 900px;
}

.subBox h1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.subBox dl dt {
    border-bottom: 1px solid #ccc;
    clear: both;
    float: left;
    font-weight: bold;
    height: 70px;
    padding: 20px 0 10px 10px;
    width: 115px;
}

.subBox dl dd {
    border-bottom: 1px solid #ccc;
    height: 70px;
    margin-left: 115px;
    padding: 20px 0 10px 10px;
}

* html .subBox dl dd {
    margin-left: 0;
}

*:first-child+html .subBox dl dd {
    margin-left: 0;
}

.subBox dl dt.last,
.subBox dl dd.last {
    border-bottom: none;
}

.subBox dl dd copyForm input {
    width: 250px;
}

.subBox dl dd input.copyBox {
    height: 18px;
}

.subBox dl dd ul li {
    height: 25px;
    overflow: hidden;
    width: 500px;
}

.subBox dl dd a.copyBtn {
    background: url("../../img/pc/button_url.png") no-repeat;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 92px;
}

.subBox dl dd a.copyBtn.clickBtn {
    background: url("../../img/pc/button_url.png") 0 -32px no-repeat;
}

.subBox dl dd.last .inputBtn {
    background: url("../../img/pc/button_edit.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 30px;
    text-indent: -9999px;
    width: 60px;
}

/* button
--------------------------------------------------------- */

a.buttonCreate,
a.buttonUpdate,
a.consultation {
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 400px;
}

a.buttonRply {
    display: block;
    height: 35px;
    margin: 0 auto;
    width: 255px;
}

a.buttonCreate:hover,
a.buttonUpdate:hover,
a.buttonRply:hover,
a.consultation:hover {
    left: 1px;
    position: relative;
    top: 1px;
}

/* footer
--------------------------------------------------------- */

#footer {
    clear: both;
    margin-top: 50px;
}

#footer #footer-totop {
    margin: 0 auto;
    text-align: right;
    width: 940px;
}

#footer #footer-totop a {
    background: url("../../img/pc/sprite.png") 0 -183px no-repeat;
    display: block;
    float: right;
    padding-bottom: 8px;
    width: 120px;
}

#footer #footer-copyright {
    border-top: 1px solid #d8d8d8;
    clear: both;
    color: #8c8c8c;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#footer #footer-copyright a {
    background: url("../../img/pc/sprite.png") 0 0 no-repeat;
    display: block;
    height: 26px;
    text-indent: -9999px;
    width: 80px;
    margin: 0 auto 10px;
}

/* memberBox
--------------------------------------------------------- */
#memberBox {
     width: 900px;
}

#memberBoxLeft,
.bx-wrapper {
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

*:first-child+html .bx-wrapper {
    float: none;
    margin-left: -10px !important;
    padding: 0;
}

#memberBoxLeft {
     width: 170px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.bx-wrapper,
#memberBoxRight {
    visibility: hidden;
}

#memberBoxRight dt {
    border-top: 1px solid #999;
}

#memberBoxRight dt,
#memberBoxLeft dt {
    background: -o-linear-gradient(#fff, #ececec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ececec), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #ececec);
    background: -moz-linear-gradient(#fff, #ececec);
    background: -ms-linear-gradient(#fff, #ececec);
    background: linear-gradient(#fff, #ececec);
    background-color: #ececec;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    height: 35px;
    line-height: 1.3;
}

#memberBoxLeft dd,
#memberBoxRight dd {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    height: 20px;
    line-height: 1.4;
}

#memberBoxLeft dd.total,
#memberBoxRight dd.total {
    border-top: 1px solid #999;
}

#memberBoxRight dd.on {
    background-color: #ffffcc;
}


/* errMessage02
--------------------------------------------------------- */

#errMessage {
    margin: 105px 0 200px;
    text-align: center;
}

#errMessage p {
    line-height: 1.5;
    margin-top: 15px;
}

#errMessage p.title {
    color: #eb4d95;
    font-weight: bold;
}


@charset "utf-8";

/* top style 
--------------------------------------------------------- */
#topMain {
    margin: 43px auto 0;
    position: relative;
    width: 940px;
}

#topMainTitle {
    background: url(../../img/pc/top_main_title.png) no-repeat;
    height: 162px;
    margin: 0 0 40px 45px;
    text-indent: -9999px;
    width: 336px;
}

#topMain p {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 45px 45px;
}

#topMain .banner {
    position: absolute;
    right: 0;
    top: 0px;
}

#topMerit {
    margin: 0 0 30px 30px;
}

#topMerit li {
    background: url(../../img/pc/top_merit.png) no-repeat;
    float: left;
    height: 36px;
    text-indent: -9999px;
}

#topMerit li.merit1 {
    margin-right: 40px;
    width: 250px;
}

#topMerit li.merit2 {
    background-position: -289px 0;
    margin-right: 55px;
    width: 265px;
}

#topMerit li.merit3 {
    background-position: -608px 0;
    width: 276px;
}

#socialmedia {
    position: absolute;
    right: 0;
    top: -28px;
}

#topMenu {
    background: url(../../img/pc/top_menu_bg.png) no-repeat;
    height: 92px;
    margin-bottom: 30px;
    padding: 19px;
    width: 902px;
}

#topMenu li {
    float: left;
    margin-right: 21px;
}

#topMenu li.chooseAttend {
    margin-right: 0;
}

#topMenu a {
    display: block;
    height: 90px;
    text-indent: -9999px;
    width: 286px;
}

.chooseDay a {
    background: url(../../img/pc/choose_day.png) no-repeat;
}

.chooseShop a {
    background: url(../../img/pc/choose_shop.png) no-repeat;
}

.chooseAttend a {
    background: url(../../img/pc/choose_attend.png) no-repeat;
}

.chooseDay a:hover,
.chooseShop a:hover,
.chooseAttend a:hover {
    left: 1px;
    position: relative;
    top: 1px;
}

.topBnrArea {
    text-align: center;
}

.topBnrArea ul {
    width: 855px;
    margin: 0 auto;
}

.topBnrArea ul li {
    float: left;
    margin: 0 25px;
}

#eventHistory {
    border-top: 3px solid #fcc;
    padding-top: 10px;
}

#eventHistory h2 {
    background: url(../../img/pc/event_history_h2.png) 11px 0 no-repeat;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    padding-left: 40px;
}

.pointer {
    cursor: pointer;
}

#eventHistoryList li {
    background: #ebebeb;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ebebeb));
    background: -moz-linear-gradient(top, #fff, #ebebeb);
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    padding: 15px 19px;
    width: 422px;
}

#eventHistoryList li.even {
    margin-right: 20px;
}

#eventHistoryList li:hover {
    left: 1px;
    position: relative;
    top: 1px;
}

#eventHistoryList h3 {
    margin-bottom: 8px;
    position: relative;
}

#eventHistoryList h3 a {
    color: #07519a;
    font-size: 15px;
    font-weight: bold;
}

#eventHistoryList h3 a:hover {
    color: #c00;
    text-decoration: underline;
}

#eventHistoryList h3 .new {
    background: #f36;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    line-height: 1.4;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

#eventHistoryList dt,
#eventHistoryList dd {
    float: left;
    font-size: 13px;
    line-height: 1.4;
}

#eventHistoryList dt {
    margin-right: 8px;
}

#eventHistoryList dd {
    background: #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    margin-right: 5px;
    padding: 0 10px;
}

#paging {
    color: #a5a5a5;
    margin: 20px auto 45px;
    width: 530px;
}

#paging .first,
#paging .last {
    padding: 5px 0;
    width: 35px;
}

#paging .first {
    border-right: 1px solid #ebebeb;
    float: left;
}

#paging .last {
    border-left: 1px solid #ebebeb;
    float: right;
    text-align: right;
}

#paging .pageList {
    /* float: left; */
    padding: 5px 0;
    text-align: center;
    /*width: 445px; */
}

#paging li {
    display: inline;
    padding: 5px 8px;
}

#paging li strong {
    font-weight: bold;
}

#paging li span,
#paging li strong {
    color: #333;
}

#paging li.next a {
    background: url(../../img/pc/next_a_bg.png) no-repeat;
    border: 1px solid #045e8b;
    color: #fff;
    padding: 3px 5px 2px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    zoom: 1;
}

#paging li.next a:hover {
    color: #fff;
    text-decoration: underline;
}

#paging li.next a span {
    background: url(../../img/pc/next_a_arrow.png) right center no-repeat;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 13px 6px 7px;
}

*:first-child+html #paging li.next a span {
    background-position: -88px -99px;
    cursor: pointer;
    padding: 5px 13px 4px 7px;
    zoom: 1;
}


* html #paging li.next a span {
    background-position: -88px -99px;
    cursor: pointer;
    padding: 5px 13px 4px 7px;
    zoom: 1;
}

/* usage 
--------------------------------------------------------- */

#usage #wrapper{
    margin: 0 auto;
    width: 960px;
}

#usage .catch {
    width: 960px;
    margin-bottom: 53px;
    color: #ff527d;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

#usage .catch.first {
    margin-top: 53px;
}

#usage #guide dl{
    border-bottom: 1px solid #999;
    margin-bottom: 50px;
    width: 960px;
}

#usage #use dl {
    width: 960px;
}

#usage #guide dl dt,
#usage #use dl dt {
    float: left;
    width: 510px;
    padding-left: 86px;
    clear: both;
    font-weight: bold;
    margin-bottom: 50px;
    height: 290px;
}

#usage #guide dl dt#step01 a {
    display: block;
    width: 197px;
    color: #666;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #aaa;
    padding: 10px;
    background-image: -webkit-linear-gradient(top, #fff, #f1f1f1 );
    background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
    background-image: linear-gradient(to bottom, #fff, #f1f1f1);
}

#usage #guide dl dt#step01 a:hover {
    background-image: -webkit-linear-gradient(top, #f1f1f1, #fff);
    background-image: -moz-linear-gradient(top, #f1f1f1, #fff);
    background-image: linear-gradient(to bottom, #f1f1f1, #fff);
}

#usage #guide dl dd,
#usage #use dl dd {
    width: 360px;
    margin-left: 596px;
    margin-bottom: 50px;
}

#usage #guide dl dt#step01 {
    background: url("../../img/pc/icon01.png") no-repeat;
}

#usage #guide dl dt#step02 {
    background: url("../../img/pc/icon02.png") no-repeat;
}

#usage #guide dl dt#step03 {
    background: url("../../img/pc/icon03.png") no-repeat;
}

#usage #guide dl dt#step04 {
    background: url("../../img/pc/icon04.png") no-repeat;
}

#usage #guide dl dt,
#usage #use dl dt {
    color: #727272;
    font-size: 123%;
    line-height: 1.6;
    font-weight: normal;
}

#usage #guide dl dt span.title,
#usage #use dl dt span.title {
    color: #666;
    font-size: 24px;
    font-weight: bold;

}

#usage #choice {
    padding-bottom: 25px;
    margin-bottom :50px;
    border-bottom: 1px solid #999;
}

#usage #choice ul li {
    float: left;
    width: 360px;
    padding: 0 60px;
    text-align: center;
}

#usage #choice ul li dl dt {
    color: #666;
    font-size: 197%;
    font-weight: bold;
    margin-bottom: 15px;
}

#usage #choice ul li dl dd {
    color: #666;
    margin-bottom: 25px;
}

#usage #choice ul li img {
    margin-bottom: 25px;
}

#usage #totop {
    margin-top: 55px;
    text-align: center;
}

dl#agreement {
    margin: 20px auto 0;
    width: 900px;
}

dl#agreement dt {
    font-weight: bold;
    margin-bottom: 8px;
}

dl#agreement dd {
    margin-bottom: 30px;
    line-height: 1.6;
}

dl#agreement dd.date {
    text-align: right;
}

/* attend 
--------------------------------------------------------- */

#attend h2 {
    background-position: -874px -426px;
}

#attend .button {
    display: block;
    margin: 0 auto 20px;
    width: 205px;
}

#attend .acMenu {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 5px;
}

#attend .acMenu dl dt {
    background: linear-gradient(#fff, #ececec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ececec), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #ececec);
    background: -moz-linear-gradient(#fff, #ececec);
    background: -ms-linear-gradient(#fff, #ececec);
    background-color: #ececec;
    border-bottom: solid 1px #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    font-size: 140%;
    padding: 10px;
}

#attend .acMenu dl dt.ic-arrow-gray div {
     background: url("../../img/pc/sprite.png") 858px -231px no-repeat;
    width: 100%;
    font-weight: bold;
}

#attend .acMenu dl dt.ic-arrow-gray02 div {
     background: url("../../img/pc/sprite.png") 858px -278px no-repeat;
    font-weight: bold;
    width: 100%;
}

#attend .acMenu dl dd.hideMenu {
     display: none; 
}

#attend .acMenu dl dd.hideMenu table tr td {
    vertical-align: top;
}

#attend .acMenu table,
#attend .acMenu table tr th,
#attend .acMenu table tr td {
    border: none;
    margin: 0;
}

#attend .acMenu table tr th,
#attend .acMenu table tr td {
    width: 33%;
}

#attend .acMenu table tr th {
    background: none;
    border-right: 1px solid #ccc;
    color: #666;
    font-size: 140%;
    font-weight: normal;
}

#attend .acMenu table tr th.last {
    border-right: none;
}

#attend .acMenu table tr th span {
    color: #ff3366;
    font-weight: bold;
    font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
}

#attend .acMenu table tr td {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: none;
    text-align: left;
}

#attend .acMenu table tr td.last {
    border-right: none;
}



/* navi 
--------------------------------------------------------- */

#naviBox {
     margin: 40px auto 0;
    width: 910px;
}

#naviBoxSmall {
     margin: 40px auto 0;
    width: 590px;
}

/* banner
--------------------------------------------------------- */

#banner {
    clear: both;
     margin: 20px auto;
    width: 785px;
}

#banner02 {
     margin: 20px auto;
    width: 785px;
    text-align: center;
}

#banner02 #btn a {
    display: block;
    height: 95px;
    margin: 20px auto;
    width: 444px;
}

#banner02 #btn a:hover {
    left: 1px;
    position: relative;
    top: 1px;
}

#banner02 .arrow {
     margin-bottom: 30px;
}

#banner02 p {
     margin-bottom: 20px;
}

#banner03 {
     margin: 20px auto 30px;
    width: 910px;
}

#banner04 {
    border-top: 1px solid #d8d8d8;
     margin: 30px auto 0;
    width: 910px;
    padding-top: 30px;
    text-align: center;
}

#banner04 #btn a {
    display: block;
    height: 95px;
    margin: 20px auto;
    width: 444px;
}

#banner04 #btn a:hover {
    left: 1px;
    position: relative;
    top: 1px;
}

#banner04 .arrow {
     margin-bottom: 30px;
}

#banner04 p {
     margin-bottom: 20px;
}

#entry h2 {
    border-bottom: 1px solid #ccc;
    font-size: 28px;
     font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 15px;
}

#entry {
     margin: 20px auto;
    width: 950px;
}

#entry dt {
    font-size: 14px;
     font-weight: bold;
    line-height: 1.6;
}


#entry dd {
    line-height: 1.6;
    margin-bottom: 30px;
}

.bannerTxt {
    text-align: right;
    width: 940px;
    margin: 20px auto;
}

/* 20140917 */

p.restaurantPlusRest {
    background-color: #edf2f8;
    border: 1px solid #d8e4ef;
    clear: both;
    color: #3b89d7;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 2.5;
    margin: 10px 0;
    padding: 0px 10px;
}

p.restaurantPlusRest:hover {
    border: 1px solid #08529a;
    text-decoration: none;
}

body#adj #event dd p {
    color: #666;
    margin-top: 5px;
}

body#adj .eventDetail,
body#adj #restaurant {
    display: none;
}

body#adj-edit-fin .mainBox03 {
    text-align: center;
}

body#adj-edit-fin .mainBox03 h2 {
    font-size: 146%;
    font-weight: bold;
    height: auto;
    line-height: 1.6;
    margin-bottom: 45px;
}

body#adj-edit-fin .waku {
    background-color: #ffffdf;
    margin: 0 auto 35px;
    padding: 22px;
    text-align: center;
    width: 618px;
}

body#adj-edit-fin .waku .inBox {
    background-color: #fff;
    padding: 22px;
}

body#adj-edit-fin .waku p {
    text-align: left;
}

body#adj-edit-fin .waku p.share {
    background: url("../../img/pc/icon_adj.png") no-repeat;
    margin-bottom: 30px;
    font-weight: bold;
    height: 50px;
    padding: 15px 0 0 140px;
}

body#adj-edit-fin .waku #copyForm {
    margin: 0 auto;
    width: 380px;
}

body#adj-edit-fin .waku input.copyBox {
    height: 18px;
}

body#adj-edit-fin .waku a.copyBtn {
    background: url("../../img/pc/button_url02.png") no-repeat;
    display: block;
    float: left;
    height: 30px;
    text-indent: -9999px;
    width: 92px;
}

body#adj-edit-fin .waku a.copyBtn.clickBtn {
    background: url("../../img/pc/button_url02.png") 0 -32px no-repeat;
}

body#adj-edit-fin .waku .fbsend {
    margin: 20px auto 0;
    height: 25px;
    width: 300px;
    overflow: hidden;
}

body#adj-edit-fin .waku .btn a {
    display: block;
    height: 43px;
    width: 281px;
}

body#adj-edit-fin .waku .btn a :hover {
    left: 1px;
    position: relative;
    top: 1px;
}

body#adj-edit-fin #banner04 #btn a {
    display: block;
    height: 42px;
    margin: 20px auto;
    width: 444px;
}

div#maintenanceArea {
    width: 65%;
    border: 1px solid #000000;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
    padding: 20px 15px 20px 15px;
    font-size: 15px;
}

/* random link
--------------------------------------------------------- */
#footer_link {
    width: 940px;
    font-size: 12px;
    clear: both;
    margin: 0 auto;
    padding: 20px 0;
}

#footer_link p {
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
    color: #543d28;
    clear: both;
}

#footer_link dl {
    padding: 0 10px;
    color: #543d28;
    clear: both;
}

#footer_link dl.after_link_dl dt {
    font-weight: bold;
    padding: 5px 0 0 10px;
    width: 922px;
    color: #543d28;
    zoom: 1;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom:5px;
}

#footer_link dl.after_link_dl dd {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    width: auto;
    padding: 0 10px;
    zoom: 1;
    float: none;
}

#footer_link dl.after_link_dl dd a {
    display: inline;
    margin-right: 10px;
    line-height: 24px;
    white-space: nowrap;
}

.tri-banner__ul {
    margin-left: -10px;
}
.tri-banner__list {
    margin: 15px 10px 10px;
    float: left;
}
.tri-banner__list img {
    width: 225px;
    height: 100px;
}
.shop_history {
    display: inline-block;
    width: 49%;
}
.shop_history_casette {
    padding: 5px;
}
.shop_history_casette > div {
    display:inline-block;
    height:100px;
}
.shop_history_casette > div > div {
    display:table-cell;
}
.shop_thumbnail_back {
    background-color: #e5e5e5;
    height: 100px;
    width: 100px;
    vertical-align:middle;
}
.shop_thumbnail_image {
    max-height:100px;
    max-width:100px;
}
.shop_description {
    height:100px;
    width:180px;
}
.shop_description > a:visited {
    color: #07519a;
}
.shop_description > div {
    margin-top: 5px;
    color: #6b6b6b;
}
.chottogu_button {
    width: 113px;
    height: 25px;
    margin-top:15px;
}
.chottogu_button:hover {
    cursor: pointer;
    margin-top: 16px;
    margin-left: 1px;
}
#chottogu_modal_back {
    display:none;
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9998;
}
#chottogu_modal_window {
    display: none;
    position: fixed;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    width: 510px;
    height: 315px;
    border-radius: 5px;
    text-align:center;
    z-index: 9999;
}
#chottogu_modal_head {
    padding-top: 35px;
    margin: 0 50px 25px;
}
#chottogu_modal_head > img {
    max-width: 230px;
}
#chottogu_modal_content {
    margin-bottom: 40px;
}
#chottogu_modal_message {
    color: #666;
    height: 60px;
    margin-bottom: 20px;
}
#chottogu_modal_message > b {
    font-weight: 700;
}
#chottogu_modal_button {
    height: 54px;
}
#chottogu_modal_button > a {
    color: #333;
    display: none;
    text-decoration: none;
    height: 14px;
    margin: 0 auto 15px;
    width: 225px;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: 900;
}
#chottogu_modal_button > a:link {
    color: #333;
}
#chottogu_modal_button > a:visited {
    color: #333;
}
#chottogu_modal_button > a:hover {
    cursor:pointer;
}
a#close_modal {
    display:inline-block;
    text-decoration: none;
    color: #444;
}
a#close_modal:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: url(../../img/common/chottogu_modal_close.png) no-repeat 0 0;
    background-size: 10px 10px;
}
