@charset "UTF-8";


/* ■■limited_common■■
---------------------------------------------*/

.limitedbox_upper{
	width:852px;
	height:140px;
	margin:30px auto 0;
	background:url(../../museum/limited_common/images/limitedbox_upper.gif) no-repeat;
}

.limitedbox{
	width:852px;
	margin:0 auto;
	padding:15px 0 30px;
	background:url(../../museum/limited_common/images/limitedbox_back.gif) repeat-y;
}

.limitedbox_under{
	width:852px;
	height:73px;
	margin:0 auto 50px;
	padding-top:5px;
	background:url(../../museum/limited_common/images/limitedbox_under.gif) no-repeat;
}

.limitedbox_upper li,.limitedbox_under li{
	display:inline;
	float:left;
}

.limitedbox_upper .info_text{
	width:576px;
	text-align:center;
	padding-top:28px;
	font-size:170%;
	line-height:1.2;
}

.limitedbox_upper .info_text strong{
	font-size:140%;
	line-height:1.7;
}

.limitedbox_upper .info_text strong.small{
	font-size:120%;
	line-height:2;
}

.limitedbox_upper .info_text strong.ex_small{
	font-size:90%;
	line-height:2.65;
}

.limitedbox_upper .info_text span{
	font-size:60%;
	color:#666;
}

.limitedbox_upper .prev_navi{
	width:90px;
	margin-left:16px;
	padding:65px 0 0 30px;
}

.limitedbox_upper .next_navi{
	width:107px;
	padding:65px 0 0 13px;
}

.limitedbox_under .info_text{
	width:576px;
	padding-top:8px;
	text-align:center;
}

.limitedbox_under .prev_navi{
	width:90px;
	margin-left:16px;
	padding:0 0 0 30px;
}

.limitedbox_under .next_navi{
	width:136px;
	width:107px;
	padding:0 0 0 13px;
}

.prev_navi a{
	display:block;
	width:80px;
	height:30px;
	background:url(../../museum/limited_common/images/limited_prev_off.gif) no-repeat;
	text-indent:-9999px;
}

.next_navi a{
	display:block;
	width:80px;
	height:30px;
	background:url(../../museum/limited_common/images/limited_next_off.gif) no-repeat;
	text-indent:-9999px;
}

.prev_navi a:hover{
	background:url(../../museum/limited_common/images/limited_prev_on.gif)
}

.next_navi a:hover{
	background:url(../../museum/limited_common/images/limited_next_on.gif)
}

.limited_attention{
	margin-bottom:15px;
	text-align:center;
	font-size:120%;
	color:#F00;
}



.mini_type img{
	display:block;
	margin:20px auto;
	border:1px solid #4b4b4b;
}

.mini_type p{
	width:486px;
	margin:10px auto;
	padding:15px 23px;
	font-size:15px;
	background:#4b4b4b;
	color:#FFF;
	line-height:1.4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.limited_center_link{
	text-align:center;
	margin:15px 0 25px;
	line-height:1.8;
}

.limited_center_link a{
	color:#666;
	text-decoration:underline;
}

.limited_center_link a:hover{
	text-decoration:none;
}

.Questionnaire_attention{
	width:600px;
	margin:10px auto;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#F00;
}

/* ▼▼slide_limited_common▼▼
---------------------------------------------*/

#slideshow {
	margin:20px auto;
	width:855px;
	height:105px;
	position:relative;
}


#slidesContainer {
  margin:0 auto;
  width:770px;
  height:105px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:750px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:370px;
}

#slideshow #slidesContainer .slide a{
	margin-right:4px;
}

#slideshow #slidesContainer .slide a:hover img{
	opacity:0.8;
	filter: alpha(opacity=70);
}


/**
 * Slideshow controls style rules.
 */
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:26px;
  height:26px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:40px;
  left:0;
  background:transparent url(../../museum/limited_common/images/prev_s.gif) no-repeat 0 0;
}
#rightControl {
  top:40px;
  right:0;
  background:transparent url(../../museum/limited_common/images/next_s.gif) no-repeat 0 0;
}



/*201607追記*/
.end_attention{
	background:#FFF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	margin:0px auto;
	width:80%;
}
.end_attention p{
	color:#C00;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bolder;
	padding:10px;
	text-align:center;
}
