@charset "UTF-8";
/* CSS Document */

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

/*- ページナビゲーション -*/
#pageNavi ul li{ width:25.00%; }


/* ----------------------------------------------
	名誉館長紹介
------------------------------------------------- */

#introduction{}

#introduction img{
	float:right;
	margin-left: 0px;
}
#introduction dl{
    /*clear: both;*/ 
    margin-top: -25px;
    width: 350px;
    float: right;
}
#introduction dd p {
	margin-top: 0.5em;
}
#introduction dd ul{
	list-style: inside;
}
#introduction strong{
	font-weight: bold;
}
#introduction #photo02{
    width: 638px;
    margin-top: 30px;
    float: left;
}
#introduction .wrapper{
padding: 30px 30px 40px;
background-color: #E6F4FF;
height: 662px;
}

#introduction .chiji_coment{
    border: 1px solid #04163a;
    background-color: #fff;
    width: 590px;
    padding: 23px;
    margin-top: 23px;
}
#introduction .right{
text-align: right;
}

}

/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

/* ----------------------------------------------
	名誉館長紹介
------------------------------------------------- */

#introduction{}

#introduction img{
	display: block;
	width: 60%;
}
#introduction dl{
	margin-top: 1em;
}
#introduction dd p {
	margin-top: 0.5em;
}
#introduction dd ul{
	list-style: inside;
}
#introduction strong{
	font-weight: bold;
}
#introduction #photo02{
    width: 100%;
    margin: 20px auto;
}
#introduction .wrapper{
padding: 20px;
background-color: #E6F4FF;

}
#introduction .chiji_coment{
border: 1px solid;
padding: 20px;
margin-top: 15px;
background-color: #fff;
}
#introduction .right{
text-align: right;
margin-top: 15px;
margin-right: 2px;
}


}

@media screen and (max-width: 380px) {
	#introduction .wrapper br.w380{ display:inline !important; }
}