/* ミュージアム復元ページ用 */
.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;
}

p.Questionnaire_attention{
	color:#C00;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bolder;
	padding:10px;
	text-align:center;
	background:#FFF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	margin:0px auto;
	width:80%;
}

/* 下層ページバナーエリア */
div#button{display:flex; justify-content: center; margin:3% auto;}

/* CSS Document */
.left{float:left;}

.space-around{justify-content:space-around;}


html, body {
  font-size:13px;
  padding: 0;
  margin: 0;
  min-width:1400px;
}

.ind{
padding-left:1em;
text-indent:-1em;
}

/*-----------------------------------

デフォルトCSSを一回リセットする

-------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
* {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}


body {
	color: #444444;
	background-color: #ffffff;
	margin:	0px;
	padding: 0px;
	font: 100%;
	overflow-y:scroll;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sp_none{display:block;}

/* ここから下がボタンのCSS　*/
.link-btn {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #FF6700;
  border: 2px solid #FF6700;
  font-size: 16px;
  color: #FF6700;
  text-decoration: none;
  font-weight: bold;
  padding: 16px 30px;
  position: relative;
}

.link-btn span {
  position: relative;
  z-index: 1;
}

.link-btn::before,
.link-btn::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.link-btn::before {
  left: 0;
}
.link-btn::after {
  right: 0;
}

.link-btn:hover:before,
.link-btn:hover:after {
  width: 0;
  background-color: #FFF;
}

.link-btn:hover {
  color: #FFF;
}

.d-block{display: block;}
.mx-auto{margin-left:auto; margin-right:auto;}
.mt-3{margin-top:3%;}
.mb-3{margin-bottom:3%;}


@media screen and (max-width: 480px){
.sp_none{display:none;}
}

/*-----------------------------------

フロート用クリアフィックス

-------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
	clear:both;
}
.fl_left {float:left;}
.fl_right {float:right;}




body {
	text-arign: center;
	padding: 0px;
}


#content {
	margin: 0px auto;
	width: 805px;
	padding-top: 8px;
	padding-bottom: 0px;
}


/*-----------------------------------

ヘッダーのスタイル

-------------------------------------*/

#header{
	width:800px;
	margin-bottom:18px;
}

h1{
	font-size:14px;
	width:auto;
}

#header_top a{
	font-size:12px;
	color:#333;
	text-decoration:none;
}

#header_top a:hover{
	color:#FF4000;
	text-decoration:underline;
}


#header_box{
	width:800px;
	height:56px;
	margin:3px auto 8px auto;
	background:url(../images/header_back.jpg) no-repeat;
}

#header_to_top{
	padding:0px;
}

#header_navi{
	display:inline;
}

#header_navi li{
	float:left;
	list-style:none;
	padding-top:10px;
}

#header_navi a{
	width:auto;
	margin-right:35px;
	background:url(../images/header_indent.gif) left no-repeat;
	padding-left:18px;
	font-size:14px;
	color:#FFF;
	line-height:1.6;
	text-decoration:none;
}

#header_navi a.header_navi02{
	margin-right:90px;
}

#header_navi a:hover{
	color:#F90;
}


/* --グローバルナビ-- */

ul #navi{
	width:800px;
}

#navi li{
	list-style:none;
	display:inline;
}

#navi a{
	float:left;
	display:inline;
	overflow:hidden;
}

#navi a.navi01{
	width:265px;
	height:49px;
	margin-left:1px;
	margin-right:2px;
	margin-bottom:2px;
	background:url(../images/g_navi01_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi01:hover{
	background:url(../images/g_navi01_on.gif) no-repeat;
}

#navi a.navi02{
	width:265px;
	height:49px;
	margin-right:2px;
	margin-bottom:2px;
	background:url(../images/g_navi02_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi02:hover{
	background:url(../images/g_navi02_on.gif) no-repeat;
}

#navi a.navi03{
	width:265px;
	height:49px;
	margin-bottom:2px;
	background:url(../images/g_navi03_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi03:hover{
	background:url(../images/g_navi03_on.gif) no-repeat;
}

#navi a.navi04{
	width:265px;
	height:49px;
	margin-left:1px;
	margin-right:2px;
	background:url(../images/g_navi04_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi04:hover{
	background:url(../images/g_navi04_on.gif) no-repeat;
}

#navi a.navi05{
	width:265px;
	height:49px;
	margin-right:2px;
	background:url(../images/g_navi05_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi05:hover{
	background:url(../images/g_navi05_on.gif) no-repeat;
}

#navi a.navi06{
	width:265px;
	height:49px;
	background:url(../images/g_navi06_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi06:hover{
	background:url(../images/g_navi06_on.gif) no-repeat;
}







/*-----------------------------------

フッターのスタイル

-------------------------------------*/

 
 

#footer_link {
	float: left;
	margin-top: 10px;
	margin-left:25px;
	display:inline;
}

#footer_link ul{
	margin:0px;
	padding: 8px;
	list-style: none;
} 

#footer_link li {
	font-size: 12px;
	border-right: 1px solid #333333;
	vertical-align: bottom;
	padding-top:2px;
	padding-left:6px;
	padding-right: 6px;
	margin: 0px;
	text-align: center;
	line-height:1;
	float:left;
	display:inline;
}

#footer_link li.list_end{
	border-right:none;
}

#copyright {
	font-size: 11px; 
	text-align: left;
	margin: 0px; 
	padding-left: 10px;
	clear: both;
	padding-top: 0px;
	padding-bottom: 3px;
	width: 500px;
	color:#061644;
}




#footer_link a:link {
	color: #000000 ;
	text-decoration:none ;
}

#footer_link a:visited{
	color: #000000;
	text-decoration:none ;
}

#footer_link a:hover {
	color: #FF3300;
	text-decoration:underline;
}

.pagetop{
	width:800px;
	padding-top:45px;
	padding-bottom:5px;
	text-align:right;
	
}

.pagetop a{
	font-size:14px;
	color:#666;
	text-decoration:none;
	margin-right:15px;
}

.pagetop a:hover{
	color:#FF3300;
}

/*-----------------------------------
パンくずナビのスタイル
-------------------------------------*/

#gPankuzu {
	padding: 5px 0 0 0;
	width: 800px;
	margin: 0 0 5px;
	text-align: left;
	font-size: 14px;

}

#gPankuzu p {
	margin: 0;
	padding-left:0px;
	color: #0e133c;
}

#gPankuzu a:link {
	color: #0e133c;
	text-decoration: none;
}

#gPankuzu a:visited {
	color: #444444;
	text-decoration: none;
}

#gPankuzu a:hover {
	color: #ff5c00;
	text-decoration: underline;
}

.link_bn_under{
	float:left;
	margin-right:5px;
}
.link_bn_under img{
	border-radius:10px;
	float:left;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	
}
