@charset "utf-8";
/* CSS Document */
/* ========見出し======== */
h1{
	color:#56afc3;
    font-weight: bold;
    font-size: 1.5rem;
	padding: 0.5rem 1rem 0.5rem 1.5rem;
    margin:10px 0 10px 0;
	background-image: linear-gradient(to top, #56afc3 10%, #fff 100%);
    background-repeat: no-repeat;
    background-size: .8rem 100%;
}

h2 {
  position: relative;
  padding: .5rem;
  font-size:1.1rem;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#5eb3c7), to(#8bdfec));
  background-image: -webkit-linear-gradient(left, #5eb3c7 0%, #8bdfec 5%, #8bdfec 95%, #fff 100%);
  background-image: linear-gradient(to right, #5eb3c7 0%, #8bdfec 5%, #8bdfec 95%, #fff 100%);
}

h3{
	width:100%;
	clear:both;
	height:35px;
	margin:0 0 10px 0;
	padding:0 0 0 10px !important;
	font-size:1rem;
	font-weight:bold;
	line-height:35px;
	color:#56afc3;
	background: transparent;/*背景透明に*/
	border-left: solid 4px #56afc3;/*左線*/
}

h4{
	width:100%;
	height:27px;
	margin:0;
	padding:0 0 0 18px !important;
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:27px;
}

/* ========枠組み======== */
#sec_cont {/* メインコンテンツ */
	float:left;
	width:100%;
	margin:0 0 25px 0;
}
.sec_box {
	margin:10px 0 25px 10px;
}

#sub_menu ul ul li{/* Floor Plan用下層リスト */
	border:none;
	font-size:12px;
}

#sub_menu ul ul li a{
	width:165px;
	background:#ecf2f2;
	padding:0 0 5px 30px;
	border:none;
	line-height:1;
}

#sub_menu ul ul li a:hover{
	width:165px;
	background:#ecf2f2;
	padding:0 0 5px 30px;
	border:none;
	line-height:1;
	background:url(../img/sub_mark.gif) no-repeat left center;
	background-position:20px 2px;
}

/* ========メイン領域詳細======== */
#pan {/* パンくずリスト */
	width:100%;
	font-size:90%;
	margin:3px 0 0 0;
}

#sec_cont p{
	margin:0 0 5px 0;
}

#sec_cont li{
	margin:0 0 0 15px;
}


#sec_cont table{/* 表設定共通 */
	border-collapse:collapse;
	border-spacing: 1px;
/*	background:#D0D0D0;
*/	margin:10px 5px;
	width:auto;
}

#sec_cont table th,tr,td{
	margin:0 10px 10px 10px;
}

#sec_cont table caption{
	padding:0;
	text-align:left;
	font-weight:bold;
}

#sec_cont table table{
	border-collapse:collapse;
	border-spacing: 1px;
	background:#D0D0D0;
	margin:10px 5px;
	width:auto;
}

#sec_cont th{
	background:#D0D0D0;
	border:#C0C0C0 solid 1px;
	text-align:left;
	padding:5px 10px;
}

#sec_cont td{
	padding:5px 10px;
/*	background:#FFF;
*/}

#sec_cont table p{
	margin:0 0 0 1em;
}

#sec_cont table table{/* 表内表設定 */
	margin:0;
	padding:0;
	border:none;
}

#sec_cont table table td{
	margin:0 0 0 0;
	padding:0;
	vertical-align:top;
	border:none;
}

.nonborder td{/* 枠線なし表 */
	border-top:hidden;
	border-bottom:hidden;
	border-left:hidden;
	border-right:hidden;
	margin:0;
	padding:5px;
	vertical-align:top;
}

.cellcolor_gray{/* 色つきセル */
	background:#EFEFEF !important;
	margin:10px 0;
	padding:5px;
}

#linkit_sample table{
	width:600px;
	border-collapse:collapse;
	border-spacing:1px;
	background:#D0D0D0;
}

.schedule table{/* スケジュール表 */
	min-width:650px;
}

.schedule th,td{
	padding:5px;
	border:#ddd solid 1px;
}	

#lc_cal{/* 開館カレンダー年間 */
	float:left;
	width:230px;
	margin:0 15px 10px 5px !important;
}

#lc_cal th{
	padding:3px;
	margin:0;
	font-weight:bold;
	border:#C0C0C0 solid 1px;
}

#lc_cal td{
	padding:7px;
	margin:0;
	font-size:12px;
	text-align:center;
}

.lc_cal_ex td{
	padding:10px;
	margin:0;
	font-size:11px;
	text-align:center;
}

#lc_cal .weekday{
	background:#FFF;
}
#lc_cal .weekday_vacation{
	background:#B3FFB3;
}
#lc_cal .Sat{
	background:#c3e5fe;
}
#lc_cal .Sun{
	background:#FFCCF7;
}
#lc_cal .testweek{
	background:#FFF4A0;
}
#lc_cal .closed {
	background:#bbb;
}

.bus th{/* バス時刻表 */
	font-size:11px;
	border:#C0C0C0 solid 1px;
	text-align:center !important;
	padding:5px !important;
}

.bus td{
	width:30px;
	text-align:center;
	padding:3px !important;
}

.bus_s{
	font-size:11px;
	font-weight:bold;
}

.link{/* リンク集表 */
	width:730px;
	border-collapse:collapse;
}

.link td{
	font-size:14px;
}

.sl_list {/* SLリスト */
	font-size:14px;
}

.sl_list_name {
	font-size:18px;
}

.sl_list th{
	line-height: 1.2;
}

.sl_list td img{
	float:none;
	text-align:center !important;
	margin:0 !important;
}

.sl_list_img_th{
	width:110px;
	padding:0;
	margin:0;
}

.sl_list_img_th td{
	padding:0;
	margin:0;
	vertical-align: top;
}

.sl_table {/* SL当番表 */
	font-size:13px;
}

.sl_table td img{
	float:none;
	text-align:center !important;
}

.sl_table th{
	text-align:center !important;
	border:#C0C0C0 solid 1px;
}

.sitemap{
	float:left;
	display:inline;
	width:355px;
	margin:0 20px 0 0;
	font-weight:bold;
	font-size:16px;
}

.sitemap h3{
	width:355px;
	margin:0 0 5px 0;
	background:url(../img/h3_sitemap.gif) no-repeat bottom;
}

.sitemap ul{
	margin:0 0 10px 10px;
}

.sitemap li{
	font-weight:normal;
	font-size:14px;
}

.sitemap_sub{
	font-size:12px;
	line-height:1;
	margin:0 0 5px 25px;
}

#sec_cont ul li{/* リスト表示設定 */
	background:url(../img/list.gif) left 8px no-repeat;
	padding:0 0 0 1em;
}
#sec_cont ol li{/* リスト(数字)表示設定 */
	list-style-type: decimal;
	padding:0 0 0 1em;

}

#sec_cont img{/* 画像設定 */
	float:right;
	display:inline;
	margin:0 15px;
	border:#CCC solid 1px;
	padding:5px;
	clear:right;
}

.img_left img{
	float:left !important;
	text-align:left;
	border:none !important;
	margin:0 0 5px 0;
	padding:0;
	clear:left;
}

.img_right img{
	float:right !important;
	display:inline;
	margin:0 0 10px 5px !important;
	border:#CCC solid 1px !important;;
	padding:5px;
	clear:right;
}

.news_wrap{/* 第2階層用最新情報 */
	float:left;
	width:710px;
	margin:10px 0 0 5px;
	clear:both;
}

.news_date{
	float:left;
	vertical-align:top;
	font-size:13px;
}

.news_title{
	float:left;
	width:535px;
	margin:0 0 0 5px;
	padding:0 0 0 60px;
}

.news2_date{/* 第2階層用最新情報詳細 */
	display:block;
	float:right;
	font-size:13px;
	font-weight:bold;
}

.news2_title{
	float:left;
	margin:0;
	padding:0;
}

/* 最新情報icon */
/*.maintain{
	background:url(../img/icon_main.gif) no-repeat;
	background-position:0 3px;
}

.notice{
	background:url(../img/icon_notice.gif) no-repeat;
	background-position:0 3px;
}

.update{
	background:url(../img/icon_update.gif) no-repeat;
	background-position:0 3px;
}

.workshop{
	background:url(../img/icon_workshop.gif) no-repeat;
	background-position:0 3px;
}*/


.news_last{/* 第2階層用最新情報最終行 */
	margin:10px 0 20px 5px;
}

.access img{
	float:left;
	display:block;
	margin:0 0 10px 0 !important;
}
	

.sec_pagetop{/* ページのトップへ戻る(h3枠右下) */
	width:max;
	float:right !important;
	display:block;
	margin:0 0 35px 0;
	text-align:right;
	border:0;
	clear:both;
}

.sec_pagetop img{
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
}

.shelvetab{
	text-align:center;
	color:#F54747;
}

/* ========テキスト表示設定======== */
.text_s{
	font-size:95%;
	padding:0 0 5px 5px;
}

.red{
	color:#F54747;
}

.blue{
	color:#182687;
}

.b{
	font-weight:bold;
}

.u{
	text-decoration:underline;
}

.del{
	text-decoration:line-through;
}

.lightcol_text{
	color:#EAEAEA;
}

.violet{
	color:#939;
}
.orange{
	color:#F60;
}
.lightgreen{
	color:#6F6;
}
.green{
	color:#093;
}
.blue{
	color:#30F;
}
.lightblue{
	color:#0CC;
}
.violet_bg{
	background:#6666CC !important;
}
.orange_bg{
	background:#FC3 !important;
}
.lightgreen_bg{
	background:#D6FEC0 !important;
}
.green_bg{
	background:#093 !important;
}
.blue_bg{
	background:#039 !important;
}
.lightblue_bg{
	background:#78DCB9 !important;
}
.lightorange_bg{
	background:#F5DBAF !important;
}
.yellow_bg{
	background:#FF6 !important;
}
.yellowgreen_bg{
	background:#6F3 !important;
}
.pink_bg{
	background:#FFE6F2 !important;
}
.right{
	text-align:right;
}
.border_txt{
		border:#2D3E37 solid 1px;
		padding:3px;
}

/* ========マージン設定======== */
.mb_15{
	margin-bottom:15px;
}

.pb_5{
	padding-bottom:5px;
}

.ml_35{
	margin-left:35px;
	padding-left:35px;
}