@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------
 お知らせ（iframe）
--------------------------------------------- */
#notice {
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0 auto;
	text-align: left;
	color: #FD5157;
	font-size: 13px;
}
#notice a {
	display: block;
	color: #FD5157;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#notice a:hover {
	text-decoration: underline;
}
#notice .notice_tag {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 15px 2px;
	background-color: #FD5157;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}

/* ---------------------------------------------
 お知らせ詳細ページ
--------------------------------------------- */
#page {
	max-width: 700px;
	margin: 30px auto;
	padding-bottom: 50px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
/*----- ページ見出し -----*/
#page .header {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #039;
	text-align: center;
	letter-spacing: .2em;
	color: #FFF;
	font-size: 18px;
}
/*----- お知らせ内容 -----*/
#page .box {
	margin-bottom: 80px;
}
/* 項目見出し */
#page .box > .ttl {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.1em;
}
#page .box > .update {
	margin-bottom: 20px;
	color: #666;
	font-size: 13px;
}
/* テキスト */
#page .box > .text {
	margin-bottom: 20px;
	color: #333;
	line-height: 1.8em;
	font-size: 14px;
}
/*----- 日程 -----*/
#page .schedule {
	width: 100%;
	border: 2px solid #CCC;
	border-collapse: collapse;
}
#page .schedule td {
	padding: 10px 5px;
	border: 2px solid #CCC;
	text-align: center;
	font-size: 13px;
	white-space: nowrap;
}
#page .schedule .day td {
	background-color: #ededed;
	line-height: 1.5em;
}
#page .schedule .business {
	color: #F00;
}
#page .schedule .business .open {
	color: #000;
}
/*----- コピーライト -----*/
#page .copyright {
	text-align: center;
	letter-spacing: .1em;
	font-size: 13px;
	color: #999;
}
/* ===================================================================
 メディアクエリ
=================================================================== */
@media screen and (max-width:480px) {
#notice .notice_tag {
	display: table;
}
#page {
	padding: 10px;
}
#page .schedule_wrap {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
}
