@charset "Shift_JIS";
/* ---------------------------------------------
*Since 2007-7-31
*Modified 2007-7-31
*  ---------------------------------------------
*/

/* 2015.10 マイナビ2018テンプレートを仕様の為以下削除 */
/* ブラウザスタイル解除・HTML要素 */
/* @import "../../css/base.css"; */

/* #footer スタイル設定 */
/* @import "../../css/footer.css";*/


/* AreaHeader *2015.10追加
   --------------------------------------------- */

#AreaHeader{
	position: relative;
	width:850px;
	height: 46px;
	margin: 20px 0 0px;
}
#AreaHeader h1{}
#AreaHeader .bannerArea{
	position:absolute;
	right:0;
	top:0;
	}

/* calHeader *2018.09追加
   --------------------------------------------- */
.hdTtl_cal {
  margin-top: 50px;
  text-align: center;
}

.hdTtl_cal .img {
  display: inline-block;
  vertical-align: middle;
}


/* レイアウト
   ---------------------------------------------
#wrapper{
	clear:both;
	width:850px;
	margin: 0 auto;
	padding-bottom:30px;
	padding: 0 20px; *//* 2012.3.16追加 */
	 /*background-color: #fff; 2012.3.16追加 */
 /*} */
#header{
	position: relative;
	width:850px;
	height: 56px;
	margin: 0 0 15px 0;
	background: url(../../common/bg_header.gif) repeat-x bottom left;
}
#header h1{
	position: absolute;
	top: 11px;
	left: 0px;
}
#header p{
	position: absolute;
	top: 16px;
	right: 0px;
}
/*#main{
	width:850px;
} 2015.10削除*/

#primary{
/*	float: right; 2015.10削除*/
	width: 1000px;
}

/*#secondary{
	float: left;
	width: 180px;
}2018.09削除*/

/*#footer{
	clear: both;
	width:850px;
}  2015.10削除*/


/* レイアウト
   --------------------------------------------- */

/* 見出し */
div.heading{
	overflow: hidden;
	width: 1000px;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
/*	border-bottom: 1px solid #b2b2b2;*/
}
div.heading h2{
	float: left;
	font-size: 133%;
	color: #000;
}
div.heading p.update{
	float: right;
	font-weight: bold;
	color: #ed3e3e;
	line-height: 1.5;
}

/* テキストバナー */
div.txtBnr{
	margin-bottom: 2em;
}
ul.linkList li{
	margin-bottom: 0.35em;
	padding-left: 14px;
	background: url(../images/icon01.gif) no-repeat left 4px;
	line-height: 1.35;
}
ul.linkList li.new{
	padding-left: 27px;
	background: url(../images/icn_new.gif) no-repeat left 4px;
}
ul.linkList li.pr{
	padding-left: 27px;
	background: url(../images/icn_pr.gif) no-repeat left 4px;
}

/* 注意事項 */
div.notice{
	margin-bottom: 1em;
	line-height: 1.5;
}

/* カレンダー */
div.calendar{
	margin-bottom: 2em;
}
div.calendar ul.nav{
	text-align: center;
	overflow: hidden;
	margin: 0;
	border-bottom: 5px solid #00b9f1;
}
div.calendar ul.nav.bottom{
	border-bottom: none;
	border-top: 5px solid #00b9f1;
}

div.calendar ul.nav li{
	display: inline-block;
	width: 247px;
	margin: 0;
	margin-right: 4px;
}
div.calendar ul.nav li a{
	display: inline-block;
	width: 247px;
	padding: 0.7em 0;
	font-size: 117%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #a8bdec;
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #d0f4ff url(../images/bg_calendar-tab01.gif) repeat-x left top;
	color: #387efc;
}
div.calendar ul.nav.bottom li a{
	border-bottom: 1px solid #a8bdec;
	border-top: none;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: #d0f4ff url(../images/bg_calendar-tab01_btm.gif) repeat-x left bottom;
}
div.calendar ul.nav li a.in,
div.calendar ul.nav li a.in:hover{
	color: #fff;
	text-decoration: none;
	background: #00b9f1 url(../images/bg_calendar-tab01_on.gif) repeat-x left top;
}
div.calendar ul.nav li a:hover{
	color: #387efc;
	text-decoration: none;
	background: #acf2ff url(../images/bg_calendar-tab01_over.gif) repeat-x left top;
}
div.calendar ul.nav.bottom li a.in,
div.calendar ul.nav.bottom li a.in:hover{
	background: #00b9f1 url(../images/bg_calendar-tab01_btm_on.gif) repeat-x left bottom;
}
div.calendar ul.nav.bottom li a:hover{
	background: #acf2ff url(../images/bg_calendar-tab01_btm_over.gif) repeat-x left bottom;
}
div.calendar ul.nav li.anytime{
	margin-right: 0px !important;
}


div.calendar div.inner{
	padding: 1px;
	border-left: 3px solid #00b9f1;
	border-right: 3px solid #00b9f1;
}
div.calendar div.area{
	padding: 1em 0.2em 0;
	line-height: 1.5;
	margin-bottom: 1em;
}
div.calendar table{
	width: 100%;
}
div.calendar table th{
	padding: 0.2em 0;
	color: #fff;
	font-weight: normal;
	font-size: 83%;
	background: #6f6f6f url(../images/bg_table-head.gif) repeat-x left top;
}
div.calendar table th.date,
div.calendar table td.date{
	width: 100px;
}
div.calendar table th.place,
div.calendar table td.place{
	width: 150px;
}
/*div.calendar table th.type,
div.calendar table td.type{
	width: 60px;
}*/
div.calendar table td.type{
	font-size: 83%;
}
div.calendar table th.location,
div.calendar table td.location{
	width: 100px;
}
div.calendar table th.company{
	width: 230px;
}
div.calendar table th span{
	display: block;
	padding: 0.1em 0.5em;
	border-right: 1px solid #737373;
}
div.calendar table th.location span{
	border-right: none;
}
div.calendar table td{
	padding: 0.35em;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}
div.calendar table tr.odd td{
	background: #f6f4ec;
}
div.calendar table tr.sat td{
	background: #dff0f7;
}
div.calendar table tr.sun td{
	background: #f9dfe0;
}
div.calendar table td.date,
div.calendar table td.place,
div.calendar table td.location{
	text-align: center;
}
div.calendar table tr td.inner{
	border-bottom: none;
	background-image: url(../images/bg_border01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div.calendar table td.date{
	font-weight: bold;
	font-size: 133%;
	vertical-align: top;
}
div.calendar table td.date span.day{
	font-size: 62.5%;
	color: #b2b2b2;
}
div.calendar table tr.sat td.date span.day{
	color: #73c2ef;
}
div.calendar table tr.sun td.date span.day{
	color: #e74044;
}
div.calendar table td.place{
	font-weight: bold;
}
div.calendar table.anytime td.place{
	vertical-align: top;
}
div.calendar table td.location{
	font-size: 83%;
	border-right: none;
}

/* 「ページTOPへ」 */
#primary p.toPageTop{
	text-align: right;
}
#primary p.toPageTop a{
	background: url(../../common/icn_pagetop.gif) no-repeat left center;
	padding-left: 13px;
}


div.secSection{
	margin-bottom: 2em;
}
div.secSection h2{
	margin-bottom: 7px;
	background: #2fa6e6 url(../../common/bg_heading01.gif) repeat-x left top;
	border-bottom: 1px solid #4395d7;
	color: #fff;
	font-size: 117%;
	-webkit-border-radius: 3px 3px 0px 0px;
     border-radius: 3px 3px 0px 0px;
}
div.secSection h2 span{
	display: block;
	padding: 0.3em 5px 0.3em 36px;
	background: url(../../common/icn_heading02.gif) no-repeat left top;
}

#secCalendar p.month{
	margin-bottom: 0.3em;
	font-weight: bold;
	text-align: center;
}
#secCalendar p.month a{
	font-weight: normal;
}
#secCalendar table{
	width: 100%;
	table-layout: fixed;
}
#secCalendar table th,
#secCalendar table td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#secCalendar table th{
	padding: 3px 0;
	background: #000;
	text-align: center;
}
#secCalendar table td{
	padding: 0.2em 0;
	text-align: center;
	background: #eeeadc;
}
#secBnr ul{
	margin: 0;
}
#secBnr ul li{
	margin: 0 0 7px;
}
#secBnr ul li img{
	vertical-align: bottom;
}
