@charset "utf-8";

/* base
----------------------------------------------------------------- */
#gift {
	position: relative;
}

/* SNS */
.shareWrap {
	width: 450px;
}
.clmShare {
	float: left;
}


/* 2014.0919 added
----------------------------------------------------------------- */
.ulBtn {
	/*margin: 0 50px;*/
	padding: 10px 0;
}
.ulBtn li {
	width: 19%;
	margin: 0 0.5% 0 0;
}
.ulBtn li:last-of-type {
	margin: 0;
}
.ulBtn li a {
	padding: 6px 0;
}
.ulBtn li a, .btnBl a {
	color: #FFF !important;
	background: #036;
}
.ulBtn li a:hover, .btnBl a:hover {
	color: #039 !important;
	background: #E8F1F7;
}
.hlBtn {
	position: absolute;
	top: -6px;
	right: 0;
}
li.hlBtn a {
	padding: 3px 0;
}

.btnBl a {
	padding: 6px 15px;
}
.areaChk label {
	margin-left: 20px;
}

/* ---------- divEv */


/* calendar
----------------------------------------------------------------- */
#calendar {
}

/* nav */
/*.cNav {
	position: absolute;
	top: 0;
	right: 0;
}
*/
/*Calendar Box */
.caleBox {
	float: left;
	width: 44%;
	height: 265px;
	margin: 0 3%;
	padding: 20px 0;
}

.monthR {
	float: right;
	padding-top: 31px;
	padding-right: 7px;
	text-align: right;
}

/*　ToolTip　--------------- */
.cale_link {
	position: relative;
}
.cale_link span {
	width: 150px;
	display: block;
	text-align: left;
	font-size: 90%;
	position: absolute;
	top: 0;
	left: 50px;
	padding: 7px 5px;
	visibility: hidden;
}
a.cale_link:hover,
a.cale_link:hover span {
	color: #FA812B;
	visibility: visible;
	z-index: 100;
}
a.cale_link:hover span {
	background: url(../img/tipbg.png);
	color: #EEE;
}

/*　ev_list
---------------------------------------------- */
.cateChk li {
	width: 200px;
}

.evList {
	position: relative;
}

.imgBox {
	width: 200px;
	margin: 10px;
}
.evBox {
	width: 600px;
	margin: 5px;
}

.evTbl {
	margin-top: 8px;
}
.evTbl th {
	width: 70px;
}
.evTbl td {
	width: 300px;
	padding-bottom: 10px;
}

.more {
	position: absolute;
	right: 15px;
	bottom: 12px;
}
.evMsg,.sortBtn {
	display: inline-block;
}
.sortBtn {
	margin-top: 10px;
	float: right;
}
#srcBtn input[type="submit"],
#srcBtn input[type="button"] {
	padding: 5px 30px;
}
/*　ev_detail
---------------------------------------------- */
.dtlEnd {
	font-size: 17px;
}

.dtlTbl {
	float: left;
	width: 395px;
}
.dtlTbl th {
	width: 100px;
}
.dtlTbl td {
	width: 370px;
}

/*.dtlImg {
	float: right;
	width: 450px;
}*/
.dtlImg img {
  max-height: 65vh;
}

/*　back number
---------------------------------------------- */

/*　pickup
---------------------------------------------- */

/*　year
---------------------------------------------- */

/* ---------- tab */
#tab {
	height: 40px;
	margin-top: 40px;
	overflow: hidden;
}

#tab li {
	width: 8%;
	height: 40px;
	margin-left: 0.3%;
}
#tab li:first-child {margin-left:0;}

#tab li a {
	width:99%;
	height: 40px;
	line-height: 40px;
}

/* ---------- caleConts */
.tblM {
	margin-bottom: 40px;
	border: 2px solid #d9cdcd;
}
