@charset "utf-8";

@media print {
/* header.css */

/* header block
---------------------- */
#headerWrapper	{
    width: 100%;
    height: 113px;
    /*border-bottom: 1px solid #dcdddd;*/
    position: relative;
    background-color: #ffffff;
    z-index: 10;
}


/* search box
---------------------- */
.headerSearchBox    {
    height: 30px;
    border-bottom: 1px solid #dcdddd;
    position: relative;
}

.headerSubBox   {
    position: absolute;
    top: 0px;
    right: 0px;
}

.styleSwitcher  {
    /*margin: 0 0 0 523px;*/
    display: inline;
}

.styleSwitcher ul  {
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 93px;
    display: inline;
}

.styleSwitcher ul li  {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    list-style-type: none;
    border-left: 1px solid #dcdddd;
    line-height: 30px;
}

.styleSwitcher ul li a  {
    width: 30px;
    height: 30px;
    display: block;
    color: #231815;
    font-weight: bold;
}

.styleSwitcher ul li a:hover  {
    color: #ffffff;
    background-color: #231815;
}

.searchBox  {
    width: auto;
    display: inline;
}

.searchBox input#submitBtn   {
    border: none;
    cursor: pointer;
    background-color: #231815;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    width: 62px;
}

.searchBox input#srchInput   {
    width: 277px;
    height: 30px;
    margin: 0 7px 0 0;
    padding: 0px;
    border: none;
}

.facebookBtn    {
    text-indent: -9999px;
    width: 31px;
    height: 31px;
    overflow: hidden;
    float: right;
}

.facebookBtn a  {
    background-image: url(../images/headerFB.jpg);
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    display: block;
}


/* logo & navigation box
---------------------- */
.headerLogoBox h1   {
    width: 284px;
    height: 81px;
    border-right: 1px solid #dcdddd;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    float: left;
    box-sizing: border-box;
}

.headerLogoBox h1 a   {
    display: block;
    width: 284px;
    height: 81px;
}


#headerWrapper #nav
{
    float: right;
    /*background-color: #dddddd;*/
}

.clearfix::after
{
	content: '';
	display: table;
	clear: both;
}

#nav li ul  {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#nav li ul li {
    border: none;
}

#nav a.headerPMSP
{
	display: none;
}

/* navigation PC style */
#nav li.gNaviEvent a.gNaviEventHover    {
	background: url(../images/gNaviEvent_off.png) center top no-repeat;
	width: 119px;
	height: 78px;
	border-bottom: 4px solid #fc5d80;
	text-indent: -9999px;
	display: block;
}

#nav li.gNaviEvent a.gNaviEventHover:hover    {
	background: url(../images/gNaviEvent_on.png) center top no-repeat;
	background-color: #fc5d80;
}

#nav li.gNaviPlace a.gNaviPlaceHover    {
	background: url(../images/gNaviPlace_off.png) center top no-repeat;
	width: 119px;
	height: 78px;
	border-bottom: 4px solid #9ed0e5;
	text-indent: -9999px;
	display: block;
}

#nav li.gNaviPlace a.gNaviPlaceHover:hover    {
	background: url(../images/gNaviPlace_on.png) center top no-repeat;
	background-color: #9ed0e5;
}

#nav li.gNaviWalking a.gNaviWalkingHover    {
	background: url(../images/gNaviWalking_off.png) center top no-repeat;
	width: 118px;
	height: 78px;
	border-bottom: 4px solid #00c697;
	text-indent: -9999px;
	display: block;
}

#nav li.gNaviWalking a.gNaviWalkingHover:hover    {
	background: url(../images/gNaviWalking_on.png) center top no-repeat;
	background-color: #00c697;
}

#nav li.gNaviGourmet a.gNaviGourmetHover    {
	background: url(../images/gNaviGourmet_off.png) center top no-repeat;
	width: 118px;
	height: 78px;
	border-bottom: 4px solid #be8573;
	text-indent: -9999px;
	display: block;
}

#nav li.gNaviGourmet a.gNaviGourmetHover:hover    {
	background: url(../images/gNaviGourmet_on.png) center top no-repeat;
	background-color: #be8573;
}

#nav li.gNaviSpecial a.gNaviSpecialHover    {
	background: url(../images/gNaviSpecial_off.png) center top no-repeat;
	width: 118px;
	height: 78px;
	border-bottom: 4px solid #ff9f35;
	text-indent: -9999px;
	display: block;
}

#nav li.gNaviSpecial a.gNaviSpecialHover:hover    {
	background: url(../images/gNaviSpecial_on.png) center top no-repeat;
	background-color: #ff9f35;
}

#nav li.gNaviAccess a.gNaviAccessHover    {
	background: url(../images/gNaviAccess_off.png) center top no-repeat;
	width: 118px;
	height: 78px;
	border-bottom: 4px solid #1b2b5f;
	text-indent: -9999px;
	display: block;
}

#nav li.gNaviAccess a.gNaviAccessHover:hover    {
	background: url(../images/gNaviAccess_on.png) center top no-repeat;
	background-color: #1b2b5f;
}

#nav li.gNaviHotels a.gNaviHotelsHover    {
	background: url(../images/gNaviHotelsUS_off.png) center top no-repeat;
	width: 118px;
	height: 78px;
	border-bottom: 4px solid #9cc715;
	text-indent: -9999px;
	display: block;
}

#nav li.gNaviHotels a.gNaviHotelsHover:hover    {
	background: url(../images/gNaviHotelsUS_on.png) center top no-repeat;
	background-color: #00c697;
}

#nav ul li ul.menu01   {
    width: 715px;
    position: absolute;
    background-color: #fc5d80;
}
#nav ul li ul.menu02   {
    width: 715px;
    position: absolute;
    margin-left: -119px;
    background-color: #9ed0e5;
}
#nav ul li ul.menu03   {
    width: 715px;
    position: absolute;
    margin-left: -239px;
    background-color: #00c697;
}
#nav ul li ul.menu04   {
    width: 715px;
    position: absolute;
    margin-left: -358px;
    background-color: #be8573;
}
#nav ul li ul.menu05   {
    width: 715px;
    position: absolute;
    margin-left: -477px;
    background-color: #ff9f35;
}
#nav ul li ul.menu06   {
    width: 715px;
    position: absolute;
    margin-left: -596px;
    background-color: #1b2b5f;
}

.pulldownInner  {
    padding: 20px;
    position: relative;
    width: 100%;
}

#nav .pulldownInner a.normalTxtLink   {
    background-color: none !important;
    background-image: none!important;
    text-align: left;
    color: #333333;
}

#nav .pulldownInner .headerPMAccess a    {
    background-color: #ffffff;
    color: #333333;
    margin: 0 0 10px 0;
    font-size: small;
    padding: 10px 10px 7px 10px; 
    display: block;
}

#nav .pulldownInner .headerPMPlace a    {
    background-color: #18a3c5;
    color: #ffffff;
    margin: 0 0 5px 0;
    font-size: small;
    padding: 7px 15px 4px 15px; 
    display: block;
}

/* 仮BOX定義 PM  */
#nav .pulldownInner .headerPMWaking01    {
    /* background-color: #ffffff; */
    background-color: #00c697;
    width: 330px;
    height: 170px;
    position: relative;
    text-align: center;
}

#nav .pulldownInner .headerPMWaking02    {
    /* background-color: #ffffff; */
    background-color: #00c697;
    width: 330px;
    height: 75px;
    position: relative;
    text-align: center;
}

#nav .pulldownInner .headerPMWaking03    {
    /* background-color: #ffffff; */
    background-color: #00c697;
    width: 155px;
    height: 75px;
    position: relative;
    text-align: center;
}

#nav .pulldownInner .headerPMGourmet01    {
    /* background-color: #ffffff; */
    background-color: #be8573;
    width: 210px;
    height: 160px;
    position: relative;
    text-align: center;
}

#nav .pulldownInner .headerPMSpecial01    {
    background-color: #ff9f35;
    width: 155px;
    height: 70px;
    position: relative;
    text-align: center;
}

#nav .pulldownInner .headerPMSpecial02    {
    background-color: #ff9f35;
    width: 155px;
    height: 30px;
    position: relative;
    text-align: center;
}

                   
/* navigation PC basic style */
#nav ul li
{
	position: relative;
	border-right: 1px solid #dcdddd;
	float: left;
	display: block;
}

/*#nav li a
{
	color: #fff;
	display: block;
}*/

#nav li a:active
{
	/*background-color: #c00 !important;*/
}

#nav span:after
{
	content: '';
	vertical-align: middle;
	/*display: inline-block;*/
	position: relative;
}

/* first level */

#nav ul
{
				
}

#nav ul li
{
	/*width: 25%;*/
	height: 100%;
	float: left;
}

#nav ul li a
{
	/*text-align: center;*/
}

#nav ul li:not( :last-child ) a
{
							
}

/* gNavi hover style */
#nav ul li.gNaviEvent:hover a.gNaviEventHover
{
	background-color: #fc5d80;/* keep hover color */
	background-image: url(../images/gNaviEvent_on.png);
}
#nav ul li.gNaviPlace:hover a.gNaviPlaceHover
{
	background-color: #9ed0e5;/* keep hover color */
	background-image: url(../images/gNaviPlace_on.png);
}
#nav ul li.gNaviWalking:hover a.gNaviWalkingHover
{
	background-color: #00c697;/* keep hover color */
	background-image: url(../images/gNaviWalking_on.png);
}
#nav ul li.gNaviGourmet:hover a.gNaviGourmetHover
{
	background-color: #be8573;/* keep hover color */
	background-image: url(../images/gNaviGourmet_on.png);
}
#nav ul li.gNaviSpecial:hover a.gNaviSpecialHover
{
	background-color: #ff9f35;/* keep hover color */
	background-image: url(../images/gNaviSpecial_on.png);
}
#nav ul li.gNaviAccess:hover a.gNaviAccessHover
{
	background-color: #1b2b5f;/* keep hover color */
	background-image: url(../images/gNaviAccess_on.png);
}

/* access pulldown style */
.pulldownInnerAccess    {
    padding: 15px 10px 0 10px;
    position: relative;
}

.gNaviAccess .accessChara   {
    background-image: url(../images/headerPMaccessChara.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 64px;
    text-indent: -9999px;
    position: absolute;
    left: 10px;
    bottom: 0px;
}

.gNaviAccess .accessBtnBase {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ffffff;
    text-indent: -9999px;
}

.gNaviAccess .accessBtnBase a {
    display: block;
    width: 80px;
    height: 80px;
}

.gNaviAccess .accessBtnBase a:hover {
    background-color: #ffffff;
}

.gNaviAccess .accessMap   {
    background-image: url(../images/headerPMaccess01_off.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin-left: 120px;
}

.gNaviAccess .accessMap a:hover   {
    background-image: url(../images/headerPMaccess01_on.png);
}

.gNaviAccess .accessExp   {
    background-image: url(../images/headerPMaccess02_off.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.gNaviAccess .accessExp a:hover   {
    background-image: url(../images/headerPMaccess02_on.png);
}

.gNaviAccess .accessTrain   {
    background-image: url(../images/headerPMaccess03_off.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.gNaviAccess .accessTrain a:hover   {
    background-image: url(../images/headerPMaccess03_on.png);
}

.gNaviAccess .accessCar   {
    background-image: url(../images/headerPMaccess04_off.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.gNaviAccess .accessCar a:hover   {
    background-image: url(../images/headerPMaccess04_on.png);
}

.gNaviAccess .accessShip   {
    background-image: url(../images/headerPMaccess05_off.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.gNaviAccess .accessShip a:hover   {
    background-image: url(../images/headerPMaccess05_on.png);
}

.gNaviAccess .accessAir   {
    background-image: url(../images/headerPMaccess06_off.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.gNaviAccess .accessAir a:hover   {
    background-image: url(../images/headerPMaccess06_on.png);
}



				/* second level */

				#nav li ul
				{
					/*background-color: #cc470d;*/
					display: none;
					position: absolute;
					top: 100%;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								/*background-color: #e15a1f;*/
							}


/* contents */
/* 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;
}
.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%; 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;
}


/* footer.css */
/* footer block
---------------------- */
#footerWrapper	{
    width: 100%;
    height: 100%;
    position: relative;
}

#footerWrapper .container  {
    padding: 20px 0 32px 0;
}

.footerAccessBox .container  {
    padding: 20px 0 0 0!important;
}

.footerNaviBox .container   {
    padding: 12px 0 4px 0!important;
}

.footerAccessBox    {
    background-color: #1b2b5f;
}
.footerBox  {
    background-color: #91b1c1;
}
.footerNaviBox  {
    background-color: #474e52;
}

.footerAccessMenu   {
    width: 230px;
}
.footerAccessMenu ul    {
    margin: 0px;
    padding: 0px;
}

.footerAccessMenu ul li    {
    margin: 0 0 7px 0;
    background-color: #ffffff;
    list-style-type: none;
    font-size: small;
}

.footerAccessMenu ul li a    {
    color: #1b2b5f;
    display: block;
    padding: 8px 10px;
}

.footerAccessMenu ul li a:hover    {
    background-color: #1d95d4;
    color: #ffffff;
}

.footerAccessMap    {
    width: 723px;
    height: 181px;
    text-indent: -9999px;
    background-image: url(../images/footerAccessMap.png);
    background-repeat: no-repeat;
}


.footerNaviBox ul  {
    margin: 0px;
    padding: 8px 0;
    font-family: "HelveticaNeue-CondensedBold";
}

.footerNaviBox ul li  {
    display: inline-block;
    padding: 0 35px 0 0;
    text-align: center;
    font-size: 119%;
}

.footerNaviBox ul li div  {
    font-size: x-small;
    font-weight: normal;
    font-family: sans-serif;
}

.footerNaviBox ul li a  {
    color: #ffffff;
    font-weight: bold;
}

.footerLogo  {
    background: url(../images/footerLogo.png);
    width: 224px;
    height: 50px;
    text-indent: -9999px;
}
.footerLogo a  {
    display: block;
    width: 224px;
    height: 50px;
    }

.footerAddress  {
    color: #ffffff;
}

.styleSwitcherFt ul li  {
    float: left;
    width: 28px;
    height: 28px;
    text-align: center;
    list-style-type: none;
    border-right: 1px solid #dcdddd;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    background-color: #ffffff;
    line-height: 28px;
}

.styleSwitcherFt ul li a  {
    display: block;
    color: #231815;
    font-weight: bold;
}

.styleSwitcherFt ul li a:hover  {
    color: #000000;
    background-color: #e5e5e6;
}

.searchBox input#srchInputFt   {
    width: 165px;
    height: 30px;
    border: none;
}

.footerQRCode   {
    width: 237px;
    height: 73px;
    background-image: url(../images/footerQRcode.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.footerQRCode a {
    display: block;
    width: 237px;
    height: 73px;
}

/* footer */
#footerWrapper .footerPageTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999!important;
}
.footerPageTop .container   {
    padding: 0px!important;
}
.pagetopBtn {
    width: 93px;
    height: 76px;
    text-indent: -9999px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetopBtn a {
    display: none;
    width: 93px;
    height: 76px;
    background-image: url(../images/btn_pagetop_off.png);
    background-repeat: no-repeat;
}
.pagetopBtn a:hover {
    background-image: url(../images/btn_pagetop_on.png);
 }   
}

.copyright  {
    font-size: x-small;
    color: #ffffff;
    font-weight: bold;
}