/*書式設定
----------------------------------*/
html,body {
	width: 100%;
	min-width: 990px;
}

body{
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size:14px;
	color: #444444;
	background-color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*p{
	margin-bottom:0em;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	line-height: 160%;
}*/

html,a,form,div,table,ul,ol,li,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	border: 0 none;
}
img{
	margin:0;
	padding:0;
	border: 0 none;
}
ul{
	list-style-type: none;
}

td{text-align:left;}


/*====================================
basic
====================================*/
#shizuoka_WRAPPER{
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/back01.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
}

#shizuoka_WRAPPER02{
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/back02.gif);
	background-repeat:repeat-x;
	overflow: hidden;
}


.wajima_ttl_wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}



.wajima_ttl {
	width: 1122px;
	height: 1px;
	position: absolute;
	top: 0px;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	z-index: 999;
}


 
.ie8 .wajima_ttl {
left: 12%\9;
}

.ie7 .wajima_ttl {
left: 12%\9;
}


.wajima_txt{
	background: url('../images/wajima_local_09.jpg') no-repeat top center;
	width: 350px;
	height: 27px;
	float: left;
	margin: 0px;
	padding: 0 0 0 8px;
	color:#000;
	font-size:11px;
	line-height: 1.4;
}
.wajima_txt a {
	color: #E65F00 !important;
	text-decoration: underline;
}
.wajima_txt a:hover {
	text-decoration: none;
}

.box990{
	width: 990px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/* -----------------------------------------
		Slideshow
----------------------------------------- */
#slideshow{
	width:100%;
	height: 602px;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	border:0px;
	z-index: -1;
	overflow: hidden;
}

/*
#slideshow{ float:left; }
#slideshow2{ float:right; }
*/

#main_p {
	width:100%;
	height: 602px;
	overflow:hidden;
	margin-top:0px;
	margin-left:0px;
	position:relative;
	min-width: 1600px;
}

#main_p div {
	width:100%;
	height:602px;
	position: absolute;
	top:0;
	left:0px;
}

#main_p div img{
	display:block;
	width:100%;
	min-width: 1600px;
	height:auto;
	overflow:hidden;
	position: absolute;
	top: 0;
}


@media screen and (max-width:640px) {
#slideshow{
	width:100%;
	min-width: 990px;
	height: 602px;
}
#main_p {
	width:100%;
	min-width: 990px;
	height: 602px;
}
#main_p div {
	width:100%;
	height: 602px;
}
#main_p div img {
	width:100%;
	min-width: 990px;
}
}


#slideshow #thumb_ov {
　display: none;
  width:990px;
  height:160px;
  margin:100px auto 0;
  background: url(../images/slide_thumb_back.jpg) no-repeat left top;
  position: relative;
  z-index: 99;
}

#thumb_ov ul {
  display:block;
  width:990px;
  height:160px;
  margin:0 auto;
  padding:0;
}

#thumb_ov ul li {
  float:left;
  display:block;
}


#thumb_ov ul li#thumb1{ width:248px; }
#thumb_ov ul li#thumb2{ width:248px; }
#thumb_ov ul li#thumb3{ width:248px; }
#thumb_ov ul li#thumb4{ width:246px; }


#thumb_ov ul li img{
	display:block;
	height:160px;
	margin:0;
}

#thumb_ov ul li#thumb1 img{ float:left; }
#thumb_ov ul li#thumb2 img{ float:left; }
#thumb_ov ul li#thumb3 img{ float:left; }
#thumb_ov ul li#thumb4 img{ float:left; }
#thumb_ov ul li#thumb5 img{ float:left; }
#thumb_ov ul li#thumb6 img{ float:left; }
#thumb_ov ul li#thumb7 img{ float:left; }

/* -----------------------------------------
		Link
----------------------------------------- */

#title_box a:hover img,
#title_box02 a:hover img,
#slideshow .active,
#slideshow2 .active,
#hotel .hotel_box div a:hover img,
#hotel .hotel_box02 div a:hover img {
	filter:alpha(opacity=0)!important;
	-moz-opacity: 0!important;
	opacity: 0!important;
    -webkit-transition: 0.4s ease-in-out;  
    -moz-transition: 0.4s ease-in-out;  
    -o-transition: 0.4s ease-in-out;  
    transition: 0.4s ease-in-out;  
}

/*====================================
float
====================================*/
.flL {
	float:left;
	display: block;
}

.flR {
	float:right;
	display: block;
}

/*====================================
box
====================================*/
.box_0{
	margin: 0;
	padding: 0;
}

.box_0center{
	margin: 0 auto;
	padding: 0;
}


/*====================================
margin
====================================*/
.margin_b20{
	margin: 0px 0px 20px 0px ;
}
.margin_t15{
	margin: 15px 0px 0px 0px ;
}
.margin_t20{
	margin: 20px 0px 0px 0px ;
}

/*====================================
padding
====================================*/

.pad_12{
	padding: 12px;
}

/*====================================
link
====================================*/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}

/*====================================
clearfix
====================================*/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
/* Hides from IE-mac \*//*/
	height: auto;
	overflow: hidden;
/* End hide from IE-mac */
}
/*----------------------------------*/
.clear0 {
	clear: both;
	height: 0px;
}




/*====================================
hidden
====================================*/
em{
	display: block;
	text-indent: -9999px;
}
/*MacIE HACK------------------- \*//*/
em{
	height:0px;
	width:0px;
	overflow:hidden;
}


