@charset "UTF-8";

/*------------------------------
　イベントカレンダー
------------------------------*/

#calendarBlock {
	background-image: url(img/layout/event_calendar_block_bg.gif);
	height:270px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:70px;
	padding-right:70px;
	margin-bottom:30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#cal-L {
	float:left;
}

#cal-R {
	float:right;
}

#cal-L,
#cal-R {
	background-image: url(img/layout/event_calendar_bg.png);
	background-repeat: no-repeat;
	width: 248px;
	height: 270px;
	position:relative;
}
#cal-L h3,
#cal-R h3 {
	padding-top:5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
}

#cal-L table,
#cal-R table {
	position:absolute;
	top:51px;
	left:1px;
	border-collapse: separate;
	border-spacing: 1px;
}
#cal-L table td,
#cal-R table td {
	padding:0px;
	margin:0px;
	color: #ac967f;
	width: 34px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
}
#cal-L table td a,
#cal-R table td a {
	color: #ac967f;
	text-decoration: underline !important;
	font-weight: bold;
}
#cal-L table td.otherMonth,
#cal-R table td.otherMonth {
	font-size: 90%;
	color: #dcd4cc;
}
#cal-L table td.on,
#cal-R table td.on {
	background-color: #f4f5d9;
}
#cal-L table td.sunday,
#cal-R table td.sunday {
	color: #c62a00;
}
#cal-L table td.sunday a,
#cal-R table td.sunday a {
	color: #c62a00;
}
#cal-L table td.selectDay,
#cal-R table td.selectDay {
	color: #ffffff;
	background-image: url(img/layout/event_calendar_selectday_bg.gif);
	background-repeat: no-repeat;
}
#cal-L table td.selectDay a,
#cal-R table td.selectDay a {
	color: #ffffff;
}


/*------------------------------
　イベントブロック
------------------------------*/

.eventBlock {
	position:relative;
	border: 1px solid #cccccc;
	padding: 1px;
	margin-bottom:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.eventBlock h2 {
	background-color: #efeaca;
	font-size: 150%;
	font-weight: bold;
	color: #817d66;
	text-align: left !important;
	padding: 7px;
}
.eventBlock h2 a {
	text-decoration:underline !important;
	color: #e17f16;
}
.eventBlock hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
	background: #ffffff;
	margin-bottom:10px;
}
.eventBlock .eventBlock-inner {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.eventBlock .eventBlock-inner p {
	margin-bottom: 15px;
}
.eventBlock .eventBlock-inner table {
	width:100%;
	border-collapse: separate;
	border-spacing: 5px;
}
.eventBlock .eventBlock-inner table th,
.eventBlock .eventBlock-inner table td {
	padding-right: 7px;
}
.eventBlock .eventBlock-inner table th {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #efeaca;
	padding-left:7px;
}
.eventBlock .eventBtn-detail {
	position:absolute;
	top:3px;
	right:3px;
}


/*------------------------------
　あなたが参加するイベントブロック
------------------------------*/

#myEventBlock {
	background-color: #f2f2ed;
	position: relative;
	padding-top:65px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	margin-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 1;
}

#myEventTitle {
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 100;
}

.myEventBlock {
	position:relative;
	border: 1px solid #cccccc;
	padding: 1px;
	background-color:#ffffff;
	margin-bottom:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.myEventBlock h2 {
	background-color: #efeaca;
	font-size: 150%;
	font-weight: bold;
	color: #817d66;
	text-align: left !important;
	padding: 7px;
}
.myEventBlock h2 a {
	text-decoration:underline !important;
	color: #e17f16;
}
.myEventBlock hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
	background: #ffffff;
	margin-bottom:10px;
}
.myEventBlock .myEventBlock-inner {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.myEventBlock .myEventBlock-inner p {
	margin-bottom: 15px;
}
.myEventBlock .myEventBlock-inner table {
	width:100%;
	border-collapse: separate;
	border-spacing: 5px;
}
.myEventBlock .myEventBlock-inner table th,
.myEventBlock .myEventBlock-inner table td {
	padding-right: 7px;
}
.myEventBlock .myEventBlock-inner table th {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #efeaca;
	padding-left:7px;
}
.myEventBlock .myEventBtn-detail {
	position:absolute;
	top:3px;
	right:3px;
}



/*------------------------------
　イベント詳細ページ
------------------------------*/

#eventDetail {
	padding-top:30px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#mainImg {
	position:relative;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
#socialBtn {
	position:absolute;
	top:0px;
	left:0px;
	width:694px;
	padding:3px;
	background-image:url(img/layout/socialbtn_bg.png);
}

#socialBtn div {
	float: right;
	margin-right: 5px;
	vertical-align: top;
}

iframe.twitter-share-button{
	width:100px !important;
}

.sectionBox label {
	white-space:nowrap;
	margin-right:7px;
}

#eventNavi {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/layout/event_navibar.gif);
	background-color: #cd2b40;
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom:20px;
}
#eventNavi ul li {
	color: #FFF !important;
	font-size: 120%;
	font-weight: bold;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3b8c4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a12132;
}
#eventNavi ul li a {
	color:#FFF !important;
	display:block;
	height:45p;
	padding:10px;
}
#eventNavi ul li a:hover {
	background-color:#a12132;
}

.sectionBox {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	clear:both;
}
.sectionBox h2 {
	color:#333;
	font-weight:bold;
	background-image: url(img/layout/event_title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left !important;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	margin-bottom:20px;
}
.sectionBox p {
	color:#333;
	line-height:1.35;
	margin-bottom:15px;
}




/*------------------------------
　申し込みフォーム
------------------------------*/

.eventInfoBlock {
	position:relative;
	background-color: #efeaca;
	padding:15px;
	margin-bottom:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.eventInfoBlock table {
	width:530px;
}
.eventInfoBlock table th {
	font-weight:bold;
	padding:3px;
	width:10%;
	white-space:nowrap;
}
.eventInfoBlock table td {
	color:#333333;
	font-weight:bold;
	padding:3px;
}
.eventInfoBlock .eventBtn-detail {
	position:absolute;
	top: 20px;;
	right:15px;
}
.submitCel {
	text-align:center;
	background-color:#e0e0e0;
}

.hissu {
	font-size: 80%;
	color: #F36;
	font-weight: normal;
}
.note {
	font-size: 90%;
	color: #666666;
}

.midashiCel {
	background-color: #807D66;
	color: #ffffff;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E17F16;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 7px;
}

.sectionBox hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
	background: #ffffff;
	margin-bottom:10px;
}

.sectionBox dl {
	color:#333;
}
.sectionBox dl dt {
	font-weight:bold;
}
.sectionBox dl dd {
	padding-left:15px;
}

.telno {
	font-size:150%;
	font-weight:bold;
	color:#F36;
}

/*------------------------------
　テーブル
------------------------------*/

/*--ニュース------------------*/
.tableNews {
	color:#333;
	width:100%;
}
.tableNews th,
.tableNews td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
}
.tableNews th {
	font-weight: bold;
	white-space: nowrap;
}
.tableNews td {
}

/*--tableStyle-A------------------*/
.tableStyle-A {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0dab9;
	border-bottom-color: #e0dab9;
}
.tableStyle-A th,
.tableStyle-A td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
}
.tableStyle-A th {
	font-weight: bold;
	white-space: nowrap;
	background-color:#f6f4ea;
}
.tableStyle-A td {
	color:#333;
}


/*--tableStyle-B------------------*/
.tableStyle-B {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0dab9;
	border-bottom-color: #e0dab9;
}
.tableStyle-B th,
.tableStyle-B td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
	vertical-align: text-top;
}
.tableStyle-B th {
	font-weight: bold;
	width:10%;
	white-space: nowrap;
}
.tableStyle-B td {
	color:#333;
}

