.btn button { border:none; background-position:0 0; }
.btn button:hover { background-position:0 100%; }
.btn button.current { background-position:0 100%; }

#btn_show_7 { width:60px; height:30px; background-image:url(img/btn_show_7.gif); }
#btn_show_8 { width:60px; height:30px; background-image:url(img/btn_show_8.gif); }
#btn_show_9 { width:60px; height:30px; background-image:url(img/btn_show_9.gif); }
#btn_show_all { width:140px; height:30px; background-image:url(img/btn_show_all.gif); }

table#event_table_summer { border:1px solid #ccc; cursor:pointer; }
table#event_table_summer th { background-color:#6d4f3c; color:#fff; }
table#event_table_summer th, table#event_table_summer td { padding:2px; border:1px solid #ccc; }
table#event_table_summer td { width:15px; }
table#event_table_summer td.title { width:150px; }

table#event_table_summer td.e { background:url(img/ico_event.gif) transparent no-repeat center center; }
table#event_table_summer td.e2 { background:url(img/ico_event2.gif) transparent no-repeat center center; }
table#event_table_summer td.e3 { background:url(img/ico_event3.gif) transparent no-repeat center center; }

table#event_table_summer tr.odd { background-color:#00f900; }
table#event_table_summer tr.even { background-color:#f7f3ef; }

table#event_table_summer tr.hover { background-color:#cbbfa6; }
table#event_table_summer td.hover { background-color:#cbbfa6; }


ul.notice li { color:#f30; font-size:0.8em; font-weight:normal; text-indent:-1.0em; margin-left:1.0em; margin-bottom:2px; padding:0; }

table#event_table_summer tr.end th, table#event_table_summer tr.end td { border-bottom:1px solid #666666; }

table.swarovski td {padding:0 3px; }

div.list div.inimg {width:150px !important;}

div.list {width:380px; float:left; margin:0 7px 10px 0; padding:0; height:520px; overflow-y:auto; overflow-x:hidden;}
div.list dl {width:360px; padding:0; margin:0;}
div.list dt{width:360px; padding:0; margin:0;}
div.list dd{width:360p;x padding:5px 0; margin:0;}

/*詳細ボタン*/
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #1495e5;
    font-size:1.2em;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}
.square_btn a {color: #1495e5;}
.square_btn a:hover {color: #ffffff;}
.square_btn:hover {
    background: #67c5ff;
    color: white;
}

/*イベント画像角丸*/
.r10 {
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

/*イベントタイトル文字色*/
div.list dt.yoru { color:#1d2088; font-weight:bold; }
div.list dt.eat { color:#eb6877; font-weight:bold; }