@charset "utf-8";
/* CSS Document */



main div,main p,main li{
	box-sizing: content-box;
}


/*-------検索メニュー-------*/

.menu-search{
	width:100%;
	padding:0;
	margin:0 auto;
	background-color:#FFFFFF;
 }

/*-------スクロールトップ-------*/

#page-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:10000000;
	display:none;
}
#page-top a {
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}
/* ----------------------------------------------------------------------
	お知らせ・サイトメンテナンスのご案内等
 ---------------------------------------------------------------------- */
.panel_notificate {
	clear:both;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:960px;
	margin:20px auto 0 auto;
	padding-bottom:18px;
	border:1px solid #000;
	box-sizing:border-box;
	border-radius: 4px;
	background-color:#FFC;
	text-shadow: 0 1px 1px #FFF;
	text-align:left;
}
.panel_notificate h2{
	text-align:center;
	padding:3px 0 0 0;
	margin-bottom:12px;
	color: #000;
	text-shadow:1px 2px 1px #FFF;
	font-size:16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:37px;
	background: rgb(255, 184, 0);
	border-bottom: rgb(211, 178, 95) 1px solid;
	border-radius: 4px 4px 0 0;
}
.panel_notificate p{
	padding:6px 25px 0 25px;
	letter-spacing:0.04em;
	line-height:1.4em;
}

/* お知らせ・アラート等 */
.panel_alert {
border: 1px solid;margin-bottom:3px;padding: 8px 0;text-align:center;width:960px;margin:auto;border-radius: 4px;text-shadow: 0 1px 1px #FFF;clear:both;background-repeat:no-repeat;background-position:bottom right;
margin-bottom:8px;
border-color:#ff9d90;background-color:#ffdad2;background-image:url(alert/highest_alert.png);background-repeat:no-repeat;background-position:bottom right;
}
.panel_alert h2{
position: relative;
top: -8px;
color: #FFF;
text-shadow: none;
padding: 6px 0 3px;
font-size: 15px;
font-weight: bold;
border-radius: 4px 4px 0 0;
letter-spacing: 1px;
line-height: 15px;
background: #ffbaad;
border-bottom: rgb(211, 178, 95) 1px solid;
}
/* ----------------------------------------------------------------------
	ナビゲーション
 ---------------------------------------------------------------------- */
#swHrefTopWrap{
	width:auto;
	background-color:#FFFFFF;
	border-top:#DDDDDD solid 1px;
	border-bottom:#DDDDDD solid 1px;
	margin-top:0;
	margin-bottom:0;
	}
ul#swHrefTop{
	width:1000px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	}
ul#swHrefTop li{
	width:10.00%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	}
	/* IE7ハック */
	*:first-child+html .pc ul#swHrefTop li{
		width:10.00%;
		display:inline-block;
		*display:inline;
		*zoom:1;
		}
ul#swHrefTop li a{
	background-color:#FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:0;
	color:#333333;
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration: none;
	border-left:#DDDDDD 1px solid;
	}
	ul#swHrefTop li:first-child a{
		border-left:none;
		}
	ul#swHrefTop li.active a{
	background-color:#E3E3C8;
		}
/* ----------------------------------------------------------------------
	検索フォーム見出し
 ---------------------------------------------------------------------- */
#h_kensaku{
	margin:0 auto;
	text-align:center;
}


/*ページタイトル下あおりテキスト*/
.top_aori_text {
   width: 992px;
   margin: 0 auto 50px;
}
.is-pc.f2nd .top_aori_text {
   border: 1px solid;
}

