/*Base*/
@charset "UTF-8";

html, body {
    width: 100%;
    height: 100%;
}

body{ 
	font-family:"Hannari", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo ;
text-align:center;
 margin:0; padding:0;
	font-size: 14px;
  word-wrap:break-word;}

* {
	margin: 0;
    }

a{
	text-decoration:none;
	color:#333;
	}
	
a:hover{
	text-decoration:underline;
	}
	
.clear{
	clear:both;
	}
	

nav2 {
    display:none;
  }
  
#menu{
  list-style-type: none;
  background: rgb(255, 255, 255);
  height:95px;
  position:fixed;
  z-index:999;
  width:100%;
  min-width:1024px;
}
.annual09theme2{
	display:none;
	}
.annual09theme{
    	background: url('../svg/annual09_theme_head.svg') no-repeat left top;
	float:left;
	background-size:260px;
	margin-left:-40px;
	height:95px;
	width: 260px;
	text-align:left;
	}

#menu li{
  position: relative;
  display:inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 48px 35px 0;
  color: #333;
  font-size: 1.0em;
  line-height: 1;
  text-decoration: none;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
    padding: 0;
}
#menu li:last-child ul{
  left: -100%;
  width: 100%
}
#menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a{
  padding: 13px 15px;
    background: rgb(248, 247, 247, 0.5);
  text-align:center;
  font-weight: normal;
}
#menu li:hover > a{
  padding: 13px 35px;
    background: rgb(248, 247, 247, 0.9);
  color: #333;
}
#menu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #eee;
  z-index:999;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}

/* downMenu*/
#menu .menu_sns{
	padding:20px 0 30px;
    	background: rgb(248, 247, 247);
	width:190px;
	height:45px;
	margin-right:40px;
	text-align:center;
	float:right;
	}
#menu .menu_sns i{
	font-size:1.6em;
	padding:0 7px;
	}
#menu .menu_sns .logo02{
    	background: url('../svg/takamatsu_art_museum_logo02.svg') no-repeat center top;
	background-size:150px;
	height:35px;
	width: 150px;
	text-align:center;
	margin-left:20px;
	    }


/* IE10 以降 */
@media all and (-ms-high-contrast: none) {

}
/* IE10 以降 */



.caution{
	color:#666;
	font-size:0.9em;
	line-height:18px;
	padding:5px 0;}

 


/*page top*/
#page-top {
	background-image:url('../svg/gototop.svg');
	background-repeat:no-repeat;
	background-size:50x;
	width:50px;
	height:50px;
    	position: fixed;
    	bottom: 48px;
    	right: 8%;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}



/*footer*/


footer{
	background-color:#ccc;
	font-size:.95em;
	color:#333;
	text-align:left;
	width:100%;
}

	
footer .footer_logo{
    	background: url('../svg/takamatsu_art_museum_logo01.svg') no-repeat center bottom;
	background-size:140px;
	text-align:left;
	height:110px;
	width: 160px;
	padding:0px 10px 0;
    }
   
footer .adress{
	padding:10px 20px 0;
    }

.footer_copy{
	font-size:.8em;
	text-align:center;
	margin:15px 0px 0px;
	padding:0 0 5px;
}

footer .press{	
	float:right;
	margin-right:13%;
	margin-top:20px;
	}
footer .press a{
	padding:5px 10px;
	width:220px;
	background:#fff;
	border:1px solid #999;
	}

footer .press a:hover{
	padding:5px 10px;
	width:220px;
	background:#ddd;
	text-decoration:none;
	}
/*footer*/






@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

}

/* mobilewidth  */
@media only screen and (max-width: 736px) {

}

/* mobile  */
@media screen and (max-width: 640px) {

}

@media screen and (max-width: 374px) {

}

/* mobile  360*/
@media screen and (max-width: 374px) {

}
