@charset "utf-8";

/* base
----------------------------------------------------------------- */
/* SNS */
.shareWrap {
	text-align: center;
	margin: 30px auto;
}

small.clmShare {
	margin-top: 5px;
}
.sns {
	margin-left: 20px;
}
.addthis_toolbox {
	margin-top: 2px;
}
.addthis_toolbox span {
	margin-top: 4px;
}


/* 2014.0919 added
----------------------------------------------------------------- */
.ulBtn {
	clear: both;
	text-align: center;
}

.ulBtn li {
	display: inline-table;
}
.alignR {
	text-align: right;
}

.ulBtn li a, .btnBl a {
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
	border-radius: 6px;
	background: #036;
}
.ulBtn li a {
	display: block;
}
.btnBl a {
	display: inline-block;
}
.sortBtn button {
	color: #fff;
	background: #036;
	border-radius: 6px;
	border: 1px solid #036;
}
.sortBtn button:hover {
	background: #e0f2fc;
	color: #222;
}

/* ---------- divEv */
.divEv {
	margin-top: 20px;
	padding: 15px;
	border: 4px solid #b6dbf4;
	background: #eef8fe;
}

.divEv h3 a {
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 10px;
	color: #069 !important;
	text-decoration: none !important;
	font-size: 120%;
	border-left: 3px solid #AAA;
	border-bottom: 1px dotted #AAA;
	display: block;
}
.divEv h3 a:hover {
	color: #C30 !important;
}

.divEv p {
	margin-bottom: 10px;
}


/* calendar
----------------------------------------------------------------- */
#calendar {
	padding-bottom: 30px;
	position: relative;
}

#calendar h1 {	
	text-indent: -9999px;
}

/* nav */
/*.cNav {
	letter-spacing: -0.5em;
}

.cNav li {
	margin-right: 15px;
	letter-spacing: normal;
	display: inline-block;
}
.cNav li a {
	padding-right: 10px;
	color: #999 !important;
	position: relative
}
.cNav li a:before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	
	width: 5px;
	height: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/


/*Calendar Box */
.monthL {
	float: left;
}

.caleTbl {
	width: 100%;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
}
.caleTbl th {
	width: 14%;
	padding: 5px 0;
	text-align: center;
	background: #F5F5F5;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}
.thRgt {
	color: #750075;
	border-right: #999 1px solid;
}
.blue {color: #2952AF;}

.caleTbl td {
	font-size: 115%;
	text-align: center;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}
.caleTbl td a {
	padding: 3px 0;
	display: block;
}

.caleTbl td a.cale_link {
	text-decoration: none;
} 

td.sun {
	background: #FFE6E6;
}
td.sat {
	background: #E9D2FF;
}
td.today {
	background: #6FC;
}

.sun,
.sun a.cale_link,
.sun a:visited.cale_link {
	color: #F06;
}
.sat a.cale_link,
.sat a:visited.cale_link {
	color: #750075;
}

/*　ToolTip　--------------- */


/*　ev_list
---------------------------------------------- */
#frmMas fieldset {
	margin: 0;
	padding: 5px 10px 10px;
	font-size: 90%;
	border: 1px solid #005E9F;
}

.cateChk li {
	float: left;
}
.cateChk li input {
	margin-right: 3px;
}
.areaChk {
	clear: both;
	padding: 7px 0;
	border-top: 1px dotted #CCC;
}
#srcBtn {
	clear: both;
	padding-top: 7px;
	border-top: 1px dotted #CCC;
}

.msg {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #900;
}

.evList {
	margin-top: 10px;
	border: 1px solid #AAA;
}

.evList h2 {
	clear: both;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 5px;
	background: #036;
}
.evEnd {
	background: #BBB !important;
}

.imgBox {
	float: left;
	text-align: center;
}
.evBox {
	float: right;
}

.evTbl th {
	color: #FFF;
	font-size: 11px;
	padding: 5px 7px;
	vertical-align: top;
	border-bottom: 2px solid #FFF;
	background: #444;
}
.evTbl td {
	padding-left: 5px;
	font-size: 12px;
}

.txtEnd {
	margin-top: 3px;
	color: #DB0000;
	font-weight: bold;
}

#srcBtn {
	text-align: center
}
#srcBtn input[type="submit"],
#srcBtn input[type="button"] {
	background: #e0f2fc;
	padding: 5px 0;
	border: 1px solid #005E9F;
	border-radius: 5px;
}
/*　ev_detail
---------------------------------------------- */
.dtlEnd {
	margin: 10px 0;
	color: #DB0000;
	font-weight: bold;
}

.dtlWrap {
	margin-top: 30px;
}

.noteTxt {
	margin-top: 10px;
	color: #666;
	font-size: 90%;
}

.dtlTbl {
	border-collapse: collapse;
	border-spacing: 0;
}
.dtlTbl th {
	padding: 5px 8px 4px 3px;
	border: 3px solid #FFF;
	color: #FFF;
	font-weight: normal;
	background-color: #AAA;
	vertical-align: top;
}
.dtlTbl td {
	padding: 5px 0 4px 8px;
	word-break: break-all;
	background-color: #EEE;
	border: 3px solid #FFF;
	vertical-align: top;
}
.dtlTbl td a {
	color: #0A0;
}
.dtlTbl td span {
	font-size: 12px;
	color: #666;
}

.dtlImg {
	margin-top: 3px;
	text-align: center;
}

.dtlMap {
	margin-top: 10px;
}

.dtlMap p {
	text-align: center;
}

.dtlMapBtn {
	position: relative;
}
.dtlMapBox {
	display: none;
}
.dtlMapBtn:before,
.dtlMapBtn.open:before {
	width: 20px;
	height: 20px;
	font-size: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
.dtlMapBtn:before {
	content: "▼";
}
.dtlMapBtn.open:before {
	content: "▲";
}
.ttlH3.dtlMapBtn b {
	padding: 8px 10px 8px 30px;
}
.ttlH3.dtlMapBtn:hover {
	background-color: #f5faff;
	cursor: pointer;
}
/*　back number
---------------------------------------------- */

/*　pickup
---------------------------------------------- */
#pickup {
    text-align: center;
}

#pickup > div {
    display: inline-block;
}


/*　year
---------------------------------------------- */

/* ---------- tab */
#tab {
}

#tab li {
	float: left;
}

#tab li a {
	color: #777;
	text-align: center;
	text-decoration: none;
	border-top: 3px solid #BD0000;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	display: block;
}

#tab li a:hover,
#tab li.present a,
#tab li.active a {
	border-color: #d9cdcd;
	color: #BD0000;
	background: #d9cdcd;
}

/* ---------- caleConts */
#caleConts div {
	display:none;
}

.tblM {
	width:100%;
}

.tblM th {
	padding: 18px 0;
	text-align: center;
	border-left: 1px solid #FFF;
	background: #d9cdcd;
}
.th1 {width:100px;}
.th2 {width:100px;}
.th3 {width:100px;}
.th4 {width:100px;}
.th5 {width:236px;}

.tblM td {
	padding: 10px 5px;
	line-height: 130%;
	border-left: 1px solid #d9cdcd;
	border-bottom: 1px solid #d9cdcd;
}