@charset "utf-8";


/* global style
---------------------- */
.dispSP   {
    display: none!important;
}


/* contents base block
---------------------- */
#contentsWrapper    {
    width: 100%;
}

.contentsBG {
    background-color: #fbf9ef;
}

.container  {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#contentsAreaSection , #contentsWrapper    {
    padding-bottom: 60px;
}

#contentsWrapper:after    {
   content: ""; 
   display: table; 
   clear: both; 
}

#mainBox    {
    width: 100%;
    height: 100%;
    float: right;
}

#contentsBox    {
    margin-left: 240px;
}

#sideBox    {
    width: 200px;
    height: 100%;
    float: left;
    margin-right: -240px;
    display: block;
}

#sideBox:after  {
    clear: left;
}

.innerBox   {
    padding: 10px;
    clear: both;
}


/* breadcrumb navigation
---------------------- */
#breadcrumbBox  {
    padding: 30px 0;
    font-size: small;
}

#breadcrumbBox ul  {
    padding: 0px;
    margin: 0px;
}

#breadcrumbBox ul li  {
    display: inline;
    list-style-type: none;
}

#breadcrumbBox ul li:after  {
    content: ">";
    padding: 0 5px 0 10px;
}

#breadcrumbBox ul li:last-child::after  {
    content: none;
}


/* right contents
---------------------- */
/* common */
#contentsHead   {  }
#contentsHead p   { font-weight: normal; margin: 10px 0 0 0; }
#contentsHead h3    { font-weight: bold; }
#contentsHead span  {  }

#contentsHead .fLeft    { width: 480px; }
#contentsHead .fRight    { width: 235px; }

#contentsDetail h4 span  { font-size: 60%; padding: 3px 15px; }
#contentsDetail dl  { width: 100%; }
#contentsDetail dl dd  { margin-left: 110px; padding: 3px 0 6px 0; }
#contentsDetail dl dd h5  { font-weight: bold; color: #444444; font-size: 96%; border: initial; padding: 5px 0px; margin: 0px; }
#contentsDetail .detaiLeftBox   { width: 600px; }
#userFreeBox p  { margin-left: 1em; }

/* sub img */
.subImg { width: 160px; }
.subImg ul { margin: 0px; padding: 0px; }
.subImg ul li { list-style-type: none; }
.subImg ul li img { width: 110px; float: left; }


/* spot */
#contentsHead .contentsSpotIconOn   { padding: 5px 10px; margin: 0 10px 0 0; background-color: #42a3c4; color: #ffffff; display: inline; }
#contentsHead .contentsSpotIconOn a   { color: #ffffff; }
#contentsHead .contentsSpotIconOff   { padding: 5px 10px; margin: 0 10px 0 0; border: 1px solid #42a3c4; color: #42a3c4; display: inline; }
.spotDetail h4  { font-size: 200%; color: #42a3c4; padding: 0 0 5px 3px; margin: 30px 0 20px 0; border-bottom: 3px solid #42a3c4; font-family: "franklin-gothic-urw-cond",sans-serif; font-style: normal; font-weight: 700; }
.spotDetail dl dt  { width: 90px; float: left; border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border: 2px solid #42a3c4; padding: 1px; text-align: center; margin: 0 0 12px 0; }
.spotDetail h5  { font-size: 120%; color: #42a3c4; padding: 0 0 5px 3px; margin: 30px 0 20px 0; border-bottom: 1px solid #42a3c4; font-weight: bold; }
.spotDetail h6  { font-size: 100%; color: #42a3c4; padding: 0 0 5px 3px; margin: 30px 0 20px 0; border-bottom: 1px dashed #42a3c4; font-weight: bold; clear:both; }

/* event */
#contentsHead .contentsEventIconOn   { padding: 5px 10px; margin: 0 10px 0 0; background-color: #f25c81; color: #ffffff; display: inline; }
#contentsHead .contentsEventIconOff   { padding: 5px 10px; margin: 0 10px 0 0; border: 1px solid #f25c81; color: #f25c81; display: inline; }
.eventDetail h4  { font-size: 180%; color: #f25c81; padding: 0 0 5px 3px; margin: 30px 0 20px 0; border-bottom: 3px solid #f25c81; font-family: "HelveticaNeue-CondensedBold"; }
.eventDetail dl dt  { width: 90px; float: left; border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border: 2px solid #f25c81; padding: 1px; text-align: center; margin: 0 0 8px 0; }
.eventDetail h5  { font-size: 120%; color: #f25c81; padding: 0 0 5px 3px; margin: 30px 0 20px 0; border-bottom: 1px solid #f25c81; font-weight: bold; clear:both; }
.eventDetail h6  { font-size: 100%; color: #f25c81; padding: 0 0 5px 3px; margin: 30px 0 20px 0; border-bottom: 1px dashed #f25c81; font-weight: bold; clear:both; }
.btnPastEvent   { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; overflow: hidden; /*width: 150px;*/ text-align: center; font-size: 100%; margin-left: auto; margin-bottom: 10px; border: 1px solid #EA5C7B; overflow: hidden; /* add */
position: absolute;
top: 85px;
right: 0px;
}
.pulldownInner .btnPastEvent   {
    position: relative!important;
    top: 0px!important;
    right: 0px!important;
}
.btnPastEvent a  { color: #EA5C7B!important; background-color: #ffffff; display: block; padding: 5px 12px 4px 12px; }
.btnPastEvent a:hover  { color: #ffffff!important; background-color: #EA5C7B; }

#nav .btnPastEvent a:hover    { background-color: #e35a7b; }


/* right contents style */
#contentsDetail a:link  { text-decoration: underline; color: #cc2222; }
#contentsDetail a:hover  { text-decoration: none; color: #222222; }
#contentsDetail p   { clear: both; padding: 0 0 0.5em 0; }

/* table unit */
#contentsDetail table   {
    margin: 0 0 0 1em;
    padding: 0px;
    border-top: 1px solid #bbbbbb;
    width: 100%;
    font-size: smaller;
}

#contentsDetail table th   {
    padding: 10px;
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px dotted #bbbbbb;
    font-weight: bold;
    text-align: left;
}

#contentsDetail table td   {
    padding: 10px;
    border-bottom: 1px solid #bbbbbb;
    text-align: left;
}

#contentsDetail table td:last-child   {
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px dotted #bbbbbb;
}


/* event calendar */
#contentsBox h4.calendarMonth { font-size: 180%; color: #f25c81; padding: 0 0 5px 3px; margin: 30px 0 20px 0; border-bottom: 3px solid #f25c81; }
#contentsBox h4 span  { font-size: 60%; padding: 3px 15px; color: #444444; }
h3.calendarList {
    background-image: url(../images/eventNowIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 35px;
    margin: -20px 0 0 0;
}
.localEventColor {
    color: #f25c81;
}
#sideBox ul.categoryEvent li.localCalendarNaviNow {
    background-color: #f25c81;
    color: #ffffff;
    padding: 10px 0 10px 35px;
    text-indent: 0em;
    background-image: url(../images/leftNaviFlagIcon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    height: 22px; 
}
ul.calendarEventList    {
    margin: 0px;
    padding: 0px;
}
ul.calendarEventList li   {
    border-bottom: 1px dotted #dddddd;
    list-style-type: none;
    list-style-position: inside;
    padding: 5px 0 5px 1em;
    margin: 10px 0;
}


/* event guidance */
.listGuidance   {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 96%;
}

.listGuidance h4   {
    border-bottom: 1px dashed #bbbbbb;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

.listGuidance p   {
    padding: 0 0 20px 0!important;
}

.listGuidance ul   {
    margin: 0px;
    padding: 0 0 20px 0;
}

.listGuidance ul li   {
    margin: 0px;
    text-indent: 1em;
    list-style-position: inside;
}

.attensionBox   {
    background-color: #ffffff;
    padding: 20px;
}


/* search */
.localSearchColor {
    color: #b3aacf;
}
.localThemeColor {
    color: #508cc7;
}
span.searchIcon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: "HelveticaNeue-CondensedBold";
    padding: 5px 15px;
    font-size: 88%;
    color: #ffffff;
}


/* top pickup event */
#topPickUpEventBox  {
    width: 1000px;
    overflow: hidden;
    text-align: left;
}

#topPickUpEventBox .pickUpBox  {
    width: 32%;
    float: left;
    position: relative;
}

#topPickUpEventBox .pickUpBox img  {
    width: 100%;
}
#topPickUpEventBox .pickUpEventPhoto    {
    height: 214px;
    overflow: hidden;
}
.topPickUpTitle {
    padding: 10px 0 5px 0;
}
.topPickUpDate {
   padding: 10px 0 0 0;
}
.topPickUpCatch {
    padding: 0 0 10px 0;
}


/* custom table */
table.tableHotelInfo    {
    border-top: 1px solid #dddddd;
    width: auto;
}

table.tableHotelInfo th {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
}

table.tableHotelInfo td {
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
}


/* text & photo unit */
#contentsDetail .leftbox { float: left; width: 30%; margin: 0 0 0 1em; }
#contentsDetail .rightbox { float: right; width: 60%; }
#contentsDetail .leftbox img , #contentsDetail .rightbox img    { width: 200px; }


/* list unit */
#contentsDetail ul , #contentsDetail ol  {
    margin: 0 0 0 1em;
}

#contentsDetail ul li , #contentsDetail ol li  {
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
    padding: 0.2em 0.2em;
    margin: 0 0 0 1em;
}


/* left navigation
---------------------- */
.leftCategoryNameBox    {
    width: 200px;
    height: 200px;
    text-align: center;
    display:table-cell;
    vertical-align: middle;
    font-size: 120%;
}

.categorySpot , .categorySpotPageNation {
    background-color: #9ed0e5;
    color: #ffffff;
}

.localSpotNaviNow {
    background-color: #18a4c6;
    color: #ffffff;
}

.localSpotColor {
    color: #18a4c6;
}


.categoryEvent , .categoryEventPageNation {
    background-color: #f3b3b4;
    color: #ffffff;
}

.categoryWalking , .categoryWalkingPageNation {
    background-color: #46c696;
    color: #ffffff;
}

.categoryGourmet , .categoryGourmetPageNation {
    background-color: #be8572;
    color: #ffffff;
}

.categorySpecial , .categorySpecialPageNation {
    background-color: #f59f3a;
    color: #ffffff;
}

.categoryAccess , .categoryAccessPageNation {
    background-color: #1b2b5f;
    color: #ffffff;
}

.categorySearch {
    text-indent: -9999px;
    overflow: hidden;
    width: 200px;
    height: 200px;
}


.categoryEvent div {
    text-indent: -9999px;
    background-image: url(../images/cate_ico_event.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 100px;
    margin: 0 auto;
}

.categorySpot div {
    text-indent: -9999px;
    background-image: url(../images/cate_ico_spot.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 100px;
    margin: 0 auto;
}

.categoryWalking div {
    text-indent: -9999px;
    background-image: url(../images/cate_ico_walking.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 100px;
    margin: 0 auto;
}

.categoryGourmet div {
    text-indent: -9999px;
    background-image: url(../images/cate_ico_gourmet.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 100px;
    margin: 0 auto;
}

.categorySpecial div {
    text-indent: -9999px;
    background-image: url(../images/cate_ico_special.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 100px;
    margin: 0 auto;
}

.categorySearch div {
    text-indent: -9999px;
    background-image: url(../images/icon_search_ti.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.categoryTheme div {
    text-indent: -9999px;
    background-image: url(../images/icon_theme_ti.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}


.categoryAccess div {
    text-indent: -9999px;
    background-image: url(../images/cate_ico_access.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 100px;
    margin: 0 auto;
}


/* sideBanner unit */
#sideBanner {
    clear: left;
    position: relative;
    top: 20px;
}

#sideBanner ul li img {
    width: 200px;
}


/*.categorySpot span ,  .categoryEvent span  {
    font-family: "HelveticaNeue-CondensedBold";
    font-size: 250%;
}*/


/* side menu color
---------------------- */

/* common */
#sideBox ul {
}

#sideBox ul li {
    list-style-type: none;
    border-bottom: 1px solid #eeeeee;
    text-indent: -0.7em;
    background-color: #ffffff;
}

#sideBox ul li a {
    display: block;
    padding: 15px 15px 12px 1.5em;
}

#sideBox ul li a:before {
    content: ">　";
    float: left;
}
#sideBox ul li:last-child {
    border-bottom: none;
}


/* category color */
#sideBox ul.categorySpecial {
    border-top: 1px solid #FFA037;
}
#sideBox ul.categorySpecial li {
    border-bottom: 1px solid #FFA037;
}
#sideBox ul.categorySpecial li {
    border-bottom: 1px solid #FFA037;
}
#sideBox ul.categorySpecial li a:hover {
    background-color: #f59f3a;
    color: #ffffff;
}
#sideBox ul.categoryEvent {
    border-top: 1px solid #EA5C7B;
}
#sideBox ul.categoryEvent li {
    border-bottom: 1px solid #EA5C7B;
}
#sideBox ul.categoryEvent li a:hover {
    background-color: #EA5C7B;
    color: #ffffff;
}
#sideBox ul.categoryEvent li.localEventNaviNow {
    background-color: #f25c81;
    color: #ffffff;
    padding: 10px 0 10px 35px;
    text-indent: 0em;
    background-image: url(../images/leftNaviFlagIcon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    height: 22px; 
}
#sideBox ul.categoryEvent li a:hover {
    background-color: #EA5C7B;
    color: #ffffff;
}
#sideBox ul.categoryWalking {
    border-top: 1px solid #00C698;
}
#sideBox ul.categoryWalking li {
    border-bottom: 1px solid #00C698;
}
#sideBox ul.categoryWalking li a:hover {
    background-color: #00C698;
    color: #ffffff;
}
#sideBox ul.categoryWalking li {
    border-bottom: 1px solid #00C698;
}
#sideBox ul.categoryWalking li a:hover {
    background-color: #00C698;
    color: #ffffff;
}
#sideBox ul.categoryAccess {
    border-top: 1px solid #1b2b5f;
}
#sideBox ul.categoryAccess li {
    border-bottom: 1px solid #1b2b5f;
}
#sideBox ul.categoryAccess li a:hover {
    background-color: #1b2b5f;
    color: #ffffff;
}
#sideBox ul.categoryAccess li {
    border-bottom: 1px solid #1b2b5f;
}
#sideBox ul.categoryAccess li a:hover {
    background-color: #3786C7;
    color: #ffffff;
}
#sideBox ul.categorySpot li.localSpotNaviNow {
    background-color: #18a4c6;
    color: #ffffff;
    padding: 10px 0 10px 35px;
    text-indent: 0em;
    background-image: url(../images/leftNaviFlagIcon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    height: 22px; 
}
#sideBox ul.categorySpot {
    border-top: 1px solid #9CCADE;
}
#sideBox ul.categorySpot li {
    border-bottom: 1px solid #9CCADE;
}
#sideBox ul.categorySpot li a:hover {
    background-color: #9CCADE;
    color: #ffffff;
}
#sideBox ul.categorySpot li {
    border-bottom: 1px solid #9CCADE;
}
#sideBox ul.categorySpot li a:hover {
    background-color: #9CCADE;
    color: #ffffff;
}
#sideBox ul.categoryGourmet {
    border-top: 1px solid #be8572;
}
#sideBox ul.categoryGourmet li {
    border-bottom: 1px solid #be8572;
}
#sideBox ul.categoryGourmet li a:hover {
    background-color: #be8572;
    color: #ffffff;
}
#sideBox ul.categoryGourmet li {
    border-bottom: 1px solid #be8572;
}
#sideBox ul.categoryGourmet li a:hover {
    background-color: #be8572;
    color: #ffffff;
}

#sideBox ul.categoryAbout {
    border-top: 1px solid #abdbe5;
}
#sideBox ul.categoryAbout li {
    border-bottom: 1px solid #abdbe5;
}
#sideBox ul.categoryAbout li a:hover {
    background-color: #abdbe5;
    color: #ffffff;
}
#sideBox ul.categoryAbout li.localAboutNaviNow {
    background-color: #abdbe5;
    color: #ffffff;
    padding: 10px 0 10px 35px;
    text-indent: 0em;
    background-image: url(../images/leftNaviFlagIcon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    height: 22px; 
}




/* side menu banner */
#sideBox ul.categoryBanner li , #sideBanner ul.categoryBanner li {
    background-color: transparent!important;
}

#sideBox ul.categoryBanner li img  {
    width: 200px;
}
#sideBox ul.categoryBanner li , #sideBanner ul.categoryBanner li {
    list-style-type: none;
    padding: 5px 0!important;
    border: none;
    text-indent: 0em;
}

#sideBox ul.categoryBanner li a  , #sideBanner ul.categoryBanner li a {
    padding: 0!important;
}

#sideBox ul.categoryBanner li a:before  , #sideBanner ul.categoryBanner li a:before {
    content: ""!important;
}

#sideBox ul.categoryBanner li.leftBannetTlt {
    color: #555555;
    padding: 10px 15px;
}

#sideBox ul.categoryBanner li:last-child {
    padding-bottom: 30px!important;
}



/* entry list spot
---------------------- */
/* cover */
.coverWrapper   {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    /*padding: 113px 0 0 0;*/
}

.coverWrapper .coverNaviBox {
    width: 100%;
    height: 44px;
    position: absolute;
    bottom: 0px;
}

.coverWrapper .coverNaviBox ul  {
    padding: 0px;
    margin: 5px 0 0 0;
}

.design03 #coverLeft    {
    margin-left: -600px;
}

.design03 #coverRight   {
    margin-right: -600px;
}
.coverNaviSpot  {
    background-color: #11a4c6;
}

.coverWrapper .coverNaviSpot ul li   {
    list-style-type: none;
    float: left;
}

.coverWrapper .coverNaviSpot ul li a  {
    margin: 0 5px 0 0;
    padding: 8px 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #6ab6d0;
    display: block;
    color: #ffffff;
}

.coverWrapper ul li   {
    list-style-type: none;
    float: left;
}

.coverWrapper ul li a  {
    margin: 0 5px 0 0;
    padding: 8px 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ef8496;
    display: block;
    color: #ffffff;
}

.coverWrapper ul li a:hover  {
    background-color: #fbabb9;
}

.coverWrapper .coverNaviEvent {
    width: 100%;
    height: 44px;
    background-color: none!important;
    position: absolute;
    bottom: 0px;
}

.coverWrapper .coverNaviEvent ul  {
    background-color: #f25c81;
}


.coverWrapper .coverNaviSpot ul li a:hover  {
    background-color: #b3d8e8;
}

.coverWrapper .coverNaviSpot ul li.coverNaviNow a  {
    color: #10a5c6;
    background-color: #ffffff;
    padding: 8px 8px;
}


.coverWrapper ul li.coverNaviNow a  {
    color: #ef8496;
    background-color: #ffffff;
    padding: 8px 20px;
}

.categoryCover  {
    position: absolute;
    top: -222px;
    left: 0px;
    /*opacity: 0.8;*/
}

#coverAreaSection .coverNaviBoxBingo   {
    position: absolute;
    width: 1000px;
    top: 15px;
    left: 0px;
    right: 0px;
    /*opacity: 0.8;*/
    margin: 0 auto;
}

/* entry detail common */
.contentsBox ul  {
    display:table;
}

.mainImg    {
    position: relative;
}



/* for spot */
ul li.entryListBox   {
    margin: 0 20px 20px 0;
    padding: 0px;
    background-color: #ffffff;
    width: 240px;
    overflow: hidden;
    position: relative;
    float: left;
    display:table-cell;
}

ul li.entryListBox a:hover , ul li.entryListBox02 a:hover {
    filter:alpha(opacity=60);
    opacity:0.6;
    display: block;
}

ul li.entryListBox:nth-child(3n) {
  margin-right: 0px;
}

ul li.entryListBox:nth-child(3n):after {
  clear: left;
}

ul li.entryListBox .entryPhoto  {
    text-align: center;
    position: relative;
}

ul li.entryListBox .entryPhoto img  {
    width: 255px;
}

ul li.entryListBox .entryCategoryIcon    {
    padding: 5px 10px;
    background-color: #42a3c4;
    color: #ffffff;
    font-size: 75%;
    position: absolute;
    top: 0px;
    left: 0px;
}

ul li.entryListBox .entryData  {
    padding: 13px;
    position: relative;
}

ul li.entryListBox .entryTlt , ul li.entryListBox02 .entryTlt {
    padding: 0px;
    margin: 0 0 5px 0;
}

ul li.entryListBox .entryRead , ul li.entryListBox02 .entryRead {
    color: #222222;
}

h3.entryListTlt {
    font-size: 180%;
}

h3.spotPlace {
    background-image: url(../images/spotPlaceIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 35px;
}

h3.spotGenre {
    background-image: url(../images/spotGenreIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 35px;
}

h3.eventNow {
    background-image: url(../images/eventNowIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 35px;
}

h3.eventPast {
    background-image: url(../images/eventPastIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 35px;
}

h3.searchEvent {
    background-image: url(../images/searchEventIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 35px;
}

h3.searchTheme {
    background-image: url(../images/searchThemeIcon.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 5px 0 5px 35px;
}

#contentsBox .listNewsTagOsusume{
    background-image: url(../images/listStatusIcon_osusume.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 16px;
    color: #2998d3;
    padding: 10px 0 0 0;
    margin: 0 0 -10px 0;
    font-size: 82%;
    font-weight: bold;
    width: 84px;
    height: 30px;
    overflow: hidden;
}

#contentsHead .listNewsTagOsusume   {
    position: relative;
    text-align: center;
    left: 0px;
    display: inline-block;
}

#contentsHead .entryReserve   {
    margin: 0 0 0 10px;
}


/* for event */
ul li.entryListBox02   {
    margin: 0 20px 20px 0;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    display:table-cell;
}

ul li.entryListBox02 .entryPhoto02  {
    text-align: center;
    width: 300px;
    overflow: hidden;
}

ul li.entryListBox02 .entryPhoto02 img  {
    width: 300px;
}

ul li.entryListBox02 .entryData02  {
    padding: 20px;
    width: 418px;
}

.entryBaseData  {
    
}

.entryDate  {
    background-image: url(../images/entrydateIcon.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    /*height: 20px;*/
    padding: 5px 0 5px 26px;
}

.entryPlace  {
    background-image: url(../images/entryplaceIcon.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    /*height: 20px;*/
    padding: 2px 0 2px 26px;
}
.entryReserve   {
    padding: 3px 10px;
    background-color: #791285;
    font-size: 80%;
    color: #ffffff;
    margin: 0 0 0 12px;
}

.entryGenre  {
    background-image: url(../images/entrygenreIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 20px;
    padding: 5px 15px 5px 20px;
    font-size: 75%;
    white-space: nowrap;
    float: left;
}

.entryListBox .entryKaika   {
    background-color: #e25a7b;
    padding: 4px 10px 3px 10px;
    color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 75%;
    max-width: 55px;
    white-space: nowrap;
    float: left;
}

#contentsHead .entryKaika   {
    padding: 6px 12px;
    margin: 0 10px 0 0;
    color: #42a3c4;
    display: inline;
    background-color: #e25a7b;
    color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    white-space: nowrap;
}

#contentsHead .entryKaika a , .entryListBox .entryKaika a {
    color: #ffffff;
}


.pageNationBox  {
    background-color: #aaaaaa!important;
}

.pageNationBox ul {
    margin: 0px;
    padding: 0px;
}

.pageNationBox ul li {
    float: left;
    border-left: 1px solid #eeeeee;
    list-style-type: none;
    width: 35px;
    text-align: center;
    position: relative;
    padding: 8px 0;
}

.pageNationBox ul li a {
    color: #ffffff;
    display: block;
}

.pageNationBox .pageNumber {
    padding: 8px;
}

#contentsBox .listNewsTagNow , #topPickUpEventBox .listNewsTagNow    {
    background-image: url(../images/listStatusIcon_now.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 16px;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    padding: 5px 0 0 0;
    width: 56px;
    height: 40px;
    overflow: hidden;
    text-align: center;
}

#contentsBox .listNewsTagBefore , #topPickUpEventBox .listNewsTagBefore    {
    background-image: url(../images/listStatusIcon_before.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 16px;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    padding: 5px 0 0 0;
    width: 56px;
    height: 40px;
    overflow: hidden;
    text-align: center;
}

#contentsBox .listNewsTagFin , #topPickUpEventBox .listNewsTagFin    {
    background-image: url(../images/listStatusIcon_fin.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 16px;
    color: #ffffff;
    font-size: 88%;
    font-weight: bold;
    padding: 5px 0 0 0;
    width: 56px;
    height: 40px;
    overflow: hidden;
    text-align: center;
}

/* for top pickup news  */
.bsu_text .entryDate    {
    font-size: 75%;
}
.bsu_text .entryPlace    {
    font-size: 75%;
    margin-bottom: -3px;
}



/* みかん狩りtable設定 */
table.mikanTable	{
background-color: #ff8c00;
border-top: 2px solid #ff8c00;
border-left: 2px solid #ff8c00;
}

table.mikanTable td	{
background-color: #ffffff;
font-weight: bold;
border-bottom: 2px solid #ff8c00;
border-right: 2px solid #ff8c00;
padding: 2px;
}


/* いちご狩りtable設定 */
table.ichigoTable	{
background-color: #dc143c;
border-top: 2px solid #dc143c;
border-left: 2px solid #dc143c;
}

table.ichigoTable td	{
background-color: #ffffff;
font-weight: bold;
border-bottom: 2px solid #dc143c;
border-right: 2px solid #dc143c;
padding: 2px;
}




/* pulldownmenu contents
---------------------- */
.pulldownInner  {
    padding: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pulldownInnerSpecial   {
    padding-bottom: 15px!important;
}
.pulldownInnerSpecial img   {
    width: 212px;
}

.pulldownInner a.normalTxtLink   {

}

.pulldownInner .headerPMAccess a    {

}

.pulldownInner a.normalLink {

}

.pulldownInner a.normalLink:hover {
    background-color: #ff99aa;
}

.headerPMnewsPic    {
    width: 200px;
    height: 132px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.headerNewsTagNow   {
    background-image: url(../images/headerNewsTag_now.png);
    position: absolute;
    top: 0px;
    left: 7px;
    text-indent: -9999px;
    width: 42px;
    height: 24px;
}

.headerNewsTagBefore   {
    background-image: url(../images/headerNewsTag_before.png);
    position: absolute;
    top: 0px;
    left: 7px;
    text-indent: -9999px;
    width: 42px;
    height: 24px;
}

.headerNewsTagFin   {
    background-image: url(../images/headerNewsTag_fin.png);
    position: absolute;
    top: 0px;
    left: 7px;
    text-indent: -9999px;
    width: 42px;
    height: 24px;
}

.headerPMnewsTtl    {
    font-size: small;
    padding: 6px 0;
    width: 200px;
    line-height: 1.4em;
    font-weight: bold;
}

.headerPMnewsTtl a {
	color: #ffffff!important;
}

.headerPMnewsTime   {
	color: #ffffff;
    font-size: x-small;
    background-image: url(../images/headerPMTimeIcon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 0 0 20px;
}

#nav .pdTlt { color: #ffffff; font-size: 100%; width: 74%;/* 44% */ font-weight: bold; padding: 3px 0 0 0; }

/* bingo bSuperUnit */
.bSuperUnitGuide .bSuperUnit-inner   { padding: 20px; background-color: #ffffff; }
.bSuperUnitGuide .col1Guide img   { max-width: 62%; float: left; }
.bSuperUnitGuide .col2Guide img   { max-width: 38%; float: right; }


/* float box
---------------------------*/
.fLeft  { float: left; }
.fRight { float: right; }


/* suzuki add
---------------------------*/
.openicon {
	/*font-size: 70%;*/
	color: red;	
}

a {
	color: red;
}